(this["webpackJsonp"]=this["webpackJsonp"]||[]).push([["app-service"],{0:function(e,t){},"006f":function(e,t,r){"use strict";(function(t){var n=r("32f4"),i=r("f6b9"),a=r("2fa4"),o=r("536e"),s=r("1dff").subscription,u=r("3a1d").formatters,c=r("3a1d").errors,l=r("f4f5"),f=r("d7c5"),d=function e(t,r,a){var s=this,l=Array.prototype.slice.call(arguments);if(!(this instanceof e))throw new Error('Please use the "new" keyword to instantiate a web3.eth.Contract() object!');if(this.setProvider=function(){i.packageInit(s,arguments),s.clearSubscriptions=s._requestManager.clearSubscriptions},i.packageInit(this,[this.constructor]),this.clearSubscriptions=this._requestManager.clearSubscriptions,!t||!Array.isArray(t))throw c.ContractMissingABIError();this.options={};var d=l[l.length-1];n.isObject(d)&&!n.isArray(d)&&(a=d,this.options=n.extend(this.options,this._getOrSetDefaultOptions(a)),n.isObject(r)&&(r=null)),Object.defineProperty(this.options,"address",{set:function(e){e&&(s._address=o.toChecksumAddress(u.inputAddressFormatter(e)))},get:function(){return s._address},enumerable:!0}),Object.defineProperty(this.options,"jsonInterface",{set:function(e){return s.methods={},s.events={},s._jsonInterface=e.map((function(e){var t,r;if(e.constant="view"===e.stateMutability||"pure"===e.stateMutability||e.constant,e.payable="payable"===e.stateMutability||e.payable,e.name&&(r=o._jsonInterfaceMethodToString(e)),"function"===e.type){if(e.signature=f.encodeFunctionSignature(r),t=s._createTxObject.bind({method:e,parent:s}),s.methods[e.name]){var n=s._createTxObject.bind({method:e,parent:s,nextMethod:s.methods[e.name]});s.methods[e.name]=n}else s.methods[e.name]=t;s.methods[e.signature]=t,s.methods[r]=t}else if("event"===e.type){e.signature=f.encodeEventSignature(r);var i=s._on.bind(s,e.signature);s.events[e.name]&&"bound "!==s.events[e.name].name||(s.events[e.name]=i),s.events[e.signature]=i,s.events[r]=i}return e})),s.events.allEvents=s._on.bind(s,"allevents"),s._jsonInterface},get:function(){return s._jsonInterface},enumerable:!0});var h=this.constructor.defaultAccount,p=this.constructor.defaultBlock||"latest";Object.defineProperty(this,"handleRevert",{get:function(){return!1===s.options.handleRevert||!0===s.options.handleRevert?s.options.handleRevert:this.constructor.handleRevert},set:function(e){s.options.handleRevert=e},enumerable:!0}),Object.defineProperty(this,"defaultCommon",{get:function(){return s.options.common||this.constructor.defaultCommon},set:function(e){s.options.common=e},enumerable:!0}),Object.defineProperty(this,"defaultHardfork",{get:function(){return s.options.hardfork||this.constructor.defaultHardfork},set:function(e){s.options.hardfork=e},enumerable:!0}),Object.defineProperty(this,"defaultChain",{get:function(){return s.options.chain||this.constructor.defaultChain},set:function(e){s.options.chain=e},enumerable:!0}),Object.defineProperty(this,"transactionPollingTimeout",{get:function(){return 0===s.options.transactionPollingTimeout?s.options.transactionPollingTimeout:s.options.transactionPollingTimeout||this.constructor.transactionPollingTimeout},set:function(e){s.options.transactionPollingTimeout=e},enumerable:!0}),Object.defineProperty(this,"transactionConfirmationBlocks",{get:function(){return 0===s.options.transactionConfirmationBlocks?s.options.transactionConfirmationBlocks:s.options.transactionConfirmationBlocks||this.constructor.transactionConfirmationBlocks},set:function(e){s.options.transactionConfirmationBlocks=e},enumerable:!0}),Object.defineProperty(this,"transactionBlockTimeout",{get:function(){return 0===s.options.transactionBlockTimeout?s.options.transactionBlockTimeout:s.options.transactionBlockTimeout||this.constructor.transactionBlockTimeout},set:function(e){s.options.transactionBlockTimeout=e},enumerable:!0}),Object.defineProperty(this,"defaultAccount",{get:function(){return h},set:function(e){return e&&(h=o.toChecksumAddress(u.inputAddressFormatter(e))),e},enumerable:!0}),Object.defineProperty(this,"defaultBlock",{get:function(){return p},set:function(e){return p=e,e},enumerable:!0}),this.methods={},this.events={},this._address=null,this._jsonInterface=[],this.options.address=r,this.options.jsonInterface=t};d.setProvider=function(e,t){i.packageInit(this,[e]),this._ethAccounts=t},d.prototype._getCallback=function(e){if(e&&n.isFunction(e[e.length-1]))return e.pop()},d.prototype._checkListener=function(e,t){if(t===e)throw c.ContractReservedEventError(e)},d.prototype._getOrSetDefaultOptions=function(e){var t=e.gasPrice?String(e.gasPrice):null,r=e.from?o.toChecksumAddress(u.inputAddressFormatter(e.from)):null;return e.data=e.data||this.options.data,e.from=r||this.options.from,e.gasPrice=t||this.options.gasPrice,e.gas=e.gas||e.gasLimit||this.options.gas,delete e.gasLimit,e},d.prototype._encodeEventABI=function(e,t){t=t||{};var r=t.filter||{},i={};if(["fromBlock","toBlock"].filter((function(e){return void 0!==t[e]})).forEach((function(e){i[e]=u.inputBlockNumberFormatter(t[e])})),n.isArray(t.topics))i.topics=t.topics;else{if(i.topics=[],e&&!e.anonymous&&"ALLEVENTS"!==e.name&&i.topics.push(e.signature),"ALLEVENTS"!==e.name){var a=e.inputs.filter((function(e){return!0===e.indexed})).map((function(e){var t=r[e.name];return t?n.isArray(t)?t.map((function(t){return f.encodeParameter(e.type,t)})):f.encodeParameter(e.type,t):null}));i.topics=i.topics.concat(a)}i.topics.length||delete i.topics}return this.options.address&&(i.address=this.options.address.toLowerCase()),i},d.prototype._decodeEventABI=function(e){var t=this;e.data=e.data||"",e.topics=e.topics||[];var r=u.outputLogFormatter(e);if("ALLEVENTS"===t.name&&(t=t.jsonInterface.find((function(t){return t.signature===e.topics[0]}))||{anonymous:!0}),t.inputs=t.inputs||[],!t.anonymous){var n=0;t.inputs.forEach((function(e){return e.indexed?n++:null})),n>0&&e.topics.length!==n+1&&(t={anonymous:!0,inputs:[]})}var i=t.anonymous?e.topics:e.topics.slice(1);return r.returnValues=f.decodeLog(t.inputs,e.data,i),delete r.returnValues.__length__,r.event=t.name,r.signature=t.anonymous||!e.topics[0]?null:e.topics[0],r.raw={data:r.data,topics:r.topics},delete r.data,delete r.topics,r},d.prototype._encodeMethodABI=function(){var e=this._method.signature,t=this.arguments||[],r=!1,i=this._parent.options.jsonInterface.filter((function(t){return"constructor"===e&&t.type===e||(t.signature===e||t.signature===e.replace("0x","")||t.name===e)&&"function"===t.type})).map((function(e){var i=n.isArray(e.inputs)?e.inputs.length:0;if(i!==t.length)throw new Error("The number of arguments is not matching the methods required number. You need to pass "+i+" arguments.");return"function"===e.type&&(r=e.signature),n.isArray(e.inputs)?e.inputs:[]})).map((function(e){return f.encodeParameters(e,t).replace("0x","")}))[0]||"";if("constructor"===e){if(!this._deployData)throw new Error("The contract has no contract data option set. This is necessary to append the constructor parameters.");return this._deployData.startsWith("0x")||(this._deployData="0x"+this._deployData),this._deployData+i}var a=r?r+i:i;if(!a)throw new Error("Couldn't find a matching contract method named \""+this._method.name+'".');return a},d.prototype._decodeMethodReturn=function(e,t){if(!t)return null;t=t.length>=2?t.slice(2):t;var r=f.decodeParameters(e,t);return 1===r.__length__?r[0]:(delete r.__length__,r)},d.prototype.deploy=function(e,t){if(e=e||{},e.arguments=e.arguments||[],e=this._getOrSetDefaultOptions(e),!e.data){if("function"===typeof t)return t(c.ContractMissingDeployDataError());throw c.ContractMissingDeployDataError()}var r=n.find(this.options.jsonInterface,(function(e){return"constructor"===e.type}))||{};return r.signature="constructor",this._createTxObject.apply({method:r,parent:this,deployData:e.data,_ethAccounts:this.constructor._ethAccounts},e.arguments)},d.prototype._generateEventOptions=function(){var e=Array.prototype.slice.call(arguments),t=this._getCallback(e),r=n.isObject(e[e.length-1])?e.pop():{},i=n.isString(e[0])?e[0]:"allevents",a="allevents"===i.toLowerCase()?{name:"ALLEVENTS",jsonInterface:this.options.jsonInterface}:this.options.jsonInterface.find((function(e){return"event"===e.type&&(e.name===i||e.signature==="0x"+i.replace("0x",""))}));if(!a)throw c.ContractEventDoesNotExistError(i);if(!o.isAddress(this.options.address))throw c.ContractNoAddressDefinedError();return{params:this._encodeEventABI(a,r),event:a,callback:t}},d.prototype.clone=function(){return new this.constructor(this.options.jsonInterface,this.options.address,this.options)},d.prototype.once=function(e,t,r){var i=Array.prototype.slice.call(arguments);if(r=this._getCallback(i),!r)throw c.ContractOnceRequiresCallbackError();t&&delete t.fromBlock,this._on(e,t,(function(e,t,i){i.unsubscribe(),n.isFunction(r)&&r(e,t,i)}))},d.prototype._on=function(){var e=this._generateEventOptions.apply(this,arguments);e.params&&e.params.toBlock&&(delete e.params.toBlock,t("warn","Invalid option: toBlock. Use getPastEvents for specific range."," at node_modules/web3-eth-contract/lib/index.js:595")),this._checkListener("newListener",e.event.name),this._checkListener("removeListener",e.event.name);var r=new s({subscription:{params:1,inputFormatter:[u.inputLogFormatter],outputFormatter:this._decodeEventABI.bind(e.event),subscriptionHandler:function(e){e.removed?this.emit("changed",e):this.emit("data",e),n.isFunction(this.callback)&&this.callback(null,e,this)}},type:"eth",requestManager:this._requestManager});return r.subscribe("logs",e.params,e.callback||function(){}),r},d.prototype.getPastEvents=function(){var e=this._generateEventOptions.apply(this,arguments),t=new a({name:"getPastLogs",call:"eth_getLogs",params:1,inputFormatter:[u.inputLogFormatter],outputFormatter:this._decodeEventABI.bind(e.event)});t.setRequestManager(this._requestManager);var r=t.buildCall();return t=null,r(e.params,e.callback)},d.prototype._createTxObject=function(){var e=Array.prototype.slice.call(arguments),t={};if("function"===this.method.type&&(t.call=this.parent._executeMethod.bind(t,"call"),t.call.request=this.parent._executeMethod.bind(t,"call",!0)),t.send=this.parent._executeMethod.bind(t,"send"),t.send.request=this.parent._executeMethod.bind(t,"send",!0),t.encodeABI=this.parent._encodeMethodABI.bind(t),t.estimateGas=this.parent._executeMethod.bind(t,"estimate"),e&&this.method.inputs&&e.length!==this.method.inputs.length){if(this.nextMethod)return this.nextMethod.apply(null,e);throw c.InvalidNumberOfParams(e.length,this.method.inputs.length,this.method.name)}return t.arguments=e||[],t._method=this.method,t._parent=this.parent,t._ethAccounts=this.parent.constructor._ethAccounts||this._ethAccounts,this.deployData&&(t._deployData=this.deployData),t},d.prototype._processExecuteArguments=function(e,t){var r={};if(r.type=e.shift(),r.callback=this._parent._getCallback(e),"call"===r.type&&!0!==e[e.length-1]&&(n.isString(e[e.length-1])||isFinite(e[e.length-1]))&&(r.defaultBlock=e.pop()),r.options=n.isObject(e[e.length-1])?e.pop():{},r.generateRequest=!0===e[e.length-1]&&e.pop(),r.options=this._parent._getOrSetDefaultOptions(r.options),r.options.data=this.encodeABI(),!this._deployData&&!o.isAddress(this._parent.options.address))throw c.ContractNoAddressDefinedError();return this._deployData||(r.options.to=this._parent.options.address),r.options.data?r:o._fireError(new Error("Couldn't find a matching contract method, or the number of parameters is wrong."),t.eventEmitter,t.reject,r.callback)},d.prototype._executeMethod=function(){var e=this,t=this._parent._processExecuteArguments.call(this,Array.prototype.slice.call(arguments),r),r=l("send"!==t.type),i=e.constructor._ethAccounts||e._ethAccounts;if(t.generateRequest){var s={params:[u.inputCallFormatter.call(this._parent,t.options)],callback:t.callback};return"call"===t.type?(s.params.push(u.inputDefaultBlockNumberFormatter.call(this._parent,t.defaultBlock)),s.method="eth_call",s.format=this._parent._decodeMethodReturn.bind(null,this._method.outputs)):s.method="eth_sendTransaction",s}switch(t.type){case"estimate":var d=new a({name:"estimateGas",call:"eth_estimateGas",params:1,inputFormatter:[u.inputCallFormatter],outputFormatter:o.hexToNumber,requestManager:e._parent._requestManager,accounts:i,defaultAccount:e._parent.defaultAccount,defaultBlock:e._parent.defaultBlock}).createFunction();return d(t.options,t.callback);case"call":var h=new a({name:"call",call:"eth_call",params:2,inputFormatter:[u.inputCallFormatter,u.inputDefaultBlockNumberFormatter],outputFormatter:function(t){return e._parent._decodeMethodReturn(e._method.outputs,t)},requestManager:e._parent._requestManager,accounts:i,defaultAccount:e._parent.defaultAccount,defaultBlock:e._parent.defaultBlock,handleRevert:e._parent.handleRevert,abiCoder:f}).createFunction();return h(t.options,t.defaultBlock,t.callback);case"send":if(!o.isAddress(t.options.from))return o._fireError(c.ContractNoFromAddressDefinedError(),r.eventEmitter,r.reject,t.callback);if(n.isBoolean(this._method.payable)&&!this._method.payable&&t.options.value&&t.options.value>0)return o._fireError(new Error("Can not send value to non-payable contract method or constructor"),r.eventEmitter,r.reject,t.callback);var p={receiptFormatter:function(t){if(n.isArray(t.logs)){var r=n.map(t.logs,(function(t){return e._parent._decodeEventABI.call({name:"ALLEVENTS",jsonInterface:e._parent.options.jsonInterface},t)}));t.events={};var i=0;r.forEach((function(e){e.event?t.events[e.event]?Array.isArray(t.events[e.event])?t.events[e.event].push(e):t.events[e.event]=[t.events[e.event],e]:t.events[e.event]=e:(t.events[i]=e,i++)})),delete t.logs}return t},contractDeployFormatter:function(t){var r=e._parent.clone();return r.options.address=t.contractAddress,r}},v=new a({name:"sendTransaction",call:"eth_sendTransaction",params:1,inputFormatter:[u.inputTransactionFormatter],requestManager:e._parent._requestManager,accounts:e.constructor._ethAccounts||e._ethAccounts,defaultAccount:e._parent.defaultAccount,defaultBlock:e._parent.defaultBlock,transactionBlockTimeout:e._parent.transactionBlockTimeout,transactionConfirmationBlocks:e._parent.transactionConfirmationBlocks,transactionPollingTimeout:e._parent.transactionPollingTimeout,defaultCommon:e._parent.defaultCommon,defaultChain:e._parent.defaultChain,defaultHardfork:e._parent.defaultHardfork,handleRevert:e._parent.handleRevert,extraFormatters:p,abiCoder:f}).createFunction();return v(t.options,t.callback);default:throw new Error('Method "'+t.type+'" not implemented.')}},e.exports=d}).call(this,r("0de9")["default"])},"00a2":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={computed:{i18n:function(){return this.$t("index")}},onLaunch:function(){this.appVersion(),this.getIp()},onShow:function(){e("log","App Show"," at App.vue:34"),uni.getStorageSync("walletInfo")&&(uni.getStorageSync("fingerPass")?uni.reLaunch({url:"/pages/fingerPage/index"}):uni.reLaunch({url:"/pages/fingerPage/password/index"}))},onHide:function(){e("log","App Hide"," at App.vue:53")},methods:{getIp:function(){var t=this;return o(n.default.mark((function r(){var i,a,o;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return i={key:"is_ban_china"},r.prev=1,r.next=4,t.$api.getConfig(i);case 4:if(a=r.sent,"Y"!=a.data.value){r.next=10;break}return r.next=8,t.$api.checkIp();case 8:o=r.sent,"\u4e2d\u56fd"==o.data.country&&uni.showModal({content:t.i18n.mainInfo,showCancel:!1,confirmText:t.i18n.Confirm,success:function(e){e.confirm&&plus.runtime.quit()}});case 10:r.next=15;break;case 12:r.prev=12,r.t0=r["catch"](1),e("log",r.t0," at App.vue:83");case 15:case"end":return r.stop()}}),r,null,[[1,12]])})))()},appVersion:function(){var t=this;return o(n.default.mark((function r(){var i,a;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return i={appId:uni.getSystemInfoSync().platform},e("log","ss"+JSON.stringify(uni.getSystemInfoSync())," at App.vue:92"),r.next=4,t.$api.versionUpgrade(i);case 4:a=r.sent,plus.runtime.getProperty(plus.runtime.appid,(function(r){if(e("log","\u5f53\u524d\u7248\u672c\u53f7"+r.versionCode," at App.vue:95"),e("log",r.versionCode>25;t=(33554431&t)<<5^e[r];for(var a=0;a<5;++a)i>>a&1&&(t^=n[a])}return t}function a(e){var t,r=[];for(t=0;t>5);for(r.push(0),t=0;t>5*(5-s)&31);return o}function u(e,t){for(var n=t.concat(s(e,t)),i=e+"1",a=0;a126)return null;e.charCodeAt(t)>=97&&e.charCodeAt(t)<=122&&(n=!0),e.charCodeAt(t)>=65&&e.charCodeAt(t)<=90&&(i=!0)}if(n&&i)return null;e=e.toLowerCase();var a=e.lastIndexOf("1");if(a<1||a+7>e.length||e.length>90)return null;var s=e.substring(0,a),u=[];for(t=a+1;t>2]|=e[a]<>6,u[i++]=128|63&n):n<55296||n>=57344?(u[i++]=224|n>>12,u[i++]=128|n>>6&63,u[i++]=128|63&n):(n=65536+((1023&n)<<10|1023&e.charCodeAt(++a)),u[i++]=240|n>>18,u[i++]=128|n>>12&63,u[i++]=128|n>>6&63,u[i++]=128|63&n);else for(i=this.start;a>2]|=n<>2]|=(192|n>>6)<>2]|=(128|63&n)<=57344?(s[i>>2]|=(224|n>>12)<>2]|=(128|n>>6&63)<>2]|=(128|63&n)<>2]|=(240|n>>18)<>2]|=(128|n>>12&63)<>2]|=(128|n>>6&63)<>2]|=(128|63&n)<=64?(this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Md5.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[t>>2]|=EXTRA[3&t],t>=56&&(this.hashed||this.hash(),e[0]=e[16],e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.bytes<<3,e[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Md5.prototype.hash=function(){var e,t,r,n,i,a,o=this.blocks;this.first?(e=o[0]-680876937,e=(e<<7|e>>>25)-271733879<<0,n=(-1732584194^2004318071&e)+o[1]-117830708,n=(n<<12|n>>>20)+e<<0,r=(-271733879^n&(-271733879^e))+o[2]-1126478375,r=(r<<17|r>>>15)+n<<0,t=(e^r&(n^e))+o[3]-1316259209,t=(t<<22|t>>>10)+r<<0):(e=this.h0,t=this.h1,r=this.h2,n=this.h3,e+=(n^t&(r^n))+o[0]-680876936,e=(e<<7|e>>>25)+t<<0,n+=(r^e&(t^r))+o[1]-389564586,n=(n<<12|n>>>20)+e<<0,r+=(t^n&(e^t))+o[2]+606105819,r=(r<<17|r>>>15)+n<<0,t+=(e^r&(n^e))+o[3]-1044525330,t=(t<<22|t>>>10)+r<<0),e+=(n^t&(r^n))+o[4]-176418897,e=(e<<7|e>>>25)+t<<0,n+=(r^e&(t^r))+o[5]+1200080426,n=(n<<12|n>>>20)+e<<0,r+=(t^n&(e^t))+o[6]-1473231341,r=(r<<17|r>>>15)+n<<0,t+=(e^r&(n^e))+o[7]-45705983,t=(t<<22|t>>>10)+r<<0,e+=(n^t&(r^n))+o[8]+1770035416,e=(e<<7|e>>>25)+t<<0,n+=(r^e&(t^r))+o[9]-1958414417,n=(n<<12|n>>>20)+e<<0,r+=(t^n&(e^t))+o[10]-42063,r=(r<<17|r>>>15)+n<<0,t+=(e^r&(n^e))+o[11]-1990404162,t=(t<<22|t>>>10)+r<<0,e+=(n^t&(r^n))+o[12]+1804603682,e=(e<<7|e>>>25)+t<<0,n+=(r^e&(t^r))+o[13]-40341101,n=(n<<12|n>>>20)+e<<0,r+=(t^n&(e^t))+o[14]-1502002290,r=(r<<17|r>>>15)+n<<0,t+=(e^r&(n^e))+o[15]+1236535329,t=(t<<22|t>>>10)+r<<0,e+=(r^n&(t^r))+o[1]-165796510,e=(e<<5|e>>>27)+t<<0,n+=(t^r&(e^t))+o[6]-1069501632,n=(n<<9|n>>>23)+e<<0,r+=(e^t&(n^e))+o[11]+643717713,r=(r<<14|r>>>18)+n<<0,t+=(n^e&(r^n))+o[0]-373897302,t=(t<<20|t>>>12)+r<<0,e+=(r^n&(t^r))+o[5]-701558691,e=(e<<5|e>>>27)+t<<0,n+=(t^r&(e^t))+o[10]+38016083,n=(n<<9|n>>>23)+e<<0,r+=(e^t&(n^e))+o[15]-660478335,r=(r<<14|r>>>18)+n<<0,t+=(n^e&(r^n))+o[4]-405537848,t=(t<<20|t>>>12)+r<<0,e+=(r^n&(t^r))+o[9]+568446438,e=(e<<5|e>>>27)+t<<0,n+=(t^r&(e^t))+o[14]-1019803690,n=(n<<9|n>>>23)+e<<0,r+=(e^t&(n^e))+o[3]-187363961,r=(r<<14|r>>>18)+n<<0,t+=(n^e&(r^n))+o[8]+1163531501,t=(t<<20|t>>>12)+r<<0,e+=(r^n&(t^r))+o[13]-1444681467,e=(e<<5|e>>>27)+t<<0,n+=(t^r&(e^t))+o[2]-51403784,n=(n<<9|n>>>23)+e<<0,r+=(e^t&(n^e))+o[7]+1735328473,r=(r<<14|r>>>18)+n<<0,t+=(n^e&(r^n))+o[12]-1926607734,t=(t<<20|t>>>12)+r<<0,i=t^r,e+=(i^n)+o[5]-378558,e=(e<<4|e>>>28)+t<<0,n+=(i^e)+o[8]-2022574463,n=(n<<11|n>>>21)+e<<0,a=n^e,r+=(a^t)+o[11]+1839030562,r=(r<<16|r>>>16)+n<<0,t+=(a^r)+o[14]-35309556,t=(t<<23|t>>>9)+r<<0,i=t^r,e+=(i^n)+o[1]-1530992060,e=(e<<4|e>>>28)+t<<0,n+=(i^e)+o[4]+1272893353,n=(n<<11|n>>>21)+e<<0,a=n^e,r+=(a^t)+o[7]-155497632,r=(r<<16|r>>>16)+n<<0,t+=(a^r)+o[10]-1094730640,t=(t<<23|t>>>9)+r<<0,i=t^r,e+=(i^n)+o[13]+681279174,e=(e<<4|e>>>28)+t<<0,n+=(i^e)+o[0]-358537222,n=(n<<11|n>>>21)+e<<0,a=n^e,r+=(a^t)+o[3]-722521979,r=(r<<16|r>>>16)+n<<0,t+=(a^r)+o[6]+76029189,t=(t<<23|t>>>9)+r<<0,i=t^r,e+=(i^n)+o[9]-640364487,e=(e<<4|e>>>28)+t<<0,n+=(i^e)+o[12]-421815835,n=(n<<11|n>>>21)+e<<0,a=n^e,r+=(a^t)+o[15]+530742520,r=(r<<16|r>>>16)+n<<0,t+=(a^r)+o[2]-995338651,t=(t<<23|t>>>9)+r<<0,e+=(r^(t|~n))+o[0]-198630844,e=(e<<6|e>>>26)+t<<0,n+=(t^(e|~r))+o[7]+1126891415,n=(n<<10|n>>>22)+e<<0,r+=(e^(n|~t))+o[14]-1416354905,r=(r<<15|r>>>17)+n<<0,t+=(n^(r|~e))+o[5]-57434055,t=(t<<21|t>>>11)+r<<0,e+=(r^(t|~n))+o[12]+1700485571,e=(e<<6|e>>>26)+t<<0,n+=(t^(e|~r))+o[3]-1894986606,n=(n<<10|n>>>22)+e<<0,r+=(e^(n|~t))+o[10]-1051523,r=(r<<15|r>>>17)+n<<0,t+=(n^(r|~e))+o[1]-2054922799,t=(t<<21|t>>>11)+r<<0,e+=(r^(t|~n))+o[8]+1873313359,e=(e<<6|e>>>26)+t<<0,n+=(t^(e|~r))+o[15]-30611744,n=(n<<10|n>>>22)+e<<0,r+=(e^(n|~t))+o[6]-1560198380,r=(r<<15|r>>>17)+n<<0,t+=(n^(r|~e))+o[13]+1309151649,t=(t<<21|t>>>11)+r<<0,e+=(r^(t|~n))+o[4]-145523070,e=(e<<6|e>>>26)+t<<0,n+=(t^(e|~r))+o[11]-1120210379,n=(n<<10|n>>>22)+e<<0,r+=(e^(n|~t))+o[2]+718787259,r=(r<<15|r>>>17)+n<<0,t+=(n^(r|~e))+o[9]-343485551,t=(t<<21|t>>>11)+r<<0,this.first?(this.h0=e+1732584193<<0,this.h1=t-271733879<<0,this.h2=r-1732584194<<0,this.h3=n+271733878<<0,this.first=!1):(this.h0=this.h0+e<<0,this.h1=this.h1+t<<0,this.h2=this.h2+r<<0,this.h3=this.h3+n<<0)},Md5.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3;return HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[15&r]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]},Md5.prototype.toString=Md5.prototype.hex,Md5.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3;return[255&e,e>>8&255,e>>16&255,e>>24&255,255&t,t>>8&255,t>>16&255,t>>24&255,255&r,r>>8&255,r>>16&255,r>>24&255,255&n,n>>8&255,n>>16&255,n>>24&255]},Md5.prototype.array=Md5.prototype.digest,Md5.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(16),t=new Uint32Array(e);return t[0]=this.h0,t[1]=this.h1,t[2]=this.h2,t[3]=this.h3,e},Md5.prototype.buffer=Md5.prototype.arrayBuffer,Md5.prototype.base64=function(){for(var e,t,r,n="",i=this.array(),a=0;a<15;)e=i[a++],t=i[a++],r=i[a++],n+=BASE64_ENCODE_CHAR[e>>>2]+BASE64_ENCODE_CHAR[63&(e<<4|t>>>4)]+BASE64_ENCODE_CHAR[63&(t<<2|r>>>6)]+BASE64_ENCODE_CHAR[63&r];return e=i[a],n+=BASE64_ENCODE_CHAR[e>>>2]+BASE64_ENCODE_CHAR[e<<4&63]+"==",n};var exports=createMethod();COMMON_JS?module.exports=exports:(root.md5=exports,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()}).call(this,__webpack_require__("4362"))},"0145":function(e,t){t.encrypt=function(e,t){return e._cipher.encryptBlock(t)},t.decrypt=function(e,t){return e._cipher.decryptBlock(t)}},"0184":function(e,t,r){"use strict";var n=r("da3e");function i(e){this.options=e,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0}e.exports=i,i.prototype._init=function(){},i.prototype.update=function(e){return 0===e.length?[]:"decrypt"===this.type?this._updateDecrypt(e):this._updateEncrypt(e)},i.prototype._buffer=function(e,t){for(var r=Math.min(this.buffer.length-this.bufferOff,e.length-t),n=0;n0;n--)t+=this._buffer(e,t),r+=this._flushBuffer(i,r);return t+=this._buffer(e,t),i},i.prototype.final=function(e){var t,r;return e&&(t=this.update(e)),r="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),t?t.concat(r):r},i.prototype._pad=function(e,t){if(0===t)return!1;while(t=0)return null;r=r.toRed(a.red);var n=r.redSqr().redIMul(r).redIAdd(a.b).redSqrt();return 3===e!==n.isOdd()&&(n=n.redNeg()),i.keyPair({pub:{x:r,y:n}})}function u(e,t,r){var n=new o(t),s=new o(r);if(n.cmp(a.p)>=0||s.cmp(a.p)>=0)return null;if(n=n.toRed(a.red),s=s.toRed(a.red),(6===e||7===e)&&s.isOdd()!==(7===e))return null;var u=n.redSqr().redIMul(n);return s.redSqr().redISub(u.redIAdd(a.b)).isZero()?i.keyPair({pub:{x:n,y:s}}):null}function c(e){var t=e[0];switch(t){case 2:case 3:return 33!==e.length?null:s(t,e.subarray(1,33));case 4:case 6:case 7:return 65!==e.length?null:u(t,e.subarray(1,33),e.subarray(33,65));default:return null}}function l(e,t){for(var r=t.encode(null,33===e.length),n=0;n=0)return 1;if(r.iadd(new o(e)),r.cmp(a.n)>=0&&r.isub(a.n),r.isZero())return 1;var n=r.toArrayLike(Uint8Array,"be",32);return e.set(n),0},privateKeyTweakMul:function(e,t){var r=new o(t);if(r.cmp(a.n)>=0||r.isZero())return 1;r.imul(new o(e)),r.cmp(a.n)>=0&&(r=r.umod(a.n));var n=r.toArrayLike(Uint8Array,"be",32);return e.set(n),0},publicKeyVerify:function(e){var t=c(e);return null===t?1:0},publicKeyCreate:function(e,t){var r=new o(t);if(r.cmp(a.n)>=0||r.isZero())return 1;var n=i.keyFromPrivate(t).getPublic();return l(e,n),0},publicKeyConvert:function(e,t){var r=c(t);if(null===r)return 1;var n=r.getPublic();return l(e,n),0},publicKeyNegate:function(e,t){var r=c(t);if(null===r)return 1;var n=r.getPublic();return n.y=n.y.redNeg(),l(e,n),0},publicKeyCombine:function(e,t){for(var r=new Array(t.length),n=0;n=0)return 2;var i=n.getPublic().add(a.g.mul(r));return i.isInfinity()?2:(l(e,i),0)},publicKeyTweakMul:function(e,t,r){var n=c(t);if(null===n)return 1;if(r=new o(r),r.cmp(a.n)>=0||r.isZero())return 2;var i=n.getPublic().mul(r);return l(e,i),0},signatureNormalize:function(e){var t=new o(e.subarray(0,32)),r=new o(e.subarray(32,64));return t.cmp(a.n)>=0||r.cmp(a.n)>=0?1:(1===r.cmp(i.nh)&&e.set(a.n.sub(r).toArrayLike(Uint8Array,"be",32),32),0)},signatureExport:function(e,t){var r=t.subarray(0,32),n=t.subarray(32,64);if(new o(r).cmp(a.n)>=0)return 1;if(new o(n).cmp(a.n)>=0)return 1;var i=e.output,s=i.subarray(4,37);s[0]=0,s.set(r,1);for(var u=33,c=0;u>1&&0===s[c]&&!(128&s[c+1]);--u,++c);if(s=s.subarray(c),128&s[0])return 1;if(u>1&&0===s[0]&&!(128&s[1]))return 1;var l=i.subarray(39,72);l[0]=0,l.set(n,1);for(var f=33,d=0;f>1&&0===l[d]&&!(128&l[d+1]);--f,++d);return l=l.subarray(d),128&l[0]||f>1&&0===l[0]&&!(128&l[1])?1:(e.outputlen=6+u+f,i[0]=48,i[1]=e.outputlen-2,i[2]=2,i[3]=s.length,i.set(s,4),i[4+u]=2,i[5+u]=l.length,i.set(l,6+u),0)},signatureImport:function(e,t){if(t.length<8)return 1;if(t.length>72)return 1;if(48!==t[0])return 1;if(t[1]!==t.length-2)return 1;if(2!==t[2])return 1;var r=t[3];if(0===r)return 1;if(5+r>=t.length)return 1;if(2!==t[4+r])return 1;var n=t[5+r];if(0===n)return 1;if(6+r+n!==t.length)return 1;if(128&t[4])return 1;if(r>1&&0===t[4]&&!(128&t[5]))return 1;if(128&t[r+6])return 1;if(n>1&&0===t[r+6]&&!(128&t[r+7]))return 1;var i=t.subarray(4,4+r);if(33===i.length&&0===i[0]&&(i=i.subarray(1)),i.length>32)return 1;var s=t.subarray(6+r);if(33===s.length&&0===s[0]&&(s=s.slice(1)),s.length>32)throw new Error("S length is too long");var u=new o(i);u.cmp(a.n)>=0&&(u=new o(0));var c=new o(t.subarray(6+r));return c.cmp(a.n)>=0&&(c=new o(0)),e.set(u.toArrayLike(Uint8Array,"be",32),0),e.set(c.toArrayLike(Uint8Array,"be",32),32),0},ecdsaSign:function(e,t,r,n,s){if(s){var u=s;s=function(e){var i=u(t,r,null,n,e),a=i instanceof Uint8Array&&32===i.length;if(!a)throw new Error("This is the way");return new o(i)}}var c,l=new o(r);if(l.cmp(a.n)>=0||l.isZero())return 1;try{c=i.sign(t,r,{canonical:!0,k:s,pers:n})}catch(f){return 1}return e.signature.set(c.r.toArrayLike(Uint8Array,"be",32),0),e.signature.set(c.s.toArrayLike(Uint8Array,"be",32),32),e.recid=c.recoveryParam,0},ecdsaVerify:function(e,t,r){var n={r:e.subarray(0,32),s:e.subarray(32,64)},s=new o(n.r),u=new o(n.s);if(s.cmp(a.n)>=0||u.cmp(a.n)>=0)return 1;if(1===u.cmp(i.nh)||s.isZero()||u.isZero())return 3;var l=c(r);if(null===l)return 2;var f=l.getPublic(),d=i.verify(t,n,f);return d?0:3},ecdsaRecover:function(e,t,r,n){var s,u={r:t.slice(0,32),s:t.slice(32,64)},c=new o(u.r),f=new o(u.s);if(c.cmp(a.n)>=0||f.cmp(a.n)>=0)return 1;if(c.isZero()||f.isZero())return 2;try{s=i.recoverPubKey(n,u,r)}catch(d){return 2}return l(e,s),0},ecdh:function(e,t,r,n,s,u,l){var f=c(t);if(null===f)return 1;var d=new o(r);if(d.cmp(a.n)>=0||d.isZero())return 2;var h=f.getPublic().mul(d);if(void 0===s)for(var p=h.encode(null,!0),v=i.hash().update(p).digest(),m=0;m<32;++m)e[m]=v[m];else{u||(u=new Uint8Array(32));for(var b=h.getX().toArray("be",32),g=0;g<32;++g)u[g]=b[g];l||(l=new Uint8Array(32));for(var y=h.getY().toArray("be",32),w=0;w<32;++w)l[w]=y[w];var _=s(u,l,n),k=_ instanceof Uint8Array&&_.length===e.length;if(!k)return 2;e.set(_)}return 0}}},"0349":function(e,t,r){"use strict";var n=r("4a59"),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,r,a,o={};return e?(n.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=n.trim(e.substr(0,a)).toLowerCase(),r=n.trim(e.substr(a+1)),t){if(o[t]&&i.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([r]):o[t]?o[t]+", "+r:r}})),o):o}},"035f":function(e,t,r){"use strict";function n(e,t){return u(e)||s(e,t)||a(e,t)||i()}function i(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function a(e,t){if(e){if("string"===typeof e)return o(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(e,t):void 0}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw o}}}}function n(e,t){if(e){if("string"===typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(e,t):void 0}}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&void 0!==arguments[0]?arguments[0]:function(e){return new Uint8Array(e)},t=arguments.length>1?arguments[1]:void 0;return"function"===typeof e&&(e=e(t)),s("output",e,t),e}function l(e){return Object.prototype.toString.call(e).slice(8,-1)}e.exports=function(e){return{contextRandomize:function(t){switch(o(null===t||t instanceof Uint8Array,"Expected seed to be an Uint8Array or null"),null!==t&&s("seed",t,32),e.contextRandomize(t)){case 1:throw new Error(a.CONTEXT_RANDOMIZE_UNKNOW)}},privateKeyVerify:function(t){return s("private key",t,32),0===e.privateKeyVerify(t)},privateKeyNegate:function(t){switch(s("private key",t,32),e.privateKeyNegate(t)){case 0:return t;case 1:throw new Error(a.IMPOSSIBLE_CASE)}},privateKeyTweakAdd:function(t,r){switch(s("private key",t,32),s("tweak",r,32),e.privateKeyTweakAdd(t,r)){case 0:return t;case 1:throw new Error(a.TWEAK_ADD)}},privateKeyTweakMul:function(t,r){switch(s("private key",t,32),s("tweak",r,32),e.privateKeyTweakMul(t,r)){case 0:return t;case 1:throw new Error(a.TWEAK_MUL)}},publicKeyVerify:function(t){return s("public key",t,[33,65]),0===e.publicKeyVerify(t)},publicKeyCreate:function(t){var r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2?arguments[2]:void 0;switch(s("private key",t,32),u(r),n=c(n,r?33:65),e.publicKeyCreate(n,t)){case 0:return n;case 1:throw new Error(a.SECKEY_INVALID);case 2:throw new Error(a.PUBKEY_SERIALIZE)}},publicKeyConvert:function(t){var r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2?arguments[2]:void 0;switch(s("public key",t,[33,65]),u(r),n=c(n,r?33:65),e.publicKeyConvert(n,t)){case 0:return n;case 1:throw new Error(a.PUBKEY_PARSE);case 2:throw new Error(a.PUBKEY_SERIALIZE)}},publicKeyNegate:function(t){var r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2?arguments[2]:void 0;switch(s("public key",t,[33,65]),u(r),n=c(n,r?33:65),e.publicKeyNegate(n,t)){case 0:return n;case 1:throw new Error(a.PUBKEY_PARSE);case 2:throw new Error(a.IMPOSSIBLE_CASE);case 3:throw new Error(a.PUBKEY_SERIALIZE)}},publicKeyCombine:function(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2?arguments[2]:void 0;o(Array.isArray(t),"Expected public keys to be an Array"),o(t.length>0,"Expected public keys array will have more than zero items");var l,f=r(t);try{for(f.s();!(l=f.n()).done;){var d=l.value;s("public key",d,[33,65])}}catch(h){f.e(h)}finally{f.f()}switch(u(n),i=c(i,n?33:65),e.publicKeyCombine(i,t)){case 0:return i;case 1:throw new Error(a.PUBKEY_PARSE);case 2:throw new Error(a.PUBKEY_COMBINE);case 3:throw new Error(a.PUBKEY_SERIALIZE)}},publicKeyTweakAdd:function(t,r){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=arguments.length>3?arguments[3]:void 0;switch(s("public key",t,[33,65]),s("tweak",r,32),u(n),i=c(i,n?33:65),e.publicKeyTweakAdd(i,t,r)){case 0:return i;case 1:throw new Error(a.PUBKEY_PARSE);case 2:throw new Error(a.TWEAK_ADD)}},publicKeyTweakMul:function(t,r){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=arguments.length>3?arguments[3]:void 0;switch(s("public key",t,[33,65]),s("tweak",r,32),u(n),i=c(i,n?33:65),e.publicKeyTweakMul(i,t,r)){case 0:return i;case 1:throw new Error(a.PUBKEY_PARSE);case 2:throw new Error(a.TWEAK_MUL)}},signatureNormalize:function(t){switch(s("signature",t,64),e.signatureNormalize(t)){case 0:return t;case 1:throw new Error(a.SIG_PARSE)}},signatureExport:function(t,r){s("signature",t,64),r=c(r,72);var n={output:r,outputlen:72};switch(e.signatureExport(n,t)){case 0:return r.slice(0,n.outputlen);case 1:throw new Error(a.SIG_PARSE);case 2:throw new Error(a.IMPOSSIBLE_CASE)}},signatureImport:function(t,r){switch(s("signature",t),r=c(r,64),e.signatureImport(r,t)){case 0:return r;case 1:throw new Error(a.SIG_PARSE);case 2:throw new Error(a.IMPOSSIBLE_CASE)}},ecdsaSign:function(t,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;s("message",t,32),s("private key",r,32),o("Object"===l(n),"Expected options to be an Object"),void 0!==n.data&&s("options.data",n.data),void 0!==n.noncefn&&o("Function"===l(n.noncefn),"Expected options.noncefn to be a Function"),i=c(i,64);var u={signature:i,recid:null};switch(e.ecdsaSign(u,t,r,n.data,n.noncefn)){case 0:return u;case 1:throw new Error(a.SIGN);case 2:throw new Error(a.IMPOSSIBLE_CASE)}},ecdsaVerify:function(t,r,n){switch(s("signature",t,64),s("message",r,32),s("public key",n,[33,65]),e.ecdsaVerify(t,r,n)){case 0:return!0;case 3:return!1;case 1:throw new Error(a.SIG_PARSE);case 2:throw new Error(a.PUBKEY_PARSE)}},ecdsaRecover:function(t,r,n){var i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],f=arguments.length>4?arguments[4]:void 0;switch(s("signature",t,64),o("Number"===l(r)&&r>=0&&r<=3,"Expected recovery id to be a Number within interval [0, 3]"),s("message",n,32),u(i),f=c(f,i?33:65),e.ecdsaRecover(f,t,r,n)){case 0:return f;case 1:throw new Error(a.SIG_PARSE);case 2:throw new Error(a.RECOVER);case 3:throw new Error(a.IMPOSSIBLE_CASE)}},ecdh:function(t,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;switch(s("public key",t,[33,65]),s("private key",r,32),o("Object"===l(n),"Expected options to be an Object"),void 0!==n.data&&s("options.data",n.data),void 0!==n.hashfn?(o("Function"===l(n.hashfn),"Expected options.hashfn to be a Function"),void 0!==n.xbuf&&s("options.xbuf",n.xbuf,32),void 0!==n.ybuf&&s("options.ybuf",n.ybuf,32),s("output",i)):i=c(i,32),e.ecdh(i,t,r,n.data,n.hashfn,n.xbuf,n.ybuf)){case 0:return i;case 1:throw new Error(a.PUBKEY_PARSE);case 2:throw new Error(a.ECDH)}}}}},"087f":function(e,t,r){var n=r("3fb5"),i=r("b672"),a=r("8707").Buffer,o=[1518500249,1859775393,-1894007588,-899497514],s=new Array(80);function u(){this.init(),this._w=s,i.call(this,64,56)}function c(e){return e<<5|e>>>27}function l(e){return e<<30|e>>>2}function f(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n}n(u,i),u.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},u.prototype._update=function(e){for(var t=this._w,r=0|this._a,n=0|this._b,i=0|this._c,a=0|this._d,s=0|this._e,u=0;u<16;++u)t[u]=e.readInt32BE(4*u);for(;u<80;++u)t[u]=t[u-3]^t[u-8]^t[u-14]^t[u-16];for(var d=0;d<80;++d){var h=~~(d/20),p=c(r)+f(h,n,i,a)+s+t[d]+o[h]|0;s=a,a=i,i=l(n),n=r,r=p}this._a=r+this._a|0,this._b=n+this._b|0,this._c=i+this._c|0,this._d=a+this._d|0,this._e=s+this._e|0},u.prototype._hash=function(){var e=a.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=u},"0960":function(e,t,r){e.exports=r("b19a")},"0975":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Wordlist=t.logger=void 0;var n=r("1474"),i=r("d8c6"),a=r("fa24"),o=r("605f");function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);rt)throw new Error("RangeError: value out of range");if(Math.floor(e)!==e)throw new Error("value has a fractional component")}function p(e,t){var r=e.readUInt32LE(t),n=e.readUInt32LE(t+4);return n*=4294967296,h(n+r,9007199254740991),n+r}function v(e,t,r){return h(t,9007199254740991),e.writeInt32LE(-1&t,r),e.writeUInt32LE(Math.floor(t/4294967296),r+4),r+8}t.range=function(e){return n(Array(e).keys())},t.reverseBuffer=l,t.keyValsToBuffer=f,t.keyValToBuffer=d,t.readUInt64LE=p,t.writeUInt64LE=v}).call(this,r("b639").Buffer)},"09f4":function(e,t,r){(function(e){var n=r("7aa7").keccak_256,i=r("a675");function a(t){for(var r="",i=0;i<32;i++)r+="00";if(name=o(t),name){var a=name.split(".");for(i=a.length-1;i>=0;i--){var s=n(a[i]);r=n(new e(r+s,"hex"))}}return"0x"+r}function o(e){return e?i.toUnicode(e,{useStd3ASCII:!0,transitional:!1}):e}t.hash=a,t.normalize=o}).call(this,r("b639").Buffer)},"09f5":function(e,t,r){var n=r("39f5"),i=r("8707").Buffer,a=r("6430"),o=r("3fb5");function s(e,t,r,o){a.call(this),this._cipher=new n.AES(t),this._prev=i.from(r),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=o,this._mode=e}o(s,a),s.prototype._update=function(e){return this._mode.encrypt(this,e,this._decrypt)},s.prototype._final=function(){this._cipher.scrub()},e.exports=s},"0a0b":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e["UNSIGNED_TX"]=0]="UNSIGNED_TX",e[e["GLOBAL_XPUB"]=1]="GLOBAL_XPUB"}(t.GlobalTypes||(t.GlobalTypes={})),t.GLOBAL_TYPE_NAMES=["unsignedTx","globalXpub"],function(e){e[e["NON_WITNESS_UTXO"]=0]="NON_WITNESS_UTXO",e[e["WITNESS_UTXO"]=1]="WITNESS_UTXO",e[e["PARTIAL_SIG"]=2]="PARTIAL_SIG",e[e["SIGHASH_TYPE"]=3]="SIGHASH_TYPE",e[e["REDEEM_SCRIPT"]=4]="REDEEM_SCRIPT",e[e["WITNESS_SCRIPT"]=5]="WITNESS_SCRIPT",e[e["BIP32_DERIVATION"]=6]="BIP32_DERIVATION",e[e["FINAL_SCRIPTSIG"]=7]="FINAL_SCRIPTSIG",e[e["FINAL_SCRIPTWITNESS"]=8]="FINAL_SCRIPTWITNESS",e[e["POR_COMMITMENT"]=9]="POR_COMMITMENT"}(t.InputTypes||(t.InputTypes={})),t.INPUT_TYPE_NAMES=["nonWitnessUtxo","witnessUtxo","partialSig","sighashType","redeemScript","witnessScript","bip32Derivation","finalScriptSig","finalScriptWitness","porCommitment"],function(e){e[e["REDEEM_SCRIPT"]=0]="REDEEM_SCRIPT",e[e["WITNESS_SCRIPT"]=1]="WITNESS_SCRIPT",e[e["BIP32_DERIVATION"]=2]="BIP32_DERIVATION"}(t.OutputTypes||(t.OutputTypes={})),t.OUTPUT_TYPE_NAMES=["redeemScript","witnessScript","bip32Derivation"]},"0a17":function(e,t,r){"use strict";function n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.sort((function(){return Math.random()-.5}))}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n;t.default=i},"0a3a":function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||t.hasOwnProperty(r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.secp256k1=t.rlp=t.BN=void 0;var a=r("3c3e");t.secp256k1=a;var o=r("5213"),s=r("399f");t.BN=s;var u=r("d033");t.rlp=u,Object.assign(t,o),i(r("9a6e"),t),i(r("78fd"),t),i(r("c235"),t),i(r("46c2"),t),i(r("75c7"),t),i(r("c807"),t)},"0a74":function(e,t,r){"use strict";r.r(t);var n=r("9951"),i=r("7344");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"41b32e82",null,!1,n["a"],o);t["default"]=u.exports},"0ab3":function(e,t,r){"use strict";r.r(t);var n=r("2f9d"),i=r("f793");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"36663c9d",null,!1,n["a"],o);t["default"]=u.exports},"0ad1":function(e,t,r){"use strict";r.r(t);var n=r("a3d5"),i=r("cbcf");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"02cc18d6",null,!1,n["a"],o);t["default"]=u.exports},"0b16":function(e,t,r){"use strict";var n=r("1985"),i=r("35e8");function a(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=_,t.resolve=x,t.resolveObject=S,t.format=k,t.Url=a;var o=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,u=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,c=["<",">",'"',"`"," ","\r","\n","\t"],l=["{","}","|","\\","^","`"].concat(c),f=["'"].concat(l),d=["%","/","?",";","#"].concat(f),h=["/","?","#"],p=255,v=/^[+a-z0-9A-Z_-]{0,63}$/,m=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,b={javascript:!0,"javascript:":!0},g={javascript:!0,"javascript:":!0},y={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},w=r("b383");function _(e,t,r){if(e&&i.isObject(e)&&e instanceof a)return e;var n=new a;return n.parse(e,t,r),n}function k(e){return i.isString(e)&&(e=_(e)),e instanceof a?e.format():a.prototype.format.call(e)}function x(e,t){return _(e,!1,!0).resolve(t)}function S(e,t){return e?_(e,!1,!0).resolveObject(t):t}a.prototype.parse=function(e,t,r){if(!i.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var a=e.indexOf("?"),s=-1!==a&&a127?R+="x":R+=N[$];if(!R.match(v)){var U=j.slice(0,T),F=j.slice(T+1),L=N.match(m);L&&(U.push(L[1]),F.unshift(L[2])),F.length&&(_="/"+F.join(".")+_),this.hostname=U.join(".");break}}}this.hostname.length>p?this.hostname="":this.hostname=this.hostname.toLowerCase(),I||(this.hostname=n.toASCII(this.hostname));var D=this.port?":"+this.port:"",z=this.hostname||"";this.host=z+D,this.href+=this.host,I&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==_[0]&&(_="/"+_))}if(!b[S])for(T=0,B=f.length;T0)&&r.host.split("@");A&&(r.auth=A.shift(),r.host=r.hostname=A.shift())}return r.search=e.search,r.query=e.query,i.isNull(r.pathname)&&i.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r}if(!x.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var E=x.slice(-1)[0],C=(r.host||e.host||x.length>1)&&("."===E||".."===E)||""===E,P=0,T=x.length;T>=0;T--)E=x[T],"."===E?x.splice(T,1):".."===E?(x.splice(T,1),P++):P&&(x.splice(T,1),P--);if(!_&&!k)for(;P--;P)x.unshift("..");!_||""===x[0]||x[0]&&"/"===x[0].charAt(0)||x.unshift(""),C&&"/"!==x.join("/").substr(-1)&&x.push("");var O=""===x[0]||x[0]&&"/"===x[0].charAt(0);if(S){r.hostname=r.host=O?"":x.length?x.shift():"";A=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@");A&&(r.auth=A.shift(),r.host=r.hostname=A.shift())}return _=_||r.host&&x.length,_&&!O&&x.unshift(""),x.length?r.pathname=x.join("/"):(r.pathname=null,r.path=null),i.isNull(r.pathname)&&i.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},a.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},"0bac":function(e,t){var r=Math.pow(2,7),n=Math.pow(2,14),i=Math.pow(2,21),a=Math.pow(2,28),o=Math.pow(2,35),s=Math.pow(2,42),u=Math.pow(2,49),c=Math.pow(2,56),l=Math.pow(2,63);e.exports=function(e){return e1?t-1:0),n=1;n1){var c=s.pop();u=s.join("---COMMA---"),0===c.indexOf(" at ")?u+=c:u+="---COMMA---"+c}else u=s[0];console[o](u)}r.r(t),r.d(t,"log",(function(){return o})),r.d(t,"default",(function(){return s}))},"0e23":function(e,t,r){"use strict";r.r(t);var n=r("f732"),i=r("e93d");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"75b5012d",null,!1,n["a"],o);t["default"]=u.exports},"0e25":function(e,t,r){(function(t,n){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=22)}([function(e,t){e.exports=r("a34a")},function(e,t){e.exports=r("c973")},function(e,t){e.exports=r("970b")},function(e,t){e.exports=r("5bc3")},function(e,t){e.exports=r("9523")},function(e,t){e.exports=r("294c")},function(e,t){e.exports=r("7037")},function(e,t){e.exports=r("448a")},function(e,t){e.exports=r("278c")},function(e,t){e.exports=r("2f77")},function(e,t){e.exports=r("7256")},function(e,t){e.exports=r("3c96")},function(e,t){e.exports=r("8d61")},function(e,t){e.exports=r("3337")},function(e,t){e.exports=r("36c6")},function(e,t){e.exports=r("ed6d")},function(e,t){e.exports=r("6b58")},function(e,t){e.exports=r("547b")},function(e,t){e.exports=r("586c")},function(e,t){e.exports=r("ba10")},function(e){e.exports=JSON.parse('{"a":"3.2.6"}')},function(e,t){e.exports=r("b383")},function(e,r,i){"use strict";i.r(r),i.d(r,"default",(function(){return Ct}));var a={};i.r(a),i.d(a,"byte2hexStr",(function(){return R})),i.d(a,"bytesToString",(function(){return $})),i.d(a,"hextoString",(function(){return M})),i.d(a,"byteArray2hexStr",(function(){return U})),i.d(a,"base64DecodeFromString",(function(){return F})),i.d(a,"base64EncodeToString",(function(){return L}));var o={};i.r(o),i.d(o,"bin2String",(function(){return q})),i.d(o,"arrayEquals",(function(){return W})),i.d(o,"stringToBytes",(function(){return K})),i.d(o,"byte2hexStr",(function(){return R})),i.d(o,"bytesToString",(function(){return $})),i.d(o,"hextoString",(function(){return M})),i.d(o,"byteArray2hexStr",(function(){return U})),i.d(o,"base64DecodeFromString",(function(){return F})),i.d(o,"base64EncodeToString",(function(){return L})),i.d(o,"hexChar2byte",(function(){return V})),i.d(o,"isHexChar",(function(){return G})),i.d(o,"hexStr2byteArray",(function(){return X})),i.d(o,"strToDate",(function(){return J})),i.d(o,"isNumber",(function(){return Y})),i.d(o,"getStringType",(function(){return Z}));var s={};i.r(s),i.d(s,"encode58",(function(){return re})),i.d(s,"decode58",(function(){return ne}));var u={};i.r(u),i.d(u,"keccak256",(function(){return oe})),i.d(u,"sha256",(function(){return se})),i.d(u,"toUtf8Bytes",(function(){return ue})),i.d(u,"toUtf8String",(function(){return ce})),i.d(u,"recoverAddress",(function(){return le})),i.d(u,"SigningKey",(function(){return fe})),i.d(u,"AbiCoder",(function(){return de}));var c={};i.r(c),i.d(c,"getBase58CheckAddress",(function(){return he})),i.d(c,"decodeBase58Address",(function(){return pe})),i.d(c,"signTransaction",(function(){return ve})),i.d(c,"arrayToBase64String",(function(){return me})),i.d(c,"signBytes",(function(){return be})),i.d(c,"getRowBytesFromTransactionBase64",(function(){return ge})),i.d(c,"genPriKey",(function(){return ye})),i.d(c,"computeAddress",(function(){return we})),i.d(c,"getAddressFromPriKey",(function(){return _e})),i.d(c,"decode58Check",(function(){return ke})),i.d(c,"isAddressValid",(function(){return xe})),i.d(c,"getBase58CheckAddressFromPriKeyBase64String",(function(){return Se})),i.d(c,"getHexStrAddressFromPriKeyBase64String",(function(){return Ae})),i.d(c,"getAddressFromPriKeyBase64String",(function(){return Ee})),i.d(c,"getPubKeyFromPriKey",(function(){return Ce})),i.d(c,"ECKeySign",(function(){return Pe})),i.d(c,"SHA256",(function(){return Te})),i.d(c,"passwordToAddress",(function(){return Oe})),i.d(c,"pkToAddress",(function(){return Ie}));var l={};i.r(l),i.d(l,"generateAccount",(function(){return je}));var f={};i.r(f),i.d(f,"decodeParams",(function(){return Ne})),i.d(f,"encodeParams",(function(){return Re}));var d=i(0),h=i.n(d),p=i(1),v=i.n(p),m=i(6),b=i.n(m),g=i(2),y=i.n(g),w=i(3),_=i.n(w),k=i(11),x=i.n(k),S=i(15),A=i.n(S),E=i(16),C=i.n(E),P=i(14),T=i.n(P),O=i(4),I=i.n(O),j=i(17),B=i.n(j);function N(){var e=this;this._keyStr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",this.encode=function(t){for(var r,n,i,a,o,s,u,c="",l=0;l>2,o=(3&r)<<4|(n=t.charCodeAt(l++))>>4,s=(15&n)<<2|(i=t.charCodeAt(l++))>>6,u=63&i,isNaN(n)?s=u=64:isNaN(i)&&(u=64),c=c+e._keyStr.charAt(a)+e._keyStr.charAt(o)+e._keyStr.charAt(s)+e._keyStr.charAt(u);return c},this.encodeIgnoreUtf8=function(t){for(var r,n,i,a,o,s,u,c="",l=0;l>2,o=(3&r)<<4|(n=t[l++])>>4,s=(15&n)<<2|(i=t[l++])>>6,u=63&i,isNaN(n)?s=u=64:isNaN(i)&&(u=64),c=c+e._keyStr.charAt(a)+e._keyStr.charAt(o)+e._keyStr.charAt(s)+e._keyStr.charAt(u);return c},this.decode=function(t){var r,n,i,a,o,s,u="",c=0;for(t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");c>4,n=(15&a)<<4|(o=e._keyStr.indexOf(t.charAt(c++)))>>2,i=(3&o)<<6|(s=e._keyStr.indexOf(t.charAt(c++))),u+=String.fromCharCode(r),64!=o&&(u+=String.fromCharCode(n)),64!=s&&(u+=String.fromCharCode(i));return e._utf8_decode(u)},this.decodeToByteArray=function(t){var r,n,i,a,o,s,u="",c=0;for(t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");c>4,n=(15&a)<<4|(o=e._keyStr.indexOf(t.charAt(c++)))>>2,i=(3&o)<<6|(s=e._keyStr.indexOf(t.charAt(c++))),u+=String.fromCharCode(r),64!=o&&(u+=String.fromCharCode(n)),64!=s&&(u+=String.fromCharCode(i));return e._out2ByteArray(u)},this._out2ByteArray=function(e){for(var t=new Array(e.length),r=0,n=0;r127&&n<2048?(t+=String.fromCharCode(n>>6|192),t+=String.fromCharCode(63&n|128)):(t+=String.fromCharCode(n>>12|224),t+=String.fromCharCode(n>>6&63|128),t+=String.fromCharCode(63&n|128))}return t},this._utf8_decode=function(e){for(var t="",r=0,n=0,i=0,a=0;r191&&n<224?(i=e.charCodeAt(r+1),t+=String.fromCharCode((31&n)<<6|63&i),r+=2):(i=e.charCodeAt(r+1),a=e.charCodeAt(r+2),t+=String.fromCharCode((15&n)<<12|(63&i)<<6|63&a),r+=3);return t}}function R(e){if("number"!=typeof e)throw new Error("Input must be a number");if(e<0||e>255)throw new Error("Input must be a byte");var t="";return t+="0123456789ABCDEF".charAt(e>>4),t+"0123456789ABCDEF".charAt(15&e)}function $(e){if("string"==typeof e)return e;for(var t="",r=0;r=65536&&r<=1114111?(n.push(r>>18&7|240),n.push(r>>12&63|128),n.push(r>>6&63|128),n.push(63&r|128)):r>=2048&&r<=65535?(n.push(r>>12&15|224),n.push(r>>6&63|128),n.push(63&r|128)):r>=128&&r<=2047?(n.push(r>>6&31|192),n.push(63&r|128)):n.push(255&r);return n}function V(e){var t;if(e>="A"&&e<="F"?t=e.charCodeAt(0)-"A".charCodeAt(0)+10:e>="a"&&e<="f"?t=e.charCodeAt(0)-"a".charCodeAt(0)+10:e>="0"&&e<="9"&&(t=e.charCodeAt(0)-"0".charCodeAt(0)),"number"==typeof t)return t;throw new Error("The passed hex char is not a valid hex char")}function G(e){return e>="A"&&e<="F"||e>="a"&&e<="f"||e>="0"&&e<="9"?1:0}function X(e){if("string"!=typeof e)throw new Error("The passed string is not a string");for(var t=Array(),r=0,n=0,i=0,a=0;a1){var o=t[1].split("-"),s=parseInt(o[0],10),u=parseInt(o[1],10),c=parseInt(o[2],10);return new Date(n,i,a,s,u,c)}return new Date(n,i,a)}function Y(e){return e>="0"&&e<="9"?1:0}function Z(e){if(null==e)return-1;if("string"!=typeof e)return-1;if(0==e.length||""==e)return-1;var t=0;if(40==e.length)for(;t<40;t++)if(!G(e.charAt(t)))break;if(40==t)return 1;for(t=0;t" ")return 3;return-1}for(var Q="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",ee={},te=0;te>8,n[r]&=255;for(;a;)n.push(255&a),a>>=8}for(t=0;"1"===e[t]&&t1?r-1:0),i=1;i0&&void 0!==e[0]?e[0]:1e3,t.abrupt("return",new Promise((function(e){return setTimeout(e,r)})));case 2:case"end":return t.stop()}}),t)})))()}}),{},{code:o,accounts:l,base58:s,bytes:a,crypto:c,abi:f,ethersUtils:u}),He={HttpProvider:function(){function e(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3e4,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]&&arguments[3],a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"/";if(y()(this,e),!ze.isValidURL(t))throw new Error("Invalid URL provided to HttpProvider");if(isNaN(r)||r<0)throw new Error("Invalid timeout duration provided");if(!ze.isObject(a))throw new Error("Invalid headers object provided");t=t.replace(/\/+$/,""),this.host=t,this.timeout=r,this.user=n,this.password=i,this.headers=a,this.statusPage=o,this.instance=B.a.create({baseURL:t,timeout:r,headers:a,auth:n&&{user:n,password:i}})}var t;return _()(e,[{key:"setStatusPage",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";this.statusPage=e}},{key:"isConnected",value:(t=v()(h.a.mark((function e(){var t,r=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=r.length>0&&void 0!==r[0]?r[0]:this.statusPage,e.abrupt("return",this.request(t).then((function(e){return ze.hasProperties(e,"blockID","block_header")})).catch((function(){return!1})));case 2:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"request",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"get";return r=r.toLowerCase(),this.instance.request({data:"post"==r&&Object.keys(t).length?t:null,params:"get"==r&&t,url:e,method:r}).then((function(e){return e.data}))}}]),e}()},qe=i(19),We=i.n(qe),Ke=i(20),Ve=i(12),Ge=i.n(Ve),Xe=i(5),Je=i.n(Xe),Ye=i(8),Ze=i.n(Ye);function Qe(e,t){var r;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=function(e,t){if(e){if("string"==typeof e)return et(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?et(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,i=function(){};return{s:i,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw a}}}}function et(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&void 0!==arguments[0]&&arguments[0];if(y()(this,e),!t||!t instanceof Ct)throw new Error("Expected instance of TronWeb");this.tronWeb=t}return _()(e,[{key:"invalid",value:function(e){return e.msg||"Invalid ".concat(e.name).concat("address"===e.type?" address":""," provided")}},{key:"notPositive",value:function(e){return"".concat(e.name," must be a positive integer")}},{key:"notEqual",value:function(e){return e.msg||"".concat(e.names[0]," can not be equal to ").concat(e.names[1])}},{key:"notValid",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Function,n={},i=!1,a=Qe(t);try{for(a.s();!(e=a.n()).done;){var o=e.value,s=o.name,u=o.names,c=o.value,l=o.type,f=o.gt,d=o.lt,h=o.gte,p=o.lte,v=(o.se,o.optional);if(!v||ze.isNotNullOrUndefined(c)&&("boolean"===l||!1!==c)){switch(n[o.name]=o.value,l){case"address":this.tronWeb.isAddress(c)?n[s]=this.tronWeb.address.toHex(c):i=!0;break;case"integer":(!ze.isInteger(c)||"number"==typeof f&&c<=o.gt||"number"==typeof d&&c>=o.lt||"number"==typeof h&&co.lte)&&(i=!0);break;case"positive-integer":if(!ze.isInteger(c)||c<=0)return void r(this.notPositive(o));break;case"tokenId":ze.isString(c)&&c.length||(i=!0);break;case"notEmptyObject":ze.isObject(c)&&Object.keys(c).length||(i=!0);break;case"notEqual":if(n[u[0]]===n[u[1]])return r(this.notEqual(o)),!0;break;case"resource":["BANDWIDTH","ENERGY"].includes(c)||(i=!0);break;case"url":ze.isValidURL(c)||(i=!0);break;case"hex":ze.isHex(c)||(i=!0);break;case"array":Array.isArray(c)||(i=!0);break;case"not-empty-string":ze.isString(c)&&c.length||(i=!0);break;case"boolean":ze.isBoolean(c)||(i=!0);break;case"string":(!ze.isString(c)||"number"==typeof f&&c.length<=o.gt||"number"==typeof d&&c.length>=o.lt||"number"==typeof h&&c.lengtho.lte)&&(i=!0)}if(i)return r(this.invalid(o)),!0}}}catch(e){a.e(e)}finally{a.f()}return!1}}]),e}();function nt(e,t){var r;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=function(e,t){if(e){if("string"==typeof e)return it(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?it(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,i=function(){};return{s:i,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw a}}}}function it(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&void 0!==arguments[0]&&arguments[0];if(y()(this,e),!t||!t instanceof Ct)throw new Error("Expected instance of TronWeb");tt=this,this.tronWeb=t,this.injectPromise=Je()(this),this.validator=new rt(t)}var t,r,n,i;return _()(e,[{key:"sendTrx",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.tronWeb.defaultAddress.hex,n=arguments.length>3?arguments[3]:void 0,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(ze.isFunction(n)&&(i=n,n={}),ze.isFunction(r)?(i=r,r=this.tronWeb.defaultAddress.hex):ze.isObject(r)&&(n=r,r=this.tronWeb.defaultAddress.hex),!i)return this.injectPromise(this.sendTrx,e,t,r,n);if(t=parseInt(t),!this.validator.notValid([{name:"recipient",type:"address",value:e},{name:"origin",type:"address",value:r},{names:["recipient","origin"],type:"notEqual",msg:"Cannot transfer TRX to the same account"},{name:"amount",type:"integer",gt:0,value:t}],i)){var a={to_address:at(e),owner_address:at(r),amount:t};n&&n.permissionId&&(a.Permission_id=n.permissionId),this.tronWeb.fullNode.request("wallet/createtransaction",a,"post").then((function(e){return st(e,i)})).catch((function(e){return i(e)}))}}},{key:"sendToken",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.tronWeb.defaultAddress.hex,i=arguments.length>4?arguments[4]:void 0,a=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(ze.isFunction(i)&&(a=i,i={}),ze.isFunction(n)?(a=n,n=this.tronWeb.defaultAddress.hex):ze.isObject(n)&&(i=n,n=this.tronWeb.defaultAddress.hex),!a)return this.injectPromise(this.sendToken,e,t,r,n,i);if(t=parseInt(t),!this.validator.notValid([{name:"recipient",type:"address",value:e},{name:"origin",type:"address",value:n},{names:["recipient","origin"],type:"notEqual",msg:"Cannot transfer tokens to the same account"},{name:"amount",type:"integer",gt:0,value:t},{name:"token ID",type:"tokenId",value:r}],a)){var o={to_address:at(e),owner_address:at(n),asset_name:ot(r),amount:parseInt(t)};i&&i.permissionId&&(o.Permission_id=i.permissionId),this.tronWeb.fullNode.request("wallet/transferasset",o,"post").then((function(e){return st(e,a)})).catch((function(e){return a(e)}))}}},{key:"purchaseToken",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.tronWeb.defaultAddress.hex,i=arguments.length>4?arguments[4]:void 0,a=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(ze.isFunction(i)&&(a=i,i={}),ze.isFunction(n)?(a=n,n=this.tronWeb.defaultAddress.hex):ze.isObject(n)&&(i=n,n=this.tronWeb.defaultAddress.hex),!a)return this.injectPromise(this.purchaseToken,e,t,r,n,i);if(!this.validator.notValid([{name:"buyer",type:"address",value:n},{name:"issuer",type:"address",value:e},{names:["buyer","issuer"],type:"notEqual",msg:"Cannot purchase tokens from same account"},{name:"amount",type:"integer",gt:0,value:r},{name:"token ID",type:"tokenId",value:t}],a)){var o={to_address:at(e),owner_address:at(n),asset_name:ot(t),amount:parseInt(r)};i&&i.permissionId&&(o.Permission_id=i.permissionId),this.tronWeb.fullNode.request("wallet/participateassetissue",o,"post").then((function(e){return st(e,a)})).catch((function(e){return a(e)}))}}},{key:"freezeBalance",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"BANDWIDTH",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.tronWeb.defaultAddress.hex,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:void 0,a=arguments.length>5?arguments[5]:void 0,o=arguments.length>6&&void 0!==arguments[6]&&arguments[6];if(ze.isFunction(a)&&(o=a,a={}),ze.isFunction(i)?(o=i,i=void 0):ze.isObject(i)&&(a=i,i=void 0),ze.isFunction(n)?(o=n,n=this.tronWeb.defaultAddress.hex):ze.isObject(n)&&(a=n,n=this.tronWeb.defaultAddress.hex),ze.isFunction(t)&&(o=t,t=3),ze.isFunction(r)&&(o=r,r="BANDWIDTH"),!o)return this.injectPromise(this.freezeBalance,e,t,r,n,i,a);if(!this.validator.notValid([{name:"origin",type:"address",value:n},{name:"receiver",type:"address",value:i,optional:!0},{name:"amount",type:"integer",gt:0,value:e},{name:"duration",type:"integer",gte:3,value:t},{name:"resource",type:"resource",value:r,msg:'Invalid resource provided: Expected "BANDWIDTH" or "ENERGY'}],o)){var s={owner_address:at(n),frozen_balance:parseInt(e),frozen_duration:parseInt(t),resource:r};ze.isNotNullOrUndefined(i)&&at(i)!==at(n)&&(s.receiver_address=at(i)),a&&a.permissionId&&(s.Permission_id=a.permissionId),this.tronWeb.fullNode.request("wallet/freezebalance",s,"post").then((function(e){return st(e,o)})).catch((function(e){return o(e)}))}}},{key:"unfreezeBalance",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"BANDWIDTH",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(ze.isFunction(n)&&(i=n,n={}),ze.isFunction(r)?(i=r,r=void 0):ze.isObject(r)&&(n=r,r=void 0),ze.isFunction(t)?(i=t,t=this.tronWeb.defaultAddress.hex):ze.isObject(t)&&(n=t,t=this.tronWeb.defaultAddress.hex),ze.isFunction(e)&&(i=e,e="BANDWIDTH"),!i)return this.injectPromise(this.unfreezeBalance,e,t,r,n);if(!this.validator.notValid([{name:"origin",type:"address",value:t},{name:"receiver",type:"address",value:r,optional:!0},{name:"resource",type:"resource",value:e,msg:'Invalid resource provided: Expected "BANDWIDTH" or "ENERGY'}],i)){var a={owner_address:at(t),resource:e};ze.isNotNullOrUndefined(r)&&at(r)!==at(t)&&(a.receiver_address=at(r)),n&&n.permissionId&&(a.Permission_id=n.permissionId),this.tronWeb.fullNode.request("wallet/unfreezebalance",a,"post").then((function(e){return st(e,i)})).catch((function(e){return i(e)}))}}},{key:"withdrawBlockRewards",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(ze.isFunction(t)&&(r=t,t={}),ze.isFunction(e)?(r=e,e=this.tronWeb.defaultAddress.hex):ze.isObject(e)&&(t=e,e=this.tronWeb.defaultAddress.hex),!r)return this.injectPromise(this.withdrawBlockRewards,e,t);if(!this.validator.notValid([{name:"origin",type:"address",value:e}],r)){var n={owner_address:at(e)};t&&t.permissionId&&(n.Permission_id=t.permissionId),this.tronWeb.fullNode.request("wallet/withdrawbalance",n,"post").then((function(e){return st(e,r)})).catch((function(e){return r(e)}))}}},{key:"applyForSR",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2?arguments[2]:void 0,n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(ze.isFunction(r)&&(n=r,r={}),ze.isObject(t)&&ze.isValidURL(e)&&(r=t,t=e,e=this.tronWeb.defaultAddress.hex),!n)return this.injectPromise(this.applyForSR,e,t,r);if(!this.validator.notValid([{name:"origin",type:"address",value:e},{name:"url",type:"url",value:t,msg:"Invalid url provided"}],n)){var i={owner_address:at(e),url:ot(t)};r&&r.permissionId&&(i.Permission_id=r.permissionId),this.tronWeb.fullNode.request("wallet/createwitness",i,"post").then((function(e){return st(e,n)})).catch((function(e){return n(e)}))}}},{key:"vote",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(ze.isFunction(n)&&(i=n,n={}),ze.isFunction(r)?(i=r,r=this.tronWeb.defaultAddress.hex):ze.isObject(r)&&(n=r,r=this.tronWeb.defaultAddress.hex),!i)return this.injectPromise(this.vote,t,r,n);if(!this.validator.notValid([{name:"voter",type:"address",value:r},{name:"votes",type:"notEmptyObject",value:t}],i)){var a=!1;if(t=Object.entries(t).map((function(t){var r=Ze()(t,2),n=r[0],i=r[1];if(!a)return e.validator.notValid([{name:"SR",type:"address",value:n},{name:"vote count",type:"integer",gt:0,value:i,msg:"Invalid vote count provided for SR: "+n}])?a=!0:{vote_address:at(n),vote_count:parseInt(i)}})),!a){var o={owner_address:at(r),votes:t};n&&n.permissionId&&(o.Permission_id=n.permissionId),this.tronWeb.fullNode.request("wallet/votewitnessaccount",o,"post").then((function(e){return st(e,i)})).catch((function(e){return i(e)}))}}}},{key:"createSmartContract",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(ze.isFunction(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),!r)return this.injectPromise(this.createSmartContract,e,t);var n=e.feeLimit||this.tronWeb.feeLimit,i=e.userFeePercentage;"number"==typeof i||i||(i=100);var a=e.originEnergyLimit||1e7,o=e.callValue||0,s=e.tokenValue,u=e.tokenId||e.token_id,c=e.abi,l=void 0!==c&&c,f=e.bytecode,d=void 0!==f&&f,h=e.parameters,p=void 0===h?[]:h,v=e.name,m=void 0===v?"":v;if(l&&ze.isString(l))try{l=JSON.parse(l)}catch(e){return r("Invalid options.abi provided")}if(l.entrys&&(l=l.entrys),!ze.isArray(l))return r("Invalid options.abi provided");var b=l.some((function(e){return"constructor"==e.type&&e.payable}));if(!this.validator.notValid([{name:"bytecode",type:"hex",value:d},{name:"feeLimit",type:"integer",value:n,gt:0,lte:5e9},{name:"callValue",type:"integer",value:o,gte:0},{name:"userFeePercentage",type:"integer",value:i,gte:0,lte:100},{name:"originEnergyLimit",type:"integer",value:a,gte:0,lte:1e7},{name:"parameters",type:"array",value:p},{name:"issuer",type:"address",value:t},{name:"tokenValue",type:"integer",value:s,gte:0,optional:!0},{name:"tokenId",type:"integer",value:u,gte:0,optional:!0}],r)){if(b&&0==o&&0==s)return r("When contract is payable, options.callValue or options.tokenValue must be a positive integer");if(!b&&(o>0||s>0))return r("When contract is not payable, options.callValue and options.tokenValue must be 0");var g=l.find((function(e){return"constructor"===e.type}));if(void 0!==g&&g){var y=new de,w=[],_=[];if(g=g.inputs,p.length!=g.length)return r("constructor needs ".concat(g.length," but ").concat(p.length," provided"));for(var k=0;k2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.tronWeb.defaultAddress.hex,a=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(ze.isFunction(i)&&(a=i,i=this.tronWeb.defaultAddress.hex),ze.isFunction(n)&&(a=n,n=[]),!a)return this.injectPromise(this._triggerSmartContract,e,t,r,n,i);var o=Object.assign({callValue:0,feeLimit:this.tronWeb.feeLimit},r),s=o.tokenValue,u=o.tokenId,c=o.callValue,l=o.feeLimit;if(!this.validator.notValid([{name:"feeLimit",type:"integer",value:l,gt:0,lte:5e9},{name:"callValue",type:"integer",value:c,gte:0},{name:"parameters",type:"array",value:n},{name:"contract",type:"address",value:e},{name:"issuer",type:"address",value:i,optional:!0},{name:"tokenValue",type:"integer",value:s,gte:0,optional:!0},{name:"tokenId",type:"integer",value:u,gte:0,optional:!0}],a)){var f={contract_address:at(e),owner_address:at(i)};if(t&&ze.isString(t)){if(t=t.replace("/s*/g",""),n.length){for(var d=new de,h=[],p=[],v=0;v1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!r)return this.injectPromise(this.clearABI,e,t);if(!this.tronWeb.isAddress(e))return r("Invalid contract address provided");if(!this.tronWeb.isAddress(t))return r("Invalid owner address provided");var n={contract_address:at(e),owner_address:at(t)};this.tronWeb.trx.cache.contracts[e]&&delete this.tronWeb.trx.cache.contracts[e],this.tronWeb.fullNode.request("wallet/clearabi",n,"post").then((function(e){return st(e,r)})).catch((function(e){return r(e)}))}},{key:"updateBrokerage",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!r)return this.injectPromise(this.updateBrokerage,e,t);if(!ze.isNotNullOrUndefined(e))return r("Invalid brokerage provided");if(!ze.isInteger(e)||e<0||e>100)return r("Brokerage must be an integer between 0 and 100");if(!this.tronWeb.isAddress(t))return r("Invalid owner address provided");var n={brokerage:parseInt(e),owner_address:at(t)};this.tronWeb.fullNode.request("wallet/updateBrokerage",n,"post").then((function(e){return st(e,r)})).catch((function(e){return r(e)}))}},{key:"createToken",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(ze.isFunction(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),!r)return this.injectPromise(this.createToken,e,t);var n=e.name,i=void 0!==n&&n,a=e.abbreviation,o=void 0!==a&&a,s=e.description,u=void 0!==s&&s,c=e.url,l=void 0!==c&&c,f=e.totalSupply,d=void 0===f?0:f,h=e.trxRatio,p=void 0===h?1:h,v=e.tokenRatio,m=void 0===v?1:v,b=e.saleStart,g=void 0===b?Date.now():b,y=e.saleEnd,w=void 0!==y&&y,_=e.freeBandwidth,k=void 0===_?0:_,x=e.freeBandwidthLimit,S=void 0===x?0:x,A=e.frozenAmount,E=void 0===A?0:A,C=e.frozenDuration,P=void 0===C?0:C,T=e.voteScore,O=e.precision;if(!this.validator.notValid([{name:"Supply amount",type:"positive-integer",value:d},{name:"TRX ratio",type:"positive-integer",value:p},{name:"Token ratio",type:"positive-integer",value:m},{name:"token abbreviation",type:"not-empty-string",value:o},{name:"token name",type:"not-empty-string",value:i},{name:"token description",type:"not-empty-string",value:u},{name:"token url",type:"url",value:l},{name:"issuer",type:"address",value:t},{name:"sale start timestamp",type:"integer",value:g,gte:Date.now()},{name:"sale end timestamp",type:"integer",value:w,gt:g},{name:"Free bandwidth amount",type:"integer",value:k,gte:0},{name:"Free bandwidth limit",type:"integer",value:S,gte:0},{name:"Frozen supply",type:"integer",value:E,gte:0},{name:"Frozen duration",type:"integer",value:P,gte:0}],r)){if(ze.isNotNullOrUndefined(T)&&(!ze.isInteger(T)||T<=0))return r("voteScore must be a positive integer greater than 0");if(ze.isNotNullOrUndefined(O)&&(!ze.isInteger(O)||O<0||O>6))return r("precision must be a positive integer >= 0 and <= 6");var I={owner_address:at(t),name:ot(i),abbr:ot(o),description:ot(u),url:ot(l),total_supply:parseInt(d),trx_num:parseInt(p),num:parseInt(m),start_time:parseInt(g),end_time:parseInt(w),free_asset_net_limit:parseInt(k),public_free_asset_net_limit:parseInt(S),frozen_supply:{frozen_amount:parseInt(E),frozen_days:parseInt(P)}};!this.tronWeb.fullnodeSatisfies(">=3.5.0")||parseInt(E)>0||delete I.frozen_supply,O&&!isNaN(parseInt(O))&&(I.precision=parseInt(O)),T&&!isNaN(parseInt(T))&&(I.vote_score=parseInt(T)),e&&e.permissionId&&(I.Permission_id=e.permissionId),this.tronWeb.fullNode.request("wallet/createassetissue",I,"post").then((function(e){return st(e,r)})).catch((function(e){return r(e)}))}}},{key:"updateAccount",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2?arguments[2]:void 0,n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(ze.isFunction(r)&&(n=r,r={}),ze.isFunction(t)?(n=t,t=this.tronWeb.defaultAddress.hex):ze.isObject(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),!n)return this.injectPromise(this.updateAccount,e,t,r);if(!this.validator.notValid([{name:"Name",type:"not-empty-string",value:e},{name:"origin",type:"address",value:t}],n)){var i={account_name:ot(e),owner_address:at(t)};r&&r.permissionId&&(i.Permission_id=r.permissionId),this.tronWeb.fullNode.request("wallet/updateaccount",i,"post").then((function(e){return st(e,n)})).catch((function(e){return n(e)}))}}},{key:"setAccountId",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(ze.isFunction(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),!r)return this.injectPromise(this.setAccountId,e,t);e&&ze.isString(e)&&e.startsWith("0x")&&(e=e.slice(2)),this.validator.notValid([{name:"accountId",type:"hex",value:e},{name:"accountId",type:"string",lte:32,gte:8,value:e},{name:"origin",type:"address",value:t}],r)||this.tronWeb.fullNode.request("wallet/setaccountid",{account_id:e,owner_address:at(t)},"post").then((function(e){return st(e,r)})).catch((function(e){return r(e)}))}},{key:"updateToken",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(ze.isFunction(t)?(r=t,t=this.tronWeb.defaultAddress.hex):ze.isObject(t)&&(e=t,t=this.tronWeb.defaultAddress.hex),!r)return this.injectPromise(this.updateToken,e,t);var n=e,i=n.description,a=void 0!==i&&i,o=n.url,s=void 0!==o&&o,u=n.freeBandwidth,c=void 0===u?0:u,l=n.freeBandwidthLimit,f=void 0===l?0:l;if(!this.validator.notValid([{name:"token description",type:"not-empty-string",value:a},{name:"token url",type:"url",value:s},{name:"issuer",type:"address",value:t},{name:"Free bandwidth amount",type:"positive-integer",value:c},{name:"Free bandwidth limit",type:"positive-integer",value:f}],r)){var d={owner_address:at(t),description:ot(a),url:ot(s),new_limit:parseInt(c),new_public_limit:parseInt(f)};e&&e.permissionId&&(d.Permission_id=e.permissionId),this.tronWeb.fullNode.request("wallet/updateasset",d,"post").then((function(e){return st(e,r)})).catch((function(e){return r(e)}))}}},{key:"sendAsset",value:function(){return this.sendToken.apply(this,arguments)}},{key:"purchaseAsset",value:function(){return this.purchaseToken.apply(this,arguments)}},{key:"createAsset",value:function(){return this.createToken.apply(this,arguments)}},{key:"updateAsset",value:function(){return this.updateToken.apply(this,arguments)}},{key:"createProposal",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2?arguments[2]:void 0,n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(ze.isFunction(r)&&(n=r,r={}),ze.isFunction(t)?(n=t,t=this.tronWeb.defaultAddress.hex):ze.isObject(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),!n)return this.injectPromise(this.createProposal,e,t,r);if(!this.validator.notValid([{name:"issuer",type:"address",value:t}],n)){var i="Invalid proposal parameters provided";if(!e)return n(i);ze.isArray(e)||(e=[e]);var a,o=nt(e);try{for(o.s();!(a=o.n()).done;){var s=a.value;if(!ze.isObject(s))return n(i)}}catch(e){o.e(e)}finally{o.f()}var u={owner_address:at(t),parameters:e};r&&r.permissionId&&(u.Permission_id=r.permissionId),this.tronWeb.fullNode.request("wallet/proposalcreate",u,"post").then((function(e){return st(e,n)})).catch((function(e){return n(e)}))}}},{key:"deleteProposal",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.tronWeb.defaultAddress.hex,r=arguments.length>2?arguments[2]:void 0,n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(ze.isFunction(r)&&(n=r,r={}),ze.isFunction(t)?(n=t,t=this.tronWeb.defaultAddress.hex):ze.isObject(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),!n)return this.injectPromise(this.deleteProposal,e,t,r);if(!this.validator.notValid([{name:"issuer",type:"address",value:t},{name:"proposalID",type:"integer",value:e,gte:0}],n)){var i={owner_address:at(t),proposal_id:parseInt(e)};r&&r.permissionId&&(i.Permission_id=r.permissionId),this.tronWeb.fullNode.request("wallet/proposaldelete",i,"post").then((function(e){return st(e,n)})).catch((function(e){return n(e)}))}}},{key:"voteProposal",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.tronWeb.defaultAddress.hex,n=arguments.length>3?arguments[3]:void 0,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(ze.isFunction(n)&&(i=n,n={}),ze.isFunction(r)?(i=r,r=this.tronWeb.defaultAddress.hex):ze.isObject(r)&&(n=r,r=this.tronWeb.defaultAddress.hex),!i)return this.injectPromise(this.voteProposal,e,t,r,n);if(!this.validator.notValid([{name:"voter",type:"address",value:r},{name:"proposalID",type:"integer",value:e,gte:0},{name:"has approval",type:"boolean",value:t}],i)){var a={owner_address:at(r),proposal_id:parseInt(e),is_add_approval:t};n&&n.permissionId&&(a.Permission_id=n.permissionId),this.tronWeb.fullNode.request("wallet/proposalapprove",a,"post").then((function(e){return st(e,i)})).catch((function(e){return i(e)}))}}},{key:"createTRXExchange",value:function(e,t,r){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.tronWeb.defaultAddress.hex,i=arguments.length>4?arguments[4]:void 0,a=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(ze.isFunction(i)&&(a=i,i={}),ze.isFunction(n)?(a=n,n=this.tronWeb.defaultAddress.hex):ze.isObject(n)&&(i=n,n=this.tronWeb.defaultAddress.hex),!a)return this.injectPromise(this.createTRXExchange,e,t,r,n,i);if(!this.validator.notValid([{name:"owner",type:"address",value:n},{name:"token name",type:"not-empty-string",value:e},{name:"token balance",type:"positive-integer",value:t},{name:"trx balance",type:"positive-integer",value:r}],a)){var o={owner_address:at(n),first_token_id:ot(e),first_token_balance:t,second_token_id:"5f",second_token_balance:r};i&&i.permissionId&&(o.Permission_id=i.permissionId),this.tronWeb.fullNode.request("wallet/exchangecreate",o,"post").then((function(e){a(null,e)})).catch((function(e){return a(e)}))}}},{key:"createTokenExchange",value:function(e,t,r,n){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.tronWeb.defaultAddress.hex,a=arguments.length>5?arguments[5]:void 0,o=arguments.length>6&&void 0!==arguments[6]&&arguments[6];if(ze.isFunction(a)&&(o=a,a={}),ze.isFunction(i)?(o=i,i=this.tronWeb.defaultAddress.hex):ze.isObject(i)&&(a=i,i=this.tronWeb.defaultAddress.hex),!o)return this.injectPromise(this.createTokenExchange,e,t,r,n,i,a);if(!this.validator.notValid([{name:"owner",type:"address",value:i},{name:"first token name",type:"not-empty-string",value:e},{name:"second token name",type:"not-empty-string",value:r},{name:"first token balance",type:"positive-integer",value:t},{name:"second token balance",type:"positive-integer",value:n}],o)){var s={owner_address:at(i),first_token_id:ot(e),first_token_balance:t,second_token_id:ot(r),second_token_balance:n};a&&a.permissionId&&(s.Permission_id=a.permissionId),this.tronWeb.fullNode.request("wallet/exchangecreate",s,"post").then((function(e){o(null,e)})).catch((function(e){return o(e)}))}}},{key:"injectExchangeTokens",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.tronWeb.defaultAddress.hex,i=arguments.length>4?arguments[4]:void 0,a=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(ze.isFunction(i)&&(a=i,i={}),ze.isFunction(n)?(a=n,n=this.tronWeb.defaultAddress.hex):ze.isObject(n)&&(i=n,n=this.tronWeb.defaultAddress.hex),!a)return this.injectPromise(this.injectExchangeTokens,e,t,r,n,i);if(!this.validator.notValid([{name:"owner",type:"address",value:n},{name:"token name",type:"not-empty-string",value:t},{name:"token amount",type:"integer",value:r,gte:1},{name:"exchangeID",type:"integer",value:e,gte:0}],a)){var o={owner_address:at(n),exchange_id:parseInt(e),token_id:ot(t),quant:parseInt(r)};i&&i.permissionId&&(o.Permission_id=i.permissionId),this.tronWeb.fullNode.request("wallet/exchangeinject",o,"post").then((function(e){return st(e,a)})).catch((function(e){return a(e)}))}}},{key:"withdrawExchangeTokens",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.tronWeb.defaultAddress.hex,i=arguments.length>4?arguments[4]:void 0,a=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(ze.isFunction(i)&&(a=i,i={}),ze.isFunction(n)?(a=n,n=this.tronWeb.defaultAddress.hex):ze.isObject(n)&&(i=n,n=this.tronWeb.defaultAddress.hex),!a)return this.injectPromise(this.withdrawExchangeTokens,e,t,r,n,i);if(!this.validator.notValid([{name:"owner",type:"address",value:n},{name:"token name",type:"not-empty-string",value:t},{name:"token amount",type:"integer",value:r,gte:1},{name:"exchangeID",type:"integer",value:e,gte:0}],a)){var o={owner_address:at(n),exchange_id:parseInt(e),token_id:ot(t),quant:parseInt(r)};i&&i.permissionId&&(o.Permission_id=i.permissionId),this.tronWeb.fullNode.request("wallet/exchangewithdraw",o,"post").then((function(e){return st(e,a)})).catch((function(e){return a(e)}))}}},{key:"tradeExchangeTokens",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.tronWeb.defaultAddress.hex,a=arguments.length>5?arguments[5]:void 0,o=arguments.length>6&&void 0!==arguments[6]&&arguments[6];if(ze.isFunction(a)&&(o=a,a={}),ze.isFunction(i)?(o=i,i=this.tronWeb.defaultAddress.hex):ze.isObject(i)&&(a=i,i=this.tronWeb.defaultAddress.hex),!o)return this.injectPromise(this.tradeExchangeTokens,e,t,r,n,i,a);if(!this.validator.notValid([{name:"owner",type:"address",value:i},{name:"token name",type:"not-empty-string",value:t},{name:"tokenAmountSold",type:"integer",value:r,gte:1},{name:"tokenAmountExpected",type:"integer",value:n,gte:1},{name:"exchangeID",type:"integer",value:e,gte:0}],o)){var s={owner_address:at(i),exchange_id:parseInt(e),token_id:this.tronWeb.fromAscii(t),quant:parseInt(r),expected:parseInt(n)};a&&a.permissionId&&(s.Permission_id=a.permissionId),this.tronWeb.fullNode.request("wallet/exchangetransaction",s,"post").then((function(e){return st(e,o)})).catch((function(e){return o(e)}))}}},{key:"updateSetting",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.tronWeb.defaultAddress.hex,n=arguments.length>3?arguments[3]:void 0,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(ze.isFunction(n)&&(i=n,n={}),ze.isFunction(r)?(i=r,r=this.tronWeb.defaultAddress.hex):ze.isObject(r)&&(n=r,r=this.tronWeb.defaultAddress.hex),!i)return this.injectPromise(this.updateSetting,e,t,r,n);if(!this.validator.notValid([{name:"owner",type:"address",value:r},{name:"contract",type:"address",value:e},{name:"userFeePercentage",type:"integer",value:t,gte:0,lte:100}],i)){var a={owner_address:at(r),contract_address:at(e),consume_user_resource_percent:t};n&&n.permissionId&&(a.Permission_id=n.permissionId),this.tronWeb.fullNode.request("wallet/updatesetting",a,"post").then((function(e){return st(e,i)})).catch((function(e){return i(e)}))}}},{key:"updateEnergyLimit",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.tronWeb.defaultAddress.hex,n=arguments.length>3?arguments[3]:void 0,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(ze.isFunction(n)&&(i=n,n={}),ze.isFunction(r)?(i=r,r=this.tronWeb.defaultAddress.hex):ze.isObject(r)&&(n=r,r=this.tronWeb.defaultAddress.hex),!i)return this.injectPromise(this.updateEnergyLimit,e,t,r,n);if(!this.validator.notValid([{name:"owner",type:"address",value:r},{name:"contract",type:"address",value:e},{name:"originEnergyLimit",type:"integer",value:t,gte:0,lte:1e7}],i)){var a={owner_address:at(r),contract_address:at(e),origin_energy_limit:t};n&&n.permissionId&&(a.Permission_id=n.permissionId),this.tronWeb.fullNode.request("wallet/updateenergylimit",a,"post").then((function(e){return st(e,i)})).catch((function(e){return i(e)}))}}},{key:"checkPermissions",value:function(e,t){if(e){if(e.type!==t||!e.permission_name||!ze.isString(e.permission_name)||!ze.isInteger(e.threshold)||e.threshold<1||!e.keys)return!1;var r,n=nt(e.keys);try{for(n.s();!(r=n.n()).done;){var i=r.value;if(!this.tronWeb.isAddress(i.address)||!ze.isInteger(i.weight)||i.weight>e.threshold||i.weight<1||2===t&&!e.operations)return!1}}catch(e){n.e(e)}finally{n.f()}}return!0}},{key:"updateAccountPermissions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(ze.isFunction(n)&&(i=n,n=!1),ze.isFunction(r)&&(i=r,r=n=!1),ze.isFunction(t)&&(i=t,t=r=n=!1),!i)return this.injectPromise(this.updateAccountPermissions,e,t,r,n);if(!this.tronWeb.isAddress(e))return i("Invalid ownerAddress provided");if(!this.checkPermissions(t,0))return i("Invalid ownerPermissions provided");if(!this.checkPermissions(r,1))return i("Invalid witnessPermissions provided");Array.isArray(n)||(n=[n]);var a,o=nt(n);try{for(o.s();!(a=o.n()).done;){var s=a.value;if(!this.checkPermissions(s,2))return i("Invalid activesPermissions provided")}}catch(e){o.e(e)}finally{o.f()}var u={owner_address:e};t&&(u.owner=t),r&&(u.witness=r),n&&(u.actives=1===n.length?n[0]:n),this.tronWeb.fullNode.request("wallet/accountpermissionupdate",u,"post").then((function(e){return st(e,i)})).catch((function(e){return i(e)}))}},{key:"newTxID",value:(i=v()(h.a.mark((function e(t,r){return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r){e.next=2;break}return e.abrupt("return",this.injectPromise(this.newTxID,t));case 2:this.tronWeb.fullNode.request("wallet/getsignweight",t,"post").then((function(e){e=e.transaction.transaction,"boolean"==typeof t.visible&&(e.visible=t.visible),r(null,e)})).catch((function(e){return r("Error generating a new transaction id.")}));case 3:case"end":return e.stop()}}),e,this)}))),function(e,t){return i.apply(this,arguments)})},{key:"alterTransaction",value:(n=v()(h.a.mark((function e(t){var r,n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=i.length>1&&void 0!==i[1]?i[1]:{},n=i.length>2&&void 0!==i[2]&&i[2]){e.next=4;break}return e.abrupt("return",this.injectPromise(this.alterTransaction,t,r));case 4:if(!t.signature){e.next=6;break}return e.abrupt("return",n("You can not extend the expiration of a signed transaction."));case 6:if(!r.data){e.next=12;break}if("hex"!==r.dataFormat&&(r.data=this.tronWeb.toHex(r.data)),r.data=r.data.replace(/^0x/,""),0!==r.data.length){e.next=11;break}return e.abrupt("return",n("Invalid data provided"));case 11:t.raw_data.data=r.data;case 12:if(!r.extension){e.next=17;break}if(r.extension=parseInt(1e3*r.extension),!(isNaN(r.extension)||t.raw_data.expiration+r.extension<=Date.now()+3e3)){e.next=16;break}return e.abrupt("return",n("Invalid extension provided"));case 16:t.raw_data.expiration+=r.extension;case 17:this.newTxID(t,n);case 18:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})},{key:"extendExpiration",value:(r=v()(h.a.mark((function e(t,r){var n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=i.length>2&&void 0!==i[2]&&i[2]){e.next=3;break}return e.abrupt("return",this.injectPromise(this.extendExpiration,t,r));case 3:this.alterTransaction(t,{extension:r},n);case 4:case"end":return e.stop()}}),e,this)}))),function(e,t){return r.apply(this,arguments)})},{key:"addUpdateData",value:(t=v()(h.a.mark((function e(t,r){var n,i,a=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=a.length>2&&void 0!==a[2]?a[2]:"utf8",i=a.length>3&&void 0!==a[3]&&a[3],ze.isFunction(n)&&(i=n,n="utf8"),i){e.next=5;break}return e.abrupt("return",this.injectPromise(this.addUpdateData,t,r,n));case 5:this.alterTransaction(t,{data:r,dataFormat:n},i);case 6:case"end":return e.stop()}}),e,this)}))),function(e,r){return t.apply(this,arguments)})}]),e}();function ct(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function lt(e){for(var t=1;t0&&void 0!==arguments[0]&&arguments[0];if(y()(this,e),!t||!t instanceof Ct)throw new Error("Expected instance of TronWeb");this.tronWeb=t,this.injectPromise=Je()(this),this.cache={contracts:{}},this.validator=new rt(t)}var t,r,n,i,a,o,s,u,c,l,f,d,p,m,b,g,w;return _()(e,[{key:"_parseToken",value:function(e){return lt(lt({},e),{},{name:this.tronWeb.toUtf8(e.name),abbr:e.abbr&&this.tronWeb.toUtf8(e.abbr),description:e.description&&this.tronWeb.toUtf8(e.description),url:e.url&&this.tronWeb.toUtf8(e.url)})}},{key:"getCurrentBlock",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!e)return this.injectPromise(this.getCurrentBlock);this.tronWeb.fullNode.request("wallet/getnowblock").then((function(t){e(null,t)})).catch((function(t){return e(t)}))}},{key:"getConfirmedCurrentBlock",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!e)return this.injectPromise(this.getConfirmedCurrentBlock);this.tronWeb.solidityNode.request("walletsolidity/getnowblock").then((function(t){e(null,t)})).catch((function(t){return e(t)}))}},{key:"getBlock",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultBlock,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return ze.isFunction(e)&&(t=e,e=this.tronWeb.defaultBlock),t?!1===e?t("No block identifier provided"):("earliest"==e&&(e=0),"latest"==e?this.getCurrentBlock(t):isNaN(e)&&ze.isHex(e)?this.getBlockByHash(e,t):void this.getBlockByNumber(e,t)):this.injectPromise(this.getBlock,e)}},{key:"getBlockByHash",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!t)return this.injectPromise(this.getBlockByHash,e);this.tronWeb.fullNode.request("wallet/getblockbyid",{value:e},"post").then((function(e){if(!Object.keys(e).length)return t("Block not found");t(null,e)})).catch((function(e){return t(e)}))}},{key:"getBlockByNumber",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t?!ze.isInteger(e)||e<0?t("Invalid block number provided"):void this.tronWeb.fullNode.request("wallet/getblockbynum",{num:parseInt(e)},"post").then((function(e){if(!Object.keys(e).length)return t("Block not found");t(null,e)})).catch((function(e){return t(e)})):this.injectPromise(this.getBlockByNumber,e)}},{key:"getBlockTransactionCount",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultBlock,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(ze.isFunction(e)&&(t=e,e=this.tronWeb.defaultBlock),!t)return this.injectPromise(this.getBlockTransactionCount,e);this.getBlock(e).then((function(e){var r=e.transactions;t(null,(void 0===r?[]:r).length)})).catch((function(e){return t(e)}))}},{key:"getTransactionFromBlock",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultBlock,t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(ze.isFunction(t)&&(r=t,t=0),ze.isFunction(e)&&(r=e,e=this.tronWeb.defaultBlock),!r)return this.injectPromise(this.getTransactionFromBlock,e,t);this.getBlock(e).then((function(e){var n=e.transactions,i=void 0!==n&&n;i?"number"==typeof t?t>=0&&t1&&void 0!==arguments[1]&&arguments[1];if(!t)return this.injectPromise(this.getTransaction,e);this.tronWeb.fullNode.request("wallet/gettransactionbyid",{value:e},"post").then((function(e){if(!Object.keys(e).length)return t("Transaction not found");t(null,e)})).catch((function(e){return t(e)}))}},{key:"getConfirmedTransaction",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!t)return this.injectPromise(this.getConfirmedTransaction,e);this.tronWeb.solidityNode.request("walletsolidity/gettransactionbyid",{value:e},"post").then((function(e){if(!Object.keys(e).length)return t("Transaction not found");t(null,e)})).catch((function(e){return t(e)}))}},{key:"getUnconfirmedTransactionInfo",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this._getTransactionInfoById(e,{confirmed:!1},t)}},{key:"getTransactionInfo",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this._getTransactionInfoById(e,{confirmed:!0},t)}},{key:"_getTransactionInfoById",value:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!r)return this.injectPromise(this._getTransactionInfoById,e,t);this.tronWeb[t.confirmed?"solidityNode":"fullNode"].request("wallet".concat(t.confirmed?"solidity":"","/gettransactioninfobyid"),{value:e},"post").then((function(e){r(null,e)})).catch((function(e){return r(e)}))}},{key:"getTransactionsToAddress",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return ze.isFunction(r)&&(n=r,r=0),ze.isFunction(t)&&(n=t,t=30),n?(e=this.tronWeb.address.toHex(e),this.getTransactionsRelated(e,"to",t,r,n)):this.injectPromise(this.getTransactionsToAddress,e,t,r)}},{key:"getTransactionsFromAddress",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return ze.isFunction(r)&&(n=r,r=0),ze.isFunction(t)&&(n=t,t=30),n?(e=this.tronWeb.address.toHex(e),this.getTransactionsRelated(e,"from",t,r,n)):this.injectPromise(this.getTransactionsFromAddress,e,t,r)}},{key:"getTransactionsRelated",value:(w=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u,c,l=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=l.length>0&&void 0!==l[0]?l[0]:this.tronWeb.defaultAddress.hex,r=l.length>1&&void 0!==l[1]?l[1]:"all",n=l.length>2&&void 0!==l[2]?l[2]:30,i=l.length>3&&void 0!==l[3]?l[3]:0,a=l.length>4&&void 0!==l[4]&&l[4],ze.isFunction(i)&&(a=i,i=0),ze.isFunction(n)&&(a=n,n=30),ze.isFunction(r)&&(a=r,r="all"),ze.isFunction(t)&&(a=t,t=this.tronWeb.defaultAddress.hex),a){e.next=11;break}return e.abrupt("return",this.injectPromise(this.getTransactionsRelated,t,r,n,i));case 11:if(["to","from","all"].includes(r)){e.next=13;break}return e.abrupt("return",a('Invalid direction provided: Expected "to", "from" or "all"'));case 13:if("all"!=r){e.next=27;break}return e.prev=14,e.next=17,Promise.all([this.getTransactionsRelated(t,"from",n,i),this.getTransactionsRelated(t,"to",n,i)]);case 17:return o=e.sent,s=Ze()(o,2),u=s[0],c=s[1],e.abrupt("return",a(null,[].concat(z()(u.map((function(e){return e.direction="from",e}))),z()(c.map((function(e){return e.direction="to",e})))).sort((function(e,t){return t.raw_data.timestamp-e.raw_data.timestamp}))));case 24:return e.prev=24,e.t0=e.catch(14),e.abrupt("return",a(e.t0));case 27:if(this.tronWeb.isAddress(t)){e.next=29;break}return e.abrupt("return",a("Invalid address provided"));case 29:if(!(!ze.isInteger(n)||n<0||i&&n<1)){e.next=31;break}return e.abrupt("return",a("Invalid limit provided"));case 31:if(ze.isInteger(i)&&!(i<0)){e.next=33;break}return e.abrupt("return",a("Invalid offset provided"));case 33:t=this.tronWeb.address.toHex(t),this.tronWeb.solidityNode.request("walletextension/gettransactions".concat(r,"this"),{account:{address:t},offset:i,limit:n},"post").then((function(e){var t=e.transaction;a(null,t)})).catch((function(e){return a(e)}));case 35:case"end":return e.stop()}}),e,this,[[14,24]])}))),function(){return w.apply(this,arguments)})},{key:"getAccount",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return ze.isFunction(e)&&(t=e,e=this.tronWeb.defaultAddress.hex),t?this.tronWeb.isAddress(e)?(e=this.tronWeb.address.toHex(e),void this.tronWeb.solidityNode.request("walletsolidity/getaccount",{address:e},"post").then((function(e){t(null,e)})).catch((function(e){return t(e)}))):t("Invalid address provided"):this.injectPromise(this.getAccount,e)}},{key:"getAccountById",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!t)return this.injectPromise(this.getAccountById,e);this.getAccountInfoById(e,{confirmed:!0},t)}},{key:"getAccountInfoById",value:function(e,t,r){this.validator.notValid([{name:"accountId",type:"hex",value:e},{name:"accountId",type:"string",lte:32,gte:8,value:e}],r)||(e.startsWith("0x")&&(e=e.slice(2)),this.tronWeb[t.confirmed?"solidityNode":"fullNode"].request("wallet".concat(t.confirmed?"solidity":"","/getaccountbyid"),{account_id:e},"post").then((function(e){r(null,e)})).catch((function(e){return r(e)})))}},{key:"getBalance",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(ze.isFunction(e)&&(t=e,e=this.tronWeb.defaultAddress.hex),!t)return this.injectPromise(this.getBalance,e);this.getAccount(e).then((function(e){var r=e.balance;t(null,void 0===r?0:r)})).catch((function(e){return t(e)}))}},{key:"getUnconfirmedAccount",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return ze.isFunction(e)&&(t=e,e=this.tronWeb.defaultAddress.hex),t?this.tronWeb.isAddress(e)?(e=this.tronWeb.address.toHex(e),void this.tronWeb.fullNode.request("wallet/getaccount",{address:e},"post").then((function(e){t(null,e)})).catch((function(e){return t(e)}))):t("Invalid address provided"):this.injectPromise(this.getUnconfirmedAccount,e)}},{key:"getUnconfirmedAccountById",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!t)return this.injectPromise(this.getUnconfirmedAccountById,e);this.getAccountInfoById(e,{confirmed:!1},t)}},{key:"getUnconfirmedBalance",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(ze.isFunction(e)&&(t=e,e=this.tronWeb.defaultAddress.hex),!t)return this.injectPromise(this.getUnconfirmedBalance,e);this.getUnconfirmedAccount(e).then((function(e){var r=e.balance;t(null,void 0===r?0:r)})).catch((function(e){return t(e)}))}},{key:"getBandwidth",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return ze.isFunction(e)&&(t=e,e=this.tronWeb.defaultAddress.hex),t?this.tronWeb.isAddress(e)?(e=this.tronWeb.address.toHex(e),void this.tronWeb.fullNode.request("wallet/getaccountnet",{address:e},"post").then((function(e){var r=e.freeNetUsed,n=void 0===r?0:r,i=e.freeNetLimit,a=void 0===i?0:i,o=e.NetUsed,s=void 0===o?0:o,u=e.NetLimit;t(null,a-n+((void 0===u?0:u)-s))})).catch((function(e){return t(e)}))):t("Invalid address provided"):this.injectPromise(this.getBandwidth,e)}},{key:"getTokensIssuedByAddress",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return ze.isFunction(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),r?this.tronWeb.isAddress(t)?(t=this.tronWeb.address.toHex(t),void this.tronWeb.fullNode.request("wallet/getassetissuebyaccount",{address:t},"post").then((function(t){var n=t.assetIssue,i=void 0!==n&&n;if(!i)return r(null,{});var a=i.map((function(t){return e._parseToken(t)})).reduce((function(e,t){return e[t.name]=t,e}),{});r(null,a)})).catch((function(e){return r(e)}))):r("Invalid address provided"):this.injectPromise(this.getTokensIssuedByAddress,t)}},{key:"getTokenFromID",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return r?(ze.isInteger(t)&&(t=t.toString()),ze.isString(t)&&t.length?void this.tronWeb.fullNode.request("wallet/getassetissuebyname",{value:this.tronWeb.fromUtf8(t)},"post").then((function(t){if(!t.name)return r("Token does not exist");r(null,e._parseToken(t))})).catch((function(e){return r(e)})):r("Invalid token ID provided")):this.injectPromise(this.getTokenFromID,t)}},{key:"listNodes",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!t)return this.injectPromise(this.listNodes);this.tronWeb.fullNode.request("wallet/listnodes").then((function(r){var n=r.nodes;t(null,(void 0===n?[]:n).map((function(t){var r=t.address,n=r.host,i=r.port;return"".concat(e.tronWeb.toUtf8(n),":").concat(i)})))})).catch((function(e){return t(e)}))}},{key:"getBlockRange",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return ze.isFunction(t)&&(r=t,t=30),ze.isFunction(e)&&(r=e,e=0),r?!ze.isInteger(e)||e<0?r("Invalid start of range provided"):!ze.isInteger(t)||t<=e?r("Invalid end of range provided"):void this.tronWeb.fullNode.request("wallet/getblockbylimitnext",{startNum:parseInt(e),endNum:parseInt(t)+1},"post").then((function(e){var t=e.block;r(null,void 0===t?[]:t)})).catch((function(e){return r(e)})):this.injectPromise(this.getBlockRange,e,t)}},{key:"listSuperRepresentatives",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!e)return this.injectPromise(this.listSuperRepresentatives);this.tronWeb.fullNode.request("wallet/listwitnesses").then((function(t){var r=t.witnesses;e(null,void 0===r?[]:r)})).catch((function(t){return e(t)}))}},{key:"listTokens",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return ze.isFunction(r)&&(n=r,r=0),ze.isFunction(t)&&(n=t,t=0),n?!ze.isInteger(t)||t<0||r&&t<1?n("Invalid limit provided"):!ze.isInteger(r)||r<0?n("Invalid offset provided"):t?void this.tronWeb.fullNode.request("wallet/getpaginatedassetissuelist",{offset:parseInt(r),limit:parseInt(t)},"post").then((function(t){var r=t.assetIssue;n(null,(void 0===r?[]:r).map((function(t){return e._parseToken(t)})))})).catch((function(e){return n(e)})):this.tronWeb.fullNode.request("wallet/getassetissuelist").then((function(t){var r=t.assetIssue;n(null,(void 0===r?[]:r).map((function(t){return e._parseToken(t)})))})).catch((function(e){return n(e)})):this.injectPromise(this.listTokens,t,r)}},{key:"timeUntilNextVoteCycle",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!e)return this.injectPromise(this.timeUntilNextVoteCycle);this.tronWeb.fullNode.request("wallet/getnextmaintenancetime").then((function(t){var r=t.num,n=void 0===r?-1:r;if(-1==n)return e("Failed to get time until next vote cycle");e(null,Math.floor(n/1e3))})).catch((function(t){return e(t)}))}},{key:"getContract",value:function(e){var t=this,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return r?this.tronWeb.isAddress(e)?void(this.cache.contracts[e]?r(null,this.cache.contracts[e]):(e=this.tronWeb.address.toHex(e),this.tronWeb.fullNode.request("wallet/getcontract",{value:e}).then((function(n){if(n.Error)return r("Contract does not exist");t.cache.contracts[e]=n,r(null,n)})).catch((function(e){return r(e)})))):r("Invalid contract address provided"):this.injectPromise(this.getContract,e)}},{key:"verifyMessage",value:(g=v()(h.a.mark((function t(){var r,n,i,a,o,s=arguments;return h.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(r=s.length>0&&void 0!==s[0]&&s[0],n=s.length>1&&void 0!==s[1]&&s[1],i=s.length>2&&void 0!==s[2]?s[2]:this.tronWeb.defaultAddress.base58,a=!(s.length>3&&void 0!==s[3])||s[3],o=s.length>4&&void 0!==s[4]&&s[4],ze.isFunction(i)&&(o=i,i=this.tronWeb.defaultAddress.base58,a=!0),ze.isFunction(a)&&(o=a,a=!0),o){t.next=9;break}return t.abrupt("return",this.injectPromise(this.verifyMessage,r,n,i,a));case 9:if(ze.isHex(r)){t.next=11;break}return t.abrupt("return",o("Expected hex message input"));case 11:if(!e.verifySignature(r,i,n,a)){t.next=13;break}return t.abrupt("return",o(null,!0));case 13:o("Signature does not match");case 14:case"end":return t.stop()}}),t,this)}))),function(){return g.apply(this,arguments)})},{key:"sign",value:(b=v()(h.a.mark((function t(){var r,n,i,a,o,s,u=arguments;return h.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(r=u.length>0&&void 0!==u[0]&&u[0],n=u.length>1&&void 0!==u[1]?u[1]:this.tronWeb.defaultPrivateKey,i=!(u.length>2&&void 0!==u[2])||u[2],a=u.length>3&&void 0!==u[3]&&u[3],o=u.length>4&&void 0!==u[4]&&u[4],ze.isFunction(a)&&(o=a,a=!1),ze.isFunction(i)&&(o=i,i=!0,a=!1),ze.isFunction(n)&&(o=n,n=this.tronWeb.defaultPrivateKey,i=!0,a=!1),o){t.next=10;break}return t.abrupt("return",this.injectPromise(this.sign,r,n,i,a));case 10:if(!ze.isString(r)){t.next=21;break}if(ze.isHex(r)){t.next=13;break}return t.abrupt("return",o("Expected hex message input"));case 13:return t.prev=13,s=e.signString(r,n,i),t.abrupt("return",o(null,s));case 18:t.prev=18,t.t0=t.catch(13),o(t.t0);case 21:if(ze.isObject(r)){t.next=23;break}return t.abrupt("return",o("Invalid transaction provided"));case 23:if(a||!r.signature){t.next=25;break}return t.abrupt("return",o("Transaction is already signed"));case 25:if(t.prev=25,a){t.next=30;break}if(this.tronWeb.address.toHex(this.tronWeb.address.fromPrivateKey(n)).toLowerCase()===this.tronWeb.address.toHex(r.raw_data.contract[0].parameter.value.owner_address)){t.next=30;break}return t.abrupt("return",o("Private key does not match address in transaction"));case 30:return t.abrupt("return",o(null,ze.crypto.signTransaction(n,r)));case 33:t.prev=33,t.t1=t.catch(25),o(t.t1);case 36:case"end":return t.stop()}}),t,this,[[13,18],[25,33]])}))),function(){return b.apply(this,arguments)})},{key:"multiSign",value:(m=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=u.length>0&&void 0!==u[0]&&u[0],r=u.length>1&&void 0!==u[1]?u[1]:this.tronWeb.defaultPrivateKey,n=u.length>2&&void 0!==u[2]&&u[2],i=u.length>3&&void 0!==u[3]&&u[3],ze.isFunction(n)&&(i=n,n=0),ze.isFunction(r)&&(i=r,r=this.tronWeb.defaultPrivateKey,n=0),i){e.next=8;break}return e.abrupt("return",this.injectPromise(this.multiSign,t,r,n));case 8:if(ze.isObject(t)&&t.raw_data&&t.raw_data.contract){e.next=10;break}return e.abrupt("return",i("Invalid transaction provided"));case 10:if(t.raw_data.contract[0].Permission_id||!(n>0)){e.next=30;break}return t.raw_data.contract[0].Permission_id=n,a=this.tronWeb.address.toHex(this.tronWeb.address.fromPrivateKey(r)).toLowerCase(),e.next=15,this.getSignWeight(t,n);case 15:if("PERMISSION_ERROR"!==(o=e.sent).result.code){e.next=18;break}return e.abrupt("return",i(o.result.message));case 18:if(s=!1,o.permission.keys.map((function(e){e.address===a&&(s=!0)})),s){e.next=22;break}return e.abrupt("return",i(r+" has no permission to sign"));case 22:if(!o.approved_list||-1==o.approved_list.indexOf(a)){e.next=24;break}return e.abrupt("return",i(r+" already sign transaction"));case 24:if(!o.transaction||!o.transaction.transaction){e.next=29;break}t=o.transaction.transaction,n>0&&(t.raw_data.contract[0].Permission_id=n),e.next=30;break;case 29:return e.abrupt("return",i("Invalid transaction provided"));case 30:return e.prev=30,e.abrupt("return",i(null,ze.crypto.signTransaction(r,t)));case 34:e.prev=34,e.t0=e.catch(30),i(e.t0);case 37:case"end":return e.stop()}}),e,this,[[30,34]])}))),function(){return m.apply(this,arguments)})},{key:"getApprovedList",value:(p=v()(h.a.mark((function e(t){var r,n=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=n.length>1&&void 0!==n[1]&&n[1]){e.next=3;break}return e.abrupt("return",this.injectPromise(this.getApprovedList,t));case 3:if(ze.isObject(t)){e.next=5;break}return e.abrupt("return",r("Invalid transaction provided"));case 5:this.tronWeb.fullNode.request("wallet/getapprovedlist",t,"post").then((function(e){r(null,e)})).catch((function(e){return r(e)}));case 6:case"end":return e.stop()}}),e,this)}))),function(e){return p.apply(this,arguments)})},{key:"getSignWeight",value:(d=v()(h.a.mark((function e(t,r){var n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=i.length>2&&void 0!==i[2]&&i[2],ze.isFunction(r)&&(n=r,r=void 0),n){e.next=4;break}return e.abrupt("return",this.injectPromise(this.getSignWeight,t,r));case 4:if(ze.isObject(t)&&t.raw_data&&t.raw_data.contract){e.next=6;break}return e.abrupt("return",n("Invalid transaction provided"));case 6:if(ze.isInteger(r)?t.raw_data.contract[0].Permission_id=parseInt(r):"number"!=typeof t.raw_data.contract[0].Permission_id&&(t.raw_data.contract[0].Permission_id=0),ze.isObject(t)){e.next=9;break}return e.abrupt("return",n("Invalid transaction provided"));case 9:this.tronWeb.fullNode.request("wallet/getsignweight",t,"post").then((function(e){n(null,e)})).catch((function(e){return n(e)}));case 10:case"end":return e.stop()}}),e,this)}))),function(e,t){return d.apply(this,arguments)})},{key:"sendRawTransaction",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return ze.isFunction(t)&&(r=t,t={}),r?ze.isObject(e)?ze.isObject(t)?e.signature&&ze.isArray(e.signature)?void this.tronWeb.fullNode.request("wallet/broadcasttransaction",e,"post").then((function(t){t.result&&(t.transaction=e),r(null,t)})).catch((function(e){return r(e)})):r("Transaction is not signed"):r("Invalid options provided"):r("Invalid transaction provided"):this.injectPromise(this.sendRawTransaction,e,t)}},{key:"sendTransaction",value:(f=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=c.length>0&&void 0!==c[0]&&c[0],r=c.length>1&&void 0!==c[1]&&c[1],n=c.length>2&&void 0!==c[2]?c[2]:{},i=c.length>3&&void 0!==c[3]&&c[3],ze.isFunction(n)&&(i=n,n={}),"string"==typeof n&&(n={privateKey:n}),i){e.next=8;break}return e.abrupt("return",this.injectPromise(this.sendTransaction,t,r,n));case 8:if(this.tronWeb.isAddress(t)){e.next=10;break}return e.abrupt("return",i("Invalid recipient provided"));case 10:if(ze.isInteger(r)&&!(r<=0)){e.next=12;break}return e.abrupt("return",i("Invalid amount provided"));case 12:if((n=lt({privateKey:this.tronWeb.defaultPrivateKey,address:this.tronWeb.defaultAddress.hex},n)).privateKey||n.address){e.next=15;break}return e.abrupt("return",i("Function requires either a private key or address to be set"));case 15:return e.prev=15,a=n.privateKey?this.tronWeb.address.fromPrivateKey(n.privateKey):n.address,e.next=19,this.tronWeb.transactionBuilder.sendTrx(t,r,a);case 19:return o=e.sent,e.next=22,this.sign(o,n.privateKey||void 0);case 22:return s=e.sent,e.next=25,this.sendRawTransaction(s);case 25:return u=e.sent,e.abrupt("return",i(null,u));case 29:return e.prev=29,e.t0=e.catch(15),e.abrupt("return",i(e.t0));case 32:case"end":return e.stop()}}),e,this,[[15,29]])}))),function(){return f.apply(this,arguments)})},{key:"sendToken",value:(l=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u,c,l=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=l.length>0&&void 0!==l[0]&&l[0],r=l.length>1&&void 0!==l[1]&&l[1],n=l.length>2&&void 0!==l[2]&&l[2],i=l.length>3&&void 0!==l[3]?l[3]:{},a=l.length>4&&void 0!==l[4]&&l[4],ze.isFunction(i)&&(a=i,i={}),"string"==typeof i&&(i={privateKey:i}),a){e.next=9;break}return e.abrupt("return",this.injectPromise(this.sendToken,t,r,n,i));case 9:if(this.tronWeb.isAddress(t)){e.next=11;break}return e.abrupt("return",a("Invalid recipient provided"));case 11:if(ze.isInteger(r)&&!(r<=0)){e.next=13;break}return e.abrupt("return",a("Invalid amount provided"));case 13:if(ze.isInteger(n)&&(n=n.toString()),ze.isString(n)){e.next=16;break}return e.abrupt("return",a("Invalid token ID provided"));case 16:if((i=lt({privateKey:this.tronWeb.defaultPrivateKey,address:this.tronWeb.defaultAddress.hex},i)).privateKey||i.address){e.next=19;break}return e.abrupt("return",a("Function requires either a private key or address to be set"));case 19:return e.prev=19,o=i.privateKey?this.tronWeb.address.fromPrivateKey(i.privateKey):i.address,e.next=23,this.tronWeb.transactionBuilder.sendToken(t,r,n,o);case 23:return s=e.sent,e.next=26,this.sign(s,i.privateKey||void 0);case 26:return u=e.sent,e.next=29,this.sendRawTransaction(u);case 29:return c=e.sent,e.abrupt("return",a(null,c));case 33:return e.prev=33,e.t0=e.catch(19),e.abrupt("return",a(e.t0));case 36:case"end":return e.stop()}}),e,this,[[19,33]])}))),function(){return l.apply(this,arguments)})},{key:"freezeBalance",value:(c=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u,c,l,f=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=f.length>0&&void 0!==f[0]?f[0]:0,r=f.length>1&&void 0!==f[1]?f[1]:3,n=f.length>2&&void 0!==f[2]?f[2]:"BANDWIDTH",i=f.length>3&&void 0!==f[3]?f[3]:{},a=f.length>4&&void 0!==f[4]?f[4]:void 0,o=f.length>5&&void 0!==f[5]&&f[5],ze.isFunction(a)&&(o=a,a=void 0),ze.isFunction(r)&&(o=r,r=3),ze.isFunction(n)&&(o=n,n="BANDWIDTH"),ze.isFunction(i)&&(o=i,i={}),"string"==typeof i&&(i={privateKey:i}),o){e.next=13;break}return e.abrupt("return",this.injectPromise(this.freezeBalance,t,r,n,i,a));case 13:if(["BANDWIDTH","ENERGY"].includes(n)){e.next=15;break}return e.abrupt("return",o('Invalid resource provided: Expected "BANDWIDTH" or "ENERGY"'));case 15:if(ze.isInteger(t)&&!(t<=0)){e.next=17;break}return e.abrupt("return",o("Invalid amount provided"));case 17:if(ze.isInteger(r)&&!(r<3)){e.next=19;break}return e.abrupt("return",o("Invalid duration provided, minimum of 3 days"));case 19:if((i=lt({privateKey:this.tronWeb.defaultPrivateKey,address:this.tronWeb.defaultAddress.hex},i)).privateKey||i.address){e.next=22;break}return e.abrupt("return",o("Function requires either a private key or address to be set"));case 22:return e.prev=22,s=i.privateKey?this.tronWeb.address.fromPrivateKey(i.privateKey):i.address,e.next=26,this.tronWeb.transactionBuilder.freezeBalance(t,r,n,s,a);case 26:return u=e.sent,e.next=29,this.sign(u,i.privateKey||void 0);case 29:return c=e.sent,e.next=32,this.sendRawTransaction(c);case 32:return l=e.sent,e.abrupt("return",o(null,l));case 36:return e.prev=36,e.t0=e.catch(22),e.abrupt("return",o(e.t0));case 39:case"end":return e.stop()}}),e,this,[[22,36]])}))),function(){return c.apply(this,arguments)})},{key:"unfreezeBalance",value:(u=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=c.length>0&&void 0!==c[0]?c[0]:"BANDWIDTH",r=c.length>1&&void 0!==c[1]?c[1]:{},n=c.length>2&&void 0!==c[2]?c[2]:void 0,i=c.length>3&&void 0!==c[3]&&c[3],ze.isFunction(n)&&(i=n,n=void 0),ze.isFunction(t)&&(i=t,t="BANDWIDTH"),ze.isFunction(r)&&(i=r,r={}),"string"==typeof r&&(r={privateKey:r}),i){e.next=10;break}return e.abrupt("return",this.injectPromise(this.unfreezeBalance,t,r,n));case 10:if(["BANDWIDTH","ENERGY"].includes(t)){e.next=12;break}return e.abrupt("return",i('Invalid resource provided: Expected "BANDWIDTH" or "ENERGY"'));case 12:if((r=lt({privateKey:this.tronWeb.defaultPrivateKey,address:this.tronWeb.defaultAddress.hex},r)).privateKey||r.address){e.next=15;break}return e.abrupt("return",i("Function requires either a private key or address to be set"));case 15:return e.prev=15,a=r.privateKey?this.tronWeb.address.fromPrivateKey(r.privateKey):r.address,e.next=19,this.tronWeb.transactionBuilder.unfreezeBalance(t,a,n);case 19:return o=e.sent,e.next=22,this.sign(o,r.privateKey||void 0);case 22:return s=e.sent,e.next=25,this.sendRawTransaction(s);case 25:return u=e.sent,e.abrupt("return",i(null,u));case 29:return e.prev=29,e.t0=e.catch(15),e.abrupt("return",i(e.t0));case 32:case"end":return e.stop()}}),e,this,[[15,29]])}))),function(){return u.apply(this,arguments)})},{key:"updateAccount",value:(s=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=u.length>0&&void 0!==u[0]&&u[0],r=u.length>1&&void 0!==u[1]?u[1]:{},n=u.length>2&&void 0!==u[2]&&u[2],ze.isFunction(r)&&(n=r,r={}),"string"==typeof r&&(r={privateKey:r}),n){e.next=7;break}return e.abrupt("return",this.injectPromise(this.updateAccount,t,r));case 7:if(ze.isString(t)&&t.length){e.next=9;break}return e.abrupt("return",n("Name must be a string"));case 9:if((r=lt({privateKey:this.tronWeb.defaultPrivateKey,address:this.tronWeb.defaultAddress.hex},r)).privateKey||r.address){e.next=12;break}return e.abrupt("return",n("Function requires either a private key or address to be set"));case 12:return e.prev=12,i=r.privateKey?this.tronWeb.address.fromPrivateKey(r.privateKey):r.address,e.next=16,this.tronWeb.transactionBuilder.updateAccount(t,i);case 16:return a=e.sent,e.next=19,this.sign(a,r.privateKey||void 0);case 19:return o=e.sent,e.next=22,this.sendRawTransaction(o);case 22:return s=e.sent,e.abrupt("return",n(null,s));case 26:return e.prev=26,e.t0=e.catch(12),e.abrupt("return",n(e.t0));case 29:case"end":return e.stop()}}),e,this,[[12,26]])}))),function(){return s.apply(this,arguments)})},{key:"signMessage",value:function(){return this.sign.apply(this,arguments)}},{key:"sendAsset",value:function(){return this.sendToken.apply(this,arguments)}},{key:"send",value:function(){return this.sendTransaction.apply(this,arguments)}},{key:"sendTrx",value:function(){return this.sendTransaction.apply(this,arguments)}},{key:"broadcast",value:function(){return this.sendRawTransaction.apply(this,arguments)}},{key:"signTransaction",value:function(){return this.sign.apply(this,arguments)}},{key:"getProposal",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t?!ze.isInteger(e)||e<0?t("Invalid proposalID provided"):void this.tronWeb.fullNode.request("wallet/getproposalbyid",{id:parseInt(e)},"post").then((function(e){t(null,e)})).catch((function(e){return t(e)})):this.injectPromise(this.getProposal,e)}},{key:"listProposals",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!e)return this.injectPromise(this.listProposals);this.tronWeb.fullNode.request("wallet/listproposals",{},"post").then((function(t){var r=t.proposals;e(null,void 0===r?[]:r)})).catch((function(t){return e(t)}))}},{key:"getChainParameters",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!e)return this.injectPromise(this.getChainParameters);this.tronWeb.fullNode.request("wallet/getchainparameters",{},"post").then((function(t){var r=t.chainParameter;e(null,void 0===r?[]:r)})).catch((function(t){return e(t)}))}},{key:"getAccountResources",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.tronWeb.defaultAddress.hex,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t?this.tronWeb.isAddress(e)?void this.tronWeb.fullNode.request("wallet/getaccountresource",{address:this.tronWeb.address.toHex(e)},"post").then((function(e){t(null,e)})).catch((function(e){return t(e)})):t("Invalid address provided"):this.injectPromise(this.getAccountResources,e)}},{key:"getExchangeByID",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t?!ze.isInteger(e)||e<0?t("Invalid exchangeID provided"):void this.tronWeb.fullNode.request("wallet/getexchangebyid",{id:e},"post").then((function(e){t(null,e)})).catch((function(e){return t(e)})):this.injectPromise(this.getExchangeByID,e)}},{key:"listExchanges",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!e)return this.injectPromise(this.listExchanges);this.tronWeb.fullNode.request("wallet/listexchanges",{},"post").then((function(t){var r=t.exchanges;e(null,void 0===r?[]:r)}),"post").catch((function(t){return e(t)}))}},{key:"listExchangesPaginated",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(ze.isFunction(t)&&(r=t,t=0),ze.isFunction(e)&&(r=e,e=10),!r)return this.injectPromise(this.listExchangesPaginated,e,t);this.tronWeb.fullNode.request("wallet/getpaginatedexchangelist",{limit:e,offset:t},"post").then((function(e){var t=e.exchanges;r(null,void 0===t?[]:t)})).catch((function(e){return r(e)}))}},{key:"getNodeInfo",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!e)return this.injectPromise(this.getNodeInfo);this.tronWeb.fullNode.request("wallet/getnodeinfo",{},"post").then((function(t){e(null,t)}),"post").catch((function(t){return e(t)}))}},{key:"getTokenListByName",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return r?(ze.isInteger(t)&&(t=t.toString()),ze.isString(t)&&t.length?void this.tronWeb.fullNode.request("wallet/getassetissuelistbyname",{value:this.tronWeb.fromUtf8(t)},"post").then((function(t){if(Array.isArray(t.assetIssue))r(null,t.assetIssue.map((function(t){return e._parseToken(t)})));else if(!t.name)return r("Token does not exist");r(null,e._parseToken(t))})).catch((function(e){return r(e)})):r("Invalid token ID provided")):this.injectPromise(this.getTokenListByName,t)}},{key:"getTokenByID",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return r?(ze.isInteger(t)&&(t=t.toString()),ze.isString(t)&&t.length?void this.tronWeb.fullNode.request("wallet/getassetissuebyid",{value:t},"post").then((function(t){if(!t.name)return r("Token does not exist");r(null,e._parseToken(t))})).catch((function(e){return r(e)})):r("Invalid token ID provided")):this.injectPromise(this.getTokenByID,t)}},{key:"getReward",value:(o=v()(h.a.mark((function e(t){var r,n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=i.length>1&&void 0!==i[1]?i[1]:{},n=i.length>2&&void 0!==i[2]&&i[2],r.confirmed=!0,e.abrupt("return",this._getReward(t,r,n));case 4:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"getUnconfirmedReward",value:(a=v()(h.a.mark((function e(t){var r,n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=i.length>1&&void 0!==i[1]?i[1]:{},n=i.length>2&&void 0!==i[2]&&i[2],r.confirmed=!1,e.abrupt("return",this._getReward(t,r,n));case 4:case"end":return e.stop()}}),e,this)}))),function(e){return a.apply(this,arguments)})},{key:"getBrokerage",value:(i=v()(h.a.mark((function e(t){var r,n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=i.length>1&&void 0!==i[1]?i[1]:{},n=i.length>2&&void 0!==i[2]&&i[2],r.confirmed=!0,e.abrupt("return",this._getBrokerage(t,r,n));case 4:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"getUnconfirmedBrokerage",value:(n=v()(h.a.mark((function e(t){var r,n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=i.length>1&&void 0!==i[1]?i[1]:{},n=i.length>2&&void 0!==i[2]&&i[2],r.confirmed=!1,e.abrupt("return",this._getBrokerage(t,r,n));case 4:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})},{key:"_getReward",value:(r=v()(h.a.mark((function e(){var t,r,n,i,a=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=a.length>0&&void 0!==a[0]?a[0]:this.tronWeb.defaultAddress.hex,r=a.length>1?a[1]:void 0,n=a.length>2&&void 0!==a[2]&&a[2],ze.isFunction(r)&&(n=r,r={}),ze.isFunction(t)?(n=t,t=this.tronWeb.defaultAddress.hex):ze.isObject(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),n){e.next=7;break}return e.abrupt("return",this.injectPromise(this._getReward,t,r));case 7:if(!this.validator.notValid([{name:"origin",type:"address",value:t}],n)){e.next=9;break}return e.abrupt("return");case 9:i={address:ft(t)},this.tronWeb[r.confirmed?"solidityNode":"fullNode"].request("wallet".concat(r.confirmed?"solidity":"","/getReward"),i,"post").then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(void 0===e.reward)return n("Not found.");n(null,e.reward)})).catch((function(e){return n(e)}));case 11:case"end":return e.stop()}}),e,this)}))),function(){return r.apply(this,arguments)})},{key:"_getBrokerage",value:(t=v()(h.a.mark((function e(){var t,r,n,i,a=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=a.length>0&&void 0!==a[0]?a[0]:this.tronWeb.defaultAddress.hex,r=a.length>1?a[1]:void 0,n=a.length>2&&void 0!==a[2]&&a[2],ze.isFunction(r)&&(n=r,r={}),ze.isFunction(t)?(n=t,t=this.tronWeb.defaultAddress.hex):ze.isObject(t)&&(r=t,t=this.tronWeb.defaultAddress.hex),n){e.next=7;break}return e.abrupt("return",this.injectPromise(this._getBrokerage,t,r));case 7:if(!this.validator.notValid([{name:"origin",type:"address",value:t}],n)){e.next=9;break}return e.abrupt("return");case 9:i={address:ft(t)},this.tronWeb[r.confirmed?"solidityNode":"fullNode"].request("wallet".concat(r.confirmed?"solidity":"","/getBrokerage"),i,"post").then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(void 0===e.brokerage)return n("Not found.");n(null,e.brokerage)})).catch((function(e){return n(e)}));case 11:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})}],[{key:"verifySignature",value:function(e,t,r){var n=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];e=e.replace(/^0x/,""),r=r.replace(/^0x/,"");var i=[].concat(z()(ue(n?"\x19TRON Signed Message:\n32":"\x19Ethereum Signed Message:\n32")),z()(ze.code.hexStr2byteArray(e))),a=oe(i),o=le(a,{recoveryParam:"1c"==r.substring(128,130)?1:0,r:"0x"+r.substring(0,64),s:"0x"+r.substring(64,128)}),s="41"+o.substr(2),u=Ct.address.fromHex(s);return u==Ct.address.fromHex(t)}},{key:"signString",value:function(e,t){var r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];e=e.replace(/^0x/,"");var n={toHexString:function(){return"0x"+t},value:t},i=new fe(n),a=[].concat(z()(ue(r?"\x19TRON Signed Message:\n32":"\x19Ethereum Signed Message:\n32")),z()(ze.code.hexStr2byteArray(e))),o=oe(a),s=i.signDigest(o),u=["0x",s.r.substring(2),s.s.substring(2),Number(s.v).toString(16)].join("");return u}}]),e}();function ht(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function pt(e){for(var t=1;t2&&void 0!==u[2]?u[2]:{},i=u.length>3&&void 0!==u[3]&&u[3],ze.isFunction(n)&&(i=n,n={}),i){e.next=5;break}return e.abrupt("return",this.injectPromise(this._call,t,r,n));case 5:if(t.length===r.length){e.next=7;break}return e.abrupt("return",i("Invalid argument count provided"));case 7:if(this.contract.address){e.next=9;break}return e.abrupt("return",i("Smart contract is missing address"));case 9:if(this.contract.deployed){e.next=11;break}return e.abrupt("return",i("Calling smart contracts requires you to load the contract first"));case 11:if(a=this.abi.stateMutability,["pure","view"].includes(a.toLowerCase())){e.next=14;break}return e.abrupt("return",i('Methods with state mutability "'.concat(a,'" must use send()')));case 14:n=pt(pt({},this.defaultOptions),{},{from:this.tronWeb.defaultAddress.hex},n),o=r.map((function(e,r){return{type:t[r],value:e}})),this.tronWeb.transactionBuilder.triggerSmartContract(this.contract.address,this.functionSelector,n,o,!!n.from&&this.tronWeb.address.toHex(n.from),(function(e,t){if(e)return i(e);if(!ze.hasProperty(t,"constant_result"))return i("Failed to execute");try{var r=t.constant_result[0].length;if(0===r||r%64==8){var n="The call has been reverted or has thrown an error.";if(0!==r){n+=" Error message: ";for(var a="",o=t.constant_result[0].substring(8),u=0;u2&&void 0!==b[2]?b[2]:{},i=b.length>3&&void 0!==b[3]?b[3]:this.tronWeb.defaultPrivateKey,a=b.length>4&&void 0!==b[4]&&b[4],ze.isFunction(i)&&(a=i,i=this.tronWeb.defaultPrivateKey),ze.isFunction(n)&&(a=n,n={}),a){e.next=7;break}return e.abrupt("return",this.injectPromise(this._send,t,r,n,i));case 7:if(t.length===r.length){e.next=9;break}throw new Error("Invalid argument count provided");case 9:if(this.contract.address){e.next=11;break}return e.abrupt("return",a("Smart contract is missing address"));case 11:if(this.contract.deployed){e.next=13;break}return e.abrupt("return",a("Calling smart contracts requires you to load the contract first"));case 13:if(o=this.abi.stateMutability,!["pure","view"].includes(o.toLowerCase())){e.next=16;break}return e.abrupt("return",a('Methods with state mutability "'.concat(o,'" must use call()')));case 16:return["payable"].includes(o.toLowerCase())||(n.callValue=0),n=pt(pt({},this.defaultOptions),{},{from:this.tronWeb.defaultAddress.hex},n),s=r.map((function(e,r){return{type:t[r],value:e}})),e.prev=19,u=i?this.tronWeb.address.fromPrivateKey(i):this.tronWeb.defaultAddress.base58,e.next=23,this.tronWeb.transactionBuilder.triggerSmartContract(this.contract.address,this.functionSelector,n,s,this.tronWeb.address.toHex(u));case 23:if((c=e.sent).result&&c.result.result){e.next=26;break}return e.abrupt("return",a("Unknown error: "+JSON.stringify(c,null,2)));case 26:return e.next=28,this.tronWeb.trx.sign(c.transaction,i);case 28:if((l=e.sent).signature){e.next=33;break}if(i){e.next=32;break}return e.abrupt("return",a("Transaction was not signed properly"));case 32:return e.abrupt("return",a("Invalid private key provided"));case 33:return e.next=35,this.tronWeb.trx.sendRawTransaction(l);case 35:if(!(f=e.sent).code){e.next=40;break}return d={error:f.code,message:f.code},f.message&&(d.message=this.tronWeb.toUtf8(f.message)),e.abrupt("return",a(d));case 40:if(n.shouldPollResponse){e.next=42;break}return e.abrupt("return",a(null,l.txID));case 42:(p=function(){var e=v()(h.a.mark((function e(){var t,r,i,o=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(20!==(t=o.length>0&&void 0!==o[0]?o[0]:0)){e.next=3;break}return e.abrupt("return",a({error:"Cannot find result in solidity node",transaction:l}));case 3:return e.next=5,m.tronWeb.trx.getTransactionInfo(l.txID);case 5:if(r=e.sent,Object.keys(r).length){e.next=8;break}return e.abrupt("return",setTimeout((function(){p(t+1)}),3e3));case 8:if(!r.result||"FAILED"!==r.result){e.next=10;break}return e.abrupt("return",a({error:m.tronWeb.toUtf8(r.resMessage),transaction:l,output:r}));case 10:if(ze.hasProperty(r,"contractResult")){e.next=12;break}return e.abrupt("return",a({error:"Failed to execute: "+JSON.stringify(r,null,2),transaction:l,output:r}));case 12:if(!n.rawResponse){e.next=14;break}return e.abrupt("return",a(null,r));case 14:if(1===(i=mt(m.outputs,"0x"+r.contractResult[0])).length&&(i=i[0]),!n.keepTxID){e.next=18;break}return e.abrupt("return",a(null,[l.txID,i]));case 18:return e.abrupt("return",a(null,i));case 19:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}())(),e.next=49;break;case 46:return e.prev=46,e.t0=e.catch(19),e.abrupt("return",a(e.t0));case 49:case"end":return e.stop()}}),e,this,[[19,46]])}))),function(e,t){return r.apply(this,arguments)})},{key:"_watch",value:(t=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u=this,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=c.length>0&&void 0!==c[0]?c[0]:{},r=c.length>1&&void 0!==c[1]&&c[1],ze.isFunction(t)&&(r=t,t={}),ze.isFunction(r)){e.next=5;break}throw new Error("Expected callback to be provided");case 5:if(this.contract.address){e.next=7;break}return e.abrupt("return",r("Smart contract is missing address"));case 7:if(this.abi.type&&/event/i.test(this.abi.type)){e.next=9;break}return e.abrupt("return",r("Invalid method type for event watching"));case 9:if(this.tronWeb.eventServer){e.next=11;break}return e.abrupt("return",r("No event server configured"));case 11:return n=!1,i=!1,a=Date.now()-1e3,o=function(){var e=v()(h.a.mark((function e(){var r,n,o,s,c,l;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,r={since:a,eventName:u.name,sort:"block_timestamp",blockNumber:"latest",filters:t.filters},t.resourceNode&&(/full/i.test(t.resourceNode)?r.onlyUnconfirmed=!0:r.onlyConfirmed=!0),e.next=5,u.tronWeb.event.getEventsByContractAddress(u.contract.address,r);case 5:return n=e.sent,o=n.sort((function(e,t){return t.block-e.block})),s=Ze()(o,1),c=s[0],l=n.filter((function(e,r){return!(t.resourceNode&&e.resourceNode&&t.resourceNode.toLowerCase()!==e.resourceNode.toLowerCase()||n.slice(0,r).some((function(t){return JSON.stringify(t)==JSON.stringify(e)}))||i&&!(e.block>i))})),c&&(i=c.block),e.abrupt("return",l);case 12:return e.prev=12,e.t0=e.catch(0),e.abrupt("return",Promise.reject(e.t0));case 15:case"end":return e.stop()}}),e,null,[[0,12]])})));return function(){return e.apply(this,arguments)}}(),s=function(){n&&clearInterval(n),n=setInterval((function(){o().then((function(e){return e.forEach((function(e){r(null,ze.parseEvent(e,u.abi))}))})).catch((function(e){return r(e)}))}),3e3)},e.next=18,o();case 18:return s(),e.abrupt("return",{start:s,stop:function(){n&&(clearInterval(n),n=!1)}});case 20:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})}]),e}(),gt=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(y()(this,e),!t||!t instanceof Ct)throw new Error("Expected instance of TronWeb");this.tronWeb=t,this.injectPromise=Je()(this),this.address=n,this.abi=r,this.eventListener=!1,this.bytecode=!1,this.deployed=!1,this.lastBlock=!1,this.methods={},this.methodInstances={},this.props=[],this.tronWeb.isAddress(n)?this.deployed=!0:this.address=!1,this.loadAbi(r)}var r,n,i,a;return _()(e,[{key:"_getEvents",value:(a=v()(h.a.mark((function e(){var t,r,n,i,a,o,s=this,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=u.length>0&&void 0!==u[0]?u[0]:{},e.next=3,this.tronWeb.event.getEventsByContractAddress(this.address,t);case 3:return r=e.sent,n=r.sort((function(e,t){return t.block-e.block})),i=Ze()(n,1),a=i[0],o=r.filter((function(e,n){return!(t.resourceNode&&e.resourceNode&&t.resourceNode.toLowerCase()!==e.resourceNode.toLowerCase()||r.slice(0,n).some((function(t){return JSON.stringify(t)==JSON.stringify(e)}))||s.lastBlock&&!(e.block>s.lastBlock))})),a&&(this.lastBlock=a.block),e.abrupt("return",o);case 8:case"end":return e.stop()}}),e,this)}))),function(){return a.apply(this,arguments)})},{key:"_startEventListener",value:(i=v()(h.a.mark((function e(){var r,n,i=this,a=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=a.length>0&&void 0!==a[0]?a[0]:{},n=a.length>1?a[1]:void 0,ze.isFunction(r)&&(n=r,r={}),this.eventListener&&clearInterval(this.eventListener),this.tronWeb.eventServer){e.next=6;break}throw new Error("Event server is not configured");case 6:if(this.address){e.next=8;break}throw new Error("Contract is not configured with an address");case 8:return this.eventCallback=n,e.next=11,this._getEvents(r);case 11:this.eventListener=setInterval((function(){i._getEvents(r).then((function(e){return e.forEach((function(e){i.eventCallback&&i.eventCallback(e)}))})).catch((function(e){t("error","Failed to get event list",e," at node_modules/tronweb/dist/TronWeb.node.js:1")}))}),3e3);case 12:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"_stopEventListener",value:function(){this.eventListener&&(clearInterval(this.eventListener),this.eventListener=!1,this.eventCallback=!1)}},{key:"hasProperty",value:function(e){return this.hasOwnProperty(e)||this.__proto__.hasOwnProperty(e)}},{key:"loadAbi",value:function(e){var t=this;this.abi=e,this.methods={},this.props.forEach((function(e){return delete t[e]})),e.forEach((function(e){if(e.type&&!/constructor/i.test(e.type)){var r=new bt(t,e),n=r.onMethod.bind(r),i=r.name,a=r.functionSelector,o=r.signature;t.methods[i]=n,t.methods[a]=n,t.methods[o]=n,t.methodInstances[i]=r,t.methodInstances[a]=r,t.methodInstances[o]=r,t.hasProperty(i)||(t[i]=n,t.props.push(i)),t.hasProperty(a)||(t[a]=n,t.props.push(a)),t.hasProperty(o)||(t[o]=n,t.props.push(o))}}))}},{key:"decodeInput",value:function(e){var t=e.substring(0,8),r=e.substring(8);if(!this.methodInstances[t])throw new Error("Contract method "+t+" not found");return{name:this.methodInstances[t].name,params:this.methodInstances[t].decodeInput(r)}}},{key:"new",value:(n=v()(h.a.mark((function e(t){var r,n,i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=u.length>1&&void 0!==u[1]?u[1]:this.tronWeb.defaultPrivateKey,n=u.length>2&&void 0!==u[2]&&u[2],ze.isFunction(r)&&(n=r,r=this.tronWeb.defaultPrivateKey),n){e.next=5;break}return e.abrupt("return",this.injectPromise(this.new,t,r));case 5:return e.prev=5,i=this.tronWeb.address.fromPrivateKey(r),e.next=9,this.tronWeb.transactionBuilder.createSmartContract(t,i);case 9:return a=e.sent,e.next=12,this.tronWeb.trx.sign(a,r);case 12:return o=e.sent,e.next=15,this.tronWeb.trx.sendRawTransaction(o);case 15:if(!(s=e.sent).code){e.next=18;break}return e.abrupt("return",n({error:s.code,message:this.tronWeb.toUtf8(s.message)}));case 18:return e.next=20,ze.sleep(3e3);case 20:return e.abrupt("return",this.at(o.contract_address,n));case 23:return e.prev=23,e.t0=e.catch(5),e.abrupt("return",n(e.t0));case 26:case"end":return e.stop()}}),e,this,[[5,23]])}))),function(e){return n.apply(this,arguments)})},{key:"at",value:(r=v()(h.a.mark((function e(t){var r,n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=i.length>1&&void 0!==i[1]&&i[1]){e.next=3;break}return e.abrupt("return",this.injectPromise(this.at,t));case 3:return e.prev=3,e.next=6,this.tronWeb.trx.getContract(t);case 6:if((n=e.sent).contract_address){e.next=9;break}return e.abrupt("return",r("Unknown error: "+JSON.stringify(n,null,2)));case 9:return this.address=n.contract_address,this.bytecode=n.bytecode,this.deployed=!0,this.loadAbi(n.abi&&n.abi.entrys?n.abi.entrys:[]),e.abrupt("return",r(null,this));case 16:if(e.prev=16,e.t0=e.catch(3),!e.t0.toString().includes("does not exist")){e.next=20;break}return e.abrupt("return",r("Contract has not been deployed on the network"));case 20:return e.abrupt("return",r(e.t0));case 21:case"end":return e.stop()}}),e,this,[[3,16]])}))),function(e){return r.apply(this,arguments)})},{key:"events",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(ze.isFunction(e)&&(t=e,e={}),!ze.isFunction(t))throw new Error("Callback function expected");var r=this;return{start:function(){var n=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return n?(r._startEventListener(e,t).then((function(){n()})).catch((function(e){n(e)})),this):(r._startEventListener(e,t),this)},stop:function(){r._stopEventListener()}}}}]),e}(),yt=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(y()(this,e),!t||!t instanceof Ct)throw new Error("Expected instance of TronWeb");this.tronWeb=t,this.pluginNoOverride=["register"],this.disablePlugins=r.disablePlugins}return _()(e,[{key:"register",value:function(e,t){var r={requires:"0.0.0",components:{}},n={libs:[],plugged:[],skipped:[]};if(this.disablePlugins)return n.error="This instance of TronWeb has plugins disabled.",n;var i=new e(this.tronWeb);if(ze.isFunction(i.pluginInterface)&&(r=i.pluginInterface(t)),!Ge.a.satisfies(Ct.version,r.requires))throw new Error("The plugin is not compatible with this version of TronWeb");if(r.fullClass){var a=i.constructor.name,o=a.substring(0,1).toLowerCase()+a.substring(1);a!==o&&(Ct[a]=e,this.tronWeb[o]=i,n.libs.push(a))}else for(var s in r.components)if(this.tronWeb.hasOwnProperty(s)){var u=r.components[s],c=this.tronWeb[s].pluginNoOverride||[];for(var l in u)"constructor"===l||this.tronWeb[s][l]&&(c.includes(l)||/^_/.test(l))?n.skipped.push(l):(this.tronWeb[s][l]=u[l].bind(this.tronWeb[s]),n.plugged.push(l))}return n}}]),e}(),wt=i(21),_t=i.n(wt),kt=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(y()(this,e),!(t&&t instanceof Ct))throw new Error("Expected instance of TronWeb");this.tronWeb=t,this.injectPromise=Je()(this)}return _()(e,[{key:"setServer",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"healthcheck";if(!t)return this.tronWeb.eventServer=!1;if(ze.isString(t)&&(t=new He.HttpProvider(t)),!this.tronWeb.isValidProvider(t))throw new Error("Invalid event server provided");this.tronWeb.eventServer=t,this.tronWeb.eventServer.isConnected=function(){return e.tronWeb.eventServer.request(r).then((function(){return!0})).catch((function(){return!1}))}}},{key:"getEventsByContractAddress",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=Object.assign({sinceTimestamp:0,eventName:!1,blockNumber:!1,size:20,page:1},r),a=i.sinceTimestamp,o=i.since,s=i.fromTimestamp,u=i.eventName,c=i.blockNumber,l=i.size,f=i.page,d=i.onlyConfirmed,h=i.onlyUnconfirmed,p=i.previousLastEventFingerprint,v=i.previousFingerprint,m=i.fingerprint,g=i.rawResponse,y=i.sort,w=i.filters;if(!n)return this.injectPromise(this.getEventsByContractAddress,e,r);if(s=s||a||o,!this.tronWeb.eventServer)return n("No event server configured");var _=[];if(!this.tronWeb.isAddress(e))return n("Invalid contract address provided");if(u&&!e)return n("Usage of event name filtering requires a contract address");if(void 0!==s&&!ze.isInteger(s))return n("Invalid fromTimestamp provided");if(!ze.isInteger(l))return n("Invalid size provided");if(l>200&&(t("warn","Defaulting to maximum accepted size: 200"," at node_modules/tronweb/dist/TronWeb.node.js:1"),l=200),!ze.isInteger(f))return n("Invalid page provided");if(c&&!u)return n("Usage of block number filtering requires an event name");e&&_.push(this.tronWeb.address.fromHex(e)),u&&_.push(u),c&&_.push(c);var k={size:l,page:f};return"object"===b()(w)&&Object.keys(w).length>0&&(k.filters=JSON.stringify(w)),s&&(k.fromTimestamp=k.since=s),d&&(k.onlyConfirmed=d),h&&!d&&(k.onlyUnconfirmed=h),y&&(k.sort=y),(m=m||v||p)&&(k.fingerprint=m),this.tronWeb.eventServer.request("event/contract/".concat(_.join("/"),"?").concat(_t.a.stringify(k))).then((function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return e?ze.isArray(e)?n(null,!0===g?e:e.map((function(e){return ze.mapEvent(e)}))):n(e):n("Unknown error occurred")})).catch((function(e){return n(e.response&&e.response.data||e)}))}},{key:"getEventsByTransactionID",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return ze.isFunction(t)&&(r=t,t={}),r?this.tronWeb.eventServer?this.tronWeb.eventServer.request("event/transaction/".concat(e)).then((function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return e?ze.isArray(e)?r(null,!0===t.rawResponse?e:e.map((function(e){return ze.mapEvent(e)}))):r(e):r("Unknown error occurred")})).catch((function(e){return r(e.response&&e.response.data||e)})):r("No event server configured"):this.injectPromise(this.getEventsByTransactionID,e,t)}}]),e}();function xt(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function St(e){for(var t=1;t1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];y()(this,e),this.mainchain=n;var a=t.fullHost,o=t.fullNode,s=t.solidityNode,u=t.eventServer,c=t.mainGatewayAddress,l=t.sideGatewayAddress,f=t.sideChainId;this.sidechain=new r(a||o,a||s,a||u,i),this.isAddress=this.mainchain.isAddress,this.utils=this.mainchain.utils,this.setMainGatewayAddress(c),this.setSideGatewayAddress(l),this.setChainId(f),this.injectPromise=Je()(this),this.validator=new rt(this.sidechain);var d=this;this.sidechain.trx.sign=function(){return d.sign.apply(d,arguments)},this.sidechain.trx.multiSign=function(){return d.multiSign.apply(d,arguments)}}var t,r,n,i,a,o,s,u,c,l,f,d,p,m,b,g,w,k,x,S,A;return _()(e,[{key:"setMainGatewayAddress",value:function(e){if(!this.isAddress(e))throw new Error("Invalid main gateway address provided");this.mainGatewayAddress=e}},{key:"setSideGatewayAddress",value:function(e){if(!this.isAddress(e))throw new Error("Invalid side gateway address provided");this.sideGatewayAddress=e}},{key:"setChainId",value:function(e){if(!this.utils.isString(e)||!e)throw new Error("Invalid side chainId provided");this.chainId=e}},{key:"signTransaction",value:function(e,t){"string"==typeof e&&(e=this.utils.code.hexStr2byteArray(e));var r=this.utils.code.hexStr2byteArray(this.chainId),n=this.utils.code.hexStr2byteArray(t.txID).concat(r),i=this.sidechain.utils.ethersUtils.sha256(n),a=this.utils.crypto.ECKeySign(this.utils.code.hexStr2byteArray(i.replace(/^0x/,"")),e);return Array.isArray(t.signature)?t.signature.includes(a)||t.signature.push(a):t.signature=[a],t}},{key:"multiSign",value:(A=v()(h.a.mark((function e(){var t,r,n,i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=u.length>0&&void 0!==u[0]&&u[0],r=u.length>1&&void 0!==u[1]?u[1]:this.sidechain.defaultPrivateKey,n=u.length>2&&void 0!==u[2]&&u[2],i=u.length>3&&void 0!==u[3]&&u[3],this.utils.isFunction(n)&&(i=n,n=0),this.utils.isFunction(r)&&(i=r,r=this.mainchain.defaultPrivateKey,n=0),i){e.next=8;break}return e.abrupt("return",this.injectPromise(this.multiSign,t,r,n));case 8:if(this.utils.isObject(t)&&t.raw_data&&t.raw_data.contract){e.next=10;break}return e.abrupt("return",i("Invalid transaction provided"));case 10:if(t.raw_data.contract[0].Permission_id||!(n>0)){e.next=30;break}return t.raw_data.contract[0].Permission_id=n,a=this.sidechain.address.toHex(this.sidechain.address.fromPrivateKey(r)).toLowerCase(),e.next=15,this.sidechain.trx.getSignWeight(t,n);case 15:if("PERMISSION_ERROR"!==(o=e.sent).result.code){e.next=18;break}return e.abrupt("return",i(o.result.message));case 18:if(s=!1,o.permission.keys.map((function(e){e.address===a&&(s=!0)})),s){e.next=22;break}return e.abrupt("return",i(r+" has no permission to sign"));case 22:if(!o.approved_list||-1==o.approved_list.indexOf(a)){e.next=24;break}return e.abrupt("return",i(r+" already sign transaction"));case 24:if(!o.transaction||!o.transaction.transaction){e.next=29;break}(t=o.transaction.transaction).raw_data.contract[0].Permission_id=n,e.next=30;break;case 29:return e.abrupt("return",i("Invalid transaction provided"));case 30:return e.prev=30,e.abrupt("return",i(null,this.signTransaction(r,t)));case 34:e.prev=34,e.t0=e.catch(30),i(e.t0);case 37:case"end":return e.stop()}}),e,this,[[30,34]])}))),function(){return A.apply(this,arguments)})},{key:"sign",value:(S=v()(h.a.mark((function e(){var t,r,n,i,a,o,s=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=s.length>0&&void 0!==s[0]&&s[0],r=s.length>1&&void 0!==s[1]?s[1]:this.sidechain.defaultPrivateKey,n=!(s.length>2&&void 0!==s[2])||s[2],i=s.length>3&&void 0!==s[3]&&s[3],a=s.length>4&&void 0!==s[4]&&s[4],this.utils.isFunction(i)&&(a=i,i=!1),this.utils.isFunction(n)&&(a=n,n=!0,i=!1),this.utils.isFunction(r)&&(a=r,r=this.sidechain.defaultPrivateKey,n=!0,i=!1),a){e.next=10;break}return e.abrupt("return",this.injectPromise(this.sign,t,r,n,i));case 10:if(!this.utils.isString(t)){e.next=21;break}if(this.utils.isHex(t)){e.next=13;break}return e.abrupt("return",a("Expected hex message input"));case 13:return e.prev=13,o=this.sidechain.trx.signString(t,r,n),e.abrupt("return",a(null,o));case 18:e.prev=18,e.t0=e.catch(13),a(e.t0);case 21:if(this.utils.isObject(t)){e.next=23;break}return e.abrupt("return",a("Invalid transaction provided"));case 23:if(i||!t.signature){e.next=25;break}return e.abrupt("return",a("Transaction is already signed"));case 25:if(e.prev=25,i){e.next=30;break}if(this.sidechain.address.toHex(this.sidechain.address.fromPrivateKey(r)).toLowerCase()===this.sidechain.address.toHex(t.raw_data.contract[0].parameter.value.owner_address)){e.next=30;break}return e.abrupt("return",a("Private key does not match address in transaction"));case 30:return e.abrupt("return",a(null,this.signTransaction(r,t)));case 33:e.prev=33,e.t1=e.catch(25),a(e.t1);case 36:case"end":return e.stop()}}),e,this,[[13,18],[25,33]])}))),function(){return S.apply(this,arguments)})},{key:"depositTrx",value:(x=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(i=c.length>3&&void 0!==c[3]?c[3]:{},a=c.length>4&&void 0!==c[4]?c[4]:this.mainchain.defaultPrivateKey,o=c.length>5&&void 0!==c[5]&&c[5],this.utils.isFunction(a)&&(o=a,a=this.mainchain.defaultPrivateKey),this.utils.isFunction(i)&&(o=i,i={}),o){e.next=7;break}return e.abrupt("return",this.injectPromise(this.depositTrx,t,r,n,i,a));case 7:if(!this.validator.notValid([{name:"callValue",type:"integer",value:t,gte:0},{name:"depositFee",type:"integer",value:r,gte:0},{name:"feeLimit",type:"integer",value:n,gte:0,lte:5e9}],o)){e.next=9;break}return e.abrupt("return");case 9:return i=St({callValue:Number(t)+Number(r),feeLimit:n},i),e.prev=10,e.next=13,this.mainchain.contract().at(this.mainGatewayAddress);case 13:return s=e.sent,e.next=16,s.depositTRX().send(i,a);case 16:return u=e.sent,e.abrupt("return",o(null,u));case 20:return e.prev=20,e.t0=e.catch(10),e.abrupt("return",o(e.t0));case 23:case"end":return e.stop()}}),e,this,[[10,20]])}))),function(e,t,r){return x.apply(this,arguments)})},{key:"depositTrc10",value:(k=v()(h.a.mark((function e(t,r,n,i){var a,o,s,u,c,l=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=l.length>4&&void 0!==l[4]?l[4]:{},o=l.length>5&&void 0!==l[5]?l[5]:this.mainchain.defaultPrivateKey,s=l.length>6&&void 0!==l[6]&&l[6],this.utils.isFunction(o)&&(s=o,o=this.mainchain.defaultPrivateKey),this.utils.isFunction(a)&&(s=a,a={}),s){e.next=7;break}return e.abrupt("return",this.injectPromise(this.depositTrc10,t,r,n,i,a,o));case 7:if(!this.validator.notValid([{name:"tokenValue",type:"integer",value:r,gte:0},{name:"depositFee",type:"integer",value:n,gte:0},{name:"feeLimit",type:"integer",value:i,gte:0,lte:5e9},{name:"tokenId",type:"integer",value:t,gte:0}],s)){e.next=9;break}return e.abrupt("return");case 9:return a=St(St({tokenId:t,tokenValue:r,feeLimit:i},a),{},{callValue:n}),e.prev=10,e.next=13,this.mainchain.contract().at(this.mainGatewayAddress);case 13:return u=e.sent,e.next=16,u.depositTRC10(t,r).send(a,o);case 16:c=e.sent,s(null,c),e.next=23;break;case 20:return e.prev=20,e.t0=e.catch(10),e.abrupt("return",s(e.t0));case 23:case"end":return e.stop()}}),e,this,[[10,20]])}))),function(e,t,r,n){return k.apply(this,arguments)})},{key:"depositTrc",value:(w=v()(h.a.mark((function e(t,r,n,i,a){var o,s,u,c,l,f,d=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=d.length>5&&void 0!==d[5]?d[5]:{},s=d.length>6&&void 0!==d[6]?d[6]:this.mainchain.defaultPrivateKey,u=d.length>7&&void 0!==d[7]&&d[7],this.utils.isFunction(s)&&(u=s,s=this.mainchain.defaultPrivateKey),this.utils.isFunction(o)&&(u=o,o={}),u){e.next=7;break}return e.abrupt("return",this.injectPromise(this.depositTrc,t,r,n,i,a,o,s));case 7:if(!this.validator.notValid([{name:"functionSelector",type:"not-empty-string",value:t},{name:"num",type:"integer",value:r,gte:0},{name:"fee",type:"integer",value:n,gte:0},{name:"feeLimit",type:"integer",value:i,gte:0,lte:5e9},{name:"contractAddress",type:"address",value:a}],u)){e.next=9;break}return e.abrupt("return");case 9:if(o=St(St({feeLimit:i},o),{},{callValue:n,tokenId:"",tokenValue:0}),e.prev=10,c=null,"approve"!==t){e.next=21;break}return e.next=15,this.mainchain.contract().at(a);case 15:return l=e.sent,e.next=18,l.approve(this.mainGatewayAddress,r).send(o,s);case 18:c=e.sent,e.next=44;break;case 21:return e.next=23,this.mainchain.contract().at(this.mainGatewayAddress);case 23:f=e.sent,e.t0=t,e.next="depositTRC20"===e.t0?27:"depositTRC721"===e.t0?31:"retryDeposit"===e.t0?35:"retryMapping"===e.t0?39:43;break;case 27:return e.next=29,f.depositTRC20(a,r).send(o,s);case 29:return c=e.sent,e.abrupt("break",44);case 31:return e.next=33,f.depositTRC721(a,r).send(o,s);case 33:return c=e.sent,e.abrupt("break",44);case 35:return e.next=37,f.retryDeposit(r).send(o,s);case 37:return c=e.sent,e.abrupt("break",44);case 39:return e.next=41,f.retryMapping(r).send(o,s);case 41:return c=e.sent,e.abrupt("break",44);case 43:return e.abrupt("break",44);case 44:u(null,c),e.next=50;break;case 47:return e.prev=47,e.t1=e.catch(10),e.abrupt("return",u(e.t1));case 50:case"end":return e.stop()}}),e,this,[[10,47]])}))),function(e,t,r,n,i){return w.apply(this,arguments)})},{key:"approveTrc20",value:(g=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=u.length>3&&void 0!==u[3]?u[3]:{},a=u.length>4&&void 0!==u[4]?u[4]:this.mainchain.defaultPrivateKey,o=u.length>5&&void 0!==u[5]&&u[5],s="approve",e.abrupt("return",this.depositTrc(s,t,0,r,n,i,a,o));case 5:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return g.apply(this,arguments)})},{key:"approveTrc721",value:(b=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=u.length>3&&void 0!==u[3]?u[3]:{},a=u.length>4&&void 0!==u[4]?u[4]:this.mainchain.defaultPrivateKey,o=u.length>5&&void 0!==u[5]&&u[5],s="approve",e.abrupt("return",this.depositTrc(s,t,0,r,n,i,a,o));case 5:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return b.apply(this,arguments)})},{key:"depositTrc20",value:(m=v()(h.a.mark((function e(t,r,n,i){var a,o,s,u,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a=c.length>4&&void 0!==c[4]?c[4]:{},o=c.length>5&&void 0!==c[5]?c[5]:this.mainchain.defaultPrivateKey,s=c.length>6&&void 0!==c[6]&&c[6],u="depositTRC20",e.abrupt("return",this.depositTrc(u,t,r,n,i,a,o,s));case 5:case"end":return e.stop()}}),e,this)}))),function(e,t,r,n){return m.apply(this,arguments)})},{key:"depositTrc721",value:(p=v()(h.a.mark((function e(t,r,n,i){var a,o,s,u,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a=c.length>4&&void 0!==c[4]?c[4]:{},o=c.length>5&&void 0!==c[5]?c[5]:this.mainchain.defaultPrivateKey,s=c.length>6&&void 0!==c[6]&&c[6],u="depositTRC721",e.abrupt("return",this.depositTrc(u,t,r,n,i,a,o,s));case 5:case"end":return e.stop()}}),e,this)}))),function(e,t,r,n){return p.apply(this,arguments)})},{key:"mappingTrc",value:(d=v()(h.a.mark((function e(t,r,n,i){var a,o,s,u,c,l=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=l.length>4&&void 0!==l[4]?l[4]:{},o=l.length>5&&void 0!==l[5]?l[5]:this.mainchain.defaultPrivateKey,s=l.length>6?l[6]:void 0,this.utils.isFunction(o)&&(s=o,o=this.mainchain.defaultPrivateKey),this.utils.isFunction(a)&&(s=a,a={}),s){e.next=7;break}return e.abrupt("return",this.injectPromise(this.mappingTrc,t,r,n,i,a,o));case 7:if(!this.validator.notValid([{name:"trxHash",type:"not-empty-string",value:t},{name:"mappingFee",type:"integer",value:r,gte:0},{name:"feeLimit",type:"integer",value:n,gte:0,lte:5e9}],s)){e.next=9;break}return e.abrupt("return");case 9:return t=t.startsWith("0x")?t:"0x"+t,a=St(St({feeLimit:n},a),{},{callValue:r}),e.prev=11,e.next=14,this.mainchain.contract().at(this.mainGatewayAddress);case 14:if(u=e.sent,c=null,"mappingTRC20"!==i){e.next=22;break}return e.next=19,u.mappingTRC20(t).send(a,o);case 19:c=e.sent,e.next=29;break;case 22:if("mappingTRC721"!==i){e.next=28;break}return e.next=25,u.mappingTRC721(t).send(a,o);case 25:c=e.sent,e.next=29;break;case 28:s(new Error("type must be trc20 or trc721"));case 29:s(null,c),e.next=35;break;case 32:return e.prev=32,e.t0=e.catch(11),e.abrupt("return",s(e.t0));case 35:case"end":return e.stop()}}),e,this,[[11,32]])}))),function(e,t,r,n){return d.apply(this,arguments)})},{key:"mappingTrc20",value:(f=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=u.length>3&&void 0!==u[3]?u[3]:{},a=u.length>4&&void 0!==u[4]?u[4]:this.mainchain.defaultPrivateKey,o=u.length>5&&void 0!==u[5]&&u[5],s="mappingTRC20",e.abrupt("return",this.mappingTrc(t,r,n,s,i,a,o));case 5:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return f.apply(this,arguments)})},{key:"mappingTrc721",value:(l=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=u.length>3&&void 0!==u[3]?u[3]:{},a=u.length>4&&void 0!==u[4]?u[4]:this.mainchain.defaultPrivateKey,o=u.length>5&&void 0!==u[5]&&u[5],s="mappingTRC721",e.abrupt("return",this.mappingTrc(t,r,n,s,i,a,o));case 5:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return l.apply(this,arguments)})},{key:"withdrawTrx",value:(c=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(i=c.length>3&&void 0!==c[3]?c[3]:{},a=c.length>4&&void 0!==c[4]?c[4]:this.mainchain.defaultPrivateKey,o=c.length>5&&void 0!==c[5]&&c[5],this.utils.isFunction(a)&&(o=a,a=this.mainchain.defaultPrivateKey),this.utils.isFunction(i)&&(o=i,i={}),o){e.next=7;break}return e.abrupt("return",this.injectPromise(this.withdrawTrx,t,r,n,i,a));case 7:if(!this.validator.notValid([{name:"callValue",type:"integer",value:t,gte:0},{name:"withdrawFee",type:"integer",value:r,gte:0},{name:"feeLimit",type:"integer",value:n,gte:0,lte:1e9}],o)){e.next=9;break}return e.abrupt("return");case 9:return i=St({callValue:Number(t)+Number(r),feeLimit:n},i),e.prev=10,e.next=13,this.sidechain.contract().at(this.sideGatewayAddress);case 13:return s=e.sent,e.next=16,s.withdrawTRX().send(i,a);case 16:return u=e.sent,e.abrupt("return",o(null,u));case 20:return e.prev=20,e.t0=e.catch(10),e.abrupt("return",o(e.t0));case 23:case"end":return e.stop()}}),e,this,[[10,20]])}))),function(e,t,r){return c.apply(this,arguments)})},{key:"withdrawTrc10",value:(u=v()(h.a.mark((function e(t,r,n,i){var a,o,s,u,c,l=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=l.length>4&&void 0!==l[4]?l[4]:{},o=l.length>5&&void 0!==l[5]?l[5]:this.mainchain.defaultPrivateKey,s=l.length>6&&void 0!==l[6]&&l[6],this.utils.isFunction(o)&&(s=o,o=this.mainchain.defaultPrivateKey),this.utils.isFunction(a)&&(s=a,a={}),s){e.next=7;break}return e.abrupt("return",this.injectPromise(this.withdrawTrc10,t,r,n,i,a,o));case 7:if(!this.validator.notValid([{name:"tokenId",type:"integer",value:t,gte:0},{name:"tokenValue",type:"integer",value:r,gte:0},{name:"withdrawFee",type:"integer",value:n,gte:0},{name:"feeLimit",type:"integer",value:i,gte:0,lte:1e9}],s)){e.next=9;break}return e.abrupt("return");case 9:return a=St({tokenValue:r,tokenId:t,callValue:n,feeLimit:i},a),e.prev=10,e.next=13,this.sidechain.contract().at(this.sideGatewayAddress);case 13:return u=e.sent,e.next=16,u.withdrawTRC10(t,r).send(a,o);case 16:return c=e.sent,e.abrupt("return",s(null,c));case 20:return e.prev=20,e.t0=e.catch(10),e.abrupt("return",s(e.t0));case 23:case"end":return e.stop()}}),e,this,[[10,20]])}))),function(e,t,r,n){return u.apply(this,arguments)})},{key:"withdrawTrc",value:(s=v()(h.a.mark((function e(t,r,n,i,a){var o,s,u,c,l,f,d,p,m,b,g=this,y=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=y.length>5&&void 0!==y[5]?y[5]:{},s=y.length>6&&void 0!==y[6]?y[6]:this.mainchain.defaultPrivateKey,u=y.length>7&&void 0!==y[7]&&y[7],this.utils.isFunction(s)&&(u=s,s=this.mainchain.defaultPrivateKey),this.utils.isFunction(o)&&(u=o,o={}),u){e.next=7;break}return e.abrupt("return",this.injectPromise(this.withdrawTrc,t,r,n,i,a,o,s));case 7:if(!this.validator.notValid([{name:"functionSelector",type:"not-empty-string",value:t},{name:"numOrId",type:"integer",value:r,gte:0},{name:"withdrawFee",type:"integer",value:n,gte:0},{name:"feeLimit",type:"integer",value:i,gte:0,lte:1e9},{name:"contractAddress",type:"address",value:a}],u)){e.next=9;break}return e.abrupt("return");case 9:return o=St(St({feeLimit:i},o),{},{callValue:n}),c=[{type:"uint256",value:r}],e.prev=11,l=s?this.sidechain.address.fromPrivateKey(s):this.sidechain.defaultAddress.base58,e.next=15,this.sidechain.transactionBuilder.triggerSmartContract(a,t,o,c,this.sidechain.address.toHex(l));case 15:if((f=e.sent).result&&f.result.result){e.next=18;break}return e.abrupt("return",u("Unknown error: "+JSON.stringify(f.transaction,null,2)));case 18:return e.next=20,this.sidechain.trx.sign(f.transaction,s);case 20:if((d=e.sent).signature){e.next=25;break}if(s){e.next=24;break}return e.abrupt("return",u("Transaction was not signed properly"));case 24:return e.abrupt("return",u("Invalid private key provided"));case 25:return e.next=27,this.sidechain.trx.sendRawTransaction(d);case 27:if(!(p=e.sent).code){e.next=32;break}return m={error:p.code,message:p.code},p.message&&(m.message=this.sidechain.toUtf8(p.message)),e.abrupt("return",u(m));case 32:if(o.shouldPollResponse){e.next=34;break}return e.abrupt("return",u(null,d.txID));case 34:(b=function(){var e=v()(h.a.mark((function e(){var t,r,n,i=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(20!=(t=i.length>0&&void 0!==i[0]?i[0]:0)){e.next=3;break}return e.abrupt("return",u({error:"Cannot find result in solidity node",transaction:d}));case 3:return e.next=5,g.sidechain.trx.getTransactionInfo(d.txID);case 5:if(r=e.sent,Object.keys(r).length){e.next=8;break}return e.abrupt("return",setTimeout((function(){b(t+1)}),3e3));case 8:if(!r.result||"FAILED"!=r.result){e.next=10;break}return e.abrupt("return",u({error:g.sidechain.toUtf8(r.resMessage),transaction:d,output:r}));case 10:if(g.utils.hasProperty(r,"contractResult")){e.next=12;break}return e.abrupt("return",u({error:"Failed to execute: "+JSON.stringify(r,null,2),transaction:d,output:r}));case 12:if(!o.rawResponse){e.next=14;break}return e.abrupt("return",u(null,r));case 14:return 1===(n=decodeOutput(g.outputs,"0x"+r.contractResult[0])).length&&(n=n[0]),e.abrupt("return",u(null,n));case 17:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}())(),e.next=41;break;case 38:return e.prev=38,e.t0=e.catch(11),e.abrupt("return",u(e.t0));case 41:case"end":return e.stop()}}),e,this,[[11,38]])}))),function(e,t,r,n,i){return s.apply(this,arguments)})},{key:"withdrawTrc20",value:(o=v()(h.a.mark((function e(t,r,n,i,a){var o,s,u,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o=c.length>5&&void 0!==c[5]?c[5]:this.mainchain.defaultPrivateKey,s=c.length>6&&void 0!==c[6]&&c[6],u="withdrawal(uint256)",e.abrupt("return",this.withdrawTrc(u,t,r,n,i,a,o,s));case 4:case"end":return e.stop()}}),e,this)}))),function(e,t,r,n,i){return o.apply(this,arguments)})},{key:"withdrawTrc721",value:(a=v()(h.a.mark((function e(t,r,n,i,a){var o,s,u,c=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o=c.length>5&&void 0!==c[5]?c[5]:this.mainchain.defaultPrivateKey,s=c.length>6&&void 0!==c[6]&&c[6],u="withdrawal(uint256)",e.abrupt("return",this.withdrawTrc(u,t,r,n,i,a,o,s));case 4:case"end":return e.stop()}}),e,this)}))),function(e,t,r,n,i){return a.apply(this,arguments)})},{key:"injectFund",value:(i=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u,c,l,f,d=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(i=d.length>3&&void 0!==d[3]?d[3]:this.mainchain.defaultPrivateKey,a=d.length>4&&void 0!==d[4]&&d[4],this.utils.isFunction(i)&&(a=i,i=this.mainchain.defaultPrivateKey),this.utils.isFunction(n)&&(a=n,n={}),a){e.next=6;break}return e.abrupt("return",this.injectPromise(this.injectFund,t,r,n,i));case 6:if(!this.validator.notValid([{name:"num",type:"integer",value:t,gte:0},{name:"feeLimit",type:"integer",value:r,gte:0,lte:1e9}],a)){e.next=8;break}return e.abrupt("return");case 8:return e.prev=8,o=this.sidechain.address.fromPrivateKey(i),s=this.sidechain.address.toHex(o),e.next=13,this.sidechain.fullNode.request("/wallet/fundinject",{owner_address:s,amount:t},"post");case 13:return u=e.sent,e.next=16,this.sidechain.trx.sign(u,i);case 16:if((c=e.sent).signature){e.next=21;break}if(i){e.next=20;break}return e.abrupt("return",a("Transaction was not signed properly"));case 20:return e.abrupt("return",a("Invalid private key provided"));case 21:return e.next=23,this.sidechain.trx.sendRawTransaction(c);case 23:if(!(l=e.sent).code){e.next=28;break}return f={error:l.code,message:l.code},l.message&&(f.message=this.mainchain.toUtf8(l.message)),e.abrupt("return",a(f));case 28:return e.abrupt("return",a(null,c.txID));case 31:return e.prev=31,e.t0=e.catch(8),e.abrupt("return",a(e.t0));case 34:case"end":return e.stop()}}),e,this,[[8,31]])}))),function(e,t,r){return i.apply(this,arguments)})},{key:"retryWithdraw",value:(n=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=u.length>3&&void 0!==u[3]?u[3]:{},a=u.length>4&&void 0!==u[4]?u[4]:this.sidechain.defaultPrivateKey,o=u.length>5&&void 0!==u[5]&&u[5],s="retryWithdraw(uint256)",e.abrupt("return",this.withdrawTrc(s,t,r,n,this.sideGatewayAddress,i,a,o));case 5:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return n.apply(this,arguments)})},{key:"retryDeposit",value:(r=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=u.length>3&&void 0!==u[3]?u[3]:{},a=u.length>4&&void 0!==u[4]?u[4]:this.mainchain.defaultPrivateKey,o=u.length>5&&void 0!==u[5]&&u[5],s="retryDeposit",e.abrupt("return",this.depositTrc(s,t,r,n,this.mainGatewayAddress,i,a,o));case 5:case"end":return e.stop()}}),e,this)}))),function(e,t,n){return r.apply(this,arguments)})},{key:"retryMapping",value:(t=v()(h.a.mark((function e(t,r,n){var i,a,o,s,u=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=u.length>3&&void 0!==u[3]?u[3]:{},a=u.length>4&&void 0!==u[4]?u[4]:this.mainchain.defaultPrivateKey,o=u.length>5&&void 0!==u[5]&&u[5],s="retryMapping",e.abrupt("return",this.depositTrc(s,t,r,n,this.mainGatewayAddress,i,a,o));case 5:case"end":return e.stop()}}),e,this)}))),function(e,r,n){return t.apply(this,arguments)})}]),e}();function Et(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=T()(e);if(t){var i=T()(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return C()(this,r)}}var Ct=function(e){A()(o,e);var t,r,i,a=Et(o);function o(){var e,t,r=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=arguments.length>3&&void 0!==arguments[3]&&arguments[3],u=arguments.length>4&&void 0!==arguments[4]&&arguments[4];y()(this,o),e=a.call(this);var c=!1,l=!1;return"object"===b()(r)&&(r.fullNode||r.fullHost)?(t=r.fullNode||r.fullHost,s=n,n=r.solidityNode||r.fullHost,i=r.eventServer||r.fullHost,c=r.headers||!1,l=r.eventHeaders||c,u=r.privateKey):t=r,ze.isString(t)&&(t=new He.HttpProvider(t)),ze.isString(n)&&(n=new He.HttpProvider(n)),ze.isString(i)&&(i=new He.HttpProvider(i)),e.event=new kt(x()(e)),e.transactionBuilder=new ut(x()(e)),e.trx=new dt(x()(e)),e.plugin=new yt(x()(e),r),e.utils=ze,e.setFullNode(t),e.setSolidityNode(n),e.setEventServer(i),e.providers=He,e.BigNumber=Fe.a,e.defaultBlock=!1,e.defaultPrivateKey=!1,e.defaultAddress={hex:!1,base58:!1},["sha3","toHex","toUtf8","fromUtf8","toAscii","fromAscii","toDecimal","fromDecimal","toSun","fromSun","toBigNumber","isAddress","createAccount","address","version"].forEach((function(t){e[t]=o[t]})),"object"===b()(s)&&(s.fullNode||s.fullHost)?e.sidechain=new At(s,o,x()(e),u):u=u||s,u&&e.setPrivateKey(u),e.fullnodeVersion="3.5.0",e.feeLimit=15e7,e.injectPromise=Je()(x()(e)),c&&e.setFullNodeHeader(c),l&&e.setEventHeader(l),e}return _()(o,[{key:"getFullnodeVersion",value:(i=v()(h.a.mark((function e(){var t;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.trx.getNodeInfo();case 3:t=e.sent,this.fullnodeVersion=t.configNodeInfo.codeVersion,2===this.fullnodeVersion.split(".").length&&(this.fullnodeVersion+=".0"),e.next=11;break;case 8:e.prev=8,e.t0=e.catch(0),this.fullnodeVersion="3.5.0";case 11:case"end":return e.stop()}}),e,this,[[0,8]])}))),function(){return i.apply(this,arguments)})},{key:"setDefaultBlock",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if([!1,"latest","earliest",0].includes(e))return this.defaultBlock=e;if(!ze.isInteger(e)||!e)throw new Error("Invalid block ID provided");this.defaultBlock=Math.abs(e)}},{key:"setPrivateKey",value:function(e){try{this.setAddress(this.address.fromPrivateKey(e))}catch(e){throw new Error("Invalid private key provided")}this.defaultPrivateKey=e,this.emit("privateKeyChanged",e)}},{key:"setAddress",value:function(e){if(!this.isAddress(e))throw new Error("Invalid address provided");var t=this.address.toHex(e),r=this.address.fromHex(e);this.defaultPrivateKey&&this.address.fromPrivateKey(this.defaultPrivateKey)!==r&&(this.defaultPrivateKey=!1),this.defaultAddress={hex:t,base58:r},this.emit("addressChanged",{hex:t,base58:r})}},{key:"fullnodeSatisfies",value:function(e){return Ge.a.satisfies(this.fullnodeVersion,e)}},{key:"isValidProvider",value:function(e){return Object.values(He).some((function(t){return e instanceof t}))}},{key:"setFullNode",value:function(e){if(ze.isString(e)&&(e=new He.HttpProvider(e)),!this.isValidProvider(e))throw new Error("Invalid full node provided");this.fullNode=e,this.fullNode.setStatusPage("wallet/getnowblock"),this.getFullnodeVersion()}},{key:"setSolidityNode",value:function(e){if(ze.isString(e)&&(e=new He.HttpProvider(e)),!this.isValidProvider(e))throw new Error("Invalid solidity node provided");this.solidityNode=e,this.solidityNode.setStatusPage("walletsolidity/getnowblock")}},{key:"setEventServer",value:function(){var e;(e=this.event).setServer.apply(e,arguments)}},{key:"setHeader",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=new He.HttpProvider(this.fullNode.host,3e4,!1,!1,e),r=new He.HttpProvider(this.solidityNode.host,3e4,!1,!1,e),n=new He.HttpProvider(this.eventServer.host,3e4,!1,!1,e);this.setFullNode(t),this.setSolidityNode(r),this.setEventServer(n)}},{key:"setFullNodeHeader",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=new He.HttpProvider(this.fullNode.host,3e4,!1,!1,e),r=new He.HttpProvider(this.solidityNode.host,3e4,!1,!1,e);this.setFullNode(t),this.setSolidityNode(r)}},{key:"setEventHeader",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=new He.HttpProvider(this.eventServer.host,3e4,!1,!1,e);this.setEventServer(t)}},{key:"currentProviders",value:function(){return{fullNode:this.fullNode,solidityNode:this.solidityNode,eventServer:this.eventServer}}},{key:"currentProvider",value:function(){return this.currentProviders()}},{key:"getEventResult",value:function(){for(var e,t=arguments.length,r=new Array(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return new gt(this,e,t)}},{key:"isConnected",value:(r=v()(h.a.mark((function e(){var t,r=arguments;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=r.length>0&&void 0!==r[0]&&r[0]){e.next=3;break}return e.abrupt("return",this.injectPromise(this.isConnected));case 3:return e.t0=t,e.next=6,this.fullNode.isConnected();case 6:return e.t1=e.sent,e.next=9,this.solidityNode.isConnected();case 9:if(e.t2=e.sent,e.t3=this.eventServer,!e.t3){e.next=15;break}return e.next=14,this.eventServer.isConnected();case 14:e.t3=e.sent;case 15:return e.t4=e.t3,e.t5={fullNode:e.t1,solidityNode:e.t2,eventServer:e.t4},e.abrupt("return",(0,e.t0)(null,e.t5));case 18:case"end":return e.stop()}}),e,this)}))),function(){return r.apply(this,arguments)})}],[{key:"sha3",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(t?"0x":"")+oe(n.from(e,"utf-8")).toString().substring(2)}},{key:"toHex",value:function(e){if(ze.isBoolean(e))return o.fromDecimal(+e);if(ze.isBigNumber(e))return o.fromDecimal(e);if("object"===b()(e))return o.fromUtf8(JSON.stringify(e));if(ze.isString(e)){if(/^(-|)0x/.test(e))return e;if(!isFinite(e)||/^\s*$/.test(e))return o.fromUtf8(e)}var t=o.fromDecimal(e);if("0xNaN"===t)throw new Error("The passed value is not convertible to a hex string");return t}},{key:"toUtf8",value:function(e){if(ze.isHex(e))return e=e.replace(/^0x/,""),n.from(e,"hex").toString("utf8");throw new Error("The passed value is not a valid hex string")}},{key:"fromUtf8",value:function(e){if(!ze.isString(e))throw new Error("The passed value is not a valid utf-8 string");return"0x"+n.from(e,"utf8").toString("hex")}},{key:"toAscii",value:function(e){if(ze.isHex(e)){var t="",r=0,n=e.length;for("0x"===e.substring(0,2)&&(r=2);r0&&void 0!==arguments[0]?arguments[0]:0;return ze.isBigNumber(e)?e:ze.isString(e)&&/^(-|)0x/.test(e)?new Fe.a(e.replace("0x",""),16):new Fe.a(e.toString(10),10)}},{key:"isAddress",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!ze.isString(e))return!1;if(42===e.length)try{return o.isAddress(ze.crypto.getBase58CheckAddress(ze.code.hexStr2byteArray(e)))}catch(e){return!1}try{return ze.crypto.isAddressValid(e)}catch(e){return!1}}},{key:"createAccount",value:(t=v()(h.a.mark((function e(){var t;return h.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=ze.accounts.generateAccount(),e.abrupt("return",t);case 2:case"end":return e.stop()}}),e)}))),function(){return t.apply(this,arguments)})},{key:"address",get:function(){return{fromHex:function(e){return ze.isHex(e)?ze.crypto.getBase58CheckAddress(ze.code.hexStr2byteArray(e.replace(/^0x/,"41"))):e},toHex:function(e){return ze.isHex(e)?e.toLowerCase().replace(/^0x/,"41"):ze.code.byteArray2hexStr(ze.crypto.decodeBase58Address(e)).toLowerCase()},fromPrivateKey:function(e){try{return ze.crypto.pkToAddress(e)}catch(e){return!1}}}}}]),o}(We.a);I()(Ct,"providers",He),I()(Ct,"BigNumber",Fe.a),I()(Ct,"TransactionBuilder",ut),I()(Ct,"Trx",dt),I()(Ct,"Contract",gt),I()(Ct,"Plugin",yt),I()(Ct,"Event",kt),I()(Ct,"version",Ke.a),I()(Ct,"utils",ze)}]).default}).call(this,r("0de9")["default"],r("b639").Buffer)},"0e253":function(e,t,r){"use strict";r.r(t);var n=r("cca1"),i=r("459f");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"505264b6",null,!1,n["a"],o);t["default"]=u.exports},"0e4c":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HashZero=void 0;var n="0x0000000000000000000000000000000000000000000000000000000000000000";t.HashZero=n},"0e64":function(e,t,r){"use strict";var n=r("1141"),i=r("3a1d").errors,a=function(e){this.requestManager=e,this.requests=[]};a.prototype.add=function(e){this.requests.push(e)},a.prototype.execute=function(){var e=this.requests;this.requestManager.sendBatch(e,(function(t,r){r=r||[],e.map((function(e,t){return r[t]||{}})).forEach((function(r,a){if(e[a].callback){if(r&&r.error)return e[a].callback(i.ErrorResponse(r));if(!n.isValidResponse(r))return e[a].callback(i.InvalidResponse(r));try{e[a].callback(null,e[a].format?e[a].format(r.result):r.result)}catch(t){e[a].callback(t)}}}))}))},e.exports=a},"0e65":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{staticClass:e._$s(1,"sc","navbg"),attrs:{showBack:!0,_i:1}},[n("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}},[e._v(e._$s(2,"t0-0",e._s(this.$t("index").faq)))])]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},e._l(e._$s(4,"f",{forItems:e.itemList}),(function(t,i,a,o){return n("view",{key:e._$s(4,"f",{forIndex:a,key:i}),staticClass:e._$s("4-"+o,"sc","item"),class:e._$s("4-"+o,"c",{on:i==e.myIndex,bg:i==e.myIndex}),attrs:{_i:"4-"+o}},[n("view",{staticClass:e._$s("5-"+o,"sc","div1"),attrs:{_i:"5-"+o}},[n("p",{staticClass:e._$s("6-"+o,"sc","num"),attrs:{_i:"6-"+o}},[e._v(e._$s("6-"+o,"t0-0",e._s(i+1)))]),n("view",{staticClass:e._$s("7-"+o,"sc","btx"),attrs:{_i:"7-"+o}},[e._v(e._$s("7-"+o,"t0-0",e._s(t.head)))]),e._$s("8-"+o,"i",i!=e.myIndex)?n("image",{staticClass:e._$s("8-"+o,"sc","teximg"),attrs:{src:e._$s("8-"+o,"a-src",r("7683")),_i:"8-"+o},on:{click:function(t){return e.toClass(i)}}}):e._e(),e._$s("9-"+o,"i",i==e.myIndex)?n("image",{staticClass:e._$s("9-"+o,"sc","teximg"),attrs:{src:e._$s("9-"+o,"a-src",r("fa41")),_i:"9-"+o},on:{click:function(t){return t.stopPropagation(),e.noClass(t)}}}):e._e(),n("view",{staticClass:e._$s("10-"+o,"sc","div"),attrs:{_i:"10-"+o}},[e._v(e._$s("10-"+o,"t0-0",e._s(t.body)))])])])})),0)],1)},a=[]},"0ed8":function(e,t,r){"use strict";r.r(t);var n=r("9feb"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"0ede":function(e,t,r){"use strict";function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i="tabBar",a=n({name:i,props:{selectActive:{type:Number,default:function(){return 1}}},data:function(){return{status:""}},computed:{},mounted:function(){},methods:{goToPage:function(e){1==e?uni.reLaunch({url:"/pages/menu/wallet/index"}):2==e?uni.reLaunch({url:"/pages/menu/collection/index"}):3==e?uni.reLaunch({url:"/pages/menu/market/index"}):4==e?uni.reLaunch({url:"/pages/menu/discover/index"}):5==e&&uni.reLaunch({url:"/pages/menu/profile/index"})}}},"computed",{i18n:function(){return this.$t("index")}});t.default=a},"0f2c":function(e,t,r){var n=r("2aee"),i=r("f460"),a=r("83d5"),o=r("399f"),s=r("a958"),u=r("98e6"),c=r("5291"),l=r("8707").Buffer;function f(e,t){var r=e.modulus.byteLength(),n=u("sha1").update(l.alloc(0)).digest(),o=n.length;if(0!==t[0])throw new Error("decryption error");var s=t.slice(1,o+1),c=t.slice(o+1),f=a(s,i(c,o)),d=a(c,i(f,r-o-1));if(h(n,d.slice(0,o)))throw new Error("decryption error");var p=o;while(0===d[p])p++;if(1!==d[p++])throw new Error("decryption error");return d.slice(p)}function d(e,t,r){var n=t.slice(0,2),i=2,a=0;while(0!==t[i++])if(i>=t.length){a++;break}var o=t.slice(2,i-1);if(("0002"!==n.toString("hex")&&!r||"0001"!==n.toString("hex")&&r)&&a++,o.length<8&&a++,a)throw new Error("decryption error");return t.slice(i)}function h(e,t){e=l.from(e),t=l.from(t);var r=0,n=e.length;e.length!==t.length&&(r++,n=Math.min(e.length,t.length));var i=-1;while(++ih||new o(t).cmp(u.modulus)>=0)throw new Error("decryption error");a=r?c(new o(t),u):s(t,u);var p=l.alloc(h-a.length);if(a=l.concat([p,a],h),4===i)return f(u,a);if(1===i)return d(u,a,r);if(3===i)return a;throw new Error("unknown padding")}},"0f83":function(e,t,r){"use strict";r.r(t);var n=r("f2a1"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"0fa3":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n,i=a(r("ebb6"));function a(e){return e&&e.__esModule?e:{default:e}}var o={name:"tki-qrcode",props:{cid:{type:String,default:"tki-qrcode-canvas"},size:{type:Number,default:200},unit:{type:String,default:"upx"},show:{type:Boolean,default:!0},val:{type:String,default:""},background:{type:String,default:"#ffffff"},foreground:{type:String,default:"#000000"},pdground:{type:String,default:"#000000"},icon:{type:String,default:""},iconSize:{type:Number,default:40},lv:{type:Number,default:3},onval:{type:Boolean,default:!1},loadMake:{type:Boolean,default:!1},usingComponents:{type:Boolean,default:!0},showLoading:{type:Boolean,default:!0},loadingText:{type:String,default:"\u4e8c\u7ef4\u7801\u751f\u6210\u4e2d"}},data:function(){return{result:""}},methods:{_makeCode:function(){var e=this;this._empty(this.val)?uni.showToast({title:"\u4e8c\u7ef4\u7801\u5185\u5bb9\u4e0d\u80fd\u4e3a\u7a7a",icon:"none",duration:2e3}):n=new i.default({context:e,canvasId:e.cid,usingComponents:e.usingComponents,showLoading:e.showLoading,loadingText:e.loadingText,text:e.val,size:e.cpSize,background:e.background,foreground:e.foreground,pdground:e.pdground,correctLevel:e.lv,image:e.icon,imageSize:e.iconSize,cbResult:function(t){e._result(t)}})},_clearCode:function(){this._result(""),n.clear()},_saveCode:function(){var e=this;""!=this.result&&uni.saveImageToPhotosAlbum({filePath:e.result,success:function(){uni.showToast({title:"\u4e8c\u7ef4\u7801\u4fdd\u5b58\u6210\u529f",icon:"success",duration:2e3})}})},_result:function(e){this.result=e,this.$emit("result",e)},_empty:function(e){var t=typeof e,r=!1;return"number"==t&&""==String(e)||"undefined"==t?r=!0:"object"==t?"{}"!=JSON.stringify(e)&&"[]"!=JSON.stringify(e)&&null!=e||(r=!0):"string"==t?""!=e&&"undefined"!=e&&"null"!=e&&"{}"!=e&&"[]"!=e||(r=!0):"function"==t&&(r=!1),r}},watch:{size:function(e,t){var r=this;e==t||this._empty(e)||(this.cSize=e,this._empty(this.val)||setTimeout((function(){r._makeCode()}),100))},val:function(e,t){var r=this;this.onval&&(e==t||this._empty(e)||setTimeout((function(){r._makeCode()}),0))}},computed:{cpSize:function(){return"upx"==this.unit?uni.upx2px(this.size):this.size}},mounted:function(){var e=this;this.loadMake&&(this._empty(this.val)||setTimeout((function(){e._makeCode()}),0))}};t.default=o},"0fdd":function(e,t){e.exports="/static/tongyonh/insert_drive_file_24px_outlined.png"},"0fef":function(e,t,r){var n=r("8e1e"),i=r("2a22"),a="rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz",o=i(a),s=new RegExp("^r["+a+"]{27,35}$");e.exports={isValidAddress:function(e){return!!s.test(e)&&this.verifyChecksum(e)},verifyChecksum:function(e){var t=o.decode(e),r=n.sha256Checksum(n.toHex(t.slice(0,-4))),i=n.toHex(t.slice(-4));return r===i}}},1:function(e,t){},"10c5":function(e,t,r){"use strict";r.r(t);var n=r("3c8a"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"112e":function(e,t,r){"use strict";function n(e,t,r){this.$children.map((function(i){e===i.$options.name?i.$emit.apply(i,[t].concat(r)):n.apply(i,[e,t].concat(r))}))}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i={methods:{dispatch:function(e,t,r){var n=this.$parent||this.$root,i=n.$options.name;while(n&&(!i||i!==e))n=n.$parent,n&&(i=n.$options.name);n&&n.$emit.apply(n,[t].concat(r))},broadcast:function(e,t,r){n.call(this,e,t,r)}}};t.default=i},1141:function(e,t,r){"use strict";var n={messageId:0,toPayload:function(e,t){if(!e)throw new Error('JSONRPC method should be specified for params: "'+JSON.stringify(t)+'"!');return n.messageId++,{jsonrpc:"2.0",id:n.messageId,method:e,params:t||[]}},isValidResponse:function(e){return Array.isArray(e)?e.every(t):t(e);function t(e){return!!e&&!e.error&&"2.0"===e.jsonrpc&&("number"===typeof e.id||"string"===typeof e.id)&&void 0!==e.result}},toBatchPayload:function(e){return e.map((function(e){return n.toPayload(e.method,e.params)}))}};e.exports=n},"116d":function(e,t,r){e.exports=r("b4e8")},1189:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BooleanCoder=void 0;var n=r("afe2");function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var r=0;ro)throw new RangeError("requested too many random bytes");var r=u.allocUnsafe(e);if(e>0)if(e>a)for(var n=0;n>>31),p=d^(o<<1|a>>>31),v=e[0]^h,m=e[1]^p,b=e[10]^h,g=e[11]^p,y=e[20]^h,w=e[21]^p,_=e[30]^h,k=e[31]^p,x=e[40]^h,S=e[41]^p;h=n^(s<<1|u>>>31),p=i^(u<<1|s>>>31);var A=e[2]^h,E=e[3]^p,C=e[12]^h,P=e[13]^p,T=e[22]^h,O=e[23]^p,I=e[32]^h,j=e[33]^p,B=e[42]^h,N=e[43]^p;h=a^(c<<1|l>>>31),p=o^(l<<1|c>>>31);var R=e[4]^h,$=e[5]^p,M=e[14]^h,U=e[15]^p,F=e[24]^h,L=e[25]^p,D=e[34]^h,z=e[35]^p,H=e[44]^h,q=e[45]^p;h=s^(f<<1|d>>>31),p=u^(d<<1|f>>>31);var W=e[6]^h,K=e[7]^p,V=e[16]^h,G=e[17]^p,X=e[26]^h,J=e[27]^p,Y=e[36]^h,Z=e[37]^p,Q=e[46]^h,ee=e[47]^p;h=c^(n<<1|i>>>31),p=l^(i<<1|n>>>31);var te=e[8]^h,re=e[9]^p,ne=e[18]^h,ie=e[19]^p,ae=e[28]^h,oe=e[29]^p,se=e[38]^h,ue=e[39]^p,ce=e[48]^h,le=e[49]^p,fe=v,de=m,he=g<<4|b>>>28,pe=b<<4|g>>>28,ve=y<<3|w>>>29,me=w<<3|y>>>29,be=k<<9|_>>>23,ge=_<<9|k>>>23,ye=x<<18|S>>>14,we=S<<18|x>>>14,_e=A<<1|E>>>31,ke=E<<1|A>>>31,xe=P<<12|C>>>20,Se=C<<12|P>>>20,Ae=T<<10|O>>>22,Ee=O<<10|T>>>22,Ce=j<<13|I>>>19,Pe=I<<13|j>>>19,Te=B<<2|N>>>30,Oe=N<<2|B>>>30,Ie=$<<30|R>>>2,je=R<<30|$>>>2,Be=M<<6|U>>>26,Ne=U<<6|M>>>26,Re=L<<11|F>>>21,$e=F<<11|L>>>21,Me=D<<15|z>>>17,Ue=z<<15|D>>>17,Fe=q<<29|H>>>3,Le=H<<29|q>>>3,De=W<<28|K>>>4,ze=K<<28|W>>>4,He=G<<23|V>>>9,qe=V<<23|G>>>9,We=X<<25|J>>>7,Ke=J<<25|X>>>7,Ve=Y<<21|Z>>>11,Ge=Z<<21|Y>>>11,Xe=ee<<24|Q>>>8,Je=Q<<24|ee>>>8,Ye=te<<27|re>>>5,Ze=re<<27|te>>>5,Qe=ne<<20|ie>>>12,et=ie<<20|ne>>>12,tt=oe<<7|ae>>>25,rt=ae<<7|oe>>>25,nt=se<<8|ue>>>24,it=ue<<8|se>>>24,at=ce<<14|le>>>18,ot=le<<14|ce>>>18;e[0]=fe^~xe&Re,e[1]=de^~Se&$e,e[10]=De^~Qe&ve,e[11]=ze^~et&me,e[20]=_e^~Be&We,e[21]=ke^~Ne&Ke,e[30]=Ye^~he&Ae,e[31]=Ze^~pe&Ee,e[40]=Ie^~He&tt,e[41]=je^~qe&rt,e[2]=xe^~Re&Ve,e[3]=Se^~$e&Ge,e[12]=Qe^~ve&Ce,e[13]=et^~me&Pe,e[22]=Be^~We&nt,e[23]=Ne^~Ke&it,e[32]=he^~Ae&Me,e[33]=pe^~Ee&Ue,e[42]=He^~tt&be,e[43]=qe^~rt&ge,e[4]=Re^~Ve&at,e[5]=$e^~Ge&ot,e[14]=ve^~Ce&Fe,e[15]=me^~Pe&Le,e[24]=We^~nt&ye,e[25]=Ke^~it&we,e[34]=Ae^~Me&Xe,e[35]=Ee^~Ue&Je,e[44]=tt^~be&Te,e[45]=rt^~ge&Oe,e[6]=Ve^~at&fe,e[7]=Ge^~ot&de,e[16]=Ce^~Fe&De,e[17]=Pe^~Le&ze,e[26]=nt^~ye&_e,e[27]=it^~we&ke,e[36]=Me^~Xe&Ye,e[37]=Ue^~Je&Ze,e[46]=be^~Te&Ie,e[47]=ge^~Oe&je,e[8]=at^~fe&xe,e[9]=ot^~de&Se,e[18]=Fe^~De&Qe,e[19]=Le^~ze&et,e[28]=ye^~_e&Be,e[29]=we^~ke&Ne,e[38]=Xe^~Ye&he,e[39]=Je^~Ze&pe,e[48]=Te^~Ie&He,e[49]=Oe^~je&qe,e[0]^=r[2*t],e[1]^=r[2*t+1]}}},"128f":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r("0e25"),i=r("e58c"),a=r("affc"),o=r("0a3a"),s=r("2f77"),u=r("d07a"),c=(r("a059"),r("0cd7")),l=(r("7cc2").sha256,["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse","access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act","action","actor","actress","actual","adapt","add","addict","address","adjust","admit","adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent","agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert","alien","all","alley","allow","almost","alone","alpha","already","also","alter","always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger","angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique","anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic","area","arena","argue","arm","armed","armor","army","around","arrange","arrest","arrive","arrow","art","artefact","artist","artwork","ask","aspect","assault","asset","assist","assume","asthma","athlete","atom","attack","attend","attitude","attract","auction","audit","august","aunt","author","auto","autumn","average","avocado","avoid","awake","aware","away","awesome","awful","awkward","axis","baby","bachelor","bacon","badge","bag","balance","balcony","ball","bamboo","banana","banner","bar","barely","bargain","barrel","base","basic","basket","battle","beach","bean","beauty","because","become","beef","before","begin","behave","behind","believe","below","belt","bench","benefit","best","betray","better","between","beyond","bicycle","bid","bike","bind","biology","bird","birth","bitter","black","blade","blame","blanket","blast","bleak","bless","blind","blood","blossom","blouse","blue","blur","blush","board","boat","body","boil","bomb","bone","bonus","book","boost","border","boring","borrow","boss","bottom","bounce","box","boy","bracket","brain","brand","brass","brave","bread","breeze","brick","bridge","brief","bright","bring","brisk","broccoli","broken","bronze","broom","brother","brown","brush","bubble","buddy","budget","buffalo","build","bulb","bulk","bullet","bundle","bunker","burden","burger","burst","bus","business","busy","butter","buyer","buzz","cabbage","cabin","cable","cactus","cage","cake","call","calm","camera","camp","can","canal","cancel","candy","cannon","canoe","canvas","canyon","capable","capital","captain","car","carbon","card","cargo","carpet","carry","cart","case","cash","casino","castle","casual","cat","catalog","catch","category","cattle","caught","cause","caution","cave","ceiling","celery","cement","census","century","cereal","certain","chair","chalk","champion","change","chaos","chapter","charge","chase","chat","cheap","check","cheese","chef","cherry","chest","chicken","chief","child","chimney","choice","choose","chronic","chuckle","chunk","churn","cigar","cinnamon","circle","citizen","city","civil","claim","clap","clarify","claw","clay","clean","clerk","clever","click","client","cliff","climb","clinic","clip","clock","clog","close","cloth","cloud","clown","club","clump","cluster","clutch","coach","coast","coconut","code","coffee","coil","coin","collect","color","column","combine","come","comfort","comic","common","company","concert","conduct","confirm","congress","connect","consider","control","convince","cook","cool","copper","copy","coral","core","corn","correct","cost","cotton","couch","country","couple","course","cousin","cover","coyote","crack","cradle","craft","cram","crane","crash","crater","crawl","crazy","cream","credit","creek","crew","cricket","crime","crisp","critic","crop","cross","crouch","crowd","crucial","cruel","cruise","crumble","crunch","crush","cry","crystal","cube","culture","cup","cupboard","curious","current","curtain","curve","cushion","custom","cute","cycle","dad","damage","damp","dance","danger","daring","dash","daughter","dawn","day","deal","debate","debris","decade","december","decide","decline","decorate","decrease","deer","defense","define","defy","degree","delay","deliver","demand","demise","denial","dentist","deny","depart","depend","deposit","depth","deputy","derive","describe","desert","design","desk","despair","destroy","detail","detect","develop","device","devote","diagram","dial","diamond","diary","dice","diesel","diet","differ","digital","dignity","dilemma","dinner","dinosaur","direct","dirt","disagree","discover","disease","dish","dismiss","disorder","display","distance","divert","divide","divorce","dizzy","doctor","document","dog","doll","dolphin","domain","donate","donkey","donor","door","dose","double","dove","draft","dragon","drama","drastic","draw","dream","dress","drift","drill","drink","drip","drive","drop","drum","dry","duck","dumb","dune","during","dust","dutch","duty","dwarf","dynamic","eager","eagle","early","earn","earth","easily","east","easy","echo","ecology","economy","edge","edit","educate","effort","egg","eight","either","elbow","elder","electric","elegant","element","elephant","elevator","elite","else","embark","embody","embrace","emerge","emotion","employ","empower","empty","enable","enact","end","endless","endorse","enemy","energy","enforce","engage","engine","enhance","enjoy","enlist","enough","enrich","enroll","ensure","enter","entire","entry","envelope","episode","equal","equip","era","erase","erode","erosion","error","erupt","escape","essay","essence","estate","eternal","ethics","evidence","evil","evoke","evolve","exact","example","excess","exchange","excite","exclude","excuse","execute","exercise","exhaust","exhibit","exile","exist","exit","exotic","expand","expect","expire","explain","expose","express","extend","extra","eye","eyebrow","fabric","face","faculty","fade","faint","faith","fall","false","fame","family","famous","fan","fancy","fantasy","farm","fashion","fat","fatal","father","fatigue","fault","favorite","feature","february","federal","fee","feed","feel","female","fence","festival","fetch","fever","few","fiber","fiction","field","figure","file","film","filter","final","find","fine","finger","finish","fire","firm","first","fiscal","fish","fit","fitness","fix","flag","flame","flash","flat","flavor","flee","flight","flip","float","flock","floor","flower","fluid","flush","fly","foam","focus","fog","foil","fold","follow","food","foot","force","forest","forget","fork","fortune","forum","forward","fossil","foster","found","fox","fragile","frame","frequent","fresh","friend","fringe","frog","front","frost","frown","frozen","fruit","fuel","fun","funny","furnace","fury","future","gadget","gain","galaxy","gallery","game","gap","garage","garbage","garden","garlic","garment","gas","gasp","gate","gather","gauge","gaze","general","genius","genre","gentle","genuine","gesture","ghost","giant","gift","giggle","ginger","giraffe","girl","give","glad","glance","glare","glass","glide","glimpse","globe","gloom","glory","glove","glow","glue","goat","goddess","gold","good","goose","gorilla","gospel","gossip","govern","gown","grab","grace","grain","grant","grape","grass","gravity","great","green","grid","grief","grit","grocery","group","grow","grunt","guard","guess","guide","guilt","guitar","gun","gym","habit","hair","half","hammer","hamster","hand","happy","harbor","hard","harsh","harvest","hat","have","hawk","hazard","head","health","heart","heavy","hedgehog","height","hello","helmet","help","hen","hero","hidden","high","hill","hint","hip","hire","history","hobby","hockey","hold","hole","holiday","hollow","home","honey","hood","hope","horn","horror","horse","hospital","host","hotel","hour","hover","hub","huge","human","humble","humor","hundred","hungry","hunt","hurdle","hurry","hurt","husband","hybrid","ice","icon","idea","identify","idle","ignore","ill","illegal","illness","image","imitate","immense","immune","impact","impose","improve","impulse","inch","include","income","increase","index","indicate","indoor","industry","infant","inflict","inform","inhale","inherit","initial","inject","injury","inmate","inner","innocent","input","inquiry","insane","insect","inside","inspire","install","intact","interest","into","invest","invite","involve","iron","island","isolate","issue","item","ivory","jacket","jaguar","jar","jazz","jealous","jeans","jelly","jewel","job","join","joke","journey","joy","judge","juice","jump","jungle","junior","junk","just","kangaroo","keen","keep","ketchup","key","kick","kid","kidney","kind","kingdom","kiss","kit","kitchen","kite","kitten","kiwi","knee","knife","knock","know","lab","label","labor","ladder","lady","lake","lamp","language","laptop","large","later","latin","laugh","laundry","lava","law","lawn","lawsuit","layer","lazy","leader","leaf","learn","leave","lecture","left","leg","legal","legend","leisure","lemon","lend","length","lens","leopard","lesson","letter","level","liar","liberty","library","license","life","lift","light","like","limb","limit","link","lion","liquid","list","little","live","lizard","load","loan","lobster","local","lock","logic","lonely","long","loop","lottery","loud","lounge","love","loyal","lucky","luggage","lumber","lunar","lunch","luxury","lyrics","machine","mad","magic","magnet","maid","mail","main","major","make","mammal","man","manage","mandate","mango","mansion","manual","maple","marble","march","margin","marine","market","marriage","mask","mass","master","match","material","math","matrix","matter","maximum","maze","meadow","mean","measure","meat","mechanic","medal","media","melody","melt","member","memory","mention","menu","mercy","merge","merit","merry","mesh","message","metal","method","middle","midnight","milk","million","mimic","mind","minimum","minor","minute","miracle","mirror","misery","miss","mistake","mix","mixed","mixture","mobile","model","modify","mom","moment","monitor","monkey","monster","month","moon","moral","more","morning","mosquito","mother","motion","motor","mountain","mouse","move","movie","much","muffin","mule","multiply","muscle","museum","mushroom","music","must","mutual","myself","mystery","myth","naive","name","napkin","narrow","nasty","nation","nature","near","neck","need","negative","neglect","neither","nephew","nerve","nest","net","network","neutral","never","news","next","nice","night","noble","noise","nominee","noodle","normal","north","nose","notable","note","nothing","notice","novel","now","nuclear","number","nurse","nut","oak","obey","object","oblige","obscure","observe","obtain","obvious","occur","ocean","october","odor","off","offer","office","often","oil","okay","old","olive","olympic","omit","once","one","onion","online","only","open","opera","opinion","oppose","option","orange","orbit","orchard","order","ordinary","organ","orient","original","orphan","ostrich","other","outdoor","outer","output","outside","oval","oven","over","own","owner","oxygen","oyster","ozone","pact","paddle","page","pair","palace","palm","panda","panel","panic","panther","paper","parade","parent","park","parrot","party","pass","patch","path","patient","patrol","pattern","pause","pave","payment","peace","peanut","pear","peasant","pelican","pen","penalty","pencil","people","pepper","perfect","permit","person","pet","phone","photo","phrase","physical","piano","picnic","picture","piece","pig","pigeon","pill","pilot","pink","pioneer","pipe","pistol","pitch","pizza","place","planet","plastic","plate","play","please","pledge","pluck","plug","plunge","poem","poet","point","polar","pole","police","pond","pony","pool","popular","portion","position","possible","post","potato","pottery","poverty","powder","power","practice","praise","predict","prefer","prepare","present","pretty","prevent","price","pride","primary","print","priority","prison","private","prize","problem","process","produce","profit","program","project","promote","proof","property","prosper","protect","proud","provide","public","pudding","pull","pulp","pulse","pumpkin","punch","pupil","puppy","purchase","purity","purpose","purse","push","put","puzzle","pyramid","quality","quantum","quarter","question","quick","quit","quiz","quote","rabbit","raccoon","race","rack","radar","radio","rail","rain","raise","rally","ramp","ranch","random","range","rapid","rare","rate","rather","raven","raw","razor","ready","real","reason","rebel","rebuild","recall","receive","recipe","record","recycle","reduce","reflect","reform","refuse","region","regret","regular","reject","relax","release","relief","rely","remain","remember","remind","remove","render","renew","rent","reopen","repair","repeat","replace","report","require","rescue","resemble","resist","resource","response","result","retire","retreat","return","reunion","reveal","review","reward","rhythm","rib","ribbon","rice","rich","ride","ridge","rifle","right","rigid","ring","riot","ripple","risk","ritual","rival","river","road","roast","robot","robust","rocket","romance","roof","rookie","room","rose","rotate","rough","round","route","royal","rubber","rude","rug","rule","run","runway","rural","sad","saddle","sadness","safe","sail","salad","salmon","salon","salt","salute","same","sample","sand","satisfy","satoshi","sauce","sausage","save","say","scale","scan","scare","scatter","scene","scheme","school","science","scissors","scorpion","scout","scrap","screen","script","scrub","sea","search","season","seat","second","secret","section","security","seed","seek","segment","select","sell","seminar","senior","sense","sentence","series","service","session","settle","setup","seven","shadow","shaft","shallow","share","shed","shell","sheriff","shield","shift","shine","ship","shiver","shock","shoe","shoot","shop","short","shoulder","shove","shrimp","shrug","shuffle","shy","sibling","sick","side","siege","sight","sign","silent","silk","silly","silver","similar","simple","since","sing","siren","sister","situate","six","size","skate","sketch","ski","skill","skin","skirt","skull","slab","slam","sleep","slender","slice","slide","slight","slim","slogan","slot","slow","slush","small","smart","smile","smoke","smooth","snack","snake","snap","sniff","snow","soap","soccer","social","sock","soda","soft","solar","soldier","solid","solution","solve","someone","song","soon","sorry","sort","soul","sound","soup","source","south","space","spare","spatial","spawn","speak","special","speed","spell","spend","sphere","spice","spider","spike","spin","spirit","split","spoil","sponsor","spoon","sport","spot","spray","spread","spring","spy","square","squeeze","squirrel","stable","stadium","staff","stage","stairs","stamp","stand","start","state","stay","steak","steel","stem","step","stereo","stick","still","sting","stock","stomach","stone","stool","story","stove","strategy","street","strike","strong","struggle","student","stuff","stumble","style","subject","submit","subway","success","such","sudden","suffer","sugar","suggest","suit","summer","sun","sunny","sunset","super","supply","supreme","sure","surface","surge","surprise","surround","survey","suspect","sustain","swallow","swamp","swap","swarm","swear","sweet","swift","swim","swing","switch","sword","symbol","symptom","syrup","system","table","tackle","tag","tail","talent","talk","tank","tape","target","task","taste","tattoo","taxi","teach","team","tell","ten","tenant","tennis","tent","term","test","text","thank","that","theme","then","theory","there","they","thing","this","thought","three","thrive","throw","thumb","thunder","ticket","tide","tiger","tilt","timber","time","tiny","tip","tired","tissue","title","toast","tobacco","today","toddler","toe","together","toilet","token","tomato","tomorrow","tone","tongue","tonight","tool","tooth","top","topic","topple","torch","tornado","tortoise","toss","total","tourist","toward","tower","town","toy","track","trade","traffic","tragic","train","transfer","trap","trash","travel","tray","treat","tree","trend","trial","tribe","trick","trigger","trim","trip","trophy","trouble","truck","true","truly","trumpet","trust","truth","try","tube","tuition","tumble","tuna","tunnel","turkey","turn","turtle","twelve","twenty","twice","twin","twist","two","type","typical","ugly","umbrella","unable","unaware","uncle","uncover","under","undo","unfair","unfold","unhappy","uniform","unique","unit","universe","unknown","unlock","until","unusual","unveil","update","upgrade","uphold","upon","upper","upset","urban","urge","usage","use","used","useful","useless","usual","utility","vacant","vacuum","vague","valid","valley","valve","van","vanish","vapor","various","vast","vault","vehicle","velvet","vendor","venture","venue","verb","verify","version","very","vessel","veteran","viable","vibrant","vicious","victory","video","view","village","vintage","violin","virtual","virus","visa","visit","visual","vital","vivid","vocal","voice","void","volcano","volume","vote","voyage","wage","wagon","wait","walk","wall","walnut","want","warfare","warm","warrior","wash","wasp","waste","water","wave","way","wealth","weapon","wear","weasel","weather","web","wedding","weekend","weird","welcome","west","wet","whale","what","wheat","wheel","when","where","whip","whisper","wide","width","wife","wild","will","win","window","wine","wing","wink","winner","winter","wire","wisdom","wise","wish","witness","wolf","woman","wonder","wood","wool","word","work","world","worry","worth","wrap","wreck","wrestle","wrist","write","wrong","yard","year","yellow","you","young","youth","zebra","zero","zone","zoo"]),f={generateMnemonic:function(){return i.generateMnemonic()},searchMnemonic:function(t){var r=[];return l.map((function(e,n,i){0==e.indexOf(t)&&r.push(e)})),e("log",r,8888," at utils/TokenUtil.js:30"),r},entropyToMnemonic:function(e){i.entropyToMnemonic(e)},getPrivateKey:function(e,t){var r=i.mnemonicToSeedSync(e),n=a.fromSeed(r),s=n.derivePath(t),u=o.bufferToHex(s.privateKey);return u},generateEth:function(e){var t=this.getPrivateKey(e,"m/44'/60'/0'/0/0"),r=new s.Wallet(t),n=r.address;return{privateKey:t,address:n}},generateTron:function(e){var t=this.getPrivateKey(e,"m/44'/195'/0'/0/0");t=t.replace("0x","");var r=n.address.fromPrivateKey(t);return{privateKey:t,address:r}},generateBtc:function(t){if(e("log",0xa1b01d4b1c7," at utils/TokenUtil.js:73"),t.split(" ").length%12>0)throw new Error("mnemonic error");var r=i.mnemonicToSeedSync(t),n=a.fromSeed(r),o=n.derivePath("m/44'/195'/0'/0/0"),s=o.toWIF();e("log","BTC\u79c1\u94a5\uff1a",s," at utils/TokenUtil.js:81");var c=u.payments.p2sh({redeem:u.payments.p2wpkh({pubkey:o.publicKey})});return{privateKey:s,address:c.address}},importBtcPrivateKey:function(e){var t=new u.ECPair.fromWIF(e),r=u.payments.p2sh({redeem:u.payments.p2wpkh({pubkey:t.publicKey})});return{privateKey:e,address:r.address}},importEthPrivateKey:function(e){var t=new s.Wallet(e),r=t.address;return{privateKey:t.privateKey,address:r}},importTronPrivateKey:function(e){e=e.replace("0x","");var t=n.address.fromPrivateKey(e);return{privateKey:e,address:t}},validateBtc:function(t){var r=c.validate(t,"BTC");return e("log",r,"BTC"," at utils/TokenUtil.js:129"),r},validateEth:function(t){var r=c.validate(t,"ETH");return e("log",r,"eth"," at utils/TokenUtil.js:134"),r},validateTrx:function(e){if("string"!==typeof e)return!1;if(34!==e.length)return!1;var t=this.decode58(e);return 25===t.length&&65===t[0]},decode58:function(e){for(var t="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",r={},n=58,i=0;i>8,o[a]&=255;while(u)o.push(255&u),u>>=8}for(i=0;"1"===e[i]&&i=4.0.0"},"homepage":"https://github.com/theturtle32/WebSocket-Node","keywords":["websocket","websockets","socket","networking","comet","push","RFC-6455","realtime","server","client"],"license":"Apache-2.0","main":"index","name":"websocket","repository":{"type":"git","url":"git+https://github.com/theturtle32/WebSocket-Node.git"},"scripts":{"gulp":"gulp","test":"tape test/unit/*.js"},"version":"1.0.34"}')},1362:function(e,t){e.exports="/static/tongyonh/bye.png"},"136a":function(e,t,r){"use strict";function n(e,t){var r=this.$parent;while(r)if(r.$options.name!==e)r=r.$parent;else{var n=function(){var e={};if(Array.isArray(t))t.map((function(t){e[t]=r[t]?r[t]:""}));else for(var n in t)Array.isArray(t[n])?t[n].length?e[n]=t[n]:e[n]=r[n]:t[n].constructor===Object?Object.keys(t[n]).length?e[n]=t[n]:e[n]=r[n]:e[n]=t[n]||!1===t[n]?t[n]:r[n];return{v:e}}();if("object"===typeof n)return n.v}return{}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n},"139b":function(e,t){var r={Array:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){return null!==e&&void 0!==e&&e.constructor===Array})),Boolean:function(e){return"boolean"===typeof e},Function:function(e){return"function"===typeof e},Nil:function(e){return void 0===e||null===e},Number:function(e){return"number"===typeof e},Object:function(e){return"object"===typeof e},String:function(e){return"string"===typeof e},"":function(){return!0}};for(var n in r.Null=r.Nil,r)r[n].toJSON=function(e){return e}.bind(null,n);e.exports=r},"13b6":function(e,t,r){"use strict";(function(e){function r(t){return function(r){var n=t();return n.update(r),e.from(n.digest())}}Object.defineProperty(t,"__esModule",{value:!0}),t.createHashFunction=r}).call(this,r("b639").Buffer)},"13e2":function(e,t,r){"use strict";var n=r("c3c0"),i=r("edc9"),a=r("aa56"),o=n.rotl32,s=n.sum32,u=n.sum32_5,c=a.ft_1,l=i.BlockHash,f=[1518500249,1859775393,2400959708,3395469782];function d(){if(!(this instanceof d))return new d;l.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}n.inherits(d,l),e.exports=d,d.blockSize=512,d.outSize=160,d.hmacStrength=80,d.padLength=64,d.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n0){var e=this;this.requestQueue.forEach((function(t,r){e.send(t.payload,t.callback),e.requestQueue.delete(r)}))}},s.prototype._onClose=function(e){var t=this;!this.reconnectOptions.auto||[1e3,1001].includes(e.code)&&!1!==e.wasClean?(this.emit(this.CLOSE,e),this.requestQueue.size>0&&this.requestQueue.forEach((function(r,n){r.callback(a.ConnectionNotOpenError(e)),t.requestQueue.delete(n)})),this.responseQueue.size>0&&this.responseQueue.forEach((function(r,n){r.callback(a.InvalidConnection("on WS",e)),t.responseQueue.delete(n)})),this._removeSocketListeners(),this.removeAllListeners()):this.reconnect()},s.prototype._addSocketListeners=function(){this.connection.addEventListener("message",this._onMessage.bind(this)),this.connection.addEventListener("open",this._onConnect.bind(this)),this.connection.addEventListener("close",this._onClose.bind(this))},s.prototype._removeSocketListeners=function(){this.connection.removeEventListener("message",this._onMessage),this.connection.removeEventListener("open",this._onConnect),this.connection.removeEventListener("close",this._onClose)},s.prototype._parseResponse=function(e){var t=this,r=[],n=e.replace(/\}[\n\r]?\{/g,"}|--|{").replace(/\}\][\n\r]?\[\{/g,"}]|--|[{").replace(/\}[\n\r]?\[\{/g,"}|--|[{").replace(/\}\][\n\r]?\{/g,"}]|--|{").split("|--|");return n.forEach((function(e){t.lastChunk&&(e=t.lastChunk+e);var n=null;try{n=JSON.parse(e)}catch(i){return t.lastChunk=e,clearTimeout(t.lastChunkTimeout),void(t.lastChunkTimeout=setTimeout((function(){t.reconnectOptions.auto&&t.reconnectOptions.onTimeout?t.reconnect():(t.emit(t.ERROR,a.ConnectionTimeout(t._customTimeout)),t.requestQueue.size>0&&t.requestQueue.forEach((function(e,r){e.callback(a.ConnectionTimeout(t._customTimeout)),t.requestQueue.delete(r)})))}),t._customTimeout))}clearTimeout(t.lastChunkTimeout),t.lastChunk=null,n&&r.push(n)})),r},s.prototype.send=function(e,t){var r=this,n=e.id,i={payload:e,callback:t};if(Array.isArray(e)&&(n=e[0].id),this.connection.readyState===this.connection.CONNECTING||this.reconnecting)this.requestQueue.set(n,i);else{if(this.connection.readyState!==this.connection.OPEN)return this.requestQueue.delete(n),this.emit(this.ERROR,a.ConnectionNotOpenError()),void i.callback(a.ConnectionNotOpenError());this.responseQueue.set(n,i),this.requestQueue.delete(n);try{this.connection.send(JSON.stringify(i.payload))}catch(o){i.callback(o),r.responseQueue.delete(n)}}},s.prototype.reset=function(){this.responseQueue.clear(),this.requestQueue.clear(),this.removeAllListeners(),this._removeSocketListeners(),this._addSocketListeners()},s.prototype.disconnect=function(e,t){this._removeSocketListeners(),this.connection.close(e||1e3,t)},s.prototype.supportsSubscriptions=function(){return!0},s.prototype.reconnect=function(){var e=this;this.reconnecting=!0,this.responseQueue.size>0&&this.responseQueue.forEach((function(t,r){t.callback(a.PendingRequestsOnReconnectingError()),e.responseQueue.delete(r)})),!this.reconnectOptions.maxAttempts||this.reconnectAttempts0&&this.requestQueue.forEach((function(t,r){t.callback(a.MaxAttemptsReachedOnReconnectingError()),e.requestQueue.delete(r)})))},e.exports=s},"15b1":function(e,t,r){"use strict";var n=r("3a1d").formatters,i=r("2fa4"),a=r("536e"),o=function(e){var t=function(t){var r;return t.property?(e[t.property]||(e[t.property]={}),r=e[t.property]):r=e,t.methods&&t.methods.forEach((function(t){t instanceof i||(t=new i(t)),t.attachToObject(r),t.setRequestManager(e._requestManager)})),e};return t.formatters=n,t.utils=a,t.Method=i,t};e.exports=o},"15f4":function(e,t,r){"use strict";r.r(t);var n=r("9df5"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"166d":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var n=o(r("b34b")),i=r("3d57"),a=r("1818");function o(e){return e&&e.__esModule?e:{default:e}}function s(e){return(0,n.default)(e),i.fullWidth.test(e)&&a.halfWidth.test(e)}e.exports=t.default,e.exports.default=t.default},"16ad":function(e,t,r){"use strict";r.r(t);var n=r("9961"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"16ae":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var r=9007199254740991;function n(e){if(e<0||e>r||e%1!==0)throw new RangeError("value out of range")}function i(t,r,a){if(n(t),r||(r=e.allocUnsafe(o(t))),!e.isBuffer(r))throw new TypeError("buffer must be a Buffer instance");return a||(a=0),t<253?(r.writeUInt8(t,a),Object.assign(i,{bytes:1})):t<=65535?(r.writeUInt8(253,a),r.writeUInt16LE(t,a+1),Object.assign(i,{bytes:3})):t<=4294967295?(r.writeUInt8(254,a),r.writeUInt32LE(t,a+1),Object.assign(i,{bytes:5})):(r.writeUInt8(255,a),r.writeUInt32LE(t>>>0,a+1),r.writeUInt32LE(t/4294967296|0,a+5),Object.assign(i,{bytes:9})),r}function a(t,r){if(!e.isBuffer(t))throw new TypeError("buffer must be a Buffer instance");r||(r=0);var i=t.readUInt8(r);if(i<253)return Object.assign(a,{bytes:1}),i;if(253===i)return Object.assign(a,{bytes:3}),t.readUInt16LE(r+1);if(254===i)return Object.assign(a,{bytes:5}),t.readUInt32LE(r+1);Object.assign(a,{bytes:9});var o=t.readUInt32LE(r+1),s=t.readUInt32LE(r+5),u=4294967296*s+o;return n(u),u}function o(e){return n(e),e<253?1:e<=65535?3:e<=4294967295?5:9}t.encode=i,t.decode=a,t.encodingLength=o}).call(this,r("b639").Buffer)},"16f8":function(e,t,r){"use strict";r.r(t);var n=r("42e8"),i=r("b45d");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"09bc1a86",null,!1,n["a"],o);t["default"]=u.exports},1724:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uRadioGroup:r("d799").default,uRadio:r("069a").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.Language)))]),r("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[r("view",{staticClass:e._$s(3,"sc","main_con"),attrs:{_i:3}},[r("u-radio-group",{attrs:{_i:4},on:{change:e.radioGroupChange},model:{value:e._$s(4,"v-model",e.value),callback:function(t){e.value=t},expression:"value"}},e._l(e._$s(5,"f",{forItems:e.list}),(function(t,n,i,a){return r("view",{key:e._$s(5,"f",{forIndex:i,key:n}),staticClass:e._$s("5-"+a,"sc","item flex"),attrs:{_i:"5-"+a},on:{click:function(r){return e.nowLanguage(t,n)}}},[r("view",{staticClass:e._$s("6-"+a,"sc","text1"),attrs:{_i:"6-"+a}},[e._v(e._$s("6-"+a,"t0-0",e._s(t.lang)))]),r("u-radio",{attrs:{name:t.name,disabled:t.disabled,"active-color":"#5B53FF",_i:"7-"+a},on:{change:e.radioChange}})],1)})),0),r("view",{staticClass:e._$s(8,"sc","select_btn"),attrs:{_i:8},on:{click:e.confirmLanguage}},[e._v(e._$s(8,"t0-0",e._s(e.i18n.langSelect)))])],1)])],1)},a=[]},1727:function(e,t,r){"use strict";r.r(t);var n=r("a7ff"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},1818:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o,t.halfWidth=void 0;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/[\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/;function o(e){return(0,n.default)(e),a.test(e)}t.halfWidth=a},1874:function(e,t){e.exports="/static/tongyonh/alert-circle.png"},"189b":function(e,t){e.exports="/static/tongyonh/Frame60.png"},"18cb":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={toast:10090,noNetwork:10080,popup:10075,mask:10070,navbar:980,topTips:975,sticky:970,indexListSticky:965};t.default=n},1940:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("0a0b");function i(e){if(e.key[0]!==n.InputTypes.FINAL_SCRIPTWITNESS)throw new Error("Decode Error: could not decode finalScriptWitness with key 0x"+e.key.toString("hex"));return e.value}function a(t){var r=e.from([n.InputTypes.FINAL_SCRIPTWITNESS]);return{key:r,value:t}}function o(t){return e.isBuffer(t)}function s(e,t){return!!e&&!!t&&void 0===e.finalScriptWitness}t.decode=i,t.encode=a,t.expected="Buffer",t.check=o,t.canAdd=s}).call(this,r("b639").Buffer)},1969:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMessageInput:r("51c5").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!1,_i:1}},[r("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}},[e._v(e._$s(2,"t0-0",e._s(e.i18n.transPaw)))])]),r("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[e._$s(4,"i",e.borNum)?r("view",{staticClass:e._$s(4,"sc","big_title"),attrs:{_i:4}},[e._v(e._$s(4,"t0-0",e._s(e.i18n.settransPaw)))]):e._e(),e._$s(5,"i",e.borNum2)?r("view",{staticClass:e._$s(5,"sc","big_title"),attrs:{_i:5}},[e._v(e._$s(5,"t0-0",e._s(e.i18n.transPawAgain)))]):e._e(),r("view",{staticClass:e._$s(6,"sc","title"),attrs:{_i:6}},[e._v(e._$s(6,"t0-0",e._s(e.i18n.Securetransaction))),r("br"),e._v(e._$s(6,"t2-0",e._s(e.i18n.Securetransaction2)))]),e._$s(8,"i",e.borNum)?r("u-message-input",{attrs:{"inactive-color":"#E0E5F2","active-color":"#5B53FF",width:94,maxlength:6,mode:"box",focus:e.fes,"dot-fill":!0,_i:8},on:{finish:e.finish}}):e._e(),e._$s(9,"i",e.borNum2)?r("u-message-input",{attrs:{"inactive-color":e.info?"#F16063":"#E0E5F2","active-color":"#5B53FF",width:94,maxlength:6,mode:"box",focus:e.fes,"dot-fill":!0,_i:9},on:{finish:e.finish2,change:e.back}}):e._e(),e._$s(10,"i",e.info)?r("view",{staticClass:e._$s(10,"sc","infoText"),attrs:{_i:10}},[e._v(e._$s(10,"t0-0",e._s(e.i18n.Passworddiscrepansies)))]):e._e()],1)],1)},a=[]},1985:function(e,t,r){(function(e,n){var i;/*! https://mths.be/punycode v1.4.1 by @mathias */(function(a){t&&t.nodeType,e&&e.nodeType;var o="object"==typeof n&&n;o.global!==o&&o.window!==o&&o.self;var s,u=2147483647,c=36,l=1,f=26,d=38,h=700,p=72,v=128,m="-",b=/^xn--/,g=/[^\x20-\x7E]/,y=/[\x2E\u3002\uFF0E\uFF61]/g,w={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},_=c-l,k=Math.floor,x=String.fromCharCode;function S(e){throw new RangeError(w[e])}function A(e,t){var r=e.length,n=[];while(r--)n[r]=t(e[r]);return n}function E(e,t){var r=e.split("@"),n="";r.length>1&&(n=r[0]+"@",e=r[1]),e=e.replace(y,".");var i=e.split("."),a=A(i,t).join(".");return n+a}function C(e){var t,r,n=[],i=0,a=e.length;while(i=55296&&t<=56319&&i65535&&(e-=65536,t+=x(e>>>10&1023|55296),e=56320|1023&e),t+=x(e),t})).join("")}function T(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:c}function O(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function I(e,t,r){var n=0;for(e=r?k(e/h):e>>1,e+=k(e/t);e>_*f>>1;n+=c)e=k(e/_);return k(n+(_+1)*e/(e+d))}function j(e){var t,r,n,i,a,o,s,d,h,b,g=[],y=e.length,w=0,_=v,x=p;for(r=e.lastIndexOf(m),r<0&&(r=0),n=0;n=128&&S("not-basic"),g.push(e.charCodeAt(n));for(i=r>0?r+1:0;i=y&&S("invalid-input"),d=T(e.charCodeAt(i++)),(d>=c||d>k((u-w)/o))&&S("overflow"),w+=d*o,h=s<=x?l:s>=x+f?f:s-x,dk(u/b)&&S("overflow"),o*=b}t=g.length+1,x=I(w-a,t,0==a),k(w/t)>u-_&&S("overflow"),_+=k(w/t),w%=t,g.splice(w++,0,_)}return P(g)}function B(e){var t,r,n,i,a,o,s,d,h,b,g,y,w,_,A,E=[];for(e=C(e),y=e.length,t=v,r=0,a=p,o=0;o=t&&gk((u-r)/w)&&S("overflow"),r+=(s-t)*w,t=s,o=0;ou&&S("overflow"),g==t){for(d=r,h=c;;h+=c){if(b=h<=a?l:h>=a+f?f:h-a,dt)throw new TypeError("Script number overflow");if(r&&0===(127&e[n-1])&&(n<=1||0===(128&e[n-2])))throw new Error("Non-minimally encoded script number");if(5===n){var i=e.readUInt32LE(0),a=e.readUInt8(4);return 128&a?-(4294967296*(-129&a)+i):4294967296*a+i}for(var o=0,s=0;s2147483647?5:e>8388607?4:e>32767?3:e>127?2:e>0?1:0}function i(t){for(var r=Math.abs(t),i=n(r),a=e.allocUnsafe(i),o=t<0,s=0;s>=8;return 128&a[i-1]?a.writeUInt8(o?128:0,i-1):o&&(a[i-1]|=128),a}Object.defineProperty(t,"__esModule",{value:!0}),t.decode=r,t.encode=i}).call(this,r("b639").Buffer)},"19ea":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n="1.8.4",i={v:n,version:n,type:["primary","success","info","error","warning"]};t.default=i},"1a2a":function(e,t,r){"use strict";var n=r("3fb5"),i=r("d424"),a=r("6430"),o=r("8707").Buffer,s=r("5a763"),u=r("b5ca"),c=r("69f2"),l=o.alloc(128);function f(e,t){a.call(this,"digest"),"string"===typeof t&&(t=o.from(t));var r="sha512"===e||"sha384"===e?128:64;if(this._alg=e,this._key=t,t.length>r){var n="rmd160"===e?new u:c(e);t=n.update(t).digest()}else t.length1?(e[r[0]]=e[r[0]]||{},e[r[0]][r[1]]=t):e[r[0]]=t},i.prototype.buildCall=function(){var e=this;return function(){e.subscriptions[arguments[0]]||t("warn","Subscription "+JSON.stringify(arguments[0])+" doesn't exist. Subscribing anyway."," at node_modules/web3-core-subscriptions/lib/index.js:48");var r=new n({subscription:e.subscriptions[arguments[0]]||{},requestManager:e.requestManager,type:e.type});return r.subscribe.apply(r,arguments)}},e.exports={subscriptions:i,subscription:n}}).call(this,r("0de9")["default"])},"1e3c":function(e,t,r){var n=r("6430"),i=r("1545"),a=r("3fb5"),o=r("8707").Buffer,s={"des-ede3-cbc":i.CBC.instantiate(i.EDE),"des-ede3":i.EDE,"des-ede-cbc":i.CBC.instantiate(i.EDE),"des-ede":i.EDE,"des-cbc":i.CBC.instantiate(i.DES),"des-ecb":i.DES};function u(e){n.call(this);var t,r=e.mode.toLowerCase(),i=s[r];t=e.decrypt?"decrypt":"encrypt";var a=e.key;o.isBuffer(a)||(a=o.from(a)),"des-ede"!==r&&"des-ede-cbc"!==r||(a=o.concat([a,a.slice(0,8)]));var u=e.iv;o.isBuffer(u)||(u=o.from(u)),this._des=i.create({key:a,iv:u,type:t})}s.des=s["des-cbc"],s.des3=s["des-ede3-cbc"],e.exports=u,a(u,n),u.prototype._update=function(e){return o.from(this._des.update(e))},u.prototype._final=function(){return o.from(this._des.final())}},"1eb9":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r){return(0,n.default)(e),"[object RegExp]"!==Object.prototype.toString.call(t)&&(t=new RegExp(t,r)),t.test(e)}e.exports=t.default,e.exports.default=t.default},"1f5b":function(e,t,r){"use strict";r.r(t);var n=r("ebdd"),i=r("263d");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"0dd7fffd",null,!1,n["a"],o);t["default"]=u.exports},"1f87":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getDefaultProvider=x,Object.defineProperty(t,"Provider",{enumerable:!0,get:function(){return n.Provider}}),Object.defineProperty(t,"getNetwork",{enumerable:!0,get:function(){return i.getNetwork}}),Object.defineProperty(t,"BaseProvider",{enumerable:!0,get:function(){return a.BaseProvider}}),Object.defineProperty(t,"Resolver",{enumerable:!0,get:function(){return a.Resolver}}),Object.defineProperty(t,"AlchemyProvider",{enumerable:!0,get:function(){return o.AlchemyProvider}}),Object.defineProperty(t,"AlchemyWebSocketProvider",{enumerable:!0,get:function(){return o.AlchemyWebSocketProvider}}),Object.defineProperty(t,"CloudflareProvider",{enumerable:!0,get:function(){return s.CloudflareProvider}}),Object.defineProperty(t,"EtherscanProvider",{enumerable:!0,get:function(){return u.EtherscanProvider}}),Object.defineProperty(t,"FallbackProvider",{enumerable:!0,get:function(){return c.FallbackProvider}}),Object.defineProperty(t,"IpcProvider",{enumerable:!0,get:function(){return l.IpcProvider}}),Object.defineProperty(t,"InfuraProvider",{enumerable:!0,get:function(){return f.InfuraProvider}}),Object.defineProperty(t,"InfuraWebSocketProvider",{enumerable:!0,get:function(){return f.InfuraWebSocketProvider}}),Object.defineProperty(t,"JsonRpcProvider",{enumerable:!0,get:function(){return d.JsonRpcProvider}}),Object.defineProperty(t,"JsonRpcSigner",{enumerable:!0,get:function(){return d.JsonRpcSigner}}),Object.defineProperty(t,"JsonRpcBatchProvider",{enumerable:!0,get:function(){return h.JsonRpcBatchProvider}}),Object.defineProperty(t,"NodesmithProvider",{enumerable:!0,get:function(){return p.NodesmithProvider}}),Object.defineProperty(t,"PocketProvider",{enumerable:!0,get:function(){return v.PocketProvider}}),Object.defineProperty(t,"StaticJsonRpcProvider",{enumerable:!0,get:function(){return m.StaticJsonRpcProvider}}),Object.defineProperty(t,"UrlJsonRpcProvider",{enumerable:!0,get:function(){return m.UrlJsonRpcProvider}}),Object.defineProperty(t,"Web3Provider",{enumerable:!0,get:function(){return b.Web3Provider}}),Object.defineProperty(t,"WebSocketProvider",{enumerable:!0,get:function(){return g.WebSocketProvider}}),Object.defineProperty(t,"Formatter",{enumerable:!0,get:function(){return y.Formatter}}),Object.defineProperty(t,"isCommunityResourcable",{enumerable:!0,get:function(){return y.isCommunityResourcable}}),Object.defineProperty(t,"isCommunityResource",{enumerable:!0,get:function(){return y.isCommunityResource}}),Object.defineProperty(t,"showThrottleMessage",{enumerable:!0,get:function(){return y.showThrottleMessage}});var n=r("34c9"),i=r("ff5f"),a=r("e516"),o=r("5080"),s=r("4c78"),u=r("bb1a"),c=r("aa9a"),l=r("50fa"),f=r("616c"),d=r("841f"),h=r("fcd1"),p=r("a611"),v=r("204f"),m=r("d270"),b=r("e68c"),g=r("ff08"),y=r("401f"),w=r("fa24"),_=r("9958"),k=new w.Logger(_.version);function x(e,t){if(null==e&&(e="homestead"),"string"===typeof e){var r=e.match(/^(ws|http)s?:/i);if(r)switch(r[1]){case"http":return new d.JsonRpcProvider(e);case"ws":return new g.WebSocketProvider(e);default:k.throwArgumentError("unsupported URL scheme","network",e)}}var n=(0,i.getNetwork)(e);return n&&n._defaultProvider||k.throwError("unsupported getDefaultProvider network",w.Logger.errors.NETWORK_ERROR,{operation:"getDefaultProvider",network:e}),n._defaultProvider({FallbackProvider:c.FallbackProvider,AlchemyProvider:o.AlchemyProvider,CloudflareProvider:s.CloudflareProvider,EtherscanProvider:u.EtherscanProvider,InfuraProvider:f.InfuraProvider,JsonRpcProvider:d.JsonRpcProvider,NodesmithProvider:p.NodesmithProvider,PocketProvider:v.PocketProvider,Web3Provider:b.Web3Provider,IpcProvider:l.IpcProvider},t)}},"1fb5":function(e,t,r){"use strict";t.byteLength=l,t.toByteArray=d,t.fromByteArray=v;for(var n=[],i=[],a="undefined"!==typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=o.length;s0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");-1===r&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function l(e){var t=c(e),r=t[0],n=t[1];return 3*(r+n)/4-n}function f(e,t,r){return 3*(t+r)/4-r}function d(e){var t,r,n=c(e),o=n[0],s=n[1],u=new a(f(e,o,s)),l=0,d=s>0?o-4:o;for(r=0;r>16&255,u[l++]=t>>8&255,u[l++]=255&t;return 2===s&&(t=i[e.charCodeAt(r)]<<2|i[e.charCodeAt(r+1)]>>4,u[l++]=255&t),1===s&&(t=i[e.charCodeAt(r)]<<10|i[e.charCodeAt(r+1)]<<4|i[e.charCodeAt(r+2)]>>2,u[l++]=t>>8&255,u[l++]=255&t),u}function h(e){return n[e>>18&63]+n[e>>12&63]+n[e>>6&63]+n[63&e]}function p(e,t,r){for(var n,i=[],a=t;au?u:s+o));return 1===i?(t=e[r-1],a.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],a.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},"1fec":function(e,t,r){"use strict";var n=r("da3e"),i=r("3fb5"),a=r("0184"),o=r("4e2b");function s(e,t){n.equal(t.length,24,"Invalid key length");var r=t.slice(0,8),i=t.slice(8,16),a=t.slice(16,24);this.ciphers="encrypt"===e?[o.create({type:"encrypt",key:r}),o.create({type:"decrypt",key:i}),o.create({type:"encrypt",key:a})]:[o.create({type:"decrypt",key:a}),o.create({type:"encrypt",key:i}),o.create({type:"decrypt",key:r})]}function u(e){a.call(this,e);var t=new s(this.type,this.options.key);this._edeState=t}i(u,a),e.exports=u,u.create=function(e){return new u(e)},u.prototype._update=function(e,t,r,n){var i=this._edeState;i.ciphers[0]._update(e,t,r,n),i.ciphers[1]._update(r,n,r,n),i.ciphers[2]._update(r,n,r,n)},u.prototype._pad=o.prototype._pad,u.prototype._unpad=o.prototype._unpad},"1ffa":function(e,t,r){"use strict";r.r(t);var n=r("35ad"),i=r("6ad0");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"5681a474",null,!1,n["a"],o);t["default"]=u.exports},2:function(e,t){},2033:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[r("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}})]),r("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[r("view",{staticClass:e._$s(4,"sc","title1"),attrs:{_i:4}}),r("view",{staticClass:e._$s(5,"sc","title"),attrs:{_i:5}}),r("view",{staticClass:e._$s(6,"sc","area"),attrs:{_i:6}}),r("view",{staticClass:e._$s(7,"sc","conf"),attrs:{_i:7}})])],1)},a=[]},"204b":function(e,t,r){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r>25;return(33554431&e)<<5^996825010&-(t>>0&1)^642813549&-(t>>1&1)^513874426&-(t>>2&1)^1027748829&-(t>>3&1)^705979059&-(t>>4&1)}function u(e){for(var t=1,r=0;r126)return"Invalid prefix ("+e+")";t=s(t)^n>>5}for(t=s(t),r=0;rr)throw new TypeError("Exceeds length limit");e=e.toLowerCase();var i=u(e);if("string"===typeof i)throw new Error(i);for(var a=e+"1",o=0;o>5!==0)throw new Error("Non 5-bit word");i=s(i)^c,a+=n.charAt(c)}for(o=0;o<6;++o)i=s(i);for(i^=1,o=0;o<6;++o){var l=i>>5*(5-o)&31;a+=n.charAt(l)}return a}function l(e,t){if(t=t||90,e.length<8)return e+" too short";if(e.length>t)return"Exceeds length limit";var r=e.toLowerCase(),n=e.toUpperCase();if(e!==r&&e!==n)return"Mixed-case string "+e;e=r;var a=e.lastIndexOf("1");if(-1===a)return"No separator character for "+e;if(0===a)return"Missing prefix for "+e;var o=e.slice(0,a),c=e.slice(a+1);if(c.length<6)return"Data too short";var l=u(o);if("string"===typeof l)return l;for(var f=[],d=0;d=c.length||f.push(p)}return 1!==l?"Invalid checksum for "+e:{prefix:o,words:f}}function f(){var e=l.apply(null,arguments);if("object"===typeof e)return e}function d(e){var t=l.apply(null,arguments);if("object"===typeof t)return t;throw new Error(t)}function h(e,t,r,n){for(var i=0,a=0,o=(1<=r)a-=r,s.push(i>>a&o)}if(n)a>0&&s.push(i<=t)return"Excess padding";if(i<this.blockSize&&(e=(new this.Hash).update(e).digest()),i(e.length<=this.blockSize);for(var t=e.length;t=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw o}}}}function n(e){return s(e)||o(e)||a(e)||i()}function i(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function a(e,t){if(e){if("string"===typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?u(e,t):void 0}}function o(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function s(e){if(Array.isArray(e))return u(e)}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&(p=setTimeout((function(){if(!f){f=!0,h.abort("timeout");var e=new Error("XMLHttpRequest timeout");e.code="ETIMEDOUT",o(e)}}),e.timeout)),h.setRequestHeader)for(c in g)g.hasOwnProperty(c)&&h.setRequestHeader(c,g[c]);else if(e.headers&&!u(e.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in e&&(h.responseType=e.responseType),"beforeSend"in e&&"function"===typeof e.beforeSend&&e.beforeSend(h),h.send(b||null),h}function d(e){try{if("document"===e.responseType)return e.responseXML;var t=e.responseXML&&"parsererror"===e.responseXML.documentElement.nodeName;if(""===e.responseType&&!t)return e.responseXML}catch(r){}return null}function h(){}e.exports=l,e.exports.default=l,l.XMLHttpRequest=n.XMLHttpRequest||h,l.XDomainRequest="withCredentials"in new l.XMLHttpRequest?l.XMLHttpRequest:n.XDomainRequest,s(["get","put","post","patch","head","delete"],(function(e){l["delete"===e?"del":e]=function(t,r,n){return r=c(t,r,n),r.method=e.toUpperCase(),f(r)}}))},"22a6":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{}},methods:{}};t.default=i},"22f6":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.commify=u,t.formatUnits=c,t.parseUnits=l,t.formatEther=f,t.parseEther=d;var n=r("d448"),i=r("fa24"),a=r("8ee6"),o=new i.Logger(a.version),s=["wei","kwei","mwei","gwei","szabo","finney","ether"];function u(e){var t=String(e).split(".");(t.length>2||!t[0].match(/^-?[0-9]*$/)||t[1]&&!t[1].match(/^[0-9]*$/)||"."===e||"-."===e)&&o.throwArgumentError("invalid value","value",e);var r=t[0],n="";"-"===r.substring(0,1)&&(n="-",r=r.substring(1));while("0"===r.substring(0,1))r=r.substring(1);""===r&&(r="0");var i="";2===t.length&&(i="."+(t[1]||"0"));while(i.length>2&&"0"===i[i.length-1])i=i.substring(0,i.length-1);var a=[];while(r.length){if(r.length<=3){a.unshift(r);break}var s=r.length-3;a.unshift(r.substring(s)),r=r.substring(0,s)}return n+a.join(",")+i}function c(e,t){if("string"===typeof t){var r=s.indexOf(t);-1!==r&&(t=3*r)}return(0,n.formatFixed)(e,null!=t?t:18)}function l(e,t){if("string"!==typeof e&&o.throwArgumentError("value must be a string","value",e),"string"===typeof t){var r=s.indexOf(t);-1!==r&&(t=3*r)}return(0,n.parseFixed)(e,null!=t?t:18)}function f(e){return c(e,18)}function d(e){return l(e,18)}},"234b":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TypedDataEncoder=void 0;var n=d(r("a34a")),i=r("f363"),a=r("d448"),o=r("2abd"),s=r("06f6"),u=r("d8c6"),c=r("fa24"),l=r("3dbc"),f=r("5dea");function d(e){return e&&e.__esModule?e:{default:e}}function h(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){for(var r=0;r256||t[2]&&t[2]!==String(n))&&b.throwArgumentError("invalid numeric width","type",e);var u=k.mask(r?n-1:n),c=r?u.add(_).mul(y):w;return function(t){var r=a.BigNumber.from(t);return(r.lt(c)||r.gt(u))&&b.throwArgumentError("value out-of-bounds for ".concat(e),"value",t),(0,o.hexZeroPad)(r.toTwos(256).toHexString(),32)}}var l=e.match(/^bytes(\d+)$/);if(l){var d=parseInt(l[1]);return(0===d||d>32||l[1]!==String(d))&&b.throwArgumentError("invalid bytes width","type",e),function(t){var r=(0,o.arrayify)(t);return r.length!==d&&b.throwArgumentError("invalid length for ".concat(e),"value",t),x(t)}}switch(e){case"address":return function(e){return(0,o.hexZeroPad)((0,i.getAddress)(e),32)};case"bool":return function(e){return e?S:A};case"bytes":return function(e){return(0,s.keccak256)(e)};case"string":return function(e){return(0,f.id)(e)}}return null}function I(e,t){return"".concat(e,"(").concat(t.map((function(e){var t=e.name,r=e.type;return r+" "+t})).join(","),")")}var j=function(){function e(t){h(this,e),(0,u.defineReadOnly)(this,"types",Object.freeze((0,u.deepCopy)(t))),(0,u.defineReadOnly)(this,"_encoderCache",{}),(0,u.defineReadOnly)(this,"_types",{});var r={},n={},i={};Object.keys(t).forEach((function(e){r[e]={},n[e]=[],i[e]={}}));var a=function(e){var i={};t[e].forEach((function(a){i[a.name]&&b.throwArgumentError("duplicate variable name ".concat(JSON.stringify(a.name)," in ").concat(JSON.stringify(e)),"types",t),i[a.name]=!0;var o=a.type.match(/^([^\x5b]*)(\x5b|$)/)[1];o===e&&b.throwArgumentError("circular type reference to ".concat(JSON.stringify(o)),"types",t);var s=O(o);s||(n[o]||b.throwArgumentError("unknown type ".concat(JSON.stringify(o)),"types",t),n[o].push(e),r[e][o]=!0)}))};for(var o in t)a(o);var s=Object.keys(n).filter((function(e){return 0===n[e].length}));function c(e,a){a[e]&&b.throwArgumentError("circular type reference to ".concat(JSON.stringify(e)),"types",t),a[e]=!0,Object.keys(r[e]).forEach((function(e){n[e]&&(c(e,a),Object.keys(a).forEach((function(t){i[t][e]=!0})))})),delete a[e]}for(var l in 0===s.length?b.throwArgumentError("missing primary type","types",t):s.length>1&&b.throwArgumentError("ambiguous primary types or unused types: ".concat(s.map((function(e){return JSON.stringify(e)})).join(", ")),"types",t),(0,u.defineReadOnly)(this,"primaryType",s[0]),c(this.primaryType,{}),i){var f=Object.keys(i[l]);f.sort(),this._types[l]=I(l,t[l])+f.map((function(e){return I(e,t[e])})).join("")}}return v(e,[{key:"getEncoder",value:function(e){var t=this._encoderCache[e];return t||(t=this._encoderCache[e]=this._getEncoder(e)),t}},{key:"_getEncoder",value:function(e){var t=this,r=O(e);if(r)return r;var n=e.match(/^(.*)(\x5b(\d*)\x5d)$/);if(n){var i=n[1],a=this.getEncoder(i),u=parseInt(n[3]);return function(e){u>=0&&e.length!==u&&b.throwArgumentError("array length mismatch; expected length ${ arrayLength }","value",e);var r=e.map(a);return t._types[i]&&(r=r.map(s.keccak256)),(0,s.keccak256)((0,o.hexConcat)(r))}}var c=this.types[e];if(c){var l=(0,f.id)(this._types[e]);return function(e){var r=c.map((function(r){var n=r.name,i=r.type,a=t.getEncoder(i)(e[n]);return t._types[i]?(0,s.keccak256)(a):a}));return r.unshift(l),(0,o.hexConcat)(r)}}return b.throwArgumentError("unknown type: ".concat(e),"type",e)}},{key:"encodeType",value:function(e){var t=this._types[e];return t||b.throwArgumentError("unknown type: ".concat(JSON.stringify(e)),"name",e),t}},{key:"encodeData",value:function(e,t){return this.getEncoder(e)(t)}},{key:"hashStruct",value:function(e,t){return(0,s.keccak256)(this.encodeData(e,t))}},{key:"encode",value:function(e){return this.encodeData(this.primaryType,e)}},{key:"hash",value:function(e){return this.hashStruct(this.primaryType,e)}},{key:"_visit",value:function(e,t,r){var n=this,i=O(e);if(i)return r(e,t);var a=e.match(/^(.*)(\x5b(\d*)\x5d)$/);if(a){var o=a[1],s=parseInt(a[3]);return s>=0&&t.length!==s&&b.throwArgumentError("array length mismatch; expected length ${ arrayLength }","value",t),t.map((function(e){return n._visit(o,e,r)}))}var u=this.types[e];return u?u.reduce((function(e,i){var a=i.name,o=i.type;return e[a]=n._visit(o,t[a],r),e}),{}):b.throwArgumentError("unknown type: ".concat(e),"type",e)}},{key:"visit",value:function(e,t){return this._visit(this.primaryType,e,t)}}],[{key:"from",value:function(t){return new e(t)}},{key:"getPrimaryType",value:function(t){return e.from(t).primaryType}},{key:"hashStruct",value:function(t,r,n){return e.from(r).hashStruct(t,n)}},{key:"hashDomain",value:function(t){var r=[];for(var n in t){var i=E[n];i||b.throwArgumentError("invalid typed-data domain key: ".concat(JSON.stringify(n)),"domain",t),r.push({name:n,type:i})}return r.sort((function(e,t){return C.indexOf(e.name)-C.indexOf(t.name)})),e.hashStruct("EIP712Domain",{EIP712Domain:r},t)}},{key:"encode",value:function(t,r,n){return(0,o.hexConcat)(["0x1901",e.hashDomain(t),e.from(r).hash(n)])}},{key:"hash",value:function(t,r,n){return(0,s.keccak256)(e.encode(t,r,n))}},{key:"resolveNames",value:function(t,r,i,a){return m(this,void 0,void 0,n.default.mark((function s(){var c,l,f;return n.default.wrap((function(s){while(1)switch(s.prev=s.next){case 0:t=(0,u.shallowCopy)(t),c={},t.verifyingContract&&!(0,o.isHexString)(t.verifyingContract,20)&&(c[t.verifyingContract]="0x"),l=e.from(r),l.visit(i,(function(e,t){return"address"!==e||(0,o.isHexString)(t,20)||(c[t]="0x"),t})),s.t0=n.default.keys(c);case 6:if((s.t1=s.t0()).done){s.next=13;break}return f=s.t1.value,s.next=10,a(f);case 10:c[f]=s.sent,s.next=6;break;case 13:return t.verifyingContract&&c[t.verifyingContract]&&(t.verifyingContract=c[t.verifyingContract]),i=l.visit(i,(function(e,t){return"address"===e&&c[t]?c[t]:t})),s.abrupt("return",{domain:t,value:i});case 16:case"end":return s.stop()}}),s)})))}},{key:"getPayload",value:function(t,r,n){e.hashDomain(t);var i={},s=[];C.forEach((function(e){var r=t[e];null!=r&&(i[e]=T[e](r),s.push({name:e,type:E[e]}))}));var c=e.from(r),l=(0,u.shallowCopy)(r);return l.EIP712Domain?b.throwArgumentError("types must not contain EIP712Domain type","types.EIP712Domain",r):l.EIP712Domain=s,c.encode(n),{types:l,domain:i,primaryType:c.primaryType,message:c.visit(n,(function(e,t){if(e.match(/^bytes(\d*)/))return(0,o.hexlify)((0,o.arrayify)(t));if(e.match(/^u?int/))return a.BigNumber.from(t).toString();switch(e){case"address":return t.toLowerCase();case"bool":return!!t;case"string":return"string"!==typeof t&&b.throwArgumentError("invalid string","value",t),t}return b.throwArgumentError("unsupported type","type",e)}))}}}]),e}();t.TypedDataEncoder=j},2366:function(e,t){for(var r=[],n=0;n<256;++n)r[n]=(n+256).toString(16).substr(1);function i(e,t){var n=t||0,i=r;return[i[e[n++]],i[e[n++]],i[e[n++]],i[e[n++]],"-",i[e[n++]],i[e[n++]],"-",i[e[n++]],i[e[n++]],"-",i[e[n++]],i[e[n++]],"-",i[e[n++]],i[e[n++]],i[e[n++]],i[e[n++]],i[e[n++]],i[e[n++]]].join("")}e.exports=i},"23d3":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMessageInput:r("51c5").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!1,_i:1}},[r("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}})]),r("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[r("view",{staticClass:e._$s(4,"sc","big_title"),attrs:{_i:4}}),r("u-message-input",{attrs:{"inactive-color":"#E0E5F2","active-color":"#5B53FF",width:94,maxlength:6,mode:"box","dot-fill":!0,_i:5}}),r("view",{staticClass:e._$s(6,"sc","title"),attrs:{_i:6}})],1),e._e()],1)},a=[]},2403:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("a1ee");t.embed=n.p2data;var i=r("3c9f");t.p2ms=i.p2ms;var a=r("c9f3");t.p2pk=a.p2pk;var o=r("5049");t.p2pkh=o.p2pkh;var s=r("a92a");t.p2sh=s.p2sh;var u=r("b974");t.p2wpkh=u.p2wpkh;var c=r("b509");t.p2wsh=c.p2wsh},"241a":function(e,t,r){"use strict";r.r(t);var n=r("455b"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},2436:function(e,t){e.exports="/static/tongyonh/cry.png"},2479:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("555e"),i=r("e5d3"),a=r("36a1"),o=e.alloc(1,0);function s(t){var r=0;while(0===t[r])++r;return r===t.length?o:(t=t.slice(r),128&t[0]?e.concat([o,t],1+t.length):t)}function u(t){0===t[0]&&(t=t.slice(1));var r=e.alloc(32,0),n=Math.max(0,32-t.length);return t.copy(r,n),r}function c(t){var r=t.readUInt8(t.length-1),n=-129&r;if(n<=0||n>=4)throw new Error("Invalid hashType "+r);var a=i.decode(t.slice(0,-1)),o=u(a.r),s=u(a.s),c=e.concat([o,s],64);return{signature:c,hashType:r}}function l(t,r){a({signature:n.BufferN(64),hashType:n.UInt8},{signature:t,hashType:r});var o=-129&r;if(o<=0||o>=4)throw new Error("Invalid hashType "+r);var u=e.allocUnsafe(1);u.writeUInt8(r,0);var c=s(t.slice(0,32)),l=s(t.slice(32,64));return e.concat([i.encode(c,l),u])}t.decode=c,t.encode=l}).call(this,r("b639").Buffer)},"247b":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=a(r("2f06")),i=a(r("b9da"));function a(e){return e&&e.__esModule?e:{default:e}}function o(e,t){return(0,n.default)((0,i.default)(e,t),t)}e.exports=t.default,e.exports.default=t.default},"24f8":function(e,t,r){var n=r("9490"),i=r("0b16"),a=e.exports;for(var o in n)n.hasOwnProperty(o)&&(a[o]=n[o]);function s(e){if("string"===typeof e&&(e=i.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}a.request=function(e,t){return e=s(e),n.request.call(this,e,t)},a.get=function(e,t){return e=s(e),n.get.call(this,e,t)}},"25d1":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{checked:!1,list:[{lang:"\u7e41\u4f53\u4e2d\u6587",disabled:!1,name:"BitcoooWallet",link:"https://bitcoin.mainziqianbao.net/"},{lang:"\u7b80\u4f53\u4e2d\u6587",disabled:!1,name:"BitcoooWallet",link:"https://bitcoin.mainziqianbao.net/"},{lang:"English",disabled:!1,name:"BitcoooWallet",link:"https://bitcoin.mainziqianbao.net/"}],value:""}},methods:{radioChange:function(e){},radioGroupChange:function(e){},change:function(e){}},computed:{i18n:function(){return this.$t("index")}}};t.default=i},"262d":function(e,t,r){"use strict";var n=r("b639"),i=n.Buffer,a=r("b8f4");t=e.exports=s,t.encode=u,t.decode=c,t.isEncoded=l,t.names=Object.freeze(Object.keys(a.names)),t.codes=Object.freeze(Object.keys(a.codes));var o=new Error("Unsupported encoding");function s(e,t){if(!t)throw new Error("requires an encoded buffer");var r=d(e),n=i.from(r.code),a=r.name;return f(a,t),i.concat([n,t])}function u(e,t){var r=d(e),n=r.name;return s(n,i.from(r.encode(t)))}function c(e){i.isBuffer(e)&&(e=e.toString());var t=e.substring(0,1);e=e.substring(1,e.length),"string"===typeof e&&(e=i.from(e));var r=d(t);return i.from(r.decode(e.toString()))}function l(e){if(i.isBuffer(e)&&(e=e.toString()),"[object String]"!==Object.prototype.toString.call(e))return!1;var t=e.substring(0,1);try{var r=d(t);return r.name}catch(n){return!1}}function f(e,t){var r=d(e);r.decode(t.toString())}function d(e){var t;if(a.names[e])t=a.names[e];else{if(!a.codes[e])throw o;t=a.codes[e]}if(!t.isImplemented())throw new Error("Base "+e+" is not implemented yet");return t}},2631:function(e,t,r){var n=r("f252").keccak256,i=r("2f5b"),a=function(e,t){var r=i.reverse(i.pad(6,i.fromNumber(e))),a=i.flatten([r,"0x0000",t]);return n(a).slice(2)},o=function e(t){"string"===typeof t&&"0x"!==t.slice(0,2)?t=i.fromString(t):"string"!==typeof t&&void 0!==t.length&&(t=i.fromUint8Array(t));var r=i.length(t);if(r<=4096)return a(r,t);var n=4096;while(128*n7&&e[r].toUpperCase()!==e[r]||parseInt(t[r],16)<=7&&e[r].toLowerCase()!==e[r])return!1;return!0}}},"278c":function(e,t,r){var n=r("c135"),i=r("9b42"),a=r("6613"),o=r("c240");function s(e,t){return n(e)||i(e,t)||a(e,t)||o()}e.exports=s},"27af":function(e,t,r){"use strict";var n=r("f715"),i=r("8707").Buffer;e.exports=function(e){function t(t){var r=e(t);return n.encode(i.concat([t,r],t.length+4))}function r(t){var r=t.slice(0,-4),n=t.slice(-4),i=e(r);if(!(n[0]^i[0]|n[1]^i[1]|n[2]^i[2]|n[3]^i[3]))return r}function a(e){var t=n.decodeUnsafe(e);if(t)return r(t)}function o(t){var i=n.decode(t),a=r(i,e);if(!a)throw new Error("Invalid checksum");return a}return{encode:t,decode:o,decodeUnsafe:a}}},"27bf":function(e,t,r){"use strict";e.exports=o;var n=r("b19a"),i=Object.create(r("3a7c"));function a(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(!n)return this.emit("error",new Error("write callback called multiple times"));r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length1?r-1:0),i=1;i1?t-1:0),n=1;n=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),r=0;r>>0,f=new Uint8Array(c);while(a!==o){for(var d=t[a],h=0,p=c-1;(0!==d||h>>0,f[p]=d%s>>>0,d=d/s>>>0;if(0!==d)throw new Error("Non-zero carry");i=h,a++}var v=c-i;while(v!==c&&0===f[v])v++;for(var m=u.repeat(r);v>>0,l=new Uint8Array(o);while(e[r]){var f=t[e.charCodeAt(r)];if(255===f)return;for(var d=0,h=o-1;(0!==f||d>>0,l[h]=f%256>>>0,f=f/256>>>0;if(0!==f)throw new Error("Non-zero carry");a=d,r++}var p=o-a;while(p!==o&&0===l[p])p++;var v=n.allocUnsafe(i+(o-p));v.fill(0,0,i);var m=i;while(p!==o)v[m++]=l[p++];return v}function h(e){var t=d(e);if(t)return t;throw new Error("Non-base"+s+" character")}return{encode:f,decodeUnsafe:d,decode:h}}e.exports=i},"2a55":function(e,t){for(var r="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",n={},i=0;i>8,i[r]&=255;while(s)i.push(255&s),s>>=8}for(t=0;"1"===e[t]&&t=256)return!1}return!0}function f(e,t){if(t||(t={}),"number"===typeof e){a.checkSafeUint53(e,"invalid arrayify value");var r=[];while(e)r.unshift(255&e),e=parseInt(String(e/256));return 0===r.length&&r.push(0),s(new Uint8Array(r))}if(t.allowMissingPrefix&&"string"===typeof e&&"0x"!==e.substring(0,2)&&(e="0x"+e),o(e)&&(e=e.toHexString()),v(e)){var n=e.substring(2);n.length%2&&("left"===t.hexPad?n="0x0"+n.substring(2):"right"===t.hexPad?n+="0":a.throwArgumentError("hex data is odd-length","value",e));for(var i=[],u=0;ut&&a.throwArgumentError("value out of range","value",arguments[0]);var r=new Uint8Array(t);return r.set(e,t-e.length),s(r)}function v(e,t){return!("string"!==typeof e||!e.match(/^0x[0-9A-Fa-f]*$/))&&(!t||e.length===2+2*t)}var m="0123456789abcdef";function b(e,t){if(t||(t={}),"number"===typeof e){a.checkSafeUint53(e,"invalid hexlify value");var r="";while(e)r=m[15&e]+r,e=Math.floor(e/16);return r.length?(r.length%2&&(r="0"+r),"0x"+r):"0x00"}if("bigint"===typeof e)return e=e.toString(16),e.length%2?"0x0"+e:"0x"+e;if(t.allowMissingPrefix&&"string"===typeof e&&"0x"!==e.substring(0,2)&&(e="0x"+e),o(e))return e.toHexString();if(v(e))return e.length%2&&("left"===t.hexPad?e="0x0"+e.substring(2):"right"===t.hexPad?e+="0":a.throwArgumentError("hex data is odd-length","value",e)),e.toLowerCase();if(l(e)){for(var n="0x",i=0;i>4]+m[15&s]}return n}return a.throwArgumentError("invalid hexlify value","value",e)}function g(e){if("string"!==typeof e)e=b(e);else if(!v(e)||e.length%2)return null;return(e.length-2)/2}function y(e,t,r){return"string"!==typeof e?e=b(e):(!v(e)||e.length%2)&&a.throwArgumentError("invalid hexData","value",e),t=2+2*t,null!=r?"0x"+e.substring(t,2+2*r):"0x"+e.substring(t)}function w(e){var t="0x";return e.forEach((function(e){t+=b(e).substring(2)})),t}function _(e){var t=k(b(e,{hexPad:"left"}));return"0x"===t?"0x0":t}function k(e){"string"!==typeof e&&(e=b(e)),v(e)||a.throwArgumentError("invalid hex string","value",e),e=e.substring(2);var t=0;while(t2*t+2&&a.throwArgumentError("value out of range","value",arguments[1]);while(e.length<2*t+2)e="0x0"+e.substring(2);return e}function S(e){var t={r:"0x",s:"0x",_vs:"0x",recoveryParam:0,v:0};if(u(e)){var r=f(e);65!==r.length&&a.throwArgumentError("invalid signature string; must be 65 bytes","signature",e),t.r=b(r.slice(0,32)),t.s=b(r.slice(32,64)),t.v=r[64],t.v<27&&(0===t.v||1===t.v?t.v+=27:a.throwArgumentError("signature invalid v byte","signature",e)),t.recoveryParam=1-t.v%2,t.recoveryParam&&(r[32]|=128),t._vs=b(r.slice(32,64))}else{if(t.r=e.r,t.s=e.s,t.v=e.v,t.recoveryParam=e.recoveryParam,t._vs=e._vs,null!=t._vs){var n=p(f(t._vs),32);t._vs=b(n);var i=n[0]>=128?1:0;null==t.recoveryParam?t.recoveryParam=i:t.recoveryParam!==i&&a.throwArgumentError("signature recoveryParam mismatch _vs","signature",e),n[0]&=127;var o=b(n);null==t.s?t.s=o:t.s!==o&&a.throwArgumentError("signature v mismatch _vs","signature",e)}if(null==t.recoveryParam)null==t.v?a.throwArgumentError("signature missing v and recoveryParam","signature",e):0===t.v||1===t.v?t.recoveryParam=t.v:t.recoveryParam=1-t.v%2;else if(null==t.v)t.v=27+t.recoveryParam;else{var s=0===t.v||1===t.v?t.v:1-t.v%2;t.recoveryParam!==s&&a.throwArgumentError("signature recoveryParam mismatch v","signature",e)}null!=t.r&&v(t.r)?t.r=x(t.r,32):a.throwArgumentError("signature missing or invalid r","signature",e),null!=t.s&&v(t.s)?t.s=x(t.s,32):a.throwArgumentError("signature missing or invalid s","signature",e);var c=f(t.s);c[0]>=128&&a.throwArgumentError("signature s out of range","signature",e),t.recoveryParam&&(c[0]|=128);var l=b(c);t._vs&&(v(t._vs)||a.throwArgumentError("signature invalid _vs","signature",e),t._vs=x(t._vs,32)),null==t._vs?t._vs=l:t._vs!==l&&a.throwArgumentError("signature _vs mismatch v and s","signature",e)}return t}function A(e){return e=S(e),b(d([e.r,e.s,e.recoveryParam?"0x1c":"0x1b"]))}},"2aee":function(e,t,r){var n=r("4111"),i=r("d70e"),a=r("4dd0"),o=r("fda6"),s=r("a099"),u=r("8707").Buffer;function c(e){var t;"object"!==typeof e||u.isBuffer(e)||(t=e.passphrase,e=e.key),"string"===typeof e&&(e=u.from(e));var r,i,o=a(e,t),s=o.tag,c=o.data;switch(s){case"CERTIFICATE":i=n.certificate.decode(c,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(i||(i=n.PublicKey.decode(c,"der")),r=i.algorithm.algorithm.join("."),r){case"1.2.840.113549.1.1.1":return n.RSAPublicKey.decode(i.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return i.subjectPrivateKey=i.subjectPublicKey,{type:"ec",data:i};case"1.2.840.10040.4.1":return i.algorithm.params.pub_key=n.DSAparam.decode(i.subjectPublicKey.data,"der"),{type:"dsa",data:i.algorithm.params};default:throw new Error("unknown key id "+r)}throw new Error("unknown key type "+s);case"ENCRYPTED PRIVATE KEY":c=n.EncryptedPrivateKey.decode(c,"der"),c=l(c,t);case"PRIVATE KEY":switch(i=n.PrivateKey.decode(c,"der"),r=i.algorithm.algorithm.join("."),r){case"1.2.840.113549.1.1.1":return n.RSAPrivateKey.decode(i.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:i.algorithm.curve,privateKey:n.ECPrivateKey.decode(i.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return i.algorithm.params.priv_key=n.DSAparam.decode(i.subjectPrivateKey,"der"),{type:"dsa",params:i.algorithm.params};default:throw new Error("unknown key id "+r)}throw new Error("unknown key type "+s);case"RSA PUBLIC KEY":return n.RSAPublicKey.decode(c,"der");case"RSA PRIVATE KEY":return n.RSAPrivateKey.decode(c,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:n.DSAPrivateKey.decode(c,"der")};case"EC PRIVATE KEY":return c=n.ECPrivateKey.decode(c,"der"),{curve:c.parameters.value,privateKey:c.privateKey};default:throw new Error("unknown key type "+s)}}function l(e,t){var r=e.algorithm.decrypt.kde.kdeparams.salt,n=parseInt(e.algorithm.decrypt.kde.kdeparams.iters.toString(),10),a=i[e.algorithm.decrypt.cipher.algo.join(".")],c=e.algorithm.decrypt.cipher.iv,l=e.subjectPrivateKey,f=parseInt(a.split("-")[1],10)/8,d=s.pbkdf2Sync(t,r,n,f,"sha1"),h=o.createDecipheriv(a,d,c),p=[];return p.push(h.update(l)),p.push(h.final()),u.concat(p)}e.exports=c,c.signature=n.signature},"2b51":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,i={};t.wordlists=i,t._default=n;try{t._default=n=r("95c6"),i.czech=n}catch(a){}try{t._default=n=r("83b8"),i.chinese_simplified=n}catch(a){}try{t._default=n=r("21cf"),i.chinese_traditional=n}catch(a){}try{t._default=n=r("6896"),i.korean=n}catch(a){}try{t._default=n=r("91db"),i.french=n}catch(a){}try{t._default=n=r("cd14"),i.italian=n}catch(a){}try{t._default=n=r("e2de"),i.spanish=n}catch(a){}try{t._default=n=r("d221"),i.japanese=n,i.JA=n}catch(a){}try{t._default=n=r("c57a"),i.portuguese=n}catch(a){}try{t._default=n=r("a037"),i.english=n,i.EN=n}catch(a){}},"2be0":function(e,t,r){"use strict";r.r(t);var n=r("863e"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"2c04":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=u;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^(?:[0-9]{9}X|[0-9]{10})$/,o=/^(?:[0-9]{13})$/,s=[1,3];function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if((0,n.default)(e),t=String(t),!t)return u(e,10)||u(e,13);var r,i=e.replace(/[\s-]+/g,""),c=0;if("10"===t){if(!a.test(i))return!1;for(r=0;r<9;r++)c+=(r+1)*i.charAt(r);if("X"===i.charAt(9)?c+=100:c+=10*i.charAt(9),c%11===0)return!!i}else if("13"===t){if(!o.test(i))return!1;for(r=0;r<12;r++)c+=s[r%2]*i.charAt(r);if(i.charAt(12)-(10-c%10)%10===0)return!!i}return!1}e.exports=t.default,e.exports.default=t.default},"2c10":function(e){e.exports=JSON.parse('{"name":"constantinople","comment":"Postponed hardfork including EIP-1283 (SSTORE gas metering changes)","eip":{"url":"https://eips.ethereum.org/EIPS/eip-1013","status":"Final"},"gasConfig":{},"gasPrices":{"netSstoreNoopGas":{"v":200,"d":"Once per SSTORE operation if the value doesn\'t change"},"netSstoreInitGas":{"v":20000,"d":"Once per SSTORE operation from clean zero"},"netSstoreCleanGas":{"v":5000,"d":"Once per SSTORE operation from clean non-zero"},"netSstoreDirtyGas":{"v":200,"d":"Once per SSTORE operation from dirty"},"netSstoreClearRefund":{"v":15000,"d":"Once per SSTORE operation for clearing an originally existing storage slot"},"netSstoreResetRefund":{"v":4800,"d":"Once per SSTORE operation for resetting to the original non-zero value"},"netSstoreResetClearRefund":{"v":19800,"d":"Once per SSTORE operation for resetting to the original zero value"}},"vm":{},"pow":{"minerReward":{"v":"2000000000000000000","d":"The amount a miner gets rewarded for mining a block"}},"casper":{},"sharding":{}}')},"2c63":function(e,t,r){e.exports=r("dc14")},"2cfd":function(e,t,r){"use strict";var n;function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={index:(n={faq:"\u5e6b\u52a9\u4e2d\u5fc3",t1:"\u4ec0\u9ebc\u662f\u5340\u584a\u93c8\uff1f",t2:"\u4ec0\u9ebc\u662f\u53bb\u4e2d\u5fc3\u5316\u9322\u5305\uff1f",t3:"\u4ec0\u9ebc\u662f\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u548c\u5bc6\u78bc\uff1f",t4:"\u4ec0\u9ebc\u662f\u7926\u5de5\u8cbb\uff1f",t5:"\u6211\u6211\u5f80\u5408\u7d04\u8f49\u8cec\u4e86\u600e\u9ebc\u8fa6\uff1f",t6:"\u4e0d\u540c\u516c\u93c8\u9593\u4e0d\u80fd\u76f4\u63a5\u8f49\u8cec",t7:"\u6211\u8f49\u8cec\u5931\u6557\u4e86\uff0c\u70ba\u4ec0\u9ebc\u4e0d\u7d66\u6211\u9000\u5e63\uff1f",b1:"\u5340\u584a\u934a\u662f\u4e00\u500b\u5171\u4eab\u6578\u64da\u5eab\uff0c\u5b58\u5132\u65bc\u5176\u4e2d\u7684\u6578\u64da\u6216\u4fe1\u606f\uff0c\u5177\u6709\u4e0d\u53ef\u507d\u9020\u3001\u5168\u7a0b\u7559\u75d5\u3001\u53ef\u4ee5\u8ffd\u6eaf\u3001\u516c\u958b\u900f\u660e\u548c\u96c6\u9ad4\u7dad\u8b77\u7b49\u7279\u5fb5\u3002\u53ef\u4ee5\u628a\u5340\u584a\u93c8\u7406\u89e3\u70ba\u4e00\u500b\u5171\u4eab\u7684\u3001\u4e0d\u53ef\u66f4\u6539\u7684\u96fb\u5b50\u8cec\u672c\uff0c\u80fd\u5920\u5728\u7db2\u7d61\u4e2d\u8a18\u9304\u4ea4\u6613\u548c\u8ddf\u8e2a\u8cc7\u7522\u3002\u9019\u88e1\u7684\u8cc7\u7522\u53ef\u4ee5\u662f\u6709\u5f62\u7684\uff08\u4f8b\u5982\u623f\u548c\u8eca\uff09\uff0c\u4e5f\u53ef\u4ee5\u662f\u7121\u5f62\u7684\uff08\u4f8b\u5982\u77e5\u8b58\u7522\u6b0a\u3001\u5c08\u5229\u548c\u54c1\u724c\uff09\u3002\u5e7e\u4e4e\u4efb\u4f55\u6709\u50f9\u503c\u7684\u6771\u897f\u90fd\u53ef\u4ee5\u5728\u5340\u584a\u934a\u7db2\u7d61\u4e0a\u9032\u884c\u8ddf\u8e2a\u548c\u4ea4\u6613\uff0c\u5f9e\u800c\u964d\u4f4e\u5404\u65b9\u9762\u7684\u98a8\u96aa\u548c\u6210\u672c\u3002\n\t\t\u76ee\u524d\u5340\u584a\u93c8\u6280\u8853\u6700\u5927\u7684\u61c9\u7528\u662f\u6578\u5b57\u8ca8\u5e63\uff0c\u56e0\u70ba\u652f\u4ed8\u7684\u672c\u8cea\u662f\u201c\u5c07\u8cec\u6236A\u4e2d\u6e1b\u5c11\u7684\u91d1\u984d\u589e\u52a0\u5230\u8cec\u6236B\u4e2d\u201d\u3002\u5982\u679c\u4eba\u5011\u6709\u4e00\u672c\u516c\u5171\u8cec\u7c3f\uff0c\u8a18\u9304\u4e86\u6240\u6709\u7684\u8cec\u6236\u81f3\u4eca\u70ba\u6b62\u7684\u6240\u6709\u4ea4\u6613\uff0c\u90a3\u9ebc\u5c0d\u65bc\u4efb\u4f55\u4e00\u500b\u8cec\u6236\uff0c\u4eba\u5011\u90fd\u53ef\u4ee5\u8a08\u7b97\u51fa\u5b83\u7576\u524d\u64c1\u6709\u7684\u91d1\u984d\u6578\u91cf\u3002\u800c\u5340\u584a\u93c8\u6070\u6070\u662f\u7528\u65bc\u5be6\u73fe\u9019\u500b\u76ee\u7684\u7684\u516c\u5171\u8cec\u7c3f\uff0c\u5176\u4fdd\u5b58\u4e86\u5168\u90e8\u4ea4\u6613\u8a18\u9304\u3002\n\t\t\u5340\u584a\u93c8\u8d77\u6e90\u65bc\u6bd4\u7279\u5e63\uff0c2008\u5e7411\u67081\u65e5\uff0c\u4e00\u4f4d\u81ea\u7a31\u4e2d\u672c\u8070(Satoshi Nakamoto)\u7684\u4eba\u767c\u8868\u4e86\u300a\u6bd4\u7279\u5e63:\u4e00\u7a2e\u9ede\u5c0d\u9ede\u7684\u96fb\u5b50\u73fe\u91d1\u7cfb\u7d71\u300b\u4e00\u6587\uff0c\u95e1\u8ff0\u4e86\u57fa\u65bcP2P\u7db2\u7d61\u6280\u8853\u3001\u52a0\u5bc6\u6280\u8853\u3001\u6642\u9593\u6233\u6280\u8853\u3001\u5340\u584a\u93c8\u6280\u8853\u7b49\u7684\u96fb\u5b50\u73fe\u91d1\u7cfb\u7d71\u7684\u69cb\u67b6\u7406\u5ff5\uff0c\u9019\u6a19\u8a8c\u8457\u6bd4\u7279\u5e63\u7684\u8a95\u751f\u3002\u5169\u500b\u6708\u5f8c\u7406\u8ad6\u6b65\u5165\u5be6\u8e10\uff0c2009\u5e741\u67083\u65e5\u7b2c\u4e00\u500b\u5e8f\u865f\u70ba0\u7684\u5275\u4e16\u5340\u584a\u8a95\u751f\u3002\u5e7e\u5929\u540e2009\u5e741\u67089\u65e5\u51fa\u73fe\u5e8f\u865f\u70ba1\u7684\u5340\u584a\uff0c\u4e26\u8207\u5e8f\u865f\u70ba0\u7684\u5275\u4e16\u5340\u584a\u76f8\u9023\u63a5\u5f62\u6210\u4e86\u93c8\uff0c\u6a19\u8a8c\u8457\u5340\u584a\u93c8\u7684\u8a95\u751f\u3002",b2:"\u76f8\u5c0d\u65bc\u79c1\u9470\u638c\u63e1\u5728\u7b2c\u4e09\u65b9\u670d\u52d9\u5546\u624b\u4e2d\u7684\u4e2d\u5fc3\u5316\u9322\u5305\uff08\u4ea4\u6613\u6240\uff09\uff0c\u53bb\u4e2d\u5fc3\u5316\u9322\u5305\u7684\u79c1\u9470\u5247\u7531\u7528\u6236\u81ea\u5df1\u4fdd\u5b58\uff0c\u8cc7\u7522\u5b58\u5132\u5728\u5340\u584a\u93c8\u4e0a\uff0c\u7528\u6236\u662f\u771f\u6b63\u7684\u6578\u5b57\u8ca8\u5e63\u7684\u6301\u6709\u8005\uff0c\u9322\u5305\u53ea\u662f\u5e6b\u52a9\u7528\u6236\u7ba1\u7406\u93c8\u4e0a\u8cc7\u7522\u548c\u8b80\u53d6\u5340\u584a\u93c8\u6578\u64da\u7684\u4e00\u500b\u5de5\u5177\uff0c\u6240\u4ee5\u4e5f\u5c31\u7121\u6cd5\u63a7\u5236\u3001\u7aca\u53d6\u3001\u8f49\u79fb\u4f60\u7684\u8cc7\u7522\u3002\n\t\t\u56e0\u6b64\u53bb\u4e2d\u5fc3\u5316\u7684\u9322\u5305\u5f88\u96e3\u88ab\u9ed1\u5ba2\u96c6\u4e2d\u653b\u64ca\uff0c\u7528\u6236\u4e5f\u4e0d\u5fc5\u64d4\u5fc3\u9322\u5305\u670d\u52d9\u5546\u7684\u81ea\u6211\u7aca\u53d6\u6216\u8005\u8dd1\u8def\uff0c\u56e0\u70ba\u53ea\u8981\u5275\u5efa\u9322\u5305\u7684\u6642\u5019\u81ea\u5df1\u628a\u79c1\u9470\u4fdd\u7ba1\u597d\uff0c\u60a8\u7684\u8cc7\u7522\u4f9d\u7136\u5728\u93c8\u4e0a\uff0c\u63db\u500b\u9322\u5305\u4e00\u6a23\u53ef\u4ee5\u986f\u793a\u51fa\u4f86\u7684\u3002\n\t\t\u6ce8\u610f\uff1a\u53bb\u4e2d\u5fc3\u5316\u9322\u5305\u4e00\u65e6\u4e1f\u5931\u3001\u88ab\u76dc\uff0c\u5728\u6c92\u6709\u5099\u4efd\u79c1\u9470\u6216\u52a9\u8a18\u8a5e\u7684\u60c5\u6cc1\u4e0b\u662f\u7121\u6cd5\u627e\u56de\u7684\uff0c\u56e0\u6b64\u4e00\u5b9a\u8981\u5b89\u5168\u3001\u6b63\u78ba\u7684\u5099\u4efd\u60a8\u7684\u79c1\u9470\u3002",b3:"\u79c1\u9470 \u79c1\u9470\u662f\u7531\u5b57\u6bcd\u548c\u6578\u5b57\u7d44\u6210\u768464\u4f4d\u9577\u5ea6\u7684\u5341\u516d\u9032\u88fd\u5b57\u7b26\u4e32\u3002\u5275\u5efa\u9322\u5305\u5f8c\uff0c\u8f38\u5165\u5bc6\u78bc\u5373\u53ef\u5c0e\u51fa\u79c1\u9470\uff0c\u4e00\u500b\u8cec\u6236\u53ea\u6709\u4e00\u500b\u79c1\u9470\u4e26\u4e14\u4e0d\u80fd\u4fee\u6539\u3002\u901a\u5e38\u4e00\u500b\u9322\u5305\u4e2d\u79c1\u9470\u548c\u516c\u9470\u662f\u6210\u5c0d\u51fa\u73fe\u7684\uff0c\u6709\u4e86\u79c1\u9470\uff0c\u53ef\u4ee5\u901a\u904e\u4e00\u5b9a\u7684\u7b97\u6cd5\u751f\u6210\u516c\u9470\uff0c\u518d\u901a\u904e\u516c\u9470\u7d93\u904e\u4e00\u5b9a\u7684\u7b97\u6cd5\u751f\u6210\u5730\u5740\uff0c\u9019\u500b\u904e\u7a0b\u662f\u4e0d\u53ef\u9006\u7684\u3002\n\t\t\u5728\u4efb\u610f\u9322\u5305\u4e0a\uff0c\u901a\u904e\u5c0e\u5165\u79c1\u9470\u4e26\u8a2d\u7f6e\u4e00\u500b\u65b0\u7684\u5bc6\u78bc\u5c31\u53ef\u4ee5\u628a\u4e4b\u524d\u7684A\u9322\u5305\u7684\u8cc7\u7522\u5c0e\u5165B\u9322\u5305\u3002\u6bd4\u5982\u624b\u6a5f\u4e1f\u5931\uff0c\u53ea\u9700\u5c0e\u5165\u79c1\u9470\u5c31\u53ef\u4ee5\u6062\u5fa9\u8cc7\u7522\u3002\n\t\t\u52a9\u8a18\u8a5e \u52a9\u8a18\u8a5e\u7684\u51fa\u73fe\u662f\u7531\u65bc\u79c1\u9470\u753164\u4f4d\u5b57\u7b26\u4e32\u7d44\u6210\uff0c\u4e0d\u65b9\u4fbf\u8a18\u9304\u4e14\u5bb9\u6613\u6284\u932f\u3002\u70ba\u4e86\u65b9\u4fbf\u7528\u6236\u8a18\u61b6\u548c\u8a18\u9304\uff0c\u7c21\u5316\u621012\u500b\u55ae\u8a5e\u7d44\u6210\u7684\u52a9\u8a18\u8a5e\uff0c\u6bcf\u500b\u55ae\u8a5e\u4e4b\u9593\u6709\u4e00\u500b\u7a7a\u683c\uff0c\u52a9\u8a18\u8a5e\u548c\u79c1\u9470\u5177\u6709\u540c\u6a23\u7684\u529f\u80fd\uff0c\u5373\u53ea\u8981\u8f38\u5165\u52a9\u8a18\u8a5e\u4e26\u8a2d\u7f6e\u4e00\u500b\u65b0\u7684\u5bc6\u78bc\uff0c\u5c31\u53ef\u4ee5\u5c0e\u5165\u9322\u5305\u3002\u548c\u79c1\u9470\u4e00\u6a23\uff0c\u4e00\u500b\u9322\u5305\u53ea\u6709\u4e00\u5957\u52a9\u8a18\u8a5e\u4e14\u4e0d\u80fd\u4fee\u6539\u3002\n\t\t\u9322\u5305\u5bc6\u78bc \u5728BitCooo\u5275\u5efa\u9322\u5305\u6642\uff0c\u9700\u8981\u8a2d\u7f6e\u4e00\u500b\u5bc6\u78bc\uff0c\u8981\u6c42\u4e0d\u5c11\u65bc8\u500b\u5b57\u7b26\u3002\u9322\u5305\u5bc6\u78bc\u4e3b\u8981\u7528\u65bc\u7ba1\u7406\u9322\u5305\uff0c\u4f8b\u5982\u8f49\u8cec\u6642\u9700\u8981\u8f38\u5165\u5bc6\u78bc\uff1b\u7528\u79c1\u9470/\u52a9\u8a18\u8a5e\u5c0e\u5165\u9322\u5305\u6642\uff0c\u5fc5\u9808\u8f38\u5165\u9322\u5305\u5bc6\u78bc\u3002\u5bc6\u78bc\u53ef\u4ee5\u9032\u884c\u4fee\u6539\u6216\u91cd\u7f6e\u3002\u5982\u679c\u539f\u5bc6\u78bc\u5fd8\u8a18\uff0c\u53ef\u4ee5\u7528\u79c1\u9470\u6216\u662f\u52a9\u8a18\u8a5e\u5c0e\u5165\u9322\u5305\uff0c\u540c\u6642\u8a2d\u7f6e\u65b0\u7684\u5bc6\u78bc\u3002\n\t\t\u53ef\u4ee5\u4ee5\u9280\u884c\u8cec\u6236\u9032\u884c\u985e\u6bd4\u4ee5\u4fbf\u5340\u5206\uff1a \u79c1\u9470=\u9280\u884c\u5361\u865f+\u9280\u884c\u5361\u5bc6\u78bc \u52a9\u8a18\u8a5e=\u9280\u884c\u5361\u865f+\u9280\u884c\u5361\u5bc6\u78bc \u5bc6\u78bc=\u9280\u884c\u5361\u5bc6\u78bc",b4:"\u7926\u5de5\u8cbb\uff08Gas Fee\uff09\u9867\u540d\u601d\u7fa9\u5c31\u662f\u652f\u4ed8\u7d66\u7926\u5de5\u7684\u624b\u7e8c\u8cbb\uff0c\u7576\u60a8\u5728\u5340\u584a\u93c8\u4e0a\u9032\u884c\u8f49\u8cec\u6642\uff0c\u7926\u5de5\u9700\u8981\u628a\u60a8\u7684\u8f49\u8cec\u4ea4\u6613\u6253\u5305\u4e26\u653e\u4e0a\u5340\u584a\u93c8\uff0c\u624d\u80fd\u4f7f\u4ea4\u6613\u5b8c\u6210\uff0c\u5728\u9019\u904e\u7a0b\u4e2d\u6703\u6d88\u8017\u5340\u584a\u93c8\u7684\u904b\u7b97\u8cc7\u6e90\uff0c\u56e0\u6b64\u7522\u751f\u7926\u5de5\u8cbb\u7528\u3002\n\t\t\u624b\u7e8c\u8cbb\u662f\u7531Gas Price\uff08\u55ae\u50f9\uff09\u548c\u6d88\u8017\u7684 Gas Limit\uff08\u6578\u91cf\uff09\u4f86\u78ba\u5b9a\u7684\uff0c\u5176\u4e2d\u8a08\u7b97\u516c\u5f0f\u5982\u4e0b\uff1a \u7926\u5de5\u8cbb = Gas Limit * Gas Price\n\t\tGas Limit\u6578\u91cf\u4e3b\u8981\u53d7\u6839\u64da\u667a\u80fd\u5408\u7d04\u7684\u5167\u5bb9\u64cd\u4f5c\u8907\u96dc\u7a0b\u5ea6\u5f71\u97ff\u3002\u64cd\u4f5c\u8d8a\u591a\uff0cGas limit\u8d8a\u9ad8\u3002 Gas Price\u662f\u7531\u767c\u8d77\u65b9\u8a2d\u7f6e\u7684\uff0c\u767c\u8d77\u65b9\u8a2d\u7f6e\u7684Gas Price\u7684\u50f9\u683c\u8d8a\u9ad8\uff0c\u5176\u767c\u8d77\u7684\u4ea4\u6613\u5c31\u80fd\u8d8a\u5feb\u88ab\u6253\u5305\u3002\n\t\t\u6ce8\uff1a ETH\u7684Gas\u8cbb\u70baETH; BSC\u7684Gas\u8cbb\u70baBNB; HECO\u7684Gas\u8cbb\u70baHT; OKExChain\u7684Gas\u8cbb\u70baOKT;\n\t\tGas\u7528\u4e0d\u5b8c\u662f\u53ef\u4ee5\u9000\u56de\u7684\u3002",b5:"\u667a\u80fd\u5408\u7d04\u662f\u7531\u4e00\u500b\u5730\u5740\u548c\u8a72\u5730\u5740\u5c0d\u61c9\u5b58\u5132\u7684\u4ee3\u78bc\u69cb\u6210\u7684\u3002\u4f8b\u5982\u5728\u4ee5\u592a\u574a\u4e0a\u767cERC20\u7684Token\uff0c\u672c\u8cea\u4e0a\u5c31\u662f\u5275\u5efa\u4e86\u4e00\u500bToken\u7684\u667a\u80fd\u5408\u7d04\uff0c\u667a\u80fd\u5408\u7d04\u7684\u4ee3\u78bc\u6c7a\u5b9a\u4e86\u9019\u500b\u5730\u5740\u88e1\u7684Token\u7684\u6240\u6709\u5167\u5bb9\u3002\n\t\t\u7531\u65bc\u667a\u80fd\u5408\u7d04\u6c92\u6709\u79c1\u9470\uff0c\u4e00\u65e6\u8f49\u5165\u5408\u7d04\u5730\u5740\uff0c\u5247\u6709\u53ef\u80fd\u518d\u4e5f\u7121\u6cd5\u8f49\u51fa\u3002 \uff08\u6709\u4e9b\u5408\u7d04\u9810\u7559\u4e86\u53ef\u4ee5\u8f49\u8d70Token\u7684\u4ee3\u78bc\uff0c\u4e5f\u6709\u574a\u9593\u8a8d\u70ba\u6b64\u8209\u70ba\u533f\u540d\u9805\u76ee\u65b9\u6545\u610f\u7559\u4e0b\u7684\u201c\u5f8c\u9580\u201d\uff0c\u5b58\u5728\u96b1\u60a3\u3002\uff09\n\t\t\u6240\u4ee5\u5728\u8f49\u8cec\u6216\u8005\u4ea4\u6613\u6240\u63d0Token\u6642\u5343\u842c\u4e0d\u8981\u76f4\u63a5\u8f49\u5230\u8a72Token\u7684\u5408\u7d04\u5730\u5740\u3002",b6:"\u96a8\u8457\u516c\u93c8\u7684\u767c\u5c55\uff0c\u4ea4\u6613\u6240\u4e5f\u5728\u63a8\u51fa\u5176\u81ea\u8eab\u7684\u516c\u93c8\uff0c\u6bd4\u5982\u5e63\u5b89\u63a8\u51fa\u7684\u5e63\u5b89\u667a\u80fd\u93c8\uff08BSC\uff09\uff0c\u706b\u5e63\u63a8\u51fa\u7684\u706b\u5e63\u751f\u614b\u93c8\uff08HECO\uff09\uff0cOKEx\u63a8\u51fa\u7684OKExChain\u7b49\u7b49\u3002\n\t\t\u7531\u65bc\u8de8\u93c8\u7684\u9700\u6c42\u4e0d\u65b7\u589e\u52a0\uff0c\u56e0\u6b64\u4e0d\u540c\u516c\u93c8\u4e0a\u6703\u51fa\u73fe\u540c\u4e00\u7a2e\u8cc7\u7522\uff0c\u6bd4\u5982USDT\u5728ETH\u3001TRX\u3001BSC\u3001HECO\u7b49\u90fd\u53ef\u6d41\u901a\uff0c\u4f46\u662f\u4ed6\u5011\u4e4b\u9593\u4e26\u4e0d\u662f\u5b8c\u5168\u4e00\u81f4\uff0c\u4e5f\u4e0d\u53ef\u4ee5\u76f4\u63a5\u76f8\u4e92\u8f49\u8cec\uff0c\u800c\u4e14ETH\u3001BSC\u3001HECO\u548cOKExChain\u4ed6\u5011\u7684\u5730\u5740\u683c\u5f0f\u90fd\u662f\u4e00\u81f4\u7684\uff0c\u56e0\u6b64\u7d93\u5e38\u5c0e\u81f4\u7528\u6236\u8f49\u8cec\u6216\u63d0\u73fe\u51fa\u932f\u3002\n\t\t\u6ce8\u610f\uff1a 1.\u4e0d\u540c\u516c\u93c8\u4e4b\u9593\u4e0d\u53ef\u4ee5\u76f4\u63a5\u76f8\u4e92\u8f49\u8cec\uff0c\u6bd4\u5982\u4ee5\u592a\u574a\u4e0a\u7684USDT\u7121\u6cd5\u76f4\u63a5\u8f49\u8cec\u5230HECO\u4e0a\u3002\n\t\t2.\u4ea4\u6613\u6240\u63d0\u5e63\uff0c\u8981\u6ce8\u610f\u9078\u64c7\u63d0\u5e63\u901a\u9053/\u516c\u93c8\u3002\u6bd4\u5982\u8981\u5f9e\u5e63\u5b89\u63d0\u5e63\u5230\u5e63\u5b89\u667a\u80fd\u93c8\uff0c\u5c31\u5fc5\u9808\u9078\u64c7BEP20\u6216\u8005BSC\u901a\u9053\uff1b\u518d\u6bd4\u5982\u5f9e\u706b\u5e63\u63d0\u5e63\u5230\u706b\u5e63\u751f\u614b\u93c8\uff0c\u5c31\u5fc5\u9808\u9078\u64c7HECO\u901a\u9053\uff0c\u5426\u5247\u7121\u6cd5\u5230\u8cec\u3002\n\t\t\u5982\u679c\u63d0\u932f\u901a\u9053\u4e86\uff0c\u6216\u8005\u8f49\u932f\u93c8\u4e86\u8981\u600e\u9ebc\u8655\u7406\uff1f 1. \u5982\u679c\u76f4\u63a5\u8f49\u8cec\u8f49\u932f\u4e86\uff0c\u6bd4\u5982\u5728\u9322\u5305\u76f4\u63a5\u5f9e\u4ee5\u592a\u574a\u8f49USDT\u5230BSC\u9322\u5305\uff0c\u9019\u7a2e\u60c5\u6cc1\u4e0bBSC\u9322\u5305\u80af\u5b9a\u662f\u6536\u4e0d\u5230\u8cec\u7684\uff0c\u90a3\u9ebc\u4f60\u53ea\u9700\u8981\u5c07BSC\u9322\u5305\u5c0d\u61c9\u7684\u79c1\u9470\u5c0e\u5165\u5230\u4ee5\u592a\u574a\u53bb\uff0c\u5c31\u53ef\u4ee5\u770b\u5230USDT\u51fa\u73fe\u4e86\u3002 \uff08\u5982\u679c\u770b\u4e0d\u5230USDT\uff0c\u53ef\u4ee5\u624b\u52d5\u6dfb\u52a0\u4e00\u4e0b\u4ee3\u5e63\uff09 \n\t\t2. \u4ea4\u6613\u6240\u63d0\u5e63\u63d0\u932f\u901a\u9053\uff0c\u6bd4\u5982\u4f60\u8981\u63d0USDT\u5230HECO\uff0c\u4f46\u662f\u5fd8\u8a18\u9078\u64c7\u901a\u9053\u6216\u8005\u9078\u932f\u4e86\u901a\u9053\u5230\u4e86\u4ee5\u592a\u574a\uff0c\u90a3\u9ebc\u9019\u500b\u6642\u5019\u4f60\u53ea\u9700\u8981\u5c07\u4f60\u7684HECO\u4e0a\u7684\u9322\u5305\u5c0d\u61c9\u7684\u79c1\u9470\uff0c\u5c0e\u5165\u5230\u4ee5\u592a\u574a\u53bb\uff0c\u5c31\u53ef\u4ee5\u770b\u5230USDT\u51fa\u73fe\u4e86\u3002 \uff08\u5982\u679c\u770b\u4e0d\u5230USDT\uff0c\u53ef\u4ee5\u624b\u52d5\u6dfb\u52a0\u4e00\u4e0b\u4ee3\u5e63\uff09",b7:"\u4e00\u7b46\u8f49\u8cec\u4ea4\u6613\u5728BitCooo\u4e0a\u986f\u793a\u8f49\u8cec\u5931\u6557\u7684\u6642\u5019\uff0c\u901a\u5e38\u662f\u7531\u4ee5\u4e0b\u4e09\u7a2e\u539f\u56e0\u9020\u6210\u7684\uff1a\n\t\t1.\n\t\tOut of gas\uff08Gas\u8cbb\u4e0d\u8db3\uff09 \n\t\t2.\n\t\tBad instruction\uff08\u6307\u4ee4\u932f\u8aa4\uff09\n\t\t3.\n\t\tReverted\uff08\u56de\u9000\uff09\n\t\t\u5982\u679c\u4e00\u7b46\u8f49\u8cec\u986f\u793a\u5931\u6557\u6642\uff0cBitCooo\u4e26\u4e0d\u6703\u6263\u9664\u4f60\u7684\u8cc7\u7522\uff0c\u53ea\u9700\u8fd4\u56de\u9322\u5305\u3010\u8cc7\u7522\u3011\u9801\u9762\u9032\u884c\u67e5\u770b\u5373\u53ef\u3002\n\t\t\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u9019\u7b46\u8f49\u8cec\u7522\u751f\u7684\u7926\u5de5\u8cbb\u4e0d\u6703\u88ab\u9000\u56de\uff0c\u9019\u88e1\u4e26\u975eBitCooo\u201c\u7368\u541e\u201c\u4f60\u7684\u7926\u5de5\u8cbb\uff0c\u800c\u662f\u7531\u65bc\u9019\u7b46\u4ea4\u6613\u5df2\u7d93\u88ab\u7926\u5de5\u6253\u5305\u904e\u4e86\uff0c\u7926\u5de5\u8cbb\u5df2\u7d93\u88ab\u7926\u5de5\u6536\u53d6\u3002",Clicktoverify:"\u9ede\u64ca\u9a57\u8b49\u6307\u7d0b",Loginwith:"\u4f7f\u7528\u9322\u5305\u5bc6\u78bc\u767b\u9304",Decentralised:"\u53bb\u4e2d\u5fc3\u5316\u9322\u5305\uff0c\u81ea\u4e3b\u8cc7\u7522",Localstorage:"\u79c1\u9470\u672c\u5730\u5b58\u5132\uff0c\u5b89\u5168\u6709\u4fdd\u969c",EasyDecentralised:"\u7c21\u55ae\u6613\u7528\u591a\u93c8\u9322\u5305",EasyLocalstorage:"\u8f15\u9b06\u7ba1\u7406\u591a\u500b\u9322\u5305\uff0c\u60a8\u7684\u8cbc\u5fc3\u52a9\u624b",NftDecentralised:"NFT\u6536\u85cf",NftLocalstorage:"\u65b9\u4fbf\u7ba1\u7406\u60a8\u7684 NFT \u6536\u85cf",Oneidentity:"\u8eab\u4efd\u7ba1\u7406",Logintowallet:"\u5c0e\u5165\u9322\u5305",Restoreexisting:"\u6062\u5fa9\u73fe\u6709\u9322\u5305",tela:"\u8bf7\u8f38\u5165\u4ee3\u5e63\u540d\u7a31\u6216\u5408\u7d04\u5730\u5740",tokensfound:"\u672a\u627e\u5230\u76f8\u95dc\u4ee3\u5e63",thetokenname:"\u8acb\u8f38\u5165\u8981\u641c\u7d22\u7684\u4ee3\u5e63\u540d\u7a31\u6216\u5408\u7d04\u5730\u5740",mainInfo:"\u4f9d\u64da\u76f8\u95dc\u6cd5\u898f\uff0c\u7576\u524d\u7121\u6cd5\u5c0d\u4f60\u6240\u5728\u5730\u63d0\u4f9b\u670d\u52d9\uff0c\u7d66\u4f60\u5e36\u4f86\u4e0d\u4fbf\uff0c\u975e\u5e38\u62b1\u6b49\u3002",selectWallet:"\u9078\u64c7\u9322\u5305",walletname:"\u8acb\u8f38\u5165\u9322\u5305\u540d\u7a31",Namecannot:"\u8f38\u5165\u540d\u7a31\u4e0d\u80fd\u70ba\u7a7a",Wallet:"\u9322\u5305",NFT:"NFT",Market:"\u5e02\u5834",Discover:"\u767c\u73fe",Profile:"\u6211\u7684",Confirm:"\u78ba\u8a8d",Successful:"\u6210\u529f",Cancel:"\u53d6\u6d88",Setsuccessfully:"\u5275\u5efa\u6210\u529f",Creationfailed:"\u5275\u5efa\u5931\u6557",correct:"\u6b63\u78ba",langSelect:"\u9078\u64c7",fingerPass:"\u6307\u7d0b\u5bc6\u78bc",lans:"\u8a9e\u8a00\u8a2d\u5b9a",curr:"\u8ca8\u5e01",nodes:"\u7bc0\u9ede\u8a2d\u5b9a",protit:"\u6211\u7684",apps:"\u61c9\u7528\u8a2d\u7f6e",magew:"\u7ba1\u7406\u9322\u5305",addBook:"\u5730\u5740\u672c",Settings:"\u8a2d\u7f6e",helpcen:"\u5e6b\u52a9\u4e2d\u5fc3",aboutus:"\u95dc\u65bc\u6211\u5011",Hardware:"\u786c\u4ef6",math:"\u914d\u5957\u786c\u4ef6"},i(n,"Wallet","\u9322\u5305"),i(n,"assets","\u8cc7\u7522"),i(n,"cwallet","\u9078\u64c7\u9322\u5305"),i(n,"manage","\u7ba1\u7406"),i(n,"mwallet","\u7ba1\u7406\u9322\u5305"),i(n,"addwallet","\u6dfb\u52a0"),i(n,"crewalllet","\u5275\u5efa\u9322\u5305"),i(n,"mneimport","\u52a9\u8a18\u8a5e\u5c0e\u5165"),i(n,"privakeyimport","\u79c1\u9470\u5c0e\u5165"),i(n,"backupMneTit","\u5099\u4efd\u52a9\u8a18\u8a5e"),i(n,"BackupTips","\u5099\u4efd\u63d0\u793a"),i(n,"Axioms","\u516c\u7406\u662f\u63a7\u5236\u8cc7\u7522\u7684\u552f\u4e00\u9014\u5f91\u3002"),i(n,"retrieve","\u60a8\u65e0\u6cd5\u68c0\u7d22\u4e22\u5931\u7684\u52a9\u8a18\u8a5e\uff0c\u56e0\u6b64\u8bf7\u52a1\u5fc5\u5bf9\u5176\u8fdb\u884c\u5907\u4efd\uff01"),i(n,"disclose","\u4e0d\u8981\u5411\u4efb\u4f55\u4eba\u900f\u9732\u4f60\u7684\u52a9\u8a18\u8a5e\u3002"),i(n,"startBack","\u958b\u59cb\u5099\u4efd"),i(n,"pcopy","\u8acb\u6309\u6b63\u78ba\u7684\u9806\u5e8f\u8907\u88fd"),i(n,"pcopy2","\u52a9\u8a18\u8a5e"),i(n,"booster","\u52a9\u8a18\u8a5e\u5c07\u7528\u65bc\u9322\u5305\u8cc7\u7522\u8ffd\u56de\uff0c\u8acb\u6309\u6b63\u78ba\u9806\u5e8f\u8907\u88fd\u52a9\u8a18\u8a5e\u4e26\u59a5\u5584\u4fdd\u7ba1\uff0c\u8acb\u52ff\u6d29\u9732\u7d66\u4ed6\u4eba"),i(n,"copied","\u6211\u5df2\u7ecf\u590d\u5236\u4e86"),i(n,"conMne","\u78ba\u8a8d\u4f60\u7684\u9322\u5305\u52a9\u8a18\u8a5e"),i(n,"boosterword","\u8acb\u9ede\u64ca\u52a9\u8a18\u8a5e\u6587\u5b57\uff0c\u4ee5\u78ba\u4fdd\u60a8\u7684\u5099\u7528\u52a9\u63a8\u5668\u6b63\u78ba\u7121\u8aa4"),i(n,"backCom","\u5099\u4efd\u52a9\u8a18\u8a5e\u5df2\u5b8c\u6210\uff01"),i(n,"seed","\u7121\u6548\u52a9\u8a18\u8a5e"),i(n,"wrongWord","\u4f60\u8f38\u5165\u4e86\u932f\u8aa4\u7684\u55ae\u8a5e\uff0c"),i(n,"wrongWord2","\u8acb\u91cd\u8a66\u3002"),i(n,"transPaw","\u4ea4\u6613\u5bc6\u78bc"),i(n,"settransPaw","\u8a2d\u5b9a\u4ea4\u6613\u5bc6\u78bc"),i(n,"transPawAgain","\u8acb\u518d\u6b21\u8f38\u5165\u5bc6\u78bc"),i(n,"Securetransaction","\u4fdd\u969c\u4ea4\u6613\u5bc6\u78bc\uff0c"),i(n,"Securetransaction2","\u8acb\u52ff\u6d29\u9732"),i(n,"Passworddiscrepansies","\u5169\u6b21\u5bc6\u78bc\u8f38\u5165\u4e0d\u4e00\u81f4"),i(n,"Versionupdate","\u7248\u672c\u66f4\u65b0"),i(n,"Officialwebsite","\u5b98\u65b9\u7db2\u7ad9"),i(n,"TermsofService","\u670d\u52d9\u689d\u6b3e"),i(n,"PrivacyPolicy","\u96b1\u79c1\u653f\u7b56"),i(n,"Etiamnisilorem1","Etiam nisi lorem\u7e41\u4f53"),i(n,"Etiamnisilorem2",""),i(n,"Etiamnisilorem3",""),i(n,"Address","\u5730\u5740"),i(n,"Manage","\u7ba1\u7406"),i(n,"Name","\u540d\u5b57"),i(n,"Setname","\u8a2d\u5b9a\u9322\u5305\u540d\u7a31"),i(n,"Backupprivatekey","\u5099\u4efd\u79c1\u9470"),i(n,"Newwalletname","\u65b0\u7684\u9322\u5305\u540d\u7a31"),i(n,"keepyourmnemonics","\u8acb\u4fdd\u7559\u4f60\u7684\u52a9\u8a18\u8a5e\u3002 \u4efb\u4f55\u7372\u5f97\u4f60\u7684\u52a9\u8a18\u8a5e\u7684\u4eba\u90fd\u53ef\u4ee5\u63a7\u5236\u4f60\u7684\u5e33\u6236\uff0c\u5305\u62ec\u8f49\u79fb\u6240\u6709\u8cc7\u91d1"),i(n,"Incorrectpassword","\u5bc6\u78bc\u4e0d\u6b63\u78ba"),i(n,"keepyourprivatekey","\u8acb\u4fdd\u7559\u60a8\u7684\u79c1\u9470\u3002\u4efb\u4f55\u7372\u5f97\u60a8\u79c1\u9470\u7684\u4eba\u90fd\u53ef\u4ee5\u63a7\u5236\u60a8\u7684\u5e33\u6236\uff0c\u5305\u62ec\u8f49\u79fb\u6240\u6709\u8cc7\u91d1"),i(n,"Showprivatekey","\u986f\u793a\u79c1\u9470"),i(n,"Showprivatekeytext","\u6587\u672c"),i(n,"ShowQRCode","\u4e8c\u7dad\u78bc"),i(n,"ShowCopy","\u8907\u88fd"),i(n,"ScantheQR","\u6383\u63cf\u4e8c\u7dad\u78bc\u81f3...."),i(n,"CopyprivatekeySuccessful","\u8907\u88fd\u79c1\u9470\u6210\u529f"),i(n,"Onemomentplease","\u8acb\u7a0d\u7b49"),i(n,"TrandingPairs","\u5e63\u7a2e"),i(n,"PriceVol","\u50f9\u683c"),i(n,"Chang","24\u5c0f\u6642\u6f32\u8dcc\u5e45"),i(n,"DAPPwebsite","\u8490\u7d22\u6216\u9032\u5165DAPP\u7db2\u7ad9"),i(n,"Beefy","Beefy finance(BSC)"),i(n,"revenue","\u57fa\u65bc\u5e63\u5b89\u667a\u6167\u93c8\u7684\u6536\u76ca\u805a\u5408\u5668"),i(n,"Bunicorn","Bunicorn"),i(n,"throughmobility","\u4e00\u500b\u6027\u80fd\u5353\u8d8a\u7684AMM DEX\uff0c\u901a\u904e\u6d41\u52d5\u6027.."),i(n,"ForTube","ForTube(BSC)"),i(n,"platform","\u5168\u7403\u9818\u5148\u7684DeFi\u501f\u8cb8\u5e73\u81fa\uff08BSC\uff09"),i(n,"Popular","\u71b1\u9580"),i(n,"Lending","\u501f\u51fa"),i(n,"Trade","\u8cbf\u6613"),i(n,"Yield","\u7522\u91cf"),i(n,"Stake","\u80a1\u4efd"),i(n,"redirected","\u60a8\u5c07\u88ab\u91cd\u5b9a\u5411\u5230\u7b2c\u4e09\u65b9 dApp \u9801\u9762\uff0c\u60a8\u5c0d\u7b2c\u4e09\u65b9 dApp \u7684\u4f7f\u7528\u5c07\u53d7\u8a72\u7b2c\u4e09\u65b9 dApp \u662f\u7528\u6236\u5354\u8b70\u548c\u96b1\u79c1\u653f\u7b56\u7684\u7d04\u675f\uff0c\u7b2c\u4e09\u65b9 dApp \u76f4\u63a5\u4e14\u5168\u6b0a\u5c0d\u60a8\u8ca0\u8cac\u3002"),i(n,"Disclaimers","\u514d\u8cac\u8072\u660e"),i(n,"NFTcollection","NFT\u6536\u85cf\u54c1"),i(n,"Contractaddress","\u5408\u7d04\u5730\u5740"),i(n,"TokenID","\u4ee4\u724cID"),i(n,"entercontractaddress","\u8acb\u8f38\u5165\u5408\u7d04\u5730\u5740"),i(n,"entertokenID","\u8acb\u8f38\u5165\u4ee4\u724cID"),i(n,"Contracts","\u5408\u7d04"),i(n,"ID","ID"),i(n,"Collectiondetails","\u6536\u85cf\u54c1\u8a73\u60c5"),i(n,"Existingbalance","\u73fe\u6709\u9918\u984d"),i(n,"Freezebalance","\u51cd\u7d50\u9918\u984d"),i(n,"All","\u6240\u6709"),i(n,"Send","\u767c\u9001"),i(n,"Receive","\u63a5\u6536"),i(n,"Receivingaddress","\u63a5\u6536\u5730\u5740"),i(n,"ReceivingaddressError","\u63a5\u6536\u5730\u5740\u932f\u8aa4"),i(n,"ScanQR","\u6383\u63cf\u4e8c\u7dad\u78bc\u4ee5\u8f49\u79fb\u5230\u8cc7\u7522"),i(n,"Copyaddress","\u8907\u88fd\u5730\u5740"),i(n,"CopySuccessful","\u8907\u88fd\u5730\u5740\u6210\u529f\uff01"),i(n,"Transfer","\u8f49\u5e33"),i(n,"AddressBook","\u5730\u5740\u672c"),i(n,"Transferamount","\u8f49\u5e33\u91d1\u984d"),i(n,"Balance","\u9918\u984d"),i(n,"ALL","\u6240\u6709"),i(n,"Remark","\u5099\u8a3b"),i(n,"Transactionfee","\u7926\u5de5\u8cbb"),i(n,"Transferconfirmation","\u8f49\u5e33\u78ba\u8a8d"),i(n,"Amount","\u91d1\u984d"),i(n,"Sendaddress","\u767c\u9001\u5730\u5740"),i(n,"Fingerprintpassword","\u6307\u7d0b\u5bc6\u78bc"),i(n,"fingerprintsensor","\u89f8\u6478\u6307\u7d0b\u611f\u6e2c\u5668"),i(n,"UsePassword","\u4f7f\u7528\u5bc6\u78bc"),i(n,"Fingerprintrecognized","\u6307\u7d0b\u7121\u6cd5\u8b58\u5225\u3002"),i(n,"Tryagain","\u8acb\u518d\u6b21\u5617\u8a66"),i(n,"Fingerprintrecognized","\u6307\u7d0b\u8b58\u5225\u6210\u529f\u3002"),i(n,"enterthetransferamount","\u8acb\u8f38\u5165\u8f49\u5e33\u91d1\u984d"),i(n,"enterthereceivingaddress","\u8acb\u8f38\u5165\u63a5\u6536\u5730\u5740"),i(n,"lessthan","\u8f38\u5165\u7684\u91d1\u984d\u4e0d\u80fd\u5c0f\u65bc0"),i(n,"runninglow","\u9918\u984d\u4e0d\u8db3"),i(n,"fingerprintidentification","\u6b64\u8a2d\u5099\u4e0d\u652f\u6301\u6307\u7d0b\u8b58\u5225"),i(n,"notequipped","\u6b64\u8a2d\u5099\u672a\u914d\u5099\u5bc6\u78bc\u9396\u5b9a\u8367\u5e55\uff0c\u7121\u6cd5\u4f7f\u7528\u6307\u7d0b\u8b58\u5225"),i(n,"oninthesetting","\u6b64\u8a2d\u5099\u4e2d\u6c92\u6709\u8f38\u5165\u6307\u7d0b\u3002 \u8acb\u5728\u8a2d\u5b9a\u4e2d\u6253\u958b\u5b83"),i(n,"addressFormatError","\u5730\u5740\u683c\u5f0f\u932f\u8aa4"),i(n,"AddToken","\u6dfb\u52a0\u4ee3\u5e63"),i(n,"Hotassets","\u71b1\u9580\u8cc7\u7522"),i(n,"Addedsuccessfully","\u6dfb\u52a0\u6210\u529f"),i(n,"Importviaprivatekey","\u901a\u904e\u79c1\u9470\u5c0e\u5165"),i(n,"Privatekeyimportverification","\u79c1\u9470\u5c0e\u5165\u9a57\u8b49"),i(n,"privatekeyanddo","\u8acb\u8f38\u5165\u60a8\u7684\u79c1\u9470\uff0c\u4e0d\u8981\u5c07\u5176\u6d29\u9732\u7d66\u5176\u4ed6\u4eba\u5916\u90e8\u5730\u5740\u7121\u6cd5\u901a\u904e\u52a9\u8a18\u9375\u6062\u5fa9\u3002 \u8acb\u59a5\u5584\u4fdd\u7ba1"),i(n,"enteryourprivatekey","\u8acb\u8f38\u5165\u60a8\u7684\u79c1\u9470"),i(n,"beempty","\u4e0d\u80fd\u70ba\u7a7a"),i(n,"beenimported","\u9322\u5305\u5df2\u7d93\u88ab\u5c0e\u5165"),i(n,"MnemonicsError","\u52a9\u8a18\u8a5e\u932f\u8aa4"),i(n,"Importmnemonics","\u5c0e\u5165\u52a9\u8a18\u8a5e"),i(n,"Mnemonicsimportverification","\u52a9\u8a18\u8a5e\u8f38\u5165\u9a57\u8b49"),i(n,"Language","\u8a9e\u8a00"),i(n,"langfan","\u7e41\u9ad4\u4e2d\u6587"),i(n,"langjian","\u7b80\u4f53\u4e2d\u6587"),i(n,"eng","English"),i(n,"edit","\u4fee\u6539"),i(n,"Delete","\u5220\u9664"),i(n,"DELETE","\u5220\u9664"),i(n,"Addaddress","\u6dfb\u52a0\u5730\u5740"),i(n,"Save","\u4fdd\u5b58"),i(n,"selectcurrency","\u8acb\u9078\u64c7\u5e63\u7a2e"),i(n,"Pleaserecipientaddress","\u5730\u5740"),i(n,"enterthename","\u8acb\u8f38\u5165\u540d\u7a31"),i(n,"Addressorname","\u5730\u5740\u6216\u540d\u7a31\u4e0d\u80fd\u70ba\u7a7a"),i(n,"loading","\u52a0\u8f09\u4e2d"),i(n,"closevalidation","\u78ba\u8a8d\u95dc\u9589\u9a57\u8b49\uff1f"),i(n,"Login","\u9a57\u8b49"),i(n,"Transactiondetails","\u4ea4\u6613\u8a73\u60c5"),i(n,"Confirmed","\u6210\u529f"),i(n,"Time","\u6642\u9593"),i(n,"TxFee","\u7926\u5de5\u8cbb"),i(n,"TransactionID","\u4ea4\u6613ID"),i(n,"others","\u5176\u4ed6"),i(n,"me","\u6211"),i(n,"moreinformation","\u6709\u95dc\u8a73\u7d30\u8cc7\u8a0a\uff0c\u8acb\u8f49\u5230\u700f\u89bd\u5668"),i(n,"CopySuccessful","\u8907\u88fd\u6210\u529f\uff01"),i(n,"Nocontent","\u7121\u5167\u5bb9"),i(n,"Recognitioncancelled","\u5df2\u53d6\u6d88\u8b58\u5225"),i(n,"Fingerprintidentificationfailed","\u6307\u7d0b\u8b58\u5225\u5931\u6557\uff0c\u8acb\u91cd\u8a66"),i(n,"Fingerprintmatchingfailed","\u6307\u7d0b\u5339\u914d\u5931\u6557\uff0c\u8acb\u91cd\u65b0\u8f38\u5165"),i(n,"Thenumberoffingerprint","\u6307\u7d0b\u8b58\u5225\u5931\u6557\u7684\u6b21\u6578\u8d85\u904e\u9650\u5236\u3002 \u8acb\u4f7f\u7528\u5176\u4ed6\u65b9\u6cd5\u9032\u884c\u8eab\u4efd\u9a57\u8b49"),i(n,"separatedbyspaces","\u8f38\u5165\u4ee5\u7a7a\u683c\u5206\u9694\u7684\u52a9\u8a18\u55ae\u8a5e"),i(n,"Notyetopen","\u66ab\u672a\u958b\u653e"),i(n,"Transfersucceeded","\u4ea4\u6613\u5df2\u5ee3\u64ad"),i(n,"Transferfailedconfirm","\u8f49\u8cec\u5931\u6557\uff0c\u8acb\u78ba\u8a8d\u4fe1\u606f\u662f\u5426\u6b63\u78ba"),i(n,"yourcredit","\u9918\u984d\u4e0d\u8db3"),i(n,"failedInitiate","\u767c\u8d77\u5931\u6557"),i(n,"offchain","\u8acb\u8f38\u5165\u6ce8\u91cb\uff08\u93c8\u5916\uff09"),i(n,"TermsofServiceTxt","\u672c\u300a\u670d\u52d9\u5354\u8b70\u300b\uff08\u201c\u5354\u8b70\u201d\u6216\u201c\u670d\u52d9\u5354\u8b70\u201d\uff09\u5305\u542b\u7ba1\u7406\u60a8\u8a2a\u554f\u548c\u4f7f\u7528\u6211\u5011\u63d0\u4f9b\u7684\u7db2\u7ad9\u548c\u670d\u52d9\uff08\u5b9a\u7fa9\u5982\u4e0b\uff09\u7684\u689d\u6b3e\u548c\u689d\u4ef6\uff0c\u4e26\u4e14\u662f\u6211\u5011\u8207\u60a8\u6216\u60a8\u6240\u4ee3\u8868\u7684\u5be6\u9ad4\u4e4b\u9593\u7684\u5354\u8b70\u3002\u5728\u4f7f\u7528\u672c\u7db2\u7ad9\u6216\u670d\u52d9\u4e4b\u524d\uff0c\u8acb\u4ed4\u7d30\u95b1\u8b80\u672c\u300a\u670d\u52d9\u5354\u8b70\u300b\u3002\u901a\u904e\u4f7f\u7528\u672c\u7db2\u7ad9\uff0c\u6216\u55ae\u64ca\u6309\u9215\u6216\u8907\u9078\u6846\u4ee5\u63a5\u6536\u6216\u540c\u610f\u672c\u300a\u670d\u52d9\u5354\u8b70\u300b\u7684\u670d\u52d9\u689d\u6b3e\uff08\u5982\u6709\u8a72\u9078\u9805\uff09\uff0c\u6216\u8005\u586b\u5beb\u670d\u52d9\u8a02\u55ae\uff0c\u6216\u8005\uff0c\u5982\u679c\u66f4\u65e9\uff0c\u4f7f\u7528\u6216\u4ee5\u5176\u4ed6\u65b9\u5f0f\u8a2a\u554f\u670d\u52d9\uff08\u201c\u751f\u6548\u65e5\u671f\u201d\uff09\uff0c\u60a8(1)\u63a5\u6536\u4e26\u540c\u610f\u672c\u300a\u670d\u52d9\u5354\u8b70\u300b\u4ee5\u53ca\u6211\u5011\u4e0d\u6642\u767c\u5e03\u7684\u4efb\u4f55\u9644\u52a0\u689d\u6b3e\u3001\u898f\u5247\u548c\u53c3\u8207\u689d\u4ef6\uff0c\u4ee5\u53ca(2)\u540c\u610f\u5982\u6211\u5011\u7684\u300a\u96b1\u79c1\u653f\u7b56\u300b\u4e2d\u6240\u8ff0\u7684\u6536\u96c6\u3001\u4f7f\u7528\u3001\u62ab\u9732\u548c\u5176\u4ed6\u8655\u7406\u4fe1\u606f\u7684\u6d3b\u52d5\u3002\u5982\u679c\u60a8\u4e0d\u540c\u610f\u672c\u300a\u670d\u52d9\u5354\u8b70\u300b\uff0c\u5247\u60a8\u4e0d\u5f97\u8a2a\u554f\u6216\u4f7f\u7528\u670d\u52d9\u3002"),i(n,"updateTitle","\u7248\u672c\u5347\u7d1a\u63d0\u793a"),i(n,"updateMsg","\u767c\u73fe\u65b0\u7248\u672c\uff0c\u662f\u5426\u66f4\u65b0\uff1f"),i(n,"AgreementConfirmation","\u6211\u5df2\u7d93\u95b1\u8b80\u4e26\u4e14\u540c\u610f"),i(n,"curr2","\u8ca8\u5e63\u55ae\u4f4d"),i(n,"serviceTit","\u300aBitCooo\u670d\u52d9\u5354\u8b70\u300b"),i(n,"serviceTwo","\n\t\t
\u5c0a\u656c\u7684\u7528\u6236\uff1a
\u611f\u8b1d\u60a8\u9078\u64c7BitCooo\u670d\u52d9\u3002\u300aBitCooo\u670d\u52d9\u5354\u8b70\u300b\uff08\u4ee5\u4e0b\u7c21\u7a31\u300c\u672c\u5354\u8b70\u300d\uff09\u7531BitCooo\uff08\u4ee5\u4e0b\u7c21\u7a31\u300c\u672c\u516c\u53f8\u300d\u6216\u300c\u6211\u5011\u300d\uff09\u548c\u7528\u6236\uff08\u4ee5\u4e0b\u7c21\u7a31\u300c\u60a8\u300d\u6216\u300c\u7528\u6236\u300d\uff09\u7c3d\u8a02\uff0c\u672c\u5354\u8b70\u5728\u60a8\u8207\u672c\u516c\u53f8\u4e4b\u9593\u5177\u6709\u5408\u540c\u4e0a\u7684\u6cd5\u5f8b\u6548\u529b\u3002

\u672c\u516c\u53f8\u5728\u6b64\u7279\u5225\u63d0\u9192\u60a8\u5728\u4f7f\u7528BitCooo\uff08\u4ee5\u4e0b\u7c21\u7a31\u300cBitCooo\u300d\u6216\u672c\u8edf\u4ef6\uff0cBitCooo\u53ef\u5728\u5404\u79fb\u52d5\u61c9\u7528\u5e73\u53f0\u4e0a\u4e0b\u8f09\uff0c\u5305\u62ec\u4f46\u4e0d\u50c5\u9650\u65bcGoogle Play\u548cApp Store\uff09\u4e4b\u524d\uff0c\u8acb\u8a8d\u771f\u95b1\u8b80\u300aBitCooo\u670d\u52d9\u5354\u8b70\u300b\u53ca\u5f8c\u6587\u63d0\u5230\u7684\u76f8\u95dc\u5354\u8b70\uff0c\u5c24\u5176\u662f\u672c\u5354\u8b70\u898f\u5b9a\u7684\u300c\u514d\u8cac\u53ca\u8cac\u4efb\u9650\u5236\u300d\u7b49\u689d\u6b3e\u5c07\u4ee5\u52a0\u7c97\u7684\u5f62\u5f0f\u9ad4\u73fe\uff0c\u78ba\u4fdd\u60a8\u5145\u5206\u7406\u89e3\u672c\u5354\u8b70\u4e2d\u5404\u689d\u6b3e\uff0c\u4e26\u81ea\u4e3b\u8003\u616e\u98a8\u96aa\u3002
\u4e00\u3001 \u95dc\u65bc\u672c\u5354\u8b70\u7684\u78ba\u8a8d\u8207\u63a5\u7d0d
1) \u60a8\u7406\u89e3\u672c\u5354\u8b70\u53ca\u6709\u95dc\u5354\u8b70\u9069\u7528\u65bcBitCooo\u53caBitCooo\u4e0a\u672c\u516c\u53f8\u6240\u81ea\u4e3b\u958b\u767c\u548c\u64c1\u6709\u7684\u53bb\u4e2d\u5fc3\u5316\u61c9\u7528\uff08\u7c21\u7a31\u300cDApp\u300d\uff09\uff08\u6392\u9664\u7b2c\u4e09\u65b9\u958b\u767c\u7684DApp\uff09\u3002
2) \u60a8\u4e0b\u8f09BitCooo\u8edf\u4ef6\u4e26\u5275\u5efa\u6216\u5c0e\u5165\u9322\u5305\uff0c\u5373\u8996\u70ba\u60a8\u5df2\u7d93\u5145\u5206\u95b1\u8b80\u4e26\u63a5\u53d7\u672c\u5354\u8b70\u5168\u90e8\u689d\u6b3e\uff0c\u672c\u5354\u8b70\u7acb\u5373\u751f\u6548\uff0c\u5c0d\u96d9\u65b9\u5177\u6709\u7d04\u675f\u529b\u3002
3) \u672c\u5354\u8b70\u53ef\u7531\u672c\u516c\u53f8\u96a8\u6642\u66f4\u65b0\uff0c\u7d93\u4fee\u6539\u7684\u5354\u8b70\u4e00\u7d93\u5728BitCooo\u4e0a\u516c\u5e03\uff0c\u7acb\u5373\u81ea\u52d5\u751f\u6548\uff0c\u6055\u4e0d\u518d\u53e6\u884c\u901a\u77e5\u3002\u5728\u672c\u516c\u53f8\u516c\u5e03\u4fee\u6539\u5354\u8b70\u689d\u6b3e\u5f8c\uff0c\u5982\u679c\u60a8\u4e0d\u63a5\u53d7\u4fee\u6539\u5f8c\u7684\u689d\u6b3e\uff0c\u8acb\u7acb\u5373\u505c\u6b62\u4f7f\u7528BitCooo\uff0c\u60a8\u7e7c\u7e8c\u4f7f\u7528BitCooo\u5c07\u88ab\u8996\u70ba\u63a5\u53d7\u4fee\u6539\u5f8c\u7684\u5354\u8b70\u3002
4) \u5982\u679c\u60a8\u672a\u6eff18\u5468\u6b72\uff0c\u6216\u8005\u662f\u7121\u6c11\u4e8b\u884c\u70ba\u80fd\u529b\u4eba\u6216\u9650\u5236\u6c11\u4e8b\u884c\u70ba\u80fd\u529b\u4eba\uff0c\u8acb\u5728\u7236\u6bcd\u6216\u76e3\u8b77\u4eba\u6307\u5c0e\u4e0b\u4f7f\u7528BitCooo\u3002
\u4e8c\u3001 \u5b9a\u7fa9
1\uff09BitCooo\uff1a\u6307\u7531\u672c\u516c\u53f8\u57fa\u65bc\u6bd4\u7279\u5e63\u3001\u4ee5\u592a\u574a\u3001TRON\u5340\u584a\u93c8\u7cfb\u7d71\uff08\u53ca\u5c07\u4f86\u9678\u7e8c\u652f\u6301\u7684\u5176\u4ed6\u5340\u584a\u93c8\u7cfb\u7d71\uff09\u958b\u767c\u7684\u5340\u584a\u93c8\u9322\u5305\uff0c\u5305\u62ec\u5176\u4ed6\u70ba\u65b9\u4fbf\u7528\u6236\u4f7f\u7528\u5340\u584a\u93c8\u7cfb\u7d71\u800c\u958b\u767c\u7684\u8f14\u52a9\u5de5\u5177\u3002
2\uff09\u7528\u6236\uff1a
A. \u7528\u6236\u5fc5\u9808\u662f\u5177\u5099\u5b8c\u5168\u6c11\u4e8b\u884c\u70ba\u80fd\u529b\u7684\u81ea\u7136\u4eba\uff1b
B. \u82e5\u60a8\u70ba18\u5468\u6b72\u4ee5\u4e0b\u7684\u672a\u6210\u5e74\u4eba\u4f7f\u7528BitCooo\u670d\u52d9\uff0c\u9700\u8981\u5728\u60a8\u7236\u6bcd\u6216\u76e3\u8b77\u4eba\u7684\u6307\u5c0e\u4e0b\u4f7f\u7528BitCooo\u3002\u7121\u6c11\u4e8b\u884c\u70ba\u80fd\u529b\u4eba\u4f7f\u7528BitCooo\u6216\u9650\u5236\u6c11\u4e8b\u884c\u70ba\u80fd\u529b\u4eba\u8d85\u904e\u5176\u6c11\u4e8b\u6b0a\u5229\u6216\u884c\u70ba\u80fd\u529b\u7bc4\u570d\u5f9e\u4e8b\u4ea4\u6613\u7684\uff0c\u9020\u6210\u7684\u4e00\u5207\u5f8c\u679c\uff0cBitCooo\u6709\u6b0a\u8981\u6c42\u60a8\u53ca\u60a8\u7684\u7236\u6bcd\u6216\u76e3\u8b77\u4eba\u8ca0\u8cac\u3002
3\uff09\u88ab\u6392\u51fa\u4eba\u58eb\uff1a
A.\u9664\u4e86\u81ea\u7136\u4eba\u4ee5\u5916\u7684\u3001\u5177\u5099\u8a02\u7acb\u672c\u5354\u8b70\u7684\u6cd5\u5f8b\u548c\u610f\u8b58\u80fd\u529b\u7684\u4eba\u58eb\uff1b\u6216
B.\u56e0\u672c\u5354\u8b70\u3001\u6cd5\u5f8b\u3001\u76e3\u7ba1\u8981\u6c42\u6216\u9069\u7528\u65bc\u8a72\u7528\u6236\u7684\u53f8\u6cd5\u7ba1\u8f44\u5340\u7684\u898f\u5b9a\u800c\u88ab\u4ee5\u4efb\u4f55\u5f62\u5f0f\u6216\u65b9\u5f0f\uff08\u5168\u90e8\u6216\u90e8\u5206\uff09\u7981\u6b62\u3001\u9650\u5236\u3001\u7121\u6388\u6b0a\u6216\u7121\u8cc7\u683c\u4f7f\u7528\u670d\u52d9\uff08\u5982\u672c\u5354\u8b70\u6240\u5b9a\u7fa9\uff09\u7684\u7528\u6236\u3002\u70ba\u514d\u7591\u7fa9\uff0c\u4e2d\u570b\u7528\u6236\u4ea6\u6db5\u84cb\u5728\u300c\u88ab\u6392\u9664\u4eba\u58eb\u300d\u7684\u5b9a\u7fa9\u5167\u3002
4\uff09\u4f7f\u7528\u76f8\u95dc\uff1a
A. \u5275\u5efa\u6216\u5c0e\u5165\u9322\u5305\uff1a\u6307\u60a8\u4f7f\u7528BitCooo\uff0c\u78ba\u8a8d\u5c65\u884c\u672c\u5354\u8b70\u4e26\u5275\u5efa\u6216\u5c0e\u5165\u9322\u5305\u7684\u904e\u7a0b\u3002
B. \u9322\u5305\u5bc6\u78bc\uff1a\u6307\u60a8\u5728\u5275\u5efaBitCooo\u9322\u5305\u904e\u7a0b\u4e2d\uff0c\u8edf\u4ef6\u64cd\u4f5c\u754c\u9762\u63d0\u793a\u60a8\u586b\u5beb\u7684\u5bc6\u78bc\uff0c\u8a72\u5bc6\u78bc\u7528\u65bc\u52a0\u5bc6\u4fdd\u8b77\u79c1\u9470\u3002\u4f5c\u70ba\u53bb\u4e2d\u5fc3\u5316\u7684\u61c9\u7528\uff0c\u9322\u5305\u5bc6\u78bc\u4e0d\u5b58\u5132\u5728\u60a8\u7684\u9019\u53f0\u79fb\u52d5\u8a2d\u5099\u6216\u672c\u516c\u53f8\u7684\u670d\u52d9\u5668\uff0c\u4e00\u65e6\u4e1f\u5931\u4f60\u9700\u8981\u85c9\u52a9\u660e\u6587\u79c1\u9470\u6216\u52a9\u8a18\u8a5e\u91cd\u7f6e\u65b0\u5bc6\u78bc\u3002
\u4fe1\u606f\u63d0\u793a\uff1aBitCooo\u8edf\u4ef6\u64cd\u4f5c\u754c\u9762\u6d89\u53ca\u7684\u4fe1\u606f\u63d0\u793a\u5167\u5bb9\uff0c\u5efa\u8b70\u7528\u6236\u6309\u7167\u76f8\u95dc\u6b65\u9a5f\u9032\u884c\u64cd\u4f5c\u3002
C. \u7279\u5b9a\u7528\u6236\uff1a\u6307\u6309\u7167\u65b0\u52a0\u5761\u6cd5\u5f8b\u6cd5\u898f\u53ca\u653f\u7b56\u898f\u5b9a\u5fc5\u9808\u8981\u914d\u5408\u672c\u516c\u53f8\u5c65\u884c\u500b\u4eba\u4fe1\u606f\u62ab\u9732\u7fa9\u52d9\u7684\u7528\u6236\u3002
D. \u79c1\u9470\uff1a\u7531256\u4f4d\u96a8\u6a5f\u5b57\u7b26\u69cb\u6210\uff0c\u662f\u7528\u6236\u64c1\u6709\u4e26\u4f7f\u7528\u6578\u5b57\u4ee3\u5e63\u7684\u6838\u5fc3\u3002
E. \u516c\u9470\uff1a\u7531\u79c1\u9470\u85c9\u52a9\u5bc6\u78bc\u5b78\u539f\u7406\u55ae\u5411\u63a8\u5c0e\u751f\u6210\uff0c\u4e26\u7528\u4ee5\u751f\u6210\u5340\u584a\u93c8\u6578\u5b57\u9322\u5305\u5730\u5740\uff0c\u6578\u5b57\u9322\u5305\u5730\u5740\u5373\u70ba\u516c\u958b\u6536\u6b3e\u5730\u5740\u3002
F. \u52a9\u8a18\u8a5e\uff1a\u7b26\u5408\u5340\u584a\u93c8BIP39 \u884c\u696d\u6a19\u6e96\uff0c\u7531\u96a8\u6a5f\u7b97\u6cd5\u751f\u6210\u768412\uff08\u621615/18/21/24\uff09\u500b\u6709\u5e8f\u55ae\u8a5e\u7d44\u6210\u3002\u662f\u79c1\u9470\u7684\u6613\u8a18\u9304\u8868\u73fe\u5f62\u5f0f\uff0c\u65b9\u4fbf\u7528\u6236\u5099\u4efd\u4fdd\u7ba1\u3002
G. Keystore: \u662f\u79c1\u9470\u6216\u52a9\u8a18\u8a5e\u7d93\u904e\u7528\u6236\u8a2d\u7f6e\u7684\u9322\u5305\u5bc6\u78bc\u52a0\u5bc6\u4fdd\u5b58\u7684\u6587\u4ef6\u5f62\u5f0f\uff0c\u5b83\u53ea\u5b58\u5132\u5728\u60a8\u7684\u9019\u53f0\u79fb\u52d5\u8a2d\u5099\u4e2d\uff0c\u4e0d\u6703\u540c\u6b65\u81f3\u672c\u516c\u53f8\u670d\u52d9\u5668\u3002
H. \u6578\u5b57\u4ee3\u5e63\uff1a\u6307BitCooo\u76ee\u524d\u652f\u6301\u7684\u6578\u5b57\u4ee3\u5e63\u7a2e\u985e\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u65bcETH\u3001EOS\u7b49\u3002
I. \u8cc7\u6599\uff1a\u6307BitCooo\u4e0a\u300c\u5feb\u8a0a\u300d\u7b49\u5167\u5bb9\u8cc7\u6599\uff0c\u9019\u4e9b\u8cc7\u6599\u5747\u70ba\u672c\u516c\u53f8\u6240\u6709\uff0c\u672a\u7d93\u6388\u6b0a\u4e0d\u5f97\u8f49\u8f09\u3002
J. \u500b\u4eba\u4fe1\u606f\uff1a\u6307\u4ee5\u96fb\u5b50\u6216\u8005\u5176\u4ed6\u65b9\u5f0f\u8a18\u9304\u7684\u80fd\u5920\u55ae\u7368\u6216\u8005\u8207\u5176\u4ed6\u4fe1\u606f\u7d50\u5408\u8b58\u5225\u7528\u6236\u500b\u4eba\u8eab\u4efd\u7684\u5404\u7a2e\u4fe1\u606f\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u65bc\u81ea\u7136\u4eba\u7684\u59d3\u540d\u3001\u51fa\u751f\u65e5\u671f\u3001\u8eab\u4efd\u8b49\u4ef6\u865f\u78bc\u3001\u500b\u4eba\u751f\u7269\u8b58\u5225\u4fe1\u606f\u3001\u4f4f\u5740\u3001\u96fb\u8a71\u865f\u78bc\u3001\u9280\u884c\u5361\u865f\u3001\u90f5\u4ef6\u5730\u5740\u3001\u9322\u5305\u5730\u5740\u3001\u79fb\u52d5\u8a2d\u5099\u4fe1\u606f\u3001\u64cd\u4f5c\u8a18\u9304\u3001\u4ea4\u6613\u8a18\u9304\u7b49\uff0c\u4f46\u4e0d\u5305\u62ec\u7528\u6236\u7684\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\uff0c\u5c0d\u65bc\u570b\u5bb6\u6cd5\u5f8b\u898f\u5b9a\u7684\u975e\u6211\u516c\u53f8\u5fc5\u8981\u6536\u96c6\u4fe1\u606f\u7684\uff0c\u6211\u516c\u53f8\u5c07\u5728\u5fb5\u5f97\u500b\u4eba\u540c\u610f\u5f8c\u65b9\u9032\u884c\u6536\u96c6\uff0c\u4e26\u4fdd\u8b49\u56b4\u683c\u5c0d\u65bc\u6536\u96c6\u5230\u7684\u500b\u4eba\u4fe1\u606f\u4e88\u4ee5\u56b4\u683c\u4fdd\u5bc6\uff0c\u672a\u7d93\u500b\u4eba\u672c\u4eba\u540c\u610f\uff0c\u4e0d\u5f97\u5411\u5176\u4ed6\u7b2c\u4e09\u65b9\u6cc4\u9732\u3002
K. \u4e2d\u570b\uff1a\u6307\u4e2d\u83ef\u4eba\u6c11\u5171\u548c\u570b\uff0c\u5305\u62ec\u9999\u6e2f\u7279\u5225\u884c\u653f\u5340\u3001\u6fb3\u9580\u7279\u5225\u884c\u653f\u5340\u3001\u53f0\u7063\u5730\u5340\u3002
L. \u7b2c\u4e09\u65b9\u670d\u52d9\uff1a\u6307\u7b2c\u4e09\u65b9DApp\u3001\u7b2c\u4e09\u65b9DeFi\u3001\u7b2c\u4e09\u65b9\u667a\u80fd\u5408\u7d04\u3001\u7b2c\u4e09\u65b9\u958b\u6e90\u5354\u8b70\u3001\u7b2c\u4e09\u65b9\u7db2\u9801\u3001\u7b2c\u4e09\u65b9\u786c\u4ef6\u9322\u5305\u3001\u7b2c\u4e09\u65b9\u5728\u7dda\u7db2\u9801\u9322\u5305\u3001\u7b2c\u4e09\u65b9\u4ea4\u6613\u6240\u7b49\u7b2c\u4e09\u65b9\u63d0\u4f9b\u7684\u7522\u54c1\u548c\u670d\u52d9\u3002
\u4e09\u3001 \u670d\u52d9\u5167\u5bb9
1) \u5275\u5efa\u6216\u5c0e\u5165\u9322\u5305\u3002\u5c0dBitCooo\u652f\u6301\u7684\u6578\u5b57\u4ee3\u5e63\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528BitCooo\u751f\u6210\u65b0\u9322\u5305\u6216\u5c0e\u5165\u76f8\u95dc\u5340\u584a\u93c8\u7cfb\u7d71\u7684\u5176\u5b83\u9322\u5305\u5de5\u5177\u751f\u6210\u7684\u517c\u5bb9\u9322\u5305\u3002
2) \u8f49\u8cec\u3001\u6536\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528BitCooo\u7684\u8f49\u8cec\u3001\u6536\u6b3e\u529f\u80fd\u9032\u884c\u6578\u5b57\u4ee3\u5e63\u7684\u7ba1\u7406\uff0c\u5373\u904b\u7528\u79c1\u9470\u9032\u884c\u96fb\u5b50\u7c3d\u540d\uff0c\u5c0d\u76f8\u95dc\u5340\u584a\u93c8\u7684\u8cec\u672c\u9032\u884c\u4fee\u6539\u3002\u8f49\u8cec\u662f\u6307\u4ed8\u6b3e\u65b9\u5229\u7528\u6536\u6b3e\u65b9\u7684\u5340\u584a\u93c8\u5730\u5740\u9032\u884c\u8f49\u8cec\u64cd\u4f5c\uff0c\u5be6\u969b\u7684\u8f49\u8cec\u3001\u6536\u6b3e\u884c\u70ba\u5747\u5728\u76f8\u95dc\u5340\u584a\u93c8\u7cfb\u7d71\uff08\u800c\u975eBitCooo\uff09\u767c\u751f\u3002
3) \u884c\u60c5\u67e5\u770b\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528BitCooo\u67e5\u770b\u6240\u63d0\u4f9b\u7684\u6578\u5b57\u4ee3\u5e63\u532f\u7387\u50f9\u683c\u3002BitCooo\u901a\u904e\u6293\u53d6\u76f8\u61c9\u7684\u6578\u5b57\u4ee3\u5e63\u532f\u7387\u4fe1\u606f\u4e26\u5c55\u793a\u5728BitCooo\u4e2d\u7684\u300c\u5e02\u5834\u300d\u7248\u584a\u3002
4) \u7ba1\u7406\u6578\u5b57\u8cc7\u7522\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528BitCooo\u6dfb\u52a0\u3001\u4fdd\u7ba1\u4e26\u79fb\u9664BitCooo\u6240\u652f\u6301\u7684\u6578\u5b57\u4ee3\u5e63\u3002
5) \u700f\u89bdDApp\u3002\u7528\u6236\u901a\u904e\u5728BitCooo\u4e0a\u7684\u93c8\u63a5\uff0c\u53ef\u4ee5\u8df3\u8f49\u81f3DApp\u4e26\u4f7f\u7528\u8a72DApp\uff08\u5305\u62ec\u672c\u516c\u53f8\u81ea\u5df1\u7684DApp\u548c\u7b2c\u4e09\u65b9DApp\uff09\u63d0\u4f9b\u7684\u670d\u52d9\u3002
6) \u4ea4\u6613\u8a18\u9304\u3002\u6211\u5011\u5c07\u901a\u904e\u5340\u584a\u93c8\u7cfb\u7d71\u62f7\u8c9d\u60a8\u5168\u90e8\u6216\u90e8\u5206\u7684\u4ea4\u6613\u8a18\u9304\u3002\u4f46\u4ea4\u6613\u8a18\u9304\u4ee5\u5340\u584a\u93c8\u7cfb\u7d71\u7684\u8a18\u8f09\u70ba\u6e96\u3002
7) \u66ab\u505c\u670d\u52d9\u3002\u60a8\u77e5\u6089\u57fa\u65bc\u5340\u584a\u93c8\u7cfb\u7d71\u4ea4\u6613\u300c\u4e0d\u53ef\u64a4\u92b7\u300d\u7684\u5c6c\u6027\uff0c\u6211\u5011\u4e0d\u80fd\u70ba\u60a8\u66ab\u505c\u6216\u64a4\u92b7\u8f49\u8cec\u4ea4\u6613\u7b49\u64cd\u4f5c\uff0c\u4f46\u5728\u4e00\u5b9a\u60c5\u6cc1\u4e0b\uff0c\u6211\u5011\u53ef\u4ee5\u66ab\u505c\u6216\u8005\u9650\u5236\u67d0\u4f4d\u7528\u6236\u5c0dBitCooo\u8edf\u4ef6\u7684\u64cd\u4f5c\u3002
8) \u5176\u4ed6\u672c\u516c\u53f8\u8a8d\u70ba\u6709\u5fc5\u8981\u63d0\u4f9b\u7684\u670d\u52d9\u3002
\u56db\u3001 \u7528\u6236\u63a5\u53d7\u672c\u516c\u53f8\u63d0\u4f9b\u7684\u4e0a\u8ff0\u670d\u52d9\u6642\u61c9\u4e86\u89e3\u4ee5\u4e0b\u5e38\u898b\u554f\u984c
1) \u79c9\u627f\u7740\u5340\u584a\u93c8\u7684\u53bb\u4e2d\u5fc3\u5316\u7279\u9ede\uff0c\u4e26\u70ba\u4e86\u4fdd\u8b77\u7528\u6236\u7684\u6578\u5b57\u4ee3\u5e63\u5b89\u5168\uff0c\u672c\u516c\u53f8\u63d0\u4f9b\u7684\u662f\u53bb\u4e2d\u5fc3\u5316\u670d\u52d9\uff0c\u5927\u5927\u5340\u5225\u65bc\u9280\u884c\u696d\u91d1\u878d\u6a5f\u69cb\u3002\u7528\u6236\u4e86\u89e3\u672c\u516c\u53f8\uff08\u53bb\u4e2d\u5fc3\u5316\u65b9\u6848\uff09\u4e0d\u63d0\u4f9b\u4ee5\u4e0b\u670d\u52d9\uff1a
A. \u5b58\u5132\u7528\u6236\u7684\u9322\u5305\u5bc6\u78bc\uff08\u5373\u7528\u6236\u5275\u5efa/\u5c0e\u5165\u9322\u5305\u6642\u8a2d\u7f6e\u7684\u5bc6\u78bc\uff09\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\uff1b
B. \u627e\u56de\u7528\u6236\u7684\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\uff1b
C. \u51cd\u7d50\u9322\u5305\uff1b
D. \u639b\u5931\u9322\u5305\uff1b
E. \u6062\u5fa9\u9322\u5305\uff1b
F. \u4ea4\u6613\u56de\u6efe\u3002
2) \u7531\u65bc\u672c\u516c\u53f8\u4e0d\u63d0\u4f9b\u4e0a\u8ff0\u670d\u52d9\uff0c\u56e0\u6b64\u7528\u6236\u61c9\u7576\u81ea\u884c\u4fdd\u7ba1\u542b\u6709BitCooo\u7684\u79fb\u52d5\u8a2d\u5099\u3001\u5099\u4efdBitCooo\u3001\u5099\u4efd\u9322\u5305\u5bc6\u78bc\u3001\u52a9\u8a18\u8a5e\u3001\u79c1\u9470\u53caKeystore\u3002\u5982\u7528\u6236\u907a\u5931\u79fb\u52d5\u8a2d\u5099\u3001\u522a\u9664\u4e14\u672a\u5099\u4efdBitCooo\u3001\u522a\u9664\u4e14\u672a\u5099\u4efd\u9322\u5305\u3001\u9322\u5305\u88ab\u76dc\u6216\u907a\u5fd8\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\uff0c\u672c\u516c\u53f8\u5747\u7121\u6cd5\u9084\u539f\u9322\u5305\u6216\u627e\u56de\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\uff1b\u5982\u7528\u6236\u9032\u884c\u4ea4\u6613\u6642\u8aa4\u64cd\u4f5c\uff08\u4f8b\u5982\u8f38\u932f\u8f49\u8cec\u5730\u5740\uff09\uff0c\u672c\u516c\u53f8\u4ea6\u7121\u6cd5\u53d6\u6d88\u4ea4\u6613\u3002
3) \u672c\u516c\u53f8\u548cBitCooo\u6240\u80fd\u5920\u63d0\u4f9b\u7684\u6578\u5b57\u4ee3\u5e63\u7ba1\u7406\u670d\u52d9\u4e26\u672a\u5305\u62ec\u6240\u6709\u5df2\u5b58\u5728\u7684\u6578\u5b57\u4ee3\u5e63\uff0c\u8acb\u52ff\u901a\u904eBitCooo\u64cd\u4f5c\u4efb\u4f55BitCooo\u4e0d\u652f\u6301\u7684\u6578\u5b57\u4ee3\u5e63\u3002
4) BitCooo\u50c5\u662f\u7528\u6236\u7684\u6578\u5b57\u4ee3\u5e63\u7ba1\u7406\u5de5\u5177\uff0c\u4e26\u975e\u4ea4\u6613\u6240\u6216\u4ea4\u6613\u5e73\u53f0\u3002\u96d6\u7136\u672c\u5354\u8b70\u5c07\u591a\u6b21\u63d0\u53ca\u300c\u4ea4\u6613\u300d\uff0c\u5176\u884c\u70ba\u6cdb\u6307\u7528\u6236\u4f7f\u7528\u3002BitCooo\u9032\u884c\u7684\u8f49\u8cec\u548c\u6536\u6b3e\u64cd\u4f5c\uff0c\u9019\u8207\u4ea4\u6613\u6240\u6216\u4ea4\u6613\u5e73\u53f0\u4e0a\u9032\u884c\u7684\u300c\u4ea4\u6613\u300d\u6709\u672c\u8cea\u5340\u5225\u3002
5) BitCooo\u4e0a\u96c6\u6210\u7684DApp\u5305\u62ec\u672c\u516c\u53f8\u81ea\u4e3b\u64c1\u6709\u7684DApp\u548c\u7b2c\u4e09\u65b9\u5e73\u53f0\u63d0\u4f9b\u7684DApp\u3002\u5c0d\u65bc\u7b2c\u4e09\u65b9\u5e73\u53f0\u63d0\u4f9b\u7684DApp\uff0cBitCooo\u50c5\u70ba\u7528\u6236\u9032\u5165DApp\u63d0\u4f9b\u5340\u584a\u93c8\u700f\u89bd\u5668\u3002\u7528\u6236\u5728\u7b2c\u4e09\u65b9DApp\u4e0a\u63a5\u53d7\u670d\u52d9\u6216\u9032\u884c\u4ea4\u6613\u524d\u61c9\u81ea\u884c\u5224\u65b7\u548c\u8a55\u4f30\u8a72\u7b2c\u4e09\u65b9DApp\u63d0\u4f9b\u7684\u670d\u52d9\u6216\u4ea4\u6613\u662f\u5426\u5b58\u5728\u98a8\u96aa\u3002
\u4e94\u3001 \u60a8\u7684\u6b0a\u5229\u7fa9\u52d9
1) \u5275\u5efa\u6216\u5c0e\u5165\u9322\u5305
A. \u5275\u5efa\u6216\u5c0e\u5165\u9322\u5305\uff1a\u60a8\u6709\u6b0a\u5728\u60a8\u7684\u79fb\u52d5\u8a2d\u5099\u4e0a\u901a\u904eBitCooo\u5275\u5efa\u548c/\u6216\u5c0e\u5165\u9322\u5305\uff0c\u6709\u6b0a\u8a2d\u5b9a\u9322\u5305\u7684\u9322\u5305\u5bc6\u78bc\u7b49\u4fe1\u606f\uff0c\u4e26\u6709\u6b0a\u901a\u904eBitCooo\u61c9\u7528\u7a0b\u5e8f\uff0c\u4f7f\u7528\u81ea\u5df1\u7684\u9322\u5305\u5728\u5340\u584a\u93c8\u4e0a\u9032\u884c\u8f49\u8cec\u548c\u6536\u6b3e\u7b49\u4ea4\u6613\u3002
B. \u8eab\u4efd\u9a57\u8b49\uff1a\u6309\u7167\u6709\u95dc\u6cd5\u5f8b\u6cd5\u898f\u548c\u653f\u7b56\u8981\u6c42\uff0c\u7279\u5b9a\u7528\u6236\u5728\u4f7f\u7528BitCooo\u63d0\u4f9b\u7684\u6709\u95dc\u670d\u52d9\u6642\uff0c\u61c9\u7576\u6309\u7167BitCooo\u7684\u63d0\u793a\u53ca\u6642\u5b8c\u6210\u76f8\u95dc\u8eab\u4efd\u9a57\u8b49\uff0c\u8981\u6c42\u60a8\u63d0\u4ea4\u5305\u62ec\u4f46\u4e0d\u9650\u65bc\u60a8\u7684\u59d3\u540d\u3001\u8eab\u4efd\u8b49\u865f\u78bc\u3001\u624b\u6a5f\u865f\u78bc\u3001\u9280\u884c\u5361\u865f\u4fe1\u606f\u7b49\u500b\u4eba\u4fe1\u606f\u3002\u5426\u5247\u8a72\u7279\u5b9a\u7528\u6236\u5c07\u7121\u6cd5\u4f7f\u7528\u6709\u95dc\u670d\u52d9\uff0c\u56e0\u7279\u5b9a\u7528\u6236\u62d6\u5ef6\u9020\u6210\u7684\u640d\u5931\u7531\u60a8\u81ea\u884c\u627f\u64d4\u3002
C. \u672c\u516c\u53f8\u53ef\u80fd\u70ba\u4e0d\u540c\u7684\u7d42\u7aef\u8a2d\u5099\u958b\u767c\u4e0d\u540c\u7684\u8edf\u4ef6\u7248\u672c\uff0c\u60a8\u61c9\u7576\u6839\u64da\u5be6\u969b\u9700\u8981\u9078\u64c7\u4e0b\u8f09\u5408\u9069\u7684\u7248\u672c\u9032\u884c\u5b89\u88dd\u3002\u5982\u679c\u60a8\u5f9e\u672a\u7d93\u5408\u6cd5\u6388\u6b0a\u7684\u7b2c\u4e09\u65b9\u7372\u53d6\u672c\u8edf\u4ef6\u6216\u8207\u672c\u8edf\u4ef6\u540d\u7a31\u76f8\u540c\u7684\u5b89\u88dd\u7a0b\u5e8f\uff0c\u672c\u516c\u53f8\u5c07\u7121\u6cd5\u4fdd\u8b49\u8a72\u8edf\u4ef6\u80fd\u5426\u6b63\u5e38\u4f7f\u7528\uff0c\u4e5f\u7121\u6cd5\u4fdd\u8b49\u5176\u5b89\u5168\u6027\uff0c\u56e0\u6b64\u9020\u6210\u7684\u640d\u5931\u7531\u60a8\u81ea\u884c\u627f\u64d4\u3002
D. \u672c\u8edf\u4ef6\u65b0\u7248\u672c\u767c\u5e03\u5f8c\uff0c\u820a\u7248\u8edf\u4ef6\u53ef\u80fd\u7121\u6cd5\u4f7f\u7528\u3002\u672c\u516c\u53f8\u4e0d\u4fdd\u8b49\u820a\u7248\u8edf\u4ef6\u7684\u5b89\u5168\u6027\u3001\u7e7c\u7e8c\u53ef\u7528\u6027\u53ca\u63d0\u4f9b\u76f8\u61c9\u7684\u5ba2\u6236\u670d\u52d9\u3002\u8acb\u60a8\u96a8\u6642\u6838\u5c0d\u4e26\u4e0b\u8f09\u6700\u65b0\u7248\u672c\u3002
2) \u4f7f\u7528\uff1a
A. \u7528\u6236\u61c9\u81ea\u884c\u59a5\u5584\u4fdd\u7ba1\u79fb\u52d5\u8a2d\u5099\u3001\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\u7b49\u4fe1\u606f\u3002\u672c\u516c\u53f8\u4e0d\u8ca0\u8cac\u70ba\u7528\u6236\u4fdd\u7ba1\u4ee5\u4e0a\u4fe1\u606f\u3002\u56e0\u60a8\u907a\u5931\u79fb\u52d5\u8a2d\u5099\u3001\u4e3b\u52d5\u6216\u88ab\u52d5\u6cc4\u9732\u3001\u907a\u5fd8\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\u6216\u906d\u53d7\u4ed6\u4eba\u653b\u64ca\u3001\u8a50\u9a19\u7b49\u6240\u5f15\u8d77\u7684\u4e00\u5207\u98a8\u96aa\u3001\u8cac\u4efb\u3001\u640d\u5931\u3001\u8cbb\u7528\u61c9\u7531\u60a8\u81ea\u884c\u627f\u64d4\u3002
B. \u9075\u5faa\u4fe1\u606f\u63d0\u793a\u3002\u60a8\u4e86\u89e3\u4e26\u540c\u610f\u9075\u5faaBitCooo\u5c0d\u60a8\u505a\u51fa\u7684\u4fe1\u606f\u63d0\u793a\uff0c\u6309\u7167\u4fe1\u606f\u63d0\u793a\u7684\u5167\u5bb9\u9032\u884c\u64cd\u4f5c\uff0c\u5426\u5247\uff0c\u7531\u6b64\u5f15\u8d77\u7684\u4e00\u5207\u98a8\u96aa\u3001\u8cac\u4efb\u3001\u640d\u5931\u3001\u8cbb\u7528\u7b49\u61c9\u7531\u60a8\u81ea\u884c\u627f\u64d4\u3002
C. \u60a8\u77e5\u6089\u4e26\u7406\u89e3BitCooo\u6c92\u6709\u7fa9\u52d9\u5c0d\u93c8\u63a5\u7684\u7b2c\u4e09\u65b9DApp\u670d\u52d9\u6216\u4ea4\u6613\u5c65\u884c\u76e1\u8077\u8abf\u67e5\u7fa9\u52d9\uff0c\u60a8\u61c9\u7576\u7406\u6027\u505a\u51fa\u6295\u8cc7\u6c7a\u7b56\u4e26\u81ea\u4e3b\u627f\u64d4\u76f8\u61c9\u7684\u6295\u8cc7\u98a8\u96aa\u3002
D. \u7a4d\u6975\u5b8c\u6210\u8eab\u4efd\u9a57\u8b49\u3002\u7576BitCooo\u5408\u7406\u8a8d\u70ba\u60a8\u7684\u4ea4\u6613\u884c\u70ba\u6216\u4ea4\u6613\u60c5\u6cc1\u51fa\u73fe\u7570\u5e38\u7684\uff0c\u6216\u8a8d\u70ba\u60a8\u7684\u8eab\u4efd\u4fe1\u606f\u5b58\u5728\u7591\u9ede\u7684\uff0c\u6216BitCooo\u8a8d\u70ba\u61c9\u6838\u5c0d\u60a8\u8eab\u4efd\u8b49\u4ef6\u6216\u5176\u4ed6\u5fc5\u8981\u6587\u4ef6\u7684\u60c5\u5f62\u6642\uff0c\u8acb\u60a8\u7a4d\u6975\u914d\u5408BitCooo\u6838\u5c0d\u60a8\u7684\u6709\u6548\u8eab\u4efd\u8b49\u4ef6\u6216\u5176\u4ed6\u5fc5\u8981\u6587\u4ef6\uff0c\u53ca\u6642\u5b8c\u6210\u76f8\u95dc\u7684\u8eab\u4efd\u9a57\u8b49\u3002
E. \u4f7f\u7528BitCooo\u624b\u6a5f\u865f\u78bc\u3001\u90f5\u7bb1\u8a3b\u518a\u65b9\u5f0f\uff08EOS\u9ad4\u7cfb\u6709\u6548\u53bb\u4e2d\u5fc3\u89e3\u6c7a\u65b9\u6848\uff09\uff0c\u60a8\u53ef\u4ee5\u9078\u64c7\u5c0e\u51fa\u79c1\u9470\u529f\u80fd\u4f86\u7372\u5f97\u79c1\u9470\u4ee5\u66f4\u597d\u7684\u7ba1\u7406\u60a8\u7684\u8cec\u6236\uff0c\u60a8\u4e5f\u77e5\u6089\u60a8\u53ef\u4ee5\u5c07\u9ed8\u8a8d\u6dfb\u52a0\u7684\u591a\u7c3downer\u6b0a\u9650\u9032\u884c\u522a\u9664\uff0c\u4e26\u4e14\u4e86\u89e3\u4e26\u660e\u767d\u522a\u9664\u9ed8\u8a8d\u6dfb\u52a0\u7684\u591a\u7c3downer\u6b0a\u9650\uff0c\u672c\u516c\u53f8\u5c07\u7121\u6cd5\u5e6b\u52a9\u60a8\u9032\u884c\u79c1\u9470\u6062\u5fa9\u3002
3) \u8f49\u8cec\uff1a
A. \u60a8\u77e5\u6089\u5c0d\u65bcBitCooo\u670d\u52d9\u4e2d\u60a8\u53ef\u4f7f\u7528\u7684\u65e5\u8a08\u8f49\u8cec\u9650\u984d\u548c\u7b46\u6578\uff0c\u53ef\u80fd\u56e0\u70ba\u60a8\u4f7f\u7528\u8a72\u8f49\u8cec\u670d\u52d9\u6642\u6240\u8655\u7684\u570b\u5bb6/\u5730\u5340\u3001\u76e3\u7ba1\u8981\u6c42\u3001\u8f49\u8cec\u76ee\u7684\u3001BitCooo\u98a8\u96aa\u63a7\u5236\u3001\u8eab\u4efd\u9a57\u8b49\u7b49\u4e8b\u7531\u800c\u4e0d\u540c\u3002
B. \u60a8\u7406\u89e3\u57fa\u65bc\u5340\u584a\u93c8\u64cd\u4f5c\u7684\u300c\u4e0d\u53ef\u64a4\u92b7\u300d\u5c6c\u6027\uff0c\u7576\u60a8\u4f7f\u7528BitCooo\u8f49\u8cec\u529f\u80fd\u6642\uff0c\u60a8\u61c9\u7576\u81ea\u884c\u627f\u64d4\u56e0\u60a8\u64cd\u4f5c\u5931\u8aa4\u800c\u5c0e\u81f4\u7684\u5f8c\u679c\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u65bc\u56e0\u60a8\u8f38\u932f\u8f49\u8cec\u5730\u5740\u3001\u60a8\u81ea\u8eab\u9078\u64c7\u8f49\u8cec\u7bc0\u9ede\u670d\u52d9\u5668\u7684\u554f\u984c\uff09\u3002
C. \u60a8\u77e5\u6089\u5728\u4f7f\u7528BitCooo\u670d\u52d9\u6642\uff0c\u4ee5\u4e0b\u60c5\u6cc1\u7684\u51fa\u73fe\u53ef\u80fd\u5c0e\u81f4\u8f49\u8cec\u300c\u4ea4\u6613\u5931\u6557\u300d\u6216\u300c\u6253\u5305\u8d85\u6642\u300d\uff1a
a) \u9322\u5305\u9918\u984d\u4e0d\u8db3\uff1b
b) \u4ea4\u6613\u7926\u5de5\u8cbb\u4e0d\u8db3\uff1b
c) \u5340\u584a\u93c8\u57f7\u884c\u5408\u7d04\u4ee3\u78bc\u5931\u6557\uff1b
d) \u8d85\u51fa\u76e3\u7ba1\u90e8\u9580\u3001BitCooo\u6216\u6cd5\u5f8b\u6cd5\u898f\u898f\u5b9a\u7684\u4ed8\u6b3e\u984d\u5ea6\uff1b
e) \u7db2\u7d61\u3001\u8a2d\u5099\u7b49\u6280\u8853\u6545\u969c\uff1b
f) \u5340\u584a\u93c8\u7db2\u7d61\u64c1\u5835\u3001\u6545\u969c\u7b49\u539f\u56e0\u5f15\u8d77\u4ea4\u6613\u88ab\u62cb\u68c4\uff1b
g) \u60a8\u7684\u5730\u5740\u6216\u4ea4\u6613\u5c0d\u65b9\u5730\u5740\u88ab\u8b58\u5225\u70ba\u7279\u6b8a\u5730\u5740, \u5982\u9ad8\u98a8\u96aa\u5730\u5740\u3001\u4ea4\u6613\u6240\u5730\u5740\u3001ICO \u5730\u5740\u3001Token\u5730\u5740\u7b49\u3002
D. \u60a8\u77e5\u6089BitCooo\u50c5\u5411\u60a8\u63d0\u4f9b\u8f49\u8cec\u5de5\u5177\uff0c\u5728\u60a8\u4f7f\u7528BitCooo\u5b8c\u6210\u8f49\u8cec\u5f8c\uff0c\u672c\u516c\u53f8\u5373\u5b8c\u6210\u4e86\u7576\u6b21\u670d\u52d9\u7684\u6240\u6709\u7fa9\u52d9\uff0c\u672c\u516c\u53f8\u5c0d\u5176\u4ed6\u7cfe\u7d1b\u722d\u8b70\uff0c\u4e0d\u8ca0\u64d4\u4efb\u4f55\u7fa9\u52d9\u3002
E. \u5408\u6cd5\u5408\u898f\u3002\u60a8\u77e5\u6089\u5728BitCooo\u9032\u884c\u64cd\u4f5c\u6642\u6216\u5229\u7528BitCooo\u4e0a\u7684DApp\u9032\u884c\u4ea4\u6613\u6642\uff0c\u60a8\u61c9\u7576\u9075\u5faa\u6709\u95dc\u6cd5\u5f8b\u6cd5\u898f\u3001\u570b\u5bb6\u653f\u7b56\u7684\u8981\u6c42\u3002
F. \u516c\u544a\u901a\u77e5\u3002BitCooo\u6703\u4ee5\u7db2\u7ad9\u516c\u544a\u3001\u96fb\u5b50\u90f5\u4ef6\u3001\u767c\u9001\u77ed\u4fe1\u3001\u96fb\u8a71\u3001\u6d88\u606f\u4e2d\u5fc3\u4fe1\u606f\u3001\u5f48\u7a97\u63d0\u793a\u6216\u5ba2\u6236\u7aef\u901a\u77e5\u7b49\u65b9\u5f0f\u5411\u60a8\u767c\u9001\u901a\u77e5\uff0c\u4f8b\u5982\u901a\u77e5\u60a8\u4ea4\u6613\u9032\u5c55\u60c5\u6cc1\uff0c\u6216\u8005\u63d0\u793a\u60a8\u9032\u884c\u76f8\u95dc\u64cd\u4f5c\uff0c\u8acb\u60a8\u53ca\u6642\u4e88\u4ee5\u95dc\u6ce8\u3002
4) \u670d\u52d9\u8cbb\u7528\u8207\u7d0d\u7a05\u7fa9\u52d9\uff1a
A. BitCooo\u66ab\u6642\u4e0d\u5411\u60a8\u6536\u53d6\u4efb\u4f55\u5f62\u5f0f\u7684\u670d\u52d9\u8cbb\u6216\u624b\u7e8c\u8cbb\uff0c\u5c07\u4f86\u9700\u5c0d\u67d0\u4e9b\u670d\u52d9\u9032\u884c\u6536\u8cbb\u6642\u5c07\u53e6\u884c\u7d04\u5b9a\u6216\u516c\u5e03\u898f\u5247\uff1b
B. \u60a8\u4f7f\u7528BitCooo\u9032\u884c\u8f49\u8cec\u6642\u61c9\u652f\u4ed8\u7926\u5de5\u8cbb\uff0c\u91d1\u984d\u7531\u60a8\u81ea\u884c\u6c7a\u5b9a\u3002\u7926\u5de5\u8cbb\u7531\u76f8\u95dc\u5340\u584a\u93c8\u7cfb\u7d71\u6536\u53d6\uff1b
C. \u60a8\u77e5\u6089\u5728\u7279\u5b9a\u60c5\u6cc1\u4e0b\uff0c\u56e0\u70ba\u60a8\u6240\u8655\u7684\u74b0\u5883\u53ca\u7db2\u7d61\u72c0\u614b\u4e0d\u7a69\u5b9a\uff0c\u5c0e\u81f4\u60a8\u7684\u8f49\u8cec\u64cd\u4f5c\u672a\u5b8c\u6210\u6642\uff0c\u4ea6\u6703\u88ab\u76f8\u95dc\u5340\u584a\u93c8\u7cfb\u7d71\u6536\u53d6\u7926\u5de5\u8cbb\uff1b
D. \u60a8\u56e0\u5728BitCooo\u9032\u884c\u4ea4\u6613\u800c\u767c\u751f\u7684\u6240\u6709\u61c9\u7d0d\u7a05\u8ca0\u53ca\u5176\u5b83\u65b9\u9762\u7684\u8cbb\u7528\u5747\u7531\u60a8\u8ca0\u8cac\u652f\u4ed8\u3002
\u516d\u3001 \u98a8\u96aa\u63d0\u793a
1) \u60a8\u4e86\u89e3\u4e26\u77e5\u6089\uff0c\u7531\u65bc\u6578\u5b57\u4ee3\u5e63\u9818\u57df\u7684\u6cd5\u5f8b\u6cd5\u898f\u653f\u7b56\u5c1a\u672a\u5065\u5168\uff0c\u8a72\u9818\u57df\u7684\u6578\u5b57\u4ee3\u5e63\u53ef\u80fd\u6703\u7522\u751f\u7121\u6cd5\u514c\u73fe\u3001\u6280\u8853\u4e0d\u7a69\u5b9a\u7b49\u91cd\u5927\u98a8\u96aa\u3002\u4e14\u6578\u5b57\u4ee3\u5e63\u7684\u50f9\u683c\u6ce2\u52d5\u5e45\u5ea6\u9060\u9ad8\u65bc\u5176\u4ed6\u91d1\u878d\u8cc7\u7522\u3002\u6211\u5011\u8b39\u614e\u63d0\u9192\u60a8\u61c9\u7576\u6839\u64da\u81ea\u8eab\u8ca1\u52d9\u72c0\u6cc1\u548c\u98a8\u96aa\u504f\u597d\uff0c\u7406\u6027\u9078\u64c7\u6301\u6709\u6216\u8655\u7f6e\u4efb\u4f55\u4e00\u7a2e\u6578\u5b57\u4ee3\u5e63\u3002BitCooo\u63d0\u4f9b\u7684\u884c\u60c5\u67e5\u770b\u529f\u80fd\u50c5\u7cfb\u6293\u53d6\u90e8\u5206\u4ea4\u6613\u6240\u7684\u6578\u5b57\u4ee3\u5e63\u532f\u7387\u4fe1\u606f\u7684\u641c\u7d22\u7d50\u679c\uff0c\u4e26\u4e0d\u8868\u793a\u70ba\u6700\u65b0\u884c\u60c5\u6216\u6700\u4f73\u5831\u50f9\u3002
2) \u5728\u4f7f\u7528BitCooo\u670d\u52d9\u6642\uff0c\u82e5\u60a8\u6216\u60a8\u7684\u76f8\u5c0d\u65b9\u672a\u9075\u5f9e\u672c\u5354\u8b70\u6216\u76f8\u95dc\u7db2\u7ad9\u8aaa\u660e\u3001\u4ea4\u6613\u3001\u652f\u4ed8\u9801\u9762\u4e2d\u4e4b\u64cd\u4f5c\u63d0\u793a\u3001\u898f\u5247\uff0cBitCooo\u4e26\u4e0d\u4fdd\u8b49\u4ea4\u6613\u6703\u9806\u5229\u5b8c\u6210\uff0c\u4e14BitCooo\u4e0d\u627f\u64d4\u640d\u5bb3\u8ce0\u511f\u8cac\u4efb\u3002\u82e5\u767c\u751f\u524d\u8ff0\u60c5\u5f62\uff0c\u800c\u6b3e\u9805\u5df2\u5148\u884c\u5165\u8cec\u60a8\u7684\u6216\u60a8\u7684\u4ea4\u6613\u65b9\u8cec\u865f\u4e2d\u3002
3) BitCooo\u9322\u5305\u6216\u7b2c\u4e09\u65b9\u9322\u5305\uff0c\u60a8\u7406\u89e3\u5340\u584a\u93c8\u64cd\u4f5c\u5177\u6709\u7684\u300c\u4e0d\u53ef\u9006\u300d\u5c6c\u6027\uff0c\u4ee5\u53ca\u76f8\u95dc\u4ea4\u6613\u5177\u6709\u300c\u4e0d\u53ef\u64a4\u92b7\u300d\u7684\u7279\u5fb5\uff0c\u7531\u60a8\u53ca\u60a8\u7684\u76f8\u5c0d\u65b9\u81ea\u884c\u627f\u64d4\u76f8\u61c9\u7684\u98a8\u96aa\u5f8c\u679c\u3002
4) \u5728\u60a8\u4f7f\u7528BitCooo\u96c6\u6210\u7684\u7b2c\u4e09\u65b9DApp\u670d\u52d9\u6216\u9032\u884c\u4ea4\u6613\u6642\uff0c\u70ba\u4e86\u60a8\u7684\u5229\u76ca\uff0c\u672c\u516c\u53f8\u5efa\u8b70\u60a8\u4ed4\u7d30\u95b1\u8b80\u672c\u5354\u8b70\u53caBitCooo\u63d0\u793a\uff0c\u4e86\u89e3\u4ea4\u6613\u5c0d\u8c61\u53ca\u7522\u54c1\u4fe1\u606f\uff0c\u8b39\u614e\u8a55\u4f30\u98a8\u96aa\u5f8c\u518d\u63a1\u53d6\u884c\u52d5\u3002\u6240\u6709\u60a8\u5728\u7b2c\u4e09\u65b9DApp\u9032\u884c\u7684\u4ea4\u6613\u884c\u70ba\u7cfb\u60a8\u7684\u500b\u4eba\u884c\u70ba\uff0c\u6709\u7d04\u675f\u529b\u7684\u5408\u540c\u95dc\u4fc2\u5728\u60a8\u548c\u60a8\u7684\u76f8\u5c0d\u65b9\u4e4b\u9593\u5efa\u7acb\uff0c\u8207BitCooo\u7121\u95dc\u3002BitCooo\u5c0d\u56e0\u60a8\u7684\u4ea4\u6613\u884c\u70ba\u6240\u5f15\u8d77\u7684\u4e00\u5207\u98a8\u96aa\u3001\u8cac\u4efb\u3001\u640d\u5931\u3001\u8cbb\u7528\u4e0d\u627f\u64d4\u4efb\u4f55\u8cac\u4efb\u3002
5) \u60a8\u5728\u4ea4\u6613\u904e\u7a0b\u4e2d\u61c9\u7576\u81ea\u884c\u5224\u65b7\u5c0d\u65b9\u662f\u5426\u70ba\u5b8c\u5168\u6c11\u4e8b\u884c\u70ba\u80fd\u529b\u4eba\u4e26\u81ea\u884c\u6c7a\u5b9a\u662f\u5426\u8207\u5c0d\u65b9\u9032\u884c\u4ea4\u6613\u6216\u8f49\u8cec\u7d66\u5c0d\u65b9\u7b49\uff0c\u4e14\u60a8\u81ea\u884c\u627f\u64d4\u8207\u6b64\u76f8\u95dc\u7684\u6240\u6709\u98a8\u96aa\u3002
6) \u5728\u8f49\u8cec\u904e\u7a0b\u4e2d\uff0c\u5982\u679c\u51fa\u73fe\u300c\u4ea4\u6613\u5931\u6557\u300d\u3001\u300c\u6253\u5305\u8d85\u6642\u300d\u7b49\u985e\u4f3c\u7684\u7570\u5e38\u4fe1\u606f\u63d0\u793a\u6642\uff0c\u60a8\u61c9\u901a\u904e\u76f8\u95dc\u5340\u584a\u93c8\u7cfb\u7d71\u7684\u5b98\u65b9\u9014\u5f91\u6216\u5176\u4ed6\u7684\u5340\u584a\u93c8\u67e5\u8a62\u5de5\u5177\u9032\u884c\u518d\u6b21\u78ba\u8a8d\uff0c\u4ee5\u907f\u514d\u91cd\u8907\u8f49\u8cec\uff1b\u5426\u5247\uff0c\u7531\u6b64\u6240\u5f15\u8d77\u7684\u4e00\u5207\u640d\u5931\u548c\u8cbb\u7528\u61c9\u7531\u60a8\u81ea\u884c\u627f\u64d4\u3002
7) \u60a8\u7406\u89e3\u7576\u60a8\u5728BitCooo\u4e0a\u5275\u5efa\u6216\u5c0e\u5165\u9322\u5305\u4e4b\u5f8c\uff0c\u60a8\u7684Keystore\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u7b49\u4fe1\u606f\u50c5\u5b58\u5132\u5728\u7576\u524d\u7684\u9019\u53f0\u79fb\u52d5\u8a2d\u5099\u4e2d\uff0c\u4e0d\u5b58\u5132\u5728BitCooo\u6216\u672c\u516c\u53f8\u7684\u670d\u52d9\u5668\u4e0a\u3002\u60a8\u53ef\u4ee5\u6309\u7167BitCooo\u63d0\u4f9b\u7684\u64cd\u4f5c\u6307\u5357\u63a1\u53d6\u540c\u6b65\u9322\u5305\u7b49\u65b9\u5f0f\u66f4\u63db\u79fb\u52d5\u8a2d\u5099\u3002\u4f46\u82e5\u60a8\u672a\u4fdd\u5b58\u6216\u5099\u4efd\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\u7b49\u4fe1\u606f\u4e14\u5728\u60a8\u79fb\u52d5\u8a2d\u5099\u4e1f\u5931\u7684\u60c5\u6cc1\u4e0b\uff0c\u60a8\u7684\u6578\u5b57\u4ee3\u5e63\u5c07\u56e0\u6b64\u4e1f\u5931\uff0c\u672c\u516c\u53f8\u7121\u6cd5\u70ba\u60a8\u627e\u56de\uff0c\u60a8\u9700\u81ea\u884c\u627f\u64d4\u76f8\u61c9\u640d\u5931\u3002\u82e5\u60a8\u5728\u5c0e\u51fa\u3001\u4fdd\u5b58\u6216\u5099\u4efd\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\u7b49\u4fe1\u606f\u7684\u6642\u5019\u6cc4\u5bc6\uff0c\u6216\u4fdd\u5b58\u6216\u5099\u4efd\u4e0a\u8ff0\u4fe1\u606f\u7684\u8a2d\u5099\u6216\u670d\u52d9\u5668\u88ab\u9ed1\u5ba2\u653b\u64ca\u6216\u63a7\u5236\u7b49\u60c5\u6cc1\u4e0b\uff0c\u60a8\u7684\u6578\u5b57\u4ee3\u5e63\u5c07\u56e0\u6b64\u4e1f\u5931\uff0c\u672c\u516c\u53f8\u7121\u6cd5\u70ba\u60a8\u627e\u56de\uff0c\u60a8\u9700\u81ea\u884c\u627f\u64d4\u76f8\u61c9\u640d\u5931\u3002
8) \u6211\u5011\u5efa\u8b70\u60a8\u5728\u5275\u5efa\u6216\u5c0e\u5165\u9322\u5305\u6642\u5c0d\u60a8\u9322\u5305\u7684\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u53caKeystore\u7b49\u4fe1\u606f\u505a\u597d\u5b89\u5168\u5099\u4efd\u3002\u6211\u5011\u63d0\u8acb\u60a8\u6ce8\u610f\uff0c\u8acb\u4e0d\u8981\u63a1\u7528\u4ee5\u4e0b\u5099\u4efd\u65b9\u5f0f\uff1a\u622a\u5716\u3001\u90f5\u4ef6\u3001\u8a18\u4e8b\u672c\u3001\u77ed\u4fe1\u3001\u5fae\u4fe1\u3001QQ\u7b49\u96fb\u5b50\u5099\u4efd\u65b9\u5f0f\u3002\u6211\u5011\u5efa\u8b70\u60a8\u5728\u7d19\u8cea\u8a18\u4e8b\u672c\u4e0a\u6284\u5beb\u52a9\u8a18\u8a5e\u548cKeystore\u7b49\u4fe1\u606f\uff0c\u540c\u6642\u60a8\u4ea6\u53ef\u5c07\u96fb\u5b50\u6578\u64da\u4fdd\u7ba1\u81f3\u5bc6\u78bc\u7ba1\u7406\u5668\u3002
9) \u6211\u5011\u5efa\u8b70\u60a8\u5728\u5b89\u5168\u7684\u7db2\u7d61\u74b0\u5883\u4e2d\u4f7f\u7528BitCooo\uff0c\u78ba\u4fdd\u60a8\u7684\u79fb\u52d5\u8a2d\u5099\u6c92\u6709\u8d8a\u7344\u6216Root\uff0c \u4ee5\u907f\u514d\u53ef\u80fd\u5b58\u5728\u7684\u5b89\u5168\u96b1\u60a3\u3002
10) \u60a8\u5728\u4f7f\u7528\u6211\u5011\u7684\u670d\u52d9\u904e\u7a0b\u4e2d\uff0c\u8b66\u60d5\u975eBitCooo\u5b98\u65b9\u7684\u8a50\u9a19\u884c\u70ba\u3002\u4e00\u65e6\u767c\u73fe\u6b64\u985e\u884c\u70ba\uff0c\u6211\u5011\u9f13\u52f5\u60a8\u7b2c\u4e00\u6642\u9593\u544a\u77e5\u6211\u5011\u3002
\u4e03\u3001 \u670d\u52d9\u7684\u8b8a\u66f4\u3001\u4e2d\u65b7\u3001\u7d42\u6b62
1) \u60a8\u540c\u610f\u672c\u516c\u53f8\u70ba\u4fdd\u8b49\u81ea\u4e3b\u696d\u52d9\u7d93\u71df\u6b0a\u53ef\u4ee5\u66ab\u6642\u63d0\u4f9b\u90e8\u5206\u670d\u52d9\u529f\u80fd\uff0c\u6216\u65bc\u5c07\u4f86\u66ab\u505c\u90e8\u5206\u670d\u52d9\u529f\u80fd\u6216\u958b\u901a\u65b0\u7684\u670d\u52d9\u529f\u80fd\u3002\u7576\u4efb\u4f55\u529f\u80fd\u6e1b\u5c11\u6216\u8005\u589e\u52a0\u6216\u8005\u8b8a\u5316\u6642\uff0c\u53ea\u8981\u60a8\u4ecd\u7136\u4f7f\u7528\u672c\u516c\u53f8\u63d0\u4f9b\u7684\u670d\u52d9\uff0c\u8868\u793a\u60a8\u4ecd\u7136\u540c\u610f\u672c\u5354\u8b70\u6216\u8005\u672c\u5354\u8b70\u4fee\u6b63\u5f8c\u7684\u689d\u6b3e\u3002
2) \u60a8\u7406\u89e3\u5b58\u5728\u5982\u4e0b\u60c5\u5f62\u6642\uff0c\u672c\u516c\u53f8\u5c07\u66ab\u505c\u63d0\u4f9b\u670d\u52d9\uff1a
A. \u56e0\u8a2d\u5099\u3001\u5340\u584a\u93c8\u7cfb\u7d71\u7dad\u4fee\u3001\u5347\u7d1a\u3001\u6545\u969c\u548c\u901a\u4fe1\u4e2d\u65b7\u7b49\u6280\u8853\u539f\u56e0\u800c\u4e2d\u65b7\u696d\u52d9\uff1b
B. \u56e0\u98b1\u98a8\u3001\u5730\u9707\u3001\u6d77\u562f\u3001\u6d2a\u6c34\u3001\u505c\u96fb\u3001\u6230\u722d\u6216\u6050\u6016\u8972\u64ca\u7b49\u4e0d\u53ef\u6297\u529b\u56e0\u7d20\uff0c\u75c5\u6bd2\u3001\u6728\u99ac\u3001\u9ed1\u5ba2\u653b\u64ca\u3001\u7cfb\u7d71\u4e0d\u7a69\u5b9a\u6216\u653f\u5e9c\u884c\u70ba\u7b49\u539f\u56e0\uff0c\u9020\u6210\u672c\u516c\u53f8\u7cfb\u7d71\u4e0d\u80fd\u63d0\u4f9b\u670d\u52d9\u6216\u672c\u516c\u53f8\u5408\u7406\u8a8d\u70ba\u7e7c\u7e8c\u63d0\u4f9b\u670d\u52d9\u6703\u6709\u8f03\u5927\u98a8\u96aa\u7684\uff1b
C. \u767c\u751f\u672c\u516c\u53f8\u7121\u6cd5\u63a7\u5236\u6216\u5408\u7406\u9810\u898b\u7684\u5176\u4ed6\u60c5\u5f62\u3002
D. \u7576\u60a8\u51fa\u73fe\u5982\u4e0b\u60c5\u6cc1\u6642\uff0c\u672c\u516c\u53f8\u53ef\u55ae\u65b9\u9762\u4e2d\u6b62\u6216\u7d42\u6b62\u60a8\u4f7f\u7528BitCooo\u7684\u90e8\u5206\u6216\u5168\u90e8\u529f\u80fd:
1.\u7528\u6236\u6b7b\u4ea1\uff1b
2.\u76dc\u7528\u4ed6\u4eba\u7684\u9322\u5305\u4fe1\u606f\u6216\u79fb\u52d5\u8a2d\u5099\uff1b
3.\u586b\u5beb\u500b\u4eba\u4fe1\u606f\u6642\u63d0\u4f9b\u865b\u5047\u4fe1\u606f\uff1b
4.\u62d2\u7d55\u672c\u516c\u53f8\u70ba\u63d0\u5347BitCooo\u529f\u80fd\u800c\u767c\u8d77\u7684\u5f37\u5236\u66f4\u65b0\u64cd\u4f5c\uff1b
5.\u5c07BitCooo\u7528\u65bc\u9055\u6cd5\u6216\u72af\u7f6a\u6d3b\u52d5\uff1b
6.\u59a8\u7919\u5176\u4ed6\u7528\u6236\u6b63\u5e38\u4f7f\u7528\uff1b
7.\u507d\u7a31\u672c\u516c\u53f8\u7684\u5de5\u4f5c\u4eba\u54e1\u6216\u7ba1\u7406\u4eba\u54e1\uff1b
8.\u653b\u64ca\u3001\u4fb5\u5165\u3001\u66f4\u6539\u6216\u4ee5\u4efb\u4f55\u5176\u4ed6\u65b9\u5f0f\u5a01\u8105\u672c\u516c\u53f8\u8a08\u7b97\u6a5f\u7cfb\u7d71\u7684\u6b63\u5e38\u904b\u4f5c\uff1b
9.\u5229\u7528BitCooo\u5ba3\u50b3\u5783\u573e\u5ee3\u544a\uff1b
10.\u6563\u5e03\u8b20\u8a00\uff0c\u640d\u5bb3\u672c\u516c\u53f8\u548cBitCooo\u5546\u8b7d\uff1b
11.\u9055\u6cd5\u884c\u70ba\uff0c\u5176\u4ed6\u9055\u53cd\u672c\u5354\u8b70\u7684\u884c\u70ba\uff0c\u53ca\u672c\u516c\u53f8\u5408\u7406\u8a8d\u70ba\u61c9\u7576\u66ab\u505c\u529f\u80fd\u7684\u60c5\u5f62\u3002
3) \u7576\u60a8\u8207\u672c\u516c\u53f8\u4e4b\u9593\u7684\u670d\u52d9\u95dc\u4fc2\u8b8a\u66f4\u3001\u4e2d\u65b7\u3001\u7d42\u6b62\u6642\uff0c\u60a8\u4ecd\u6709\u6b0a\u5728\u5408\u7406\u6642\u9593\u5167\u5c0e\u51fa\u60a8\u9322\u5305\u7b49\u4fe1\u606f\u3002
\u516b\u3001 \u60a8\u5408\u6cd5\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52d9\u7684\u627f\u8afe
1) \u60a8\u61c9\u9075\u5b88\u60a8\u6240\u5c45\u4f4f\u7684\u570b\u5bb6\u6216\u5730\u5340\u7684\u6cd5\u5f8b\u6cd5\u898f\uff0c\u4e0d\u5f97\u5c07BitCooo\u7528\u65bc\u4efb\u4f55\u975e\u6cd5\u76ee\u7684\uff0c\u4e5f\u4e0d\u5f97\u4ee5\u4efb\u4f55\u975e\u6cd5\u65b9\u5f0f\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52d9\u3002
2) \u60a8\u4e0d\u5f97\u5229\u7528BitCooo\u5f9e\u4e8b\u9055\u6cd5\u6216\u72af\u7f6a\u7684\u884c\u70ba\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u65bc\uff1a
A. \u53cd\u5c0d\u61b2\u6cd5\u6240\u78ba\u5b9a\u7684\u57fa\u672c\u539f\u5247\uff0c\u5371\u5bb3\u570b\u5bb6\u5b89\u5168\u3001\u6cc4\u6f0f\u570b\u5bb6\u79d8\u5bc6\u3001\u985b\u8986\u570b\u5bb6\u653f\u6b0a\u3001\u7834\u58de\u570b\u5bb6\u7d71\u4e00\u7684\uff1b
B. \u5f9e\u4e8b\u4efb\u4f55\u9055\u6cd5\u72af\u7f6a\u884c\u70ba\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u65bc\u6d17\u9322\u3001\u975e\u6cd5\u96c6\u8cc7\u7b49\uff1b
C. \u901a\u904e\u4f7f\u7528\u4efb\u4f55\u81ea\u52d5\u5316\u7a0b\u5e8f\u3001\u8edf\u4ef6\u3001\u5f15\u64ce\u3001\u7db2\u7d61\u722c\u87f2\u3001\u7db2\u9801\u5206\u6790\u5de5\u5177\u3001\u6578\u64da\u6316\u6398\u5de5\u5177\u6216\u985e\u4f3c\u5de5\u5177\uff0c\u63a5\u5165\u672c\u516c\u53f8\u670d\u52d9\u3001\u6536\u96c6\u6216\u8655\u7406\u672c\u516c\u53f8\u6240\u63d0\u4f9b\u7684\u5167\u5bb9\uff0c\u5e72\u9810\u6216\u8a66\u5716\u5e72\u9810\u4efb\u4f55\u7528\u6236\u6216\u4efb\u4f55\u5176\u4ed6\u65b9\u5f0f\u63a5\u5165\u672c\u516c\u53f8\u670d\u52d9\u7684\u884c\u70ba\uff1b
D. \u63d0\u4f9b\u8ced\u535a\u8cc7\u8a0a\u6216\u4ee5\u4efb\u4f55\u65b9\u5f0f\u5f15\u8a98\u4ed6\u4eba\u53c3\u8207\u8ced\u535a\uff1b
E. \u4fb5\u5165\u4ed6\u4ebaBitCooo\u9322\u5305\u76dc\u53d6\u6578\u5b57\u4ee3\u5e63\uff1b
F. \u9032\u884c\u8207\u4ea4\u6613\u5c0d\u65b9\u5ba3\u7a31\u7684\u4ea4\u6613\u5167\u5bb9\u4e0d\u7b26\u7684\u4ea4\u6613\uff0c\u6216\u4e0d\u771f\u5be6\u7684\u4ea4\u6613\uff1b
G. \u5f9e\u4e8b\u4efb\u4f55\u4fb5\u5bb3\u6216\u53ef\u80fd\u4fb5\u5bb3BitCooo\u670d\u52d9\u7cfb\u7d71\u3001\u6578\u64da\u4e4b\u884c\u70ba\uff1b
H. \u5176\u4ed6\u9055\u6cd5\u4ee5\u53ca\u672c\u516c\u53f8\u6709\u6b63\u7576\u7406\u7531\u8a8d\u70ba\u4e0d\u9069\u7576\u7684\u884c\u70ba\u3002
3) \u60a8\u7406\u89e3\u4e26\u540c\u610f\uff0c\u5982\u56e0\u60a8\u9055\u53cd\u6709\u95dc\u6cd5\u5f8b\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u65bc\u6d77\u95dc\u53ca\u7a05\u52d9\u65b9\u9762\u7684\u76e3\u7ba1\u898f\u5b9a\uff09\u6216\u8005\u672c\u5354\u8b70\u4e4b\u898f\u5b9a\uff0c\u4f7f\u672c\u516c\u53f8\u906d\u53d7\u4efb\u4f55\u640d\u5931\u3001\u53d7\u5230\u4efb\u4f55\u7b2c\u4e09\u65b9\u7684\u7d22\u8ce0\u6216\u4efb\u4f55\u884c\u653f\u7ba1\u7406\u90e8\u9580\u7684\u8655\u7f70\uff0c\u60a8\u61c9\u5c0d\u672c\u516c\u53f8\u9032\u884c\u8ce0\u511f\uff0c\u5305\u62ec\u5408\u7406\u7684\u5f8b\u5e2b\u8cbb\u7528\u3002 4) \u60a8\u4e0d\u5c6c\u65bc\u8cc7\u683c\u4f7f\u7528BitCooo\u670d\u52d9\u7684\u88ab\u6392\u9664\u4eba\u58eb\u3002
5) \u60a8\u627f\u8afe\u6309\u6642\u7e73\u7d0d\u672c\u516c\u53f8\u7684\u670d\u52d9\u8cbb\u7528\uff08\u5982\u6709\uff09\uff0c\u5426\u5247\u672c\u516c\u53f8\u6709\u6b0a\u66ab\u505c\u6216\u4e2d\u6b62\u5c0d\u60a8\u63d0\u4f9b\u7684\u670d\u52d9\u3002
\u4e5d\u3001 \u96b1\u79c1\u689d\u6b3e
\u672c\u516c\u53f8\u5341\u5206\u91cd\u8996\u5c0d\u7528\u6236\u96b1\u79c1\u7684\u4fdd\u8b77\uff0c\u76f8\u95dc\u96b1\u79c1\u4fdd\u8b77\u653f\u7b56\u8acb\u53c3\u8003\u672c\u516c\u53f8\u516c\u5e03\u4e26\u4e0d\u6642\u66f4\u65b0\u7684\u300aBitCooo\u96b1\u79c1\u653f\u7b56\u300b\u3002
\u5341\u3001 \u514d\u8cac\u53ca\u8cac\u4efb\u9650\u5236
1) \u672c\u516c\u53f8\u50c5\u5c0d\u672c\u5354\u8b70\u4e2d\u6240\u5217\u660e\u7684\u7fa9\u52d9\u627f\u64d4\u8cac\u4efb\u3002
2) \u60a8\u7406\u89e3\u548c\u540c\u610f\uff0c\u5728\u6cd5\u5f8b\u6240\u5141\u8a31\u7684\u7bc4\u570d\u5167\uff0c\u672c\u516c\u53f8\u53ea\u80fd\u6309\u7167\u73fe\u6709\u7684\u6280\u8853\u6c34\u5e73\u548c\u689d\u4ef6\u63d0\u4f9bBitCooo\u670d\u52d9\u3002\u56e0\u4e0b\u5217\u539f\u56e0\u5c0e\u81f4BitCooo\u7121\u6cd5\u6b63\u5e38\u63d0\u4f9b\u670d\u52d9\uff0c\u672c\u516c\u53f8\u4e0d\u627f\u64d4\u8cac\u4efb\uff1a
A. BitCooo\u7cfb\u7d71\u505c\u6a5f\u7dad\u8b77\u6216\u5347\u7d1a\uff1b
B. \u56e0\u98b1\u98a8\u3001\u5730\u9707\u3001\u6d2a\u6c34\u3001\u96f7\u96fb\u6216\u6050\u6016\u8972\u64ca\u7b49\u4e0d\u53ef\u6297\u529b\u539f\u56e0\uff1b
C. \u60a8\u7684\u79fb\u52d5\u8a2d\u5099\u8edf\u786c\u4ef6\u548c\u901a\u4fe1\u7dda\u8def\u3001\u4f9b\u96fb\u7dda\u8def\u51fa\u73fe\u6545\u969c\u7684\uff1b
D. \u60a8\u64cd\u4f5c\u4e0d\u7576\u6216\u672a\u901a\u904e\u672c\u516c\u53f8\u6388\u6b0a\u6216\u8a8d\u53ef\u7684\u65b9\u5f0f\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52d9\u7684\uff1b
E. \u56e0\u75c5\u6bd2\u3001\u6728\u99ac\u3001\u60e1\u610f\u7a0b\u5e8f\u653b\u64ca\u3001\u7db2\u7d61\u64c1\u5835\u3001\u7cfb\u7d71\u4e0d\u7a69\u5b9a\u3001\u7cfb\u7d71\u6216\u8a2d\u5099\u6545\u969c\u3001\u901a\u8a0a\u6545\u969c\u3001\u96fb\u529b\u6545\u969c\u3001\u9280\u884c\u7b49\u539f\u56e0\u6216\u653f\u5e9c\u884c\u70ba\u7b49\u539f\u56e0\uff1b
F. \u975e\u56e0\u672c\u516c\u53f8\u7684\u539f\u56e0\u800c\u5f15\u8d77\u7684\u4efb\u4f55\u5176\u5b83\u539f\u56e0\u3002
3) \u672c\u516c\u53f8\u5c0d\u4ee5\u4e0b\u60c5\u5f62\u4e0d\u627f\u64d4\u8cac\u4efb\uff1a
A. \u56e0\u7528\u6236\u907a\u5931\u79fb\u52d5\u8a2d\u5099\u3001\u522a\u9664\u4e14\u672a\u5099\u4efdBitCooo\u3001\u522a\u9664\u4e14\u672a\u5099\u4efd\u9322\u5305\u3001\u9322\u5305\u88ab\u76dc\u6216\u907a\u5fd8\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\u800c\u5c0e\u81f4\u7684\u6578\u5b57\u4ee3\u5e63\u4e1f\u5931\u3002
B. \u56e0\u7528\u6236\u81ea\u884c\u6cc4\u9732\u9322\u5305\u5bc6\u78bc\u3001\u79c1\u9470\u3001\u52a9\u8a18\u8a5e\u3001Keystore\uff0c\u6216\u501f\u7528\u3001\u8f49\u8b93\u6216\u6388\u6b0a\u4ed6\u4eba\u4f7f\u7528\u81ea\u5df1\u7684\u79fb\u52d5\u8a2d\u5099\u6216BitCooo\u9322\u5305\uff0c\u6216\u672a\u901a\u904e\u672c\u516c\u53f8\u5b98\u65b9\u6e20\u9053\u4e0b\u8f09BitCooo\u61c9\u7528\u7a0b\u5e8f\u6216\u5176\u4ed6\u4e0d\u5b89\u5168\u7684\u65b9\u5f0f\u4f7f\u7528BitCooo\u61c9\u7528\u7a0b\u5e8f\u5c0e\u81f4\u7684\u6578\u5b57\u4ee3\u5e63\u4e1f\u5931\uff1b
C. \u56e0\u7528\u6236\u8aa4\u64cd\u4f5c\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u65bc\u60a8\u8f38\u932f\u8f49\u8cec\u5730\u5740\u3001\u60a8\u81ea\u8eab\u9078\u64c7\u8f49\u8cec\u7bc0\u9ede\u670d\u52d9\u5668\u7684\u554f\u984c\uff09\u5c0e\u81f4\u7684\u6578\u5b57\u4ee3\u5e63\u4e1f\u5931\uff1b
D. \u56e0\u7528\u6236\u4e0d\u7406\u89e3\u5340\u584a\u93c8\u6280\u8853\u7684\u6027\u8cea\u800c\u9032\u884c\u8aa4\u64cd\u4f5c\u5c0e\u81f4\u7684\u6578\u5b57\u4ee3\u5e63\u4e1f\u5931\uff1b
E. \u56e0\u6642\u9593\u6eef\u5f8c\u3001\u5340\u584a\u93c8\u7cfb\u7d71\u4e0d\u7a69\u5b9a\u7b49\u539f\u56e0\u5c0e\u81f4\u672c\u516c\u53f8\u62f7\u8c9d\u7528\u6236\u5728\u5340\u584a\u93c8\u4e0a\u7684\u4ea4\u6613\u8a18\u9304\u767c\u751f\u504f\u5dee\uff1b
4) BitCooo\u624b\u6a5f\u865f\u78bc\u3001\u90f5\u7bb1\u8a3b\u518a\u65b9\u5f0f\uff08EOS\u9ad4\u7cfb\u6709\u6548\u53bb\u4e2d\u5fc3\u89e3\u6c7a\u65b9\u6848\uff09\u4e0b\uff0c\u7528\u6236\u662f\u53ef\u9078\u5c0e\u51fa\u79c1\u9470\u7684\uff0c\u56e0\u70ba\u7528\u6236\u66f4\u6539Owner\u548cActive\u6b0a\u9650\u5f8c\u5c0e\u81f4\u7684\u79c1\u9470\u4e1f\u5931\u6216\u88ab\u76dc\u9020\u6210\u7684\u8ca1\u7522\u640d\u5931\u5747\u8207\u672c\u516c\u53f8\u7121\u95dc\u3002
5) BitCooo\u624b\u6a5f\u865f\u78bc\u3001\u90f5\u7bb1\u8a3b\u518a\u65b9\u5f0f\uff08EOS\u9ad4\u7cfb\u6709\u6548\u53bb\u4e2d\u5fc3\u89e3\u6c7a\u65b9\u6848\uff09\u9ed8\u8a8d\u60c5\u6cc1\u4e0b\uff0c\u7531\u65bc\u7528\u6236\u7684\u539f\u56e0\u5c0e\u81f4\u7121\u6cd5\u901a\u904e\u624b\u6a5f\u865f\u78bc\u627e\u56de\u7684\uff08\u7121\u6cd5\u88dc\u8fa6\u624b\u6a5f\u5361\u7b49\u60c5\u6cc1\uff09\uff0c\u4e0d\u80fd\u63d0\u4f9b\u79c1\u9470\u627e\u56de\u670d\u52d9\u3002
6) \u7531\u65bc\u7528\u6236\u500b\u4eba\u539f\u56e0\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u65bc\u624b\u6a5f\u865f\u78bc\u3001\u90f5\u7bb1\u4e1f\u5931\uff0c\u9a57\u8b49\u78bc\u6cc4\u9732\uff0c\u500b\u4eba\u516c\u958b\u79c1\u9470\uff0c\u7528\u6236\u500b\u4eba\u4fe1\u606f\u88ab\u9ed1\u5ba2\u5165\u4fb5\uff09\u53ca\u4e0d\u53ef\u6297\u62d2\u56e0\u7d20\u5c0e\u81f4\u7684\u8cc7\u7522\u4e1f\u5931\uff0c\u5747\u8207\u672c\u516c\u53f8\u7121\u95dc\u3002
7) \u7528\u6236\u5728\u7b2c\u4e09\u65b9DApp\u4e0a\u64cd\u4f5c\u7522\u751f\u7684\u98a8\u96aa\u548c\u5f8c\u679c\u3002\u60a8\u7406\u89e3BitCooo\u50c5\u4f5c\u70ba\u60a8\u6578\u5b57\u4ee3\u5e63\u7ba1\u7406\u7684\u5de5\u5177\u3002\u672c\u516c\u53f8\u4e0d\u80fd\u63a7\u5236\u7b2c\u4e09\u65b9DApp\u63d0\u4f9b\u7684\u7522\u54c1\u53ca\u670d\u52d9\u7684\u8cea\u91cf\u3001\u5b89\u5168\u6216\u5408\u6cd5\u6027\uff0c\u4fe1\u606f\u7684\u771f\u5be6\u6027\u6216\u6e96\u78ba\u6027\uff0c\u4ee5\u53ca\u76f8\u5c0d\u65b9\u5c65\u884c\u5176\u5728\u8207\u60a8\u7c3d\u8a02\u7684\u5354\u8b70\u9805\u4e0b\u7684\u5404\u9805\u7fa9\u52d9\u7684\u80fd\u529b\u3002\u6240\u6709\u60a8\u5728\u7b2c\u4e09\u65b9DApp\u9032\u884c\u7684\u4ea4\u6613\u884c\u70ba\u7cfb\u60a8\u7684\u500b\u4eba\u884c\u70ba\uff0c\u6709\u7d04\u675f\u529b\u7684\u5408\u540c\u95dc\u4fc2\u5728\u60a8\u548c\u60a8\u7684\u76f8\u5c0d\u65b9\u4e4b\u9593\u5efa\u7acb\uff0c\u8207BitCooo\u7121\u95dc\u3002\u672c\u516c\u53f8\u63d0\u9192\u60a8\u61c9\u8a72\u901a\u904e\u81ea\u5df1\u7684\u8b39\u614e\u5224\u65b7\u78ba\u5b9a\u767b\u9304DApp\u53ca\u76f8\u95dc\u4fe1\u606f\u7684\u771f\u5be6\u6027\u3001\u5408\u6cd5\u6027\u548c\u6709\u6548\u6027\u3002\u60a8\u8207\u4efb\u4f55\u7b2c\u4e09\u65b9\u4ea4\u6613\u6240\u7522\u751f\u7684\u98a8\u96aa\u4ea6\u61c9\u7531\u60a8\u81ea\u884c\u627f\u64d4\u3002
\u672c\u516c\u53f8\u53ef\u80fd\u540c\u6642\u70ba\u60a8\u53ca\u60a8\u7684\u4ea4\u6613\u5c0d\u624b\u65b9\u63d0\u4f9b\u670d\u52d9\uff0c\u60a8\u540c\u610f\u5c0d\u672c\u516c\u53f8\u53ef\u80fd\u5b58\u5728\u7684\u8a72\u7b49\u884c\u70ba\u4e88\u4ee5\u660e\u78ba\u8c41\u514d\u4efb\u4f55\u5be6\u969b\u6216\u6f5b\u5728\u7684\u5229\u76ca\u885d\u7a81\uff0c\u4e26\u4e0d\u5f97\u4ee5\u6b64\u4f86\u4e3b\u5f35\u672c\u516c\u53f8\u5728\u63d0\u4f9b\u670d\u52d9\u6642\u5b58\u5728\u6cd5\u5f8b\u4e0a\u7684\u7455\u75b5\uff0c\u4e5f\u4e0d\u56e0\u6b64\u800c\u52a0\u91cd\u672c\u516c\u53f8\u7684\u8cac\u4efb\u6216\u6ce8\u610f\u7fa9\u52d9\u3002
\u5341\u4e00\u3001 \u672c\u516c\u53f8\u4e0d\u63d0\u4f9b\u4ee5\u4e0b\u5f62\u5f0f\u7684\u4fdd\u8b49\uff1a
1) \u672c\u516c\u53f8\u670d\u52d9\u5c07\u7b26\u5408\u60a8\u7684\u5168\u90e8\u9700\u6c42\uff1b
2) \u60a8\u7d93\u7531\u672c\u516c\u53f8\u670d\u52d9\u53d6\u5f97\u7684\u4efb\u4f55\u6280\u8853\u3001\u7522\u54c1\u3001\u670d\u52d9\u3001\u8cc7\u8a0a\u5c07\u7b26\u5408\u60a8\u7684\u671f\u671b\uff1b
3) \u672c\u516c\u53f8\u5f9e\u7b2c\u4e09\u65b9\u4ea4\u6613\u6240\u6293\u53d6\u7684\u6578\u5b57\u4ee3\u5e63\u5e02\u5834\u4ea4\u6613\u884c\u60c5\u7b49\u4fe1\u606f\u7684\u53ca\u6642\u6027\u3001\u6e96\u78ba\u6027\u3001\u5b8c\u6574\u6027\u3001\u53ef\u9760\u6027\u505a\u51fa\u4fdd\u8b49\uff1b
4) \u60a8\u5728BitCooo\u4e0a\u7684\u4ea4\u6613\u5404\u65b9\u6703\u53ca\u6642\u5c65\u884c\u5176\u5728\u8207\u60a8\u9054\u6210\u7684\u4ea4\u6613\u5354\u8b70\u4e2d\u5404\u9805\u7fa9\u52d9\u3002
5) \u5728\u4efb\u4f55\u60c5\u6cc1\u4e0b\uff0c\u672c\u516c\u53f8\u5c0d\u672c\u5354\u8b70\u6240\u627f\u64d4\u7684\u9055\u7d04\u8ce0\u511f\u8cac\u4efb\u7e3d\u984d\u4e0d\u8d85\u904e A. 0.1\u500b\u4ee5\u592a\u5e63\uff1b\u6216 B. \u65b0\u52a0\u5761\u5143100\u5143\uff0c\u4ee5\u8f03\u9ad8\u7684\u70ba\u6e96\u3002
6) \u60a8\u7406\u89e3BitCooo\u50c5\u4f5c\u70ba\u7528\u6236\u7ba1\u7406\u6578\u5b57\u4ee3\u5e63\u3001\u986f\u793a\u4ea4\u6613\u4fe1\u606f\u7684\u5de5\u5177\uff0c\u672c\u516c\u53f8\u4e0d\u63d0\u4f9b\u6cd5\u5f8b\u3001\u7a05\u52d9\u6216\u6295\u8cc7\u5efa\u8b70\u7b49\u670d\u52d9\u3002\u60a8\u61c9\u7576\u81ea\u884c\u5411\u6cd5\u5f8b\u3001\u7a05\u52d9\u3001\u6295\u8cc7\u65b9\u9762\u7684\u5c08\u696d\u4eba\u58eb\u5c0b\u6c42\u5efa\u8b70\uff0c\u4e14\u60a8\u5728\u4f7f\u7528\u6211\u5011\u670d\u52d9\u904e\u7a0b\u4e2d\u6240\u906d\u53d7\u7684\u6295\u8cc7\u640d\u5931\u3001\u6578\u64da\u640d\u5931\u7b49\uff0c\u672c\u516c\u53f8\u6982\u4e0d\u8ca0\u8cac\u3002
7) \u60a8\u7406\u89e3\u6839\u64da\u6709\u95dc\u653f\u7b56\u6cd5\u898f\u7684\u8981\u6c42\uff0c\u6211\u5011\u53ef\u80fd\u4e0d\u6642\u66f4\u6539\u6211\u5011\u7684\u7528\u6236\u51c6\u5165\u6a19\u6e96\uff0c\u9650\u5b9a\u5411\u67d0\u4e00\u7279\u5b9a\u7fa4\u9ad4\u63d0\u4f9b\u670d\u52d9\u7684\u7bc4\u570d\u548c\u65b9\u5f0f\u7b49\u3002
\u5341\u4e8c\u3001 \u5b8c\u6574\u5354\u8b70
1) \u672c\u5354\u8b70\u7531\u300aBitCooo\u670d\u52d9\u5354\u8b70\u300b\u3001\u300aBitCooo\u96b1\u79c1\u653f\u7b56\u300b\u53ca\u672c\u516c\u53f8\u4e0d\u6642\u516c\u5e03\u7684\u5404\u9805\u898f\u5247\u7d44\u6210\u3002
2) \u672c\u5354\u8b70\u90e8\u5206\u5167\u5bb9\u88ab\u6709\u7ba1\u8f44\u6b0a\u7684\u6cd5\u9662\u8a8d\u5b9a\u70ba\u9055\u53cd\u6216\u7121\u6548\u7684\uff0c\u4e0d\u56e0\u6b64\u5f71\u97ff\u5176\u4ed6\u5167\u5bb9\u7684\u6548\u529b\u3002
3) \u672c\u5354\u8b70\u7684\u4efb\u4f55\u8b6f\u6587\u7248\u672c\u50c5\u70ba\u65b9\u4fbf\u7528\u6236\u800c\u63d0\u4f9b\uff0c\u7121\u610f\u5c0d\u672c\u5354\u8b70\u7684\u689d\u6b3e\u9032\u884c\u4fee\u6539\u3002\u5982\u679c\u672c\u5354\u8b70\u7684\u4e2d\u6587\u7248\u672c\u8207\u975e\u4e2d\u6587\u7248\u672c\u4e4b\u9593\u5b58\u5728\u885d\u7a81\uff0c\u61c9\u4ee5\u4e2d\u6587\u7248\u672c\u70ba\u6e96\u3002
\u5341\u4e09\u3001 \u77e5\u8b58\u7522\u6b0a\u4fdd\u8b77
BitCooo\u7cfb\u672c\u516c\u53f8\u958b\u767c\u4e26\u64c1\u6709\u77e5\u8b58\u7522\u6b0a\u7684\u61c9\u7528\u7a0b\u5e8f\u3002 BitCooo\u4e2d\u986f\u793a\u7684\u4efb\u4f55\u5167\u5bb9\uff08\u5305\u62ec\u672c\u5354\u8b70\u3001\u516c\u544a\u3001\u6587\u7ae0\u3001\u8996\u983b\u3001\u97f3\u983b\u3001\u5716\u7247\u3001\u6a94\u6848\u3001\u8cc7\u8a0a\u3001\u8cc7\u6599\u3001\u5546\u6a19\u6216\u6a19\u8b58\uff09\u7684\u77e5\u8b58\u7522\u6b0a\u6b78\u672c\u516c\u53f8\u6216\u7b2c\u4e09\u65b9\u6b0a\u5229\u4eba\u6240\u6709\u3002\u7528\u6236\u50c5\u53ef\u70ba\u6301\u6709\u548c\u7ba1\u7406\u6578\u5b57\u4ee3\u5e63\u4e4b\u76ee\u7684\u4f7f\u7528BitCooo\u61c9\u7528\u7a0b\u5e8f\u53ca\u5176\u4e2d\u7684\u5167\u5bb9\u3002\u672a\u7d93\u672c\u516c\u53f8\u6216\u7b2c\u4e09\u65b9\u6b0a\u5229\u4eba\u7684\u4e8b\u5148\u66f8\u9762\u540c\u610f\uff0c\u4efb\u4f55\u4eba\u4e0d\u5f97\u64c5\u81ea\u4f7f\u7528\u3001\u4fee\u6539\u3001\u53cd\u5411\u7de8\u8b6f\u3001\u8907\u88fd\u3001\u516c\u958b\u50b3\u64ad\u3001\u6539\u8b8a\u3001\u6563\u5e03\u3001\u767c\u884c\u6216\u516c\u958b\u767c\u8868\u4e0a\u8ff0\u61c9\u7528\u7a0b\u5e8f\u53ca\u5167\u5bb9\u3002
\u5341\u56db\u3001 \u6cd5\u5f8b\u9069\u7528\u8207\u722d\u8b70\u89e3\u6c7a
1) \u672c\u5354\u8b70\u53ca\u5176\u4fee\u8a02\u7248\u4e4b\u6548\u529b\u3001\u89e3\u91cb\u3001\u8b8a\u66f4\u3001\u57f7\u884c\u8207\u722d\u8b70\u89e3\u6c7a\u5747\u9069\u7528\u672c\u516c\u53f8\u5171\u548c\u570b\u6cd5\u5f8b\uff0c\u5982\u7121\u76f8\u95dc\u6cd5\u5f8b\u898f\u5b9a\uff0c\u5247\u61c9\u7576\u9069\u7528\u570b\u969b\u5546\u696d\u6163\u4f8b\u548c\uff08\u6216\uff09\u884c\u696d\u6163\u4f8b\u3002
2) \u82e5\u60a8\u548c\u672c\u516c\u53f8\u4e4b\u9593\u767c\u751f\u4efb\u4f55\u7cfe\u7d1b\u6216\u722d\u8b70\uff0c\u9996\u5148\u61c9\u53cb\u597d\u5354\u5546\u89e3\u6c7a\uff0c\u5354\u5546\u4e0d\u6210\u7684\uff0c\u4efb\u4f55\u4e00\u65b9\u53ef\u63d0\u4ea4\u672c\u516c\u53f8\u6240\u5728\u5730\u6709\u7ba1\u8f44\u6b0a\u7684\u4eba\u6c11\u6cd5\u9662\u7ba1\u8f44\u3002
\u5341\u4e94\u3001 \u5176\u4ed6
1) \u5982\u60a8\u662f\u65b0\u52a0\u5761\u4ee5\u5916\u7528\u6236\uff0c\u60a8\u9700\u5168\u9762\u4e86\u89e3\u4e26\u9075\u5b88\u60a8\u6240\u5728\u53f8\u6cd5\u8f44\u5340\u8207\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52d9\u6240\u6709\u76f8\u95dc\u6cd5\u5f8b\u3001\u6cd5\u898f\u53ca\u898f\u5247\u3002
2) \u60a8\u5728\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52d9\u904e\u7a0b\u4e2d\uff0c\u5982\u9047\u5230\u4efb\u4f55\u554f\u984c\uff0c\u60a8\u53ef\u4ee5\u901a\u904e\u5728BitCooo\u63d0\u4ea4\u53cd\u994b\u7b49\u65b9\u5f0f\u806f\u7e6b\u6211\u5011\u3002
3) \u60a8\u53ef\u4ee5\u5728BitCooo\u4e2d\u67e5\u770b\u672c\u5354\u8b70\u3002 \u672c\u516c\u53f8\u9f13\u52f5\u60a8\u5728\u6bcf\u6b21\u8a2a\u554fBitCooo\u6642\u90fd\u67e5\u95b1\u672c\u516c\u53f8\u7684\u670d\u52d9\u5354\u8b70\u3002
\u672c\u5354\u8b70\u672a\u76e1\u4e8b\u5b9c\uff0c\u60a8\u9700\u9075\u5b88\u672c\u516c\u53f8\u4e0d\u6642\u66f4\u65b0\u7684\u516c\u544a\u53ca\u76f8\u95dc\u898f\u5247\u3002
BitCooo


\n\t\t"),n)};t.default=a},"2d72":function(e,t,r){"use strict";r.r(t);var n=r("b665"),i=r("d6f3");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"6896f537",null,!1,n["a"],o);t["default"]=u.exports},"2d9f":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"u-checkbox",props:{name:{type:[String,Number],default:""},shape:{type:String,default:""},value:{type:Boolean,default:!1},disabled:{type:[String,Boolean],default:""},labelDisabled:{type:[String,Boolean],default:""},activeColor:{type:String,default:""},iconSize:{type:[String,Number],default:""},labelSize:{type:[String,Number],default:""},size:{type:[String,Number],default:""}},data:function(){return{parentDisabled:!1,newParams:{}}},created:function(){this.parent=this.$u.$parent.call(this,"u-checkbox-group"),this.parent&&this.parent.children.push(this)},computed:{isDisabled:function(){return""!==this.disabled?this.disabled:!!this.parent&&this.parent.disabled},isLabelDisabled:function(){return""!==this.labelDisabled?this.labelDisabled:!!this.parent&&this.parent.labelDisabled},checkboxSize:function(){return this.size?this.size:this.parent?this.parent.size:34},checkboxIconSize:function(){return this.iconSize?this.iconSize:this.parent?this.parent.iconSize:20},elActiveColor:function(){return this.activeColor?this.activeColor:this.parent?this.parent.activeColor:"primary"},elShape:function(){return this.shape?this.shape:this.parent?this.parent.shape:"square"},iconStyle:function(){var e={};return this.elActiveColor&&this.value&&!this.isDisabled&&(e.borderColor=this.elActiveColor,e.backgroundColor=this.elActiveColor),e.width=this.$u.addUnit(this.checkboxSize),e.height=this.$u.addUnit(this.checkboxSize),e},iconColor:function(){return this.value?"#ffffff":"transparent"},iconClass:function(){var e=[];return e.push("u-checkbox__icon-wrap--"+this.elShape),1==this.value&&e.push("u-checkbox__icon-wrap--checked"),this.isDisabled&&e.push("u-checkbox__icon-wrap--disabled"),this.value&&this.isDisabled&&e.push("u-checkbox__icon-wrap--disabled--checked"),e.join(" ")},checkboxStyle:function(){var e={};return this.parent&&this.parent.width&&(e.width=this.parent.width,e.flex="0 0 ".concat(this.parent.width)),this.parent&&this.parent.wrap&&(e.width="100%",e.flex="0 0 100%"),e}},methods:{onClickLabel:function(){this.isLabelDisabled||this.isDisabled||this.setValue()},toggle:function(){this.isDisabled||this.setValue()},emitEvent:function(){var e=this;this.$emit("change",{value:!this.value,name:this.name}),setTimeout((function(){e.parent&&e.parent.emitEvent&&e.parent.emitEvent()}),80)},setValue:function(){var e=0;if(this.parent&&this.parent.children&&this.parent.children.map((function(t){t.value&&e++})),1==this.value)this.emitEvent(),this.$emit("input",!this.value);else{if(this.parent&&e>=this.parent.max)return this.$u.toast("\u6700\u591a\u53ef\u9009".concat(this.parent.max,"\u9879"));this.emitEvent(),this.$emit("input",!this.value)}}}};t.default=n},"2dd4":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isCrowdsaleWallet=i,t.isKeystoreWallet=a,t.getJsonWalletAddress=o;var n=r("f363");function i(e){var t=null;try{t=JSON.parse(e)}catch(r){return!1}return t.encseed&&t.ethaddr}function a(e){var t=null;try{t=JSON.parse(e)}catch(r){return!1}return!(!t.version||parseInt(t.version)!==t.version||3!==parseInt(t.version))}function o(e){if(i(e))try{return(0,n.getAddress)(JSON.parse(e).ethaddr)}catch(t){return null}if(a(e))try{return(0,n.getAddress)(JSON.parse(e).address)}catch(t){return null}return null}},"2e0c":function(e,t,r){"use strict";r.r(t);var n=r("dc8b"),i=r("f351");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"2817379a",null,!1,n["a"],o);t["default"]=u.exports},"2eac":function(e,t,r){"use strict";r.r(t);var n=r("efc8"),i=r("ca18");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"631ca2f1",null,!1,n["a"],o);t["default"]=u.exports},"2eb9":function(e,t,r){"use strict";r.r(t);var n=r("9564"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"2f06":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){(0,n.default)(e);for(var r=t?new RegExp("[".concat(t,"]")):/\s/,i=e.length-1;i>=0&&r.test(e[i]);i--);return i>6|192);else{if(i>55295&&i<56320){if(++n==e.length)return null;var a=e.charCodeAt(n);if(a<56320||a>57343)return null;i=65536+((1023&i)<<10)+(1023&a),r+=t(i>>18|240),r+=t(i>>12&63|128)}else r+=t(i>>12|224);r+=t(i>>6&63|128)}r+=t(63&i|128)}}return r},x=function(e){var t="",r=0,i=a(e);while(r127){if(o>191&&o<224){if(r>=i)return null;o=(31&o)<<6|63&n(e,r)}else if(o>223&&o<240){if(r+1>=i)return null;o=(15&o)<<12|(63&n(e,r))<<6|63&n(e,++r)}else{if(!(o>239&&o<248))return null;if(r+2>=i)return null;o=(7&o)<<18|(63&n(e,r))<<12|(63&n(e,++r))<<6|63&n(e,++r)}++r}if(o<=65535)t+=String.fromCharCode(o);else{if(!(o<=1114111))return null;o-=65536,t+=String.fromCharCode(o>>10|55296),t+=String.fromCharCode(1023&o|56320)}}return t};e.exports={random:i,length:a,concat:b,flatten:o,slice:s,reverse:u,pad:c,padRight:l,fromAscii:w,toAscii:_,fromString:k,toString:x,fromNumber:v,toNumber:m,fromNat:g,toNat:y,fromArray:d,toArray:f,fromUint8Array:p,toUint8Array:h}}).call(this,r("fee2")["default"])},"2f62":function(e,t,r){"use strict";r.r(t),function(e){ /*! * vuex v3.4.0 * (c) 2020 Evan You * @license MIT */ function n(e){var t=Number(e.version.split(".")[0]);if(t>=2)e.mixin({beforeCreate:n});else{var r=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[n].concat(e.init):n,r.call(this,e)}}function n(){var e=this.$options;e.store?this.$store="function"===typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}r.d(t,"Store",(function(){return m})),r.d(t,"createNamespacedHelpers",(function(){return R})),r.d(t,"install",(function(){return O})),r.d(t,"mapActions",(function(){return N})),r.d(t,"mapGetters",(function(){return B})),r.d(t,"mapMutations",(function(){return j})),r.d(t,"mapState",(function(){return I}));var i="undefined"!==typeof window?window:"undefined"!==typeof e?e:{},a=i.__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(e){a&&(e._devtoolHook=a,a.emit("vuex:init",e),a.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){a.emit("vuex:mutation",e,t)}),{prepend:!0}),e.subscribeAction((function(e,t){a.emit("vuex:action",e,t)}),{prepend:!0}))}function s(e,t){Object.keys(e).forEach((function(r){return t(e[r],r)}))}function u(e){return null!==e&&"object"===typeof e}function c(e){return e&&"function"===typeof e.then}function l(e,t){return function(){return e(t)}}var f=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var r=e.state;this.state=("function"===typeof r?r():r)||{}},d={namespaced:{configurable:!0}};d.namespaced.get=function(){return!!this._rawModule.namespaced},f.prototype.addChild=function(e,t){this._children[e]=t},f.prototype.removeChild=function(e){delete this._children[e]},f.prototype.getChild=function(e){return this._children[e]},f.prototype.hasChild=function(e){return e in this._children},f.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},f.prototype.forEachChild=function(e){s(this._children,e)},f.prototype.forEachGetter=function(e){this._rawModule.getters&&s(this._rawModule.getters,e)},f.prototype.forEachAction=function(e){this._rawModule.actions&&s(this._rawModule.actions,e)},f.prototype.forEachMutation=function(e){this._rawModule.mutations&&s(this._rawModule.mutations,e)},Object.defineProperties(f.prototype,d);var h=function(e){this.register([],e,!1)};function p(e,t,r){if(t.update(r),r.modules)for(var n in r.modules){if(!t.getChild(n))return void 0;p(e.concat(n),t.getChild(n),r.modules[n])}}h.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},h.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,r){return t=t.getChild(r),e+(t.namespaced?r+"/":"")}),"")},h.prototype.update=function(e){p([],this.root,e)},h.prototype.register=function(e,t,r){var n=this;void 0===r&&(r=!0);var i=new f(t,r);if(0===e.length)this.root=i;else{var a=this.get(e.slice(0,-1));a.addChild(e[e.length-1],i)}t.modules&&s(t.modules,(function(t,i){n.register(e.concat(i),t,r)}))},h.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),r=e[e.length-1];t.getChild(r).runtime&&t.removeChild(r)},h.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),r=e[e.length-1];return t.hasChild(r)};var v;var m=function(e){var t=this;void 0===e&&(e={}),!v&&"undefined"!==typeof window&&window.Vue&&O(window.Vue);var r=e.plugins;void 0===r&&(r=[]);var n=e.strict;void 0===n&&(n=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new h(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new v,this._makeLocalGettersCache=Object.create(null);var i=this,a=this,s=a.dispatch,u=a.commit;this.dispatch=function(e,t){return s.call(i,e,t)},this.commit=function(e,t,r){return u.call(i,e,t,r)},this.strict=n;var c=this._modules.root.state;_(this,c,[],this._modules.root),w(this,c),r.forEach((function(e){return e(t)}));var l=void 0!==e.devtools?e.devtools:v.config.devtools;l&&o(this)},b={state:{configurable:!0}};function g(e,t,r){return t.indexOf(e)<0&&(r&&r.prepend?t.unshift(e):t.push(e)),function(){var r=t.indexOf(e);r>-1&&t.splice(r,1)}}function y(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var r=e.state;_(e,r,[],e._modules.root,!0),w(e,r,t)}function w(e,t,r){var n=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};s(i,(function(t,r){a[r]=l(t,e),Object.defineProperty(e.getters,r,{get:function(){return e._vm[r]},enumerable:!0})}));var o=v.config.silent;v.config.silent=!0,e._vm=new v({data:{$$state:t},computed:a}),v.config.silent=o,e.strict&&C(e),n&&(r&&e._withCommit((function(){n._data.$$state=null})),v.nextTick((function(){return n.$destroy()})))}function _(e,t,r,n,i){var a=!r.length,o=e._modules.getNamespace(r);if(n.namespaced&&(e._modulesNamespaceMap[o],e._modulesNamespaceMap[o]=n),!a&&!i){var s=P(t,r.slice(0,-1)),u=r[r.length-1];e._withCommit((function(){v.set(s,u,n.state)}))}var c=n.context=k(e,o,r);n.forEachMutation((function(t,r){var n=o+r;S(e,n,t,c)})),n.forEachAction((function(t,r){var n=t.root?r:o+r,i=t.handler||t;A(e,n,i,c)})),n.forEachGetter((function(t,r){var n=o+r;E(e,n,t,c)})),n.forEachChild((function(n,a){_(e,t,r.concat(a),n,i)}))}function k(e,t,r){var n=""===t,i={dispatch:n?e.dispatch:function(r,n,i){var a=T(r,n,i),o=a.payload,s=a.options,u=a.type;return s&&s.root||(u=t+u),e.dispatch(u,o)},commit:n?e.commit:function(r,n,i){var a=T(r,n,i),o=a.payload,s=a.options,u=a.type;s&&s.root||(u=t+u),e.commit(u,o,s)}};return Object.defineProperties(i,{getters:{get:n?function(){return e.getters}:function(){return x(e,t)}},state:{get:function(){return P(e.state,r)}}}),i}function x(e,t){if(!e._makeLocalGettersCache[t]){var r={},n=t.length;Object.keys(e.getters).forEach((function(i){if(i.slice(0,n)===t){var a=i.slice(n);Object.defineProperty(r,a,{get:function(){return e.getters[i]},enumerable:!0})}})),e._makeLocalGettersCache[t]=r}return e._makeLocalGettersCache[t]}function S(e,t,r,n){var i=e._mutations[t]||(e._mutations[t]=[]);i.push((function(t){r.call(e,n.state,t)}))}function A(e,t,r,n){var i=e._actions[t]||(e._actions[t]=[]);i.push((function(t){var i=r.call(e,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:e.getters,rootState:e.state},t);return c(i)||(i=Promise.resolve(i)),e._devtoolHook?i.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):i}))}function E(e,t,r,n){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(e){return r(n.state,n.getters,e.state,e.getters)})}function C(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function P(e,t){return t.reduce((function(e,t){return e[t]}),e)}function T(e,t,r){return u(e)&&e.type&&(r=t,t=e,e=e.type),{type:e,payload:t,options:r}}function O(e){v&&e===v||(v=e,n(v))}b.state.get=function(){return this._vm._data.$$state},b.state.set=function(e){0},m.prototype.commit=function(e,t,r){var n=this,i=T(e,t,r),a=i.type,o=i.payload,s=(i.options,{type:a,payload:o}),u=this._mutations[a];u&&(this._withCommit((function(){u.forEach((function(e){e(o)}))})),this._subscribers.slice().forEach((function(e){return e(s,n.state)})))},m.prototype.dispatch=function(e,t){var r=this,n=T(e,t),i=n.type,a=n.payload,o={type:i,payload:a},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(o,r.state)}))}catch(c){0}var u=s.length>1?Promise.all(s.map((function(e){return e(a)}))):s[0](a);return new Promise((function(e,t){u.then((function(t){try{r._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(o,r.state)}))}catch(c){0}e(t)}),(function(e){try{r._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(o,r.state,e)}))}catch(c){0}t(e)}))}))}},m.prototype.subscribe=function(e,t){return g(e,this._subscribers,t)},m.prototype.subscribeAction=function(e,t){var r="function"===typeof e?{before:e}:e;return g(r,this._actionSubscribers,t)},m.prototype.watch=function(e,t,r){var n=this;return this._watcherVM.$watch((function(){return e(n.state,n.getters)}),t,r)},m.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},m.prototype.registerModule=function(e,t,r){void 0===r&&(r={}),"string"===typeof e&&(e=[e]),this._modules.register(e,t),_(this,this.state,e,this._modules.get(e),r.preserveState),w(this,this.state)},m.prototype.unregisterModule=function(e){var t=this;"string"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var r=P(t.state,e.slice(0,-1));v.delete(r,e[e.length-1])})),y(this)},m.prototype.hasModule=function(e){return"string"===typeof e&&(e=[e]),this._modules.isRegistered(e)},m.prototype.hotUpdate=function(e){this._modules.update(e),y(this,!0)},m.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(m.prototype,b);var I=U((function(e,t){var r={};return $(t).forEach((function(t){var n=t.key,i=t.val;r[n]=function(){var t=this.$store.state,r=this.$store.getters;if(e){var n=F(this.$store,"mapState",e);if(!n)return;t=n.context.state,r=n.context.getters}return"function"===typeof i?i.call(this,t,r):t[i]},r[n].vuex=!0})),r})),j=U((function(e,t){var r={};return $(t).forEach((function(t){var n=t.key,i=t.val;r[n]=function(){var t=[],r=arguments.length;while(r--)t[r]=arguments[r];var n=this.$store.commit;if(e){var a=F(this.$store,"mapMutations",e);if(!a)return;n=a.context.commit}return"function"===typeof i?i.apply(this,[n].concat(t)):n.apply(this.$store,[i].concat(t))}})),r})),B=U((function(e,t){var r={};return $(t).forEach((function(t){var n=t.key,i=t.val;i=e+i,r[n]=function(){if(!e||F(this.$store,"mapGetters",e))return this.$store.getters[i]},r[n].vuex=!0})),r})),N=U((function(e,t){var r={};return $(t).forEach((function(t){var n=t.key,i=t.val;r[n]=function(){var t=[],r=arguments.length;while(r--)t[r]=arguments[r];var n=this.$store.dispatch;if(e){var a=F(this.$store,"mapActions",e);if(!a)return;n=a.context.dispatch}return"function"===typeof i?i.apply(this,[n].concat(t)):n.apply(this.$store,[i].concat(t))}})),r})),R=function(e){return{mapState:I.bind(null,e),mapGetters:B.bind(null,e),mapMutations:j.bind(null,e),mapActions:N.bind(null,e)}};function $(e){return M(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function M(e){return Array.isArray(e)||u(e)}function U(e){return function(t,r){return"string"!==typeof t?(r=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,r)}}function F(e,t,r){var n=e._modulesNamespaceMap[r];return n}var L={Store:m,install:O,version:"3.4.0",mapState:I,mapMutations:j,mapGetters:B,mapActions:N,createNamespacedHelpers:R};t["default"]=L}.call(this,r("c8ba"))},"2f66":function(e,t,r){"use strict";r.r(t);var n=r("c4ab"),i=r("b1a4");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],o);t["default"]=u.exports},"2f77":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Signer",{enumerable:!0,get:function(){return n.Signer}}),Object.defineProperty(t,"Wallet",{enumerable:!0,get:function(){return n.Wallet}}),Object.defineProperty(t,"VoidSigner",{enumerable:!0,get:function(){return n.VoidSigner}}),Object.defineProperty(t,"getDefaultProvider",{enumerable:!0,get:function(){return n.getDefaultProvider}}),Object.defineProperty(t,"providers",{enumerable:!0,get:function(){return n.providers}}),Object.defineProperty(t,"BaseContract",{enumerable:!0,get:function(){return n.BaseContract}}),Object.defineProperty(t,"Contract",{enumerable:!0,get:function(){return n.Contract}}),Object.defineProperty(t,"ContractFactory",{enumerable:!0,get:function(){return n.ContractFactory}}),Object.defineProperty(t,"BigNumber",{enumerable:!0,get:function(){return n.BigNumber}}),Object.defineProperty(t,"FixedNumber",{enumerable:!0,get:function(){return n.FixedNumber}}),Object.defineProperty(t,"constants",{enumerable:!0,get:function(){return n.constants}}),Object.defineProperty(t,"errors",{enumerable:!0,get:function(){return n.errors}}),Object.defineProperty(t,"logger",{enumerable:!0,get:function(){return n.logger}}),Object.defineProperty(t,"utils",{enumerable:!0,get:function(){return n.utils}}),Object.defineProperty(t,"wordlists",{enumerable:!0,get:function(){return n.wordlists}}),Object.defineProperty(t,"version",{enumerable:!0,get:function(){return n.version}}),Object.defineProperty(t,"Wordlist",{enumerable:!0,get:function(){return n.Wordlist}}),t.ethers=void 0;var n=a(r("771f"));function i(){if("function"!==typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(e){if(e&&e.__esModule)return e;if(null===e||"object"!==typeof e&&"function"!==typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var o=n?Object.getOwnPropertyDescriptor(e,a):null;o&&(o.get||o.set)?Object.defineProperty(r,a,o):r[a]=e[a]}return r.default=e,t&&t.set(e,r),r}t.ethers=n;try{var o=window;null==o._ethers&&(o._ethers=n)}catch(s){}},"2f92":function(e,t,r){"use strict";r.r(t);var n=r("4906"),i=r("69da");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"1c0558b3",null,!1,n["a"],o);t["default"]=u.exports},"2f9d":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.aboutus)))]),n("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[n("view",{staticClass:e._$s(3,"sc","bot_con"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","topcon"),attrs:{_i:4}},[n("image",{staticClass:e._$s(5,"sc","img"),attrs:{src:e._$s(5,"a-src",r("d292")),_i:5}}),n("view",{staticClass:e._$s(6,"sc","bitcooo"),attrs:{_i:6}})]),n("view",{staticClass:e._$s(7,"sc","flex item"),attrs:{_i:7}},[n("view",{staticClass:e._$s(8,"sc","text1"),attrs:{_i:8}},[e._v(e._$s(8,"t0-0",e._s(e.i18n.Versionupdate)))]),n("view",{staticClass:e._$s(9,"sc","text2 gray"),attrs:{_i:9}},[e._v(e._$s(9,"t0-0",e._s(e.version)))])]),n("view",{staticClass:e._$s(10,"sc","flex item"),attrs:{_i:10},on:{click:e.goWeb}},[n("view",{staticClass:e._$s(11,"sc","text1"),attrs:{_i:11}},[e._v(e._$s(11,"t0-0",e._s(e.i18n.Officialwebsite)))]),n("view",{staticClass:e._$s(12,"sc","text2 gray"),attrs:{_i:12}})]),n("view",{staticClass:e._$s(13,"sc","flex item"),attrs:{_i:13},on:{click:e.goTerms}},[n("view",{staticClass:e._$s(14,"sc","text1"),attrs:{_i:14}},[e._v(e._$s(14,"t0-0",e._s(e.i18n.TermsofService)))]),n("view",{staticClass:e._$s(15,"sc","text2 gray"),attrs:{_i:15}},[n("image",{staticClass:e._$s(16,"sc","img1"),attrs:{src:e._$s(16,"a-src",r("6365")),_i:16}})])])])])],1)},a=[]},"2fa4":function(e,t,r){"use strict";var n=r("a34a");function i(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function a(e){return function(){var t=this,r=arguments;return new Promise((function(n,a){var o=e.apply(t,r);function s(e){i(o,n,a,s,u,"next",e)}function u(e){i(o,n,a,s,u,"throw",e)}s(void 0)}))}}var o=r("32f4"),s=r("3a1d").errors,u=r("3a1d").formatters,c=r("536e"),l=r("f4f5"),f=r("1dff").subscriptions,d=r("78f0"),h=function(e){if(!e.call||!e.name)throw new Error('When creating a method you need to provide at least the "name" and "call" property.');this.name=e.name,this.call=e.call,this.params=e.params||0,this.inputFormatter=e.inputFormatter,this.outputFormatter=e.outputFormatter,this.transformPayload=e.transformPayload,this.extraFormatters=e.extraFormatters,this.abiCoder=e.abiCoder,this.requestManager=e.requestManager,this.accounts=e.accounts,this.defaultBlock=e.defaultBlock||"latest",this.defaultAccount=e.defaultAccount||null,this.transactionBlockTimeout=e.transactionBlockTimeout||50,this.transactionConfirmationBlocks=e.transactionConfirmationBlocks||24,this.transactionPollingTimeout=e.transactionPollingTimeout||750,this.defaultCommon=e.defaultCommon,this.defaultChain=e.defaultChain,this.defaultHardfork=e.defaultHardfork,this.handleRevert=e.handleRevert};h.prototype.setRequestManager=function(e,t){this.requestManager=e,t&&(this.accounts=t)},h.prototype.createFunction=function(e,t){var r=this.buildCall();return r.call=this.call,this.setRequestManager(e||this.requestManager,t||this.accounts),r},h.prototype.attachToObject=function(e){var t=this.buildCall();t.call=this.call;var r=this.name.split(".");r.length>1?(e[r[0]]=e[r[0]]||{},e[r[0]][r[1]]=t):e[r[0]]=t},h.prototype.getCall=function(e){return o.isFunction(this.call)?this.call(e):this.call},h.prototype.extractCallback=function(e){if(o.isFunction(e[e.length-1]))return e.pop()},h.prototype.validateArgs=function(e){if(e.length!==this.params)throw s.InvalidNumberOfParams(e.length,this.params,this.name)},h.prototype.formatInput=function(e){var t=this;return this.inputFormatter?this.inputFormatter.map((function(r,n){return r?r.call(t,e[n]):e[n]})):e},h.prototype.formatOutput=function(e){var t=this;return o.isArray(e)?e.map((function(e){return t.outputFormatter&&e?t.outputFormatter(e):e})):this.outputFormatter&&e?this.outputFormatter(e):e},h.prototype.toPayload=function(e){var t=this.getCall(e),r=this.extractCallback(e),n=this.formatInput(e);this.validateArgs(n);var i={method:t,params:n,callback:r};return this.transformPayload&&(i=this.transformPayload(i)),i},h.prototype._confirmTransaction=function(e,t,r){var i=this,p=!1,v=!0,m=0,b=0,g=null,y=null,w=o.isObject(r.params[0])&&r.params[0].gas?r.params[0].gas:null,_=o.isObject(r.params[0])&&r.params[0].data&&r.params[0].from&&!r.params[0].to,k=_&&r.params[0].data.length>2,x=[new h({name:"getBlockByNumber",call:"eth_getBlockByNumber",params:2,inputFormatter:[u.inputBlockNumberFormatter,function(e){return!!e}],outputFormatter:u.outputBlockFormatter}),new h({name:"getTransactionReceipt",call:"eth_getTransactionReceipt",params:1,inputFormatter:[null],outputFormatter:u.outputTransactionReceiptFormatter}),new h({name:"getCode",call:"eth_getCode",params:2,inputFormatter:[u.inputAddressFormatter,u.inputDefaultBlockNumberFormatter]}),new h({name:"getTransactionByHash",call:"eth_getTransactionByHash",params:1,inputFormatter:[null],outputFormatter:u.outputTransactionFormatter}),new f({name:"subscribe",type:"eth",subscriptions:{newBlockHeaders:{subscriptionName:"newHeads",params:0,outputFormatter:u.outputBlockFormatter}}})],S={};o.each(x,(function(e){e.attachToObject(S),e.requestManager=i.requestManager}));var A=function(o,f,h,x,A){if(!h)return A||(A={unsubscribe:function(){clearInterval(g)}}),(o?l.resolve(o):S.getTransactionReceipt(t)).catch((function(t){A.unsubscribe(),p=!0,c._fireError({message:"Failed to check for transaction receipt:",data:t},e.eventEmitter,e.reject)})).then(function(){var t=a(n.mark((function t(r){var a,s,u;return n.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(r&&r.blockHash){t.next=2;break}throw new Error("Receipt missing or blockHash null");case 2:if(i.extraFormatters&&i.extraFormatters.receiptFormatter&&(r=i.extraFormatters.receiptFormatter(r)),!(e.eventEmitter.listeners("confirmation").length>0)){t.next=28;break}if(void 0!==o&&0===b){t.next=25;break}return t.next=7,S.getBlockByNumber("latest");case 7:if(s=t.sent,u=s?s.hash:null,!f){t.next=24;break}if(!y){t.next=17;break}return t.next=13,S.getBlockByNumber(y.number+1);case 13:a=t.sent,a&&(y=a,e.eventEmitter.emit("confirmation",b,r,u)),t.next=22;break;case 17:return t.next=19,S.getBlockByNumber(r.blockNumber);case 19:a=t.sent,y=a,e.eventEmitter.emit("confirmation",b,r,u);case 22:t.next=25;break;case 24:e.eventEmitter.emit("confirmation",b,r,u);case 25:(f&&a||!f)&&b++,v=!1,b===i.transactionConfirmationBlocks+1&&(A.unsubscribe(),e.eventEmitter.removeAllListeners());case 28:return t.abrupt("return",r);case 29:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()).then(function(){var t=a(n.mark((function t(r){var a,o;return n.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(!_||p){t.next=19;break}if(r.contractAddress){t.next=5;break}return v&&(A.unsubscribe(),p=!0),c._fireError(s.NoContractAddressFoundError(r),e.eventEmitter,e.reject,null,r),t.abrupt("return");case 5:return t.prev=5,t.next=8,S.getCode(r.contractAddress);case 8:a=t.sent,t.next=13;break;case 11:t.prev=11,t.t0=t["catch"](5);case 13:if(a){t.next=15;break}return t.abrupt("return");case 15:o=!0===r.status&&k,o||a.length>2?(e.eventEmitter.emit("receipt",r),i.extraFormatters&&i.extraFormatters.contractDeployFormatter?e.resolve(i.extraFormatters.contractDeployFormatter(r)):e.resolve(r),v&&e.eventEmitter.removeAllListeners()):c._fireError(s.ContractCodeNotStoredError(r),e.eventEmitter,e.reject,null,r),v&&A.unsubscribe(),p=!0;case 19:return t.abrupt("return",r);case 20:case"end":return t.stop()}}),t,null,[[5,11]])})));return function(e){return t.apply(this,arguments)}}()).then(function(){var t=a(n.mark((function t(a){var o,l,f,h;return n.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(_||p){t.next=35;break}if(a.outOfGas||w&&w===a.gasUsed||!0!==a.status&&"0x1"!==a.status&&"undefined"!==typeof a.status){t.next=7;break}e.eventEmitter.emit("receipt",a),e.resolve(a),v&&e.eventEmitter.removeAllListeners(),t.next=33;break;case 7:if(JSON.stringify(a,null,2),!1!==a.status&&"0x0"!==a.status){t.next=32;break}if(t.prev=9,o=null,!i.handleRevert||"eth_sendTransaction"!==i.call&&"eth_sendRawTransaction"!==i.call){t.next=24;break}return l=r.params[0],"eth_sendRawTransaction"===i.call&&(f=r.params[0],h=d.parse(f),l=u.inputTransactionFormatter({data:h.data,to:h.to,from:h.from,gas:h.gasLimit.toHexString(),gasPrice:h.gasPrice.toHexString(),value:h.value.toHexString()})),t.next=16,i.getRevertReason(l,a.blockNumber);case 16:if(o=t.sent,!o){t.next=21;break}c._fireError(s.TransactionRevertInstructionError(o.reason,o.signature,a),e.eventEmitter,e.reject,null,a),t.next=22;break;case 21:throw!1;case 22:t.next=25;break;case 24:throw!1;case 25:t.next=30;break;case 27:t.prev=27,t.t0=t["catch"](9),c._fireError(s.TransactionRevertedWithoutReasonError(a),e.eventEmitter,e.reject,null,a);case 30:t.next=33;break;case 32:c._fireError(s.TransactionOutOfGasError(a),e.eventEmitter,e.reject,null,a);case 33:v&&A.unsubscribe(),p=!0;case 35:case"end":return t.stop()}}),t,null,[[9,27]])})));return function(e){return t.apply(this,arguments)}}()).catch((function(){m++,f?m-1>=i.transactionPollingTimeout&&(A.unsubscribe(),p=!0,c._fireError(s.TransactionError("Transaction was not mined within "+i.transactionPollingTimeout+" seconds, please make sure your transaction was properly sent. Be aware that it might still be mined!"),e.eventEmitter,e.reject)):m-1>=i.transactionBlockTimeout&&(A.unsubscribe(),p=!0,c._fireError(s.TransactionError("Transaction was not mined within "+i.transactionBlockTimeout+" blocks, please make sure your transaction was properly sent. Be aware that it might still be mined!"),e.eventEmitter,e.reject))}));A.unsubscribe(),p=!0,c._fireError({message:"Failed to subscribe to new newBlockHeaders to confirm the transaction receipts.",data:h},e.eventEmitter,e.reject)},E=function(e){var t=function(){g=setInterval(A.bind(null,e,!0),1e3)};this.requestManager.provider.on?S.subscribe("newBlockHeaders",(function(r,n,i){r||!n?t():A(e,!1,r,n,i)})):t()}.bind(this);S.getTransactionReceipt(t).then((function(t){t&&t.blockHash?(e.eventEmitter.listeners("confirmation").length>0&&E(t),A(t,!1)):p||E()})).catch((function(){p||E()}))};var p=function(e,t){var r=null;return r=o.isNumber(e)?t.wallet[e]:o.isObject(e)&&e.address&&e.privateKey?e:t.wallet[e.toLowerCase()],r};h.prototype.buildCall=function(){var e=this,t="eth_sendTransaction"===e.call||"eth_sendRawTransaction"===e.call,r="eth_call"===e.call,n=function(){var n=l(!t),i=e.toPayload(Array.prototype.slice.call(arguments)),a=function(a,o){var u;if(e.handleRevert&&r&&e.abiCoder&&(!a&&e.isRevertReasonString(o)?u=o.substring(10):a&&a.data&&(u=a.data.substring(10)),u)){var l=e.abiCoder.decodeParameter("string","0x"+u),f="Error(String)";return void c._fireError(s.RevertInstructionError(l,f),n.eventEmitter,n.reject,i.callback,{reason:l,signature:f})}try{o=e.formatOutput(o)}catch(d){a=d}if(o instanceof Error&&(a=o),a)return a.error&&(a=a.error),c._fireError(a,n.eventEmitter,n.reject,i.callback);i.callback&&i.callback(null,o),t?(n.eventEmitter.emit("transactionHash",o),e._confirmTransaction(n,o,i)):a||n.resolve(o)},u=function(t){var r=o.extend({},i,{method:"eth_sendRawTransaction",params:[t.rawTransaction]});e.requestManager.send(r,a)},f=function(e,t){var r;if(t&&t.accounts&&t.accounts.wallet&&t.accounts.wallet.length)if("eth_sendTransaction"===e.method){var i=e.params[0];if(r=p(o.isObject(i)?i.from:null,t.accounts),r&&r.privateKey){var s=o.omit(i,"from");return t.defaultChain&&!s.chain&&(s.chain=t.defaultChain),t.defaultHardfork&&!s.hardfork&&(s.hardfork=t.defaultHardfork),t.defaultCommon&&!s.common&&(s.common=t.defaultCommon),void t.accounts.signTransaction(s,r.privateKey).then(u).catch((function(e){if(o.isFunction(n.eventEmitter.listeners)&&n.eventEmitter.listeners("error").length){try{n.eventEmitter.emit("error",e)}catch(e){}n.eventEmitter.removeAllListeners(),n.eventEmitter.catch((function(){}))}n.reject(e)}))}}else if("eth_sign"===e.method){var c=e.params[1];if(r=p(e.params[0],t.accounts),r&&r.privateKey){var l=t.accounts.sign(c,r.privateKey);return e.callback&&e.callback(null,l.signature),void n.resolve(l.signature)}}return t.requestManager.send(e,a)};if(t&&o.isObject(i.params[0])&&"undefined"===typeof i.params[0].gasPrice){var d=new h({name:"getGasPrice",call:"eth_gasPrice",params:0}).createFunction(e.requestManager);d((function(r,a){a&&(i.params[0].gasPrice=a),t&&setTimeout((function(){n.eventEmitter.emit("sending",i)}),0),f(i,e)}))}else t&&setTimeout((function(){n.eventEmitter.emit("sending",i)}),0),f(i,e);return t&&setTimeout((function(){n.eventEmitter.emit("sent",i)}),0),n.eventEmitter};return n.method=e,n.request=this.request.bind(this),n},h.prototype.getRevertReason=function(e,t){var r=this;return new Promise((function(n,i){new h({name:"call",call:"eth_call",params:2,abiCoder:r.abiCoder,handleRevert:!0}).createFunction(r.requestManager)(e,c.numberToHex(t)).then((function(){n(!1)})).catch((function(e){e.reason?n({reason:e.reason,signature:e.signature}):i(e)}))}))},h.prototype.isRevertReasonString=function(e){return o.isString(e)&&(e.length-2)/2%32===4&&"0x08c379a0"===e.substring(0,10)},h.prototype.request=function(){var e=this.toPayload(Array.prototype.slice.call(arguments));return e.format=this.formatOutput.bind(this),e},e.exports=h},"2fda":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=f;var n=s(r("b910")),i=s(r("b34b")),a=s(r("ff9c")),o=r("93ff");function s(e){return e&&e.__esModule?e:{default:e}}function u(e){var t=new RegExp("^[-+]?([0-9]+)?(\\".concat(o.decimal[e.locale],"[0-9]{").concat(e.decimal_digits,"})").concat(e.force_decimal?"":"?","$"));return t}var c={force_decimal:!1,decimal_digits:"1,",locale:"en-US"},l=["","-","+"];function f(e,t){if((0,i.default)(e),t=(0,n.default)(t,c),t.locale in o.decimal)return!(0,a.default)(l,e.replace(/ /g,""))&&u(t).test(e);throw new Error("Invalid locale '".concat(t.locale,"'"))}e.exports=t.default,e.exports.default=t.default},3:function(e,t){},3022:function(e,t,r){(function(e){var n=Object.getOwnPropertyDescriptors||function(e){for(var t=Object.keys(e),r={},n=0;n=a)return e;switch(e){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(t){return"[Circular]"}default:return e}})),u=n[r];r=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),g(r)?n.showHidden=r:r&&t._extend(n,r),S(n.showHidden)&&(n.showHidden=!1),S(n.depth)&&(n.depth=2),S(n.colors)&&(n.colors=!1),S(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=u),f(n,e,n.depth)}function u(e,t){var r=s.styles[t];return r?"\x1b["+s.colors[r][0]+"m"+e+"\x1b["+s.colors[r][1]+"m":e}function c(e,t){return e}function l(e){var t={};return e.forEach((function(e,r){t[e]=!0})),t}function f(e,r,n){if(e.customInspect&&r&&T(r.inspect)&&r.inspect!==t.inspect&&(!r.constructor||r.constructor.prototype!==r)){var i=r.inspect(n,e);return k(i)||(i=f(e,i,n)),i}var a=d(e,r);if(a)return a;var o=Object.keys(r),s=l(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(r)),P(r)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return h(r);if(0===o.length){if(T(r)){var u=r.name?": "+r.name:"";return e.stylize("[Function"+u+"]","special")}if(A(r))return e.stylize(RegExp.prototype.toString.call(r),"regexp");if(C(r))return e.stylize(Date.prototype.toString.call(r),"date");if(P(r))return h(r)}var c,g="",y=!1,w=["{","}"];if(b(r)&&(y=!0,w=["[","]"]),T(r)){var _=r.name?": "+r.name:"";g=" [Function"+_+"]"}return A(r)&&(g=" "+RegExp.prototype.toString.call(r)),C(r)&&(g=" "+Date.prototype.toUTCString.call(r)),P(r)&&(g=" "+h(r)),0!==o.length||y&&0!=r.length?n<0?A(r)?e.stylize(RegExp.prototype.toString.call(r),"regexp"):e.stylize("[Object]","special"):(e.seen.push(r),c=y?p(e,r,n,s,o):o.map((function(t){return v(e,r,n,s,t,y)})),e.seen.pop(),m(c,g,w)):w[0]+g+w[1]}function d(e,t){if(S(t))return e.stylize("undefined","undefined");if(k(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}return _(t)?e.stylize(""+t,"number"):g(t)?e.stylize(""+t,"boolean"):y(t)?e.stylize("null","null"):void 0}function h(e){return"["+Error.prototype.toString.call(e)+"]"}function p(e,t,r,n,i){for(var a=[],o=0,s=t.length;o-1&&(s=a?s.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+s.split("\n").map((function(e){return" "+e})).join("\n"))):s=e.stylize("[Circular]","special")),S(o)){if(a&&i.match(/^\d+$/))return s;o=JSON.stringify(""+i),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=e.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=e.stylize(o,"string"))}return o+": "+s}function m(e,t,r){var n=e.reduce((function(e,t){return t.indexOf("\n")>=0&&0,e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0);return n>60?r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1]:r[0]+t+" "+e.join(", ")+" "+r[1]}function b(e){return Array.isArray(e)}function g(e){return"boolean"===typeof e}function y(e){return null===e}function w(e){return null==e}function _(e){return"number"===typeof e}function k(e){return"string"===typeof e}function x(e){return"symbol"===typeof e}function S(e){return void 0===e}function A(e){return E(e)&&"[object RegExp]"===I(e)}function E(e){return"object"===typeof e&&null!==e}function C(e){return E(e)&&"[object Date]"===I(e)}function P(e){return E(e)&&("[object Error]"===I(e)||e instanceof Error)}function T(e){return"function"===typeof e}function O(e){return null===e||"boolean"===typeof e||"number"===typeof e||"string"===typeof e||"symbol"===typeof e||"undefined"===typeof e}function I(e){return Object.prototype.toString.call(e)}function j(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(r){if(S(a)&&(a=Object({VUE_APP_NAME:"BitCooo",VUE_APP_PLATFORM:"app-plus",NODE_ENV:"production",BASE_URL:"/"}).NODE_DEBUG||""),r=r.toUpperCase(),!o[r])if(new RegExp("\\b"+r+"\\b","i").test(a)){var n=e.pid;o[r]=function(){var e=t.format.apply(t,arguments);console.error("%s %d: %s",r,n,e)}}else o[r]=function(){};return o[r]},t.inspect=s,s.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=b,t.isBoolean=g,t.isNull=y,t.isNullOrUndefined=w,t.isNumber=_,t.isString=k,t.isSymbol=x,t.isUndefined=S,t.isRegExp=A,t.isObject=E,t.isDate=C,t.isError=P,t.isFunction=T,t.isPrimitive=O,t.isBuffer=r("d60a");var B=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function N(){var e=new Date,t=[j(e.getHours()),j(e.getMinutes()),j(e.getSeconds())].join(":");return[e.getDate(),B[e.getMonth()],t].join(" ")}function R(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){console.log("%s - %s",N(),t.format.apply(t,arguments))},t.inherits=r("3fb5"),t._extend=function(e,t){if(!t||!E(t))return e;var r=Object.keys(t),n=r.length;while(n--)e[r[n]]=t[r[n]];return e};var $="undefined"!==typeof Symbol?Symbol("util.promisify.custom"):void 0;function M(e,t){if(!e){var r=new Error("Promise was rejected with a falsy value");r.reason=e,e=r}return t(e)}function U(t){if("function"!==typeof t)throw new TypeError('The "original" argument must be of type Function');function r(){for(var r=[],n=0;n127)a++,i.writeUIntLE(a,0,6),n=u.signWithEntropy(t,this.__D,i);return n}},{key:"verify",value:function(e,t){return u.verify(e,this.publicKey,t)}},{key:"privateKey",get:function(){return this.__D}},{key:"publicKey",get:function(){return this.__Q||(this.__Q=u.pointFromScalar(this.__D,this.compressed)),this.__Q}}]),t}();function p(e,t){if(l(s.Buffer256bit,e),!u.isPrivate(e))throw new TypeError("Private key not in range [1, n)");return l(d,t),new h(e,void 0,t)}function v(e,t){return l(u.isPoint,e),l(d,t),new h(void 0,e,t)}function m(e,t){var r=f.decode(e),n=r.version;if(s.Array(t)){if(t=t.filter((function(e){return n===e.wif})).pop(),!t)throw new Error("Unknown network version")}else if(t=t||o.bitcoin,n!==t.wif)throw new Error("Invalid network version");return p(r.privateKey,{compressed:r.compressed,network:t})}function b(e){l(d,e),void 0===e&&(e={});var t,r=e.rng||c;do{t=r(32),l(s.Buffer256bit,t)}while(!u.isPrivate(t));return p(t,e)}t.fromPrivateKey=p,t.fromPublicKey=v,t.fromWIF=m,t.makeRandom=b}).call(this,r("b639").Buffer)},"324a":function(e,t,r){"use strict";function n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=this.$parent;while(t){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n},3259:function(e,t,r){"use strict";r.r(t);var n=r("b649"),i=r("646e");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"524fda4e",null,!1,n["a"],o);t["default"]=u.exports},"32f4":function(e,t,r){(function(e,r){var n,i;(function(){var a="object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e||this||{},o=a._,s=Array.prototype,u=Object.prototype,c="undefined"!==typeof Symbol?Symbol.prototype:null,l=s.push,f=s.slice,d=u.toString,h=u.hasOwnProperty,p=Array.isArray,v=Object.keys,m=Object.create,b=function(){},g=function e(t){return t instanceof e?t:this instanceof e?void(this._wrapped=t):new e(t)};t.nodeType?a._=g:(!r.nodeType&&r.exports&&(t=r.exports=g),t._=g),g.VERSION="1.9.1";var y,w=function(e,t,r){if(void 0===t)return e;switch(null==r?3:r){case 1:return function(r){return e.call(t,r)};case 3:return function(r,n,i){return e.call(t,r,n,i)};case 4:return function(r,n,i,a){return e.call(t,r,n,i,a)}}return function(){return e.apply(t,arguments)}},_=function(e,t,r){return g.iteratee!==y?g.iteratee(e,t):null==e?g.identity:g.isFunction(e)?w(e,t,r):g.isObject(e)&&!g.isArray(e)?g.matcher(e):g.property(e)};g.iteratee=y=function(e,t){return _(e,t,1/0)};var k=function(e,t){return t=null==t?e.length-1:+t,function(){for(var r=Math.max(arguments.length-t,0),n=Array(r),i=0;i=0&&t<=C};g.each=g.forEach=function(e,t,r){var n,i;if(t=w(t,r),T(e))for(n=0,i=e.length;n0?0:o-1;for(i||(n=t[a?a[s]:s],s+=e);s>=0&&s=3;return t(e,w(r,i,4),n,a)}};g.reduce=g.foldl=g.inject=O(1),g.reduceRight=g.foldr=O(-1),g.find=g.detect=function(e,t,r){var n=T(e)?g.findIndex:g.findKey,i=n(e,t,r);if(void 0!==i&&-1!==i)return e[i]},g.filter=g.select=function(e,t,r){var n=[];return t=_(t,r),g.each(e,(function(e,r,i){t(e,r,i)&&n.push(e)})),n},g.reject=function(e,t,r){return g.filter(e,g.negate(_(t)),r)},g.every=g.all=function(e,t,r){t=_(t,r);for(var n=!T(e)&&g.keys(e),i=(n||e).length,a=0;a=0},g.invoke=k((function(e,t,r){var n,i;return g.isFunction(t)?i=t:g.isArray(t)&&(n=t.slice(0,-1),t=t[t.length-1]),g.map(e,(function(e){var a=i;if(!a){if(n&&n.length&&(e=E(e,n)),null==e)return;a=e[t]}return null==a?a:a.apply(e,r)}))})),g.pluck=function(e,t){return g.map(e,g.property(t))},g.where=function(e,t){return g.filter(e,g.matcher(t))},g.findWhere=function(e,t){return g.find(e,g.matcher(t))},g.max=function(e,t,r){var n,i,a=-1/0,o=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e){e=T(e)?e:g.values(e);for(var s=0,u=e.length;sa&&(a=n)}else t=_(t,r),g.each(e,(function(e,r,n){i=t(e,r,n),(i>o||i===-1/0&&a===-1/0)&&(a=e,o=i)}));return a},g.min=function(e,t,r){var n,i,a=1/0,o=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e){e=T(e)?e:g.values(e);for(var s=0,u=e.length;sn||void 0===r)return 1;if(r0?0:i-1;a>=0&&a0?o=a>=0?a:Math.max(a+s,o):s=a>=0?Math.min(a+1,s):a+s+1;else if(r&&a&&s)return a=r(n,i),n[a]===i?a:-1;if(i!==i)return a=t(f.call(n,o,s),g.isNaN),a>=0?a+o:-1;for(a=e>0?o:s-1;a>=0&&at?(n&&(clearTimeout(n),n=null),s=c,o=e.apply(i,a),n||(i=a=null)):n||!1===r.trailing||(n=setTimeout(u,l)),o};return c.cancel=function(){clearTimeout(n),s=0,n=i=a=null},c},g.debounce=function(e,t,r){var n,i,a=function(t,r){n=null,r&&(i=e.apply(t,r))},o=k((function(o){if(n&&clearTimeout(n),r){var s=!n;n=setTimeout(a,t),s&&(i=e.apply(this,o))}else n=g.delay(a,t,this,o);return i}));return o.cancel=function(){clearTimeout(n),n=null},o},g.wrap=function(e,t){return g.partial(t,e)},g.negate=function(e){return function(){return!e.apply(this,arguments)}},g.compose=function(){var e=arguments,t=e.length-1;return function(){var r=t,n=e[t].apply(this,arguments);while(r--)n=e[r].call(this,n);return n}},g.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},g.before=function(e,t){var r;return function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=null),r}},g.once=g.partial(g.before,2),g.restArguments=k;var M=!{toString:null}.propertyIsEnumerable("toString"),U=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],F=function(e,t){var r=U.length,n=e.constructor,i=g.isFunction(n)&&n.prototype||u,a="constructor";A(e,a)&&!g.contains(t,a)&&t.push(a);while(r--)a=U[r],a in e&&e[a]!==i[a]&&!g.contains(t,a)&&t.push(a)};g.keys=function(e){if(!g.isObject(e))return[];if(v)return v(e);var t=[];for(var r in e)A(e,r)&&t.push(r);return M&&F(e,t),t},g.allKeys=function(e){if(!g.isObject(e))return[];var t=[];for(var r in e)t.push(r);return M&&F(e,t),t},g.values=function(e){for(var t=g.keys(e),r=t.length,n=Array(r),i=0;i1&&(n=w(n,t[1])),t=g.allKeys(e)):(n=H,t=B(t,!1,!1),e=Object(e));for(var i=0,a=t.length;i1&&(r=t[1])):(t=g.map(B(t,!1,!1),String),n=function(e,r){return!g.contains(t,r)}),g.pick(e,n,r)})),g.defaults=L(g.allKeys,!0),g.create=function(e,t){var r=x(e);return t&&g.extendOwn(r,t),r},g.clone=function(e){return g.isObject(e)?g.isArray(e)?e.slice():g.extend({},e):e},g.tap=function(e,t){return t(e),e},g.isMatch=function(e,t){var r=g.keys(t),n=r.length;if(null==e)return!n;for(var i=Object(e),a=0;a":">",'"':""","'":"'","`":"`"},K=g.invert(W),V=function(e){var t=function(t){return e[t]},r="(?:"+g.keys(e).join("|")+")",n=RegExp(r),i=RegExp(r,"g");return function(e){return e=null==e?"":""+e,n.test(e)?e.replace(i,t):e}};g.escape=V(W),g.unescape=V(K),g.result=function(e,t,r){g.isArray(t)||(t=[t]);var n=t.length;if(!n)return g.isFunction(r)?r.call(e):r;for(var i=0;i/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var X=/(.)^/,J={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Y=/\\|'|\r|\n|\u2028|\u2029/g,Z=function(e){return"\\"+J[e]};g.template=function(e,t,r){!t&&r&&(t=r),t=g.defaults({},t,g.templateSettings);var n,i=RegExp([(t.escape||X).source,(t.interpolate||X).source,(t.evaluate||X).source].join("|")+"|$","g"),a=0,o="__p+='";e.replace(i,(function(t,r,n,i,s){return o+=e.slice(a,s).replace(Y,Z),a=s+t.length,r?o+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":n?o+="'+\n((__t=("+n+"))==null?'':__t)+\n'":i&&(o+="';\n"+i+"\n__p+='"),t})),o+="';\n",t.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{n=new Function(t.variable||"obj","_",o)}catch(c){throw c.source=o,c}var s=function(e){return n.call(this,e,g)},u=t.variable||"obj";return s.source="function("+u+"){\n"+o+"}",s},g.chain=function(e){var t=g(e);return t._chain=!0,t};var Q=function(e,t){return e._chain?g(t).chain():t};g.mixin=function(e){return g.each(g.functions(e),(function(t){var r=g[t]=e[t];g.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),Q(this,r.apply(g,e))}})),g},g.mixin(g),g.each(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=s[e];g.prototype[e]=function(){var r=this._wrapped;return t.apply(r,arguments),"shift"!==e&&"splice"!==e||0!==r.length||delete r[0],Q(this,r)}})),g.each(["concat","join","slice"],(function(e){var t=s[e];g.prototype[e]=function(){return Q(this,t.apply(this._wrapped,arguments))}})),g.prototype.value=function(){return this._wrapped},g.prototype.valueOf=g.prototype.toJSON=g.prototype.value,g.prototype.toString=function(){return String(this._wrapped)},n=[],i=function(){return g}.apply(t,n),void 0===i||(r.exports=i)})()}).call(this,r("c8ba"),r("62e4")(e))},3300:function(e,t,r){"use strict";var n=r("f3a3"),i=r("399f"),a=r("3fb5"),o=r("ea53"),s=n.assert;function u(e){o.call(this,"short",e),this.a=new i(e.a,16).toRed(this.red),this.b=new i(e.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(e),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function c(e,t,r,n){o.BasePoint.call(this,e,"affine"),null===t&&null===r?(this.x=null,this.y=null,this.inf=!0):(this.x=new i(t,16),this.y=new i(r,16),n&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function l(e,t,r,n){o.BasePoint.call(this,e,"jacobian"),null===t&&null===r&&null===n?(this.x=this.curve.one,this.y=this.curve.one,this.z=new i(0)):(this.x=new i(t,16),this.y=new i(r,16),this.z=new i(n,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}a(u,o),e.exports=u,u.prototype._getEndomorphism=function(e){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var t,r,n;if(e.beta)t=new i(e.beta,16).toRed(this.red);else{var a=this._getEndoRoots(this.p);t=a[0].cmp(a[1])<0?a[0]:a[1],t=t.toRed(this.red)}if(e.lambda)r=new i(e.lambda,16);else{var o=this._getEndoRoots(this.n);0===this.g.mul(o[0]).x.cmp(this.g.x.redMul(t))?r=o[0]:(r=o[1],s(0===this.g.mul(r).x.cmp(this.g.x.redMul(t))))}return n=e.basis?e.basis.map((function(e){return{a:new i(e.a,16),b:new i(e.b,16)}})):this._getEndoBasis(r),{beta:t,lambda:r,basis:n}}},u.prototype._getEndoRoots=function(e){var t=e===this.p?this.red:i.mont(e),r=new i(2).toRed(t).redInvm(),n=r.redNeg(),a=new i(3).toRed(t).redNeg().redSqrt().redMul(r),o=n.redAdd(a).fromRed(),s=n.redSub(a).fromRed();return[o,s]},u.prototype._getEndoBasis=function(e){var t,r,n,a,o,s,u,c,l,f=this.n.ushrn(Math.floor(this.n.bitLength()/2)),d=e,h=this.n.clone(),p=new i(1),v=new i(0),m=new i(0),b=new i(1),g=0;while(0!==d.cmpn(0)){var y=h.div(d);c=h.sub(y.mul(d)),l=m.sub(y.mul(p));var w=b.sub(y.mul(v));if(!n&&c.cmp(f)<0)t=u.neg(),r=p,n=c.neg(),a=l;else if(n&&2===++g)break;u=c,h=d,d=c,m=p,p=l,b=v,v=w}o=c.neg(),s=l;var _=n.sqr().add(a.sqr()),k=o.sqr().add(s.sqr());return k.cmp(_)>=0&&(o=t,s=r),n.negative&&(n=n.neg(),a=a.neg()),o.negative&&(o=o.neg(),s=s.neg()),[{a:n,b:a},{a:o,b:s}]},u.prototype._endoSplit=function(e){var t=this.endo.basis,r=t[0],n=t[1],i=n.b.mul(e).divRound(this.n),a=r.b.neg().mul(e).divRound(this.n),o=i.mul(r.a),s=a.mul(n.a),u=i.mul(r.b),c=a.mul(n.b),l=e.sub(o).sub(s),f=u.add(c).neg();return{k1:l,k2:f}},u.prototype.pointFromX=function(e,t){e=new i(e,16),e.red||(e=e.toRed(this.red));var r=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),n=r.redSqrt();if(0!==n.redSqr().redSub(r).cmp(this.zero))throw new Error("invalid point");var a=n.fromRed().isOdd();return(t&&!a||!t&&a)&&(n=n.redNeg()),this.point(e,n)},u.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,r=e.y,n=this.a.redMul(t),i=t.redSqr().redMul(t).redIAdd(n).redIAdd(this.b);return 0===r.redSqr().redISub(i).cmpn(0)},u.prototype._endoWnafMulAdd=function(e,t,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,a=0;a":""},c.prototype.isInfinity=function(){return this.inf},c.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var r=t.redSqr().redISub(this.x).redISub(e.x),n=t.redMul(this.x.redSub(r)).redISub(this.y);return this.curve.point(r,n)},c.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,r=this.x.redSqr(),n=e.redInvm(),i=r.redAdd(r).redIAdd(r).redIAdd(t).redMul(n),a=i.redSqr().redISub(this.x.redAdd(this.x)),o=i.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,o)},c.prototype.getX=function(){return this.x.fromRed()},c.prototype.getY=function(){return this.y.fromRed()},c.prototype.mul=function(e){return e=new i(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},c.prototype.mulAdd=function(e,t,r){var n=[this,t],i=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i):this.curve._wnafMulAdd(1,n,i,2)},c.prototype.jmulAdd=function(e,t,r){var n=[this,t],i=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i,!0):this.curve._wnafMulAdd(1,n,i,2,!0)},c.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},c.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var r=this.precomputed,n=function(e){return e.neg()};t.precomputed={naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(n)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(n)}}}return t},c.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);var e=this.curve.jpoint(this.x,this.y,this.curve.one);return e},a(l,o.BasePoint),u.prototype.jpoint=function(e,t,r){return new l(this,e,t,r)},l.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),r=this.x.redMul(t),n=this.y.redMul(t).redMul(e);return this.curve.point(r,n)},l.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},l.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),r=this.z.redSqr(),n=this.x.redMul(t),i=e.x.redMul(r),a=this.y.redMul(t.redMul(e.z)),o=e.y.redMul(r.redMul(this.z)),s=n.redSub(i),u=a.redSub(o);if(0===s.cmpn(0))return 0!==u.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var c=s.redSqr(),l=c.redMul(s),f=n.redMul(c),d=u.redSqr().redIAdd(l).redISub(f).redISub(f),h=u.redMul(f.redISub(d)).redISub(a.redMul(l)),p=this.z.redMul(e.z).redMul(s);return this.curve.jpoint(d,h,p)},l.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),r=this.x,n=e.x.redMul(t),i=this.y,a=e.y.redMul(t).redMul(this.z),o=r.redSub(n),s=i.redSub(a);if(0===o.cmpn(0))return 0!==s.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var u=o.redSqr(),c=u.redMul(o),l=r.redMul(u),f=s.redSqr().redIAdd(c).redISub(l).redISub(l),d=s.redMul(l.redISub(f)).redISub(i.redMul(c)),h=this.z.redMul(o);return this.curve.jpoint(f,d,h)},l.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();if(this.curve.zeroA||this.curve.threeA){for(var t=this,r=0;r=0)return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}},l.prototype.inspect=function(){return this.isInfinity()?"":""},l.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},3337:function(e,t,r){"use strict";var n=t;n.version=r("2801").version,n.utils=r("f3a3"),n.rand=r("fdac"),n.curve=r("4136"),n.curves=r("0cbb"),n.ec=r("b9a8"),n.eddsa=r("945d")},3372:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991"),i=r("e991"),a=r("555e"),o=i.OPS.OP_RESERVED;function s(e,t){var r=n.decompile(e);if(r.length<4)return!1;if(r[r.length-1]!==i.OPS.OP_CHECKMULTISIG)return!1;if(!a.Number(r[0]))return!1;if(!a.Number(r[r.length-2]))return!1;var s=r[0]-o,u=r[r.length-2]-o;if(s<=0)return!1;if(u>16)return!1;if(s>u)return!1;if(u!==r.length-3)return!1;if(t)return!0;var c=r.slice(1,-2);return c.every(n.isCanonicalPubKey)}t.check=s,s.toJSON=function(){return"multi-sig output"}},"341c":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/[^\x00-\x7F]/;function o(e){return(0,n.default)(e),a.test(e)}e.exports=t.default,e.exports.default=t.default},"343e":function(e,t,r){var n=t;n.der=r("3768"),n.pem=r("85b3")},"347f":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));i(r("9493"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={data:function(){return{userObj:{},coin:{},fee:0,show:!1,show2:!1,currency:"USD",showFinger:!1,showBottom:!1,fingerSuccess:!1,fingerFail:!1,passShow:!1,price:0,transInfoPass:{fromAddress:"",toAddress:"",privateKey:"",amount:"",remark:"",contractAddress:"",password:"",balancePrice:0,fee:0},transaction:{},teee:this.$t("index").Pleaserecipientaddress,teee2:this.$t("index").offchain}},computed:{i18n:function(){return this.$t("index")}},methods:{updateBalance:function(){var e=this;return o(n.default.mark((function t(){var r;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.$walletUtil.updateBalance();case 2:e.userObj=t.sent,r=0;case 4:if(!(rthis.coin.balance)uni.showToast({title:this.$t("index").yourcredit,icon:"none",duration:1500});else{var r=this;if("ETH"===this.coin.type){if(!this.$Token.validateEth(this.transInfoPass.toAddress))return void uni.showToast({title:this.$t("index").addressFormatError,icon:"none",duration:1500});this.$EthUtil.getGas().then((function(n){e("log",n,"ETH"," at pages/menu/sendToken/transfer/index.vue:500"),t.$EthUtil.getGas().then((function(e){r.transInfoPass.fee=61e3*e/Math.pow(10,18),r.showBottom=!0,r.show=!0}))}))}else if("TRX"===this.coin.type){if(!this.$Token.validateTrx(this.transInfoPass.toAddress))return void uni.showToast({title:this.$t("index").addressFormatError,icon:"none",duration:1500});this.$TronUtil.getTransaction(this.transInfoPass.fromAddress,this.transInfoPass.toAddress,this.transInfoPass.amount,this.transInfoPass.remark,this.transInfoPass.contractAddress).then((function(t){r.transaction=t,uni.setStorageSync("transaction",r.transaction),e("log",JSON.stringify(r.transaction)," at pages/menu/sendToken/transfer/index.vue:524");var n=JSON.stringify(r.transaction).replace(/[^x00-xFF]/g,"**").length;e("log",n,"size"," at pages/menu/sendToken/transfer/index.vue:526"),e("log",n.toString().length,"size"," at pages/menu/sendToken/transfer/index.vue:527"),r.transInfoPass.fee=Number(n)*(n.toString().length+1)*1e3/Math.pow(10,6),r.showBottom=!0,r.show=!0})).catch((function(n){e("log",n," at pages/menu/sendToken/transfer/index.vue:533"),r.showFinger=!1,uni.showToast({title:t.$t("index").failedInitiate,icon:"none",duration:1500})}))}else if("BTC"===this.coin.type){if(!this.$Token.validateBtc(this.transInfoPass.toAddress))return void uni.showToast({title:this.$t("index").addressFormatError,icon:"none",duration:1500});r.transInfoPass.fee=1e-4}}else uni.showToast({title:this.$t("index").lessthan,icon:"none",duration:1500});else uni.showToast({title:this.$t("index").enterthereceivingaddress,icon:"none",duration:1500});else uni.showToast({title:this.$t("index").enterthetransferamount,icon:"none",duration:1500})},scanCode:function(){var t=this;uni.scanCode({success:function(r){e("log","\u626b\u7801\u5185\u5bb9",r.result," at pages/menu/sendToken/transfer/index.vue:562"),t.transInfoPass.toAddress=r.result}})},printCancel:function(){this.showFinger=!1,e("log",this.showFinger,4444," at pages/menu/sendToken/transfer/index.vue:572"),e("log",this.showFinger,4444," at pages/menu/sendToken/transfer/index.vue:574")},fingerprint:function(t){if(plus.fingerprint.isSupport())if(plus.fingerprint.isKeyguardSecure())if(plus.fingerprint.isEnrolledFingerprints()){var r=this;plus.fingerprint.authenticate((function(){plus.nativeUI.closeWaiting(),r.sendTransaction()}),(function(t){switch(t.code){case t.AUTHENTICATE_MISMATCH:plus.nativeUI.toast(r.$t("index").Fingerprintmatchingfailed),e("log",r.showFinger,454545," at pages/menu/sendToken/transfer/index.vue:634"),r.showBottom=!1,r.fingerFail=!0,r.show=!1,e("log",r.fingerFail,454545," at pages/menu/sendToken/transfer/index.vue:638");break;case t.AUTHENTICATE_OVERLIMIT:plus.nativeUI.closeWaiting(),plus.nativeUI.alert(r.$t("index").Thenumberoffingerprint),e("log",r.showFinger,454545," at pages/menu/sendToken/transfer/index.vue:644"),r.showBottom=!1,r.fingerFail=!0,r.show=!1,e("log",r.fingerFail,454545," at pages/menu/sendToken/transfer/index.vue:648");break;case t.CANCEL:plus.nativeUI.toast(r.$t("index").Recognitioncancelled),e("log",r.showFinger,454545," at pages/menu/sendToken/transfer/index.vue:653"),r.showBottom=!1,r.fingerFail=!0,r.show=!1,e("log",r.fingerFail,454545," at pages/menu/sendToken/transfer/index.vue:657");break;default:plus.nativeUI.closeWaiting(),e("log",r.showFinger,454545," at pages/menu/sendToken/transfer/index.vue:662"),r.showBottom=!1,r.fingerFail=!0,r.show=!1,e("log",r.fingerFail,454545," at pages/menu/sendToken/transfer/index.vue:666"),plus.nativeUI.alert(r.$t("index").Fingerprintidentificationfailed);break}})),"Android"==plus.os.name&&(this.show=!0)}else uni.showToast({title:this.$t("index").oninthesetting,icon:"none",duration:1500});else uni.showToast({title:this.$t("index").notequipped,icon:"none",duration:1500});else uni.showToast({title:this.$t("index").fingerprintidentification,icon:"none",duration:1500})},goAddress:function(e){uni.setStorageSync("transInfoPass",this.transInfoPass),uni.setStorageSync("sourcePage","/pages/menu/sendToken/transfer/index"),uni.navigateTo({url:"../address/index?item=transfer"})}},onLoad:function(t){"address"===t.item?this.transInfoPass=uni.getStorageSync("transInfoPass"):"index"===t.item?this.transInfoPass.toAddress=uni.getStorageSync("address"):(uni.removeStorageSync("transInfoPass"),uni.removeStorageSync("address")),this.coin=uni.getStorageSync("coin"),this.transInfoPass.fromAddress=this.coin.address,this.transInfoPass.privateKey=this.coin.privateKey,this.transInfoPass.password=this.coin.password,this.transInfoPass.contractAddress=this.coin.contractAddress,this.transInfoPass.type=this.coin.type,e("log",this.transInfoPass,"\u6307\u7eb9"," at pages/menu/sendToken/transfer/index.vue:714"),uni.getStorageSync("fingerPass")&&(this.passShow=uni.getStorageSync("fingerPass"));var r=uni.getStorageSync("currency");r&&(this.currency=r),this.updateBalance(),"USD"===this.currency?this.coin.balancePrice&&this.coin.balancePrice>0&&(this.price=(this.coin.balancePrice/this.coin.balance).toFixed(2)):this.coin.balanceCnyPrice&&this.coin.balancePrice>0&&(this.price=(this.coin.balanceCnyPrice/this.coin.balance).toFixed(2))}};t.default=s}).call(this,r("0de9")["default"])},"34c9":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Provider=t.TransactionOrderForkEvent=t.TransactionForkEvent=t.BlockForkEvent=t.ForkEvent=void 0;var n=c(r("a34a")),i=r("d448"),a=r("2abd"),o=r("d8c6"),s=r("fa24"),u=r("f1cd");function c(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){for(var r=0;r=n.length){for(var a=this._blockOffset;a>>t)>>>0}function a(e,t,r,n,a,s,u,c){var l=o.sigma,f=o.u256;e[n]=e[n]+((t[l[r][c]]^f[l[r][c+1]])>>>0)+e[a]>>>0,e[u]=i(e[u]^e[n],16),e[s]=e[s]+e[u]>>>0,e[a]=i(e[a]^e[s],12),e[n]=e[n]+((t[l[r][c+1]]^f[l[r][c]])>>>0)+e[a]>>>0,e[u]=i(e[u]^e[n],8),e[s]=e[s]+e[u]>>>0,e[a]=i(e[a]^e[s],7)}function o(){this._h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this._s=[0,0,0,0],this._block=new t(64),this._blockOffset=0,this._length=[0,0],this._nullt=!1,this._zo=r,this._oo=n}o.prototype._compress=function(){var e,t=o.u256,r=new Array(16),n=new Array(16);for(e=0;e<16;++e)n[e]=this._block.readUInt32BE(4*e);for(e=0;e<8;++e)r[e]=this._h[e]>>>0;for(e=8;e<12;++e)r[e]=(this._s[e-8]^t[e-8])>>>0;for(e=12;e<16;++e)r[e]=t[e-8];for(this._nullt||(r[12]=(r[12]^this._length[0])>>>0,r[13]=(r[13]^this._length[0])>>>0,r[14]=(r[14]^this._length[1])>>>0,r[15]=(r[15]^this._length[1])>>>0),e=0;e<14;++e)a(r,n,e,0,4,8,12,0),a(r,n,e,1,5,9,13,2),a(r,n,e,2,6,10,14,4),a(r,n,e,3,7,11,15,6),a(r,n,e,0,5,10,15,8),a(r,n,e,1,6,11,12,10),a(r,n,e,2,7,8,13,12),a(r,n,e,3,4,9,14,14);for(e=0;e<16;++e)this._h[e%8]=(this._h[e%8]^r[e])>>>0;for(e=0;e<8;++e)this._h[e]=(this._h[e]^this._s[e%4])>>>0},o.prototype._padding=function(){var e=this._length[0]+8*this._blockOffset,r=this._length[1];e>=4294967296&&(e-=4294967296,r+=1);var n=new t(8);n.writeUInt32BE(r,0),n.writeUInt32BE(e,4),55===this._blockOffset?(this._length[0]-=8,this.update(this._oo)):(this._blockOffset<55?(0===this._blockOffset&&(this._nullt=!0),this._length[0]-=8*(55-this._blockOffset),this.update(o.padding.slice(0,55-this._blockOffset))):(this._length[0]-=8*(64-this._blockOffset),this.update(o.padding.slice(0,64-this._blockOffset)),this._length[0]-=440,this.update(o.padding.slice(1,56)),this._nullt=!0),this.update(this._zo),this._length[0]-=8),this._length[0]-=64,this.update(n)},o.prototype.digest=function(e){this._padding();for(var r=new t(32),n=0;n<8;++n)r.writeUInt32BE(this._h[n],4*n);return r.toString(e)},e.exports=o}).call(this,r("b639").Buffer)},"35ad":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!1,bgnum:!1,_i:1}},[n("image",{staticClass:e._$s(2,"sc","back"),attrs:{src:e._$s(2,"a-src",r("a439")),_i:2},on:{click:function(t){return e.back()}}}),n("text",{staticClass:e._$s(3,"sc","big_title"),attrs:{_i:3}},[e._v(e._$s(3,"t0-0",e._s(e.i18n.Showprivatekey)))])]),n("view",{staticClass:e._$s(4,"sc","main"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","title"),attrs:{_i:5}},[e._v(e._$s(5,"t0-0",e._s(e.i18n.keepyourprivatekey)))]),n("view",{staticClass:e._$s(6,"sc","btnconn"),attrs:{_i:6}},[n("view",{staticClass:e._$s(7,"sc","btn"),class:e._$s(7,"c",e.show?"active":""),attrs:{_i:7},on:{click:e.showText}},[e._$s(8,"i",e.show2)?n("image",{staticClass:e._$s(8,"sc","img1"),attrs:{src:e._$s(8,"a-src",r("12dd")),_i:8}}):e._e(),e._$s(9,"i",e.show)?n("image",{staticClass:e._$s(9,"sc","img1"),attrs:{src:e._$s(9,"a-src",r("0fdd")),_i:9}}):e._e(),e._v(e._$s(7,"t2-0",e._s(e.i18n.Showprivatekeytext)))]),n("view",{staticClass:e._$s(10,"sc","btn"),class:e._$s(10,"c",e.show2?"active":""),attrs:{_i:10},on:{click:e.showCode}},[e._$s(11,"i",e.show)?n("image",{staticClass:e._$s(11,"sc","img1"),attrs:{src:e._$s(11,"a-src",r("3bd6")),_i:11}}):e._e(),e._$s(12,"i",e.show2)?n("image",{staticClass:e._$s(12,"sc","img1"),attrs:{src:e._$s(12,"a-src",r("d43a")),_i:12}}):e._e(),e._v(e._$s(10,"t2-0",e._s(e.i18n.ShowQRCode)))])]),e._$s(13,"i",e.show)?n("view",{staticClass:e._$s(13,"sc","bottom_con"),attrs:{_i:13}},[n("view",{staticClass:e._$s(14,"sc","top"),attrs:{_i:14}},[e._v(e._$s(14,"t0-0",e._s(this.userObj.privateKey)))]),n("view",{staticClass:e._$s(15,"sc","bottom"),attrs:{_i:15},on:{click:function(t){return e.copyTextMethod()}}},[n("image",{staticClass:e._$s(16,"sc","img1"),attrs:{src:e._$s(16,"a-src",r("0302")),_i:16}}),e._v(e._$s(15,"t1-0",e._s(e.i18n.ShowCopy)))])]):e._e(),e._$s(17,"i",e.show2)?n("view",{staticClass:e._$s(17,"sc","code_con"),attrs:{_i:17}},[n("view",{staticClass:e._$s(18,"sc","cond"),attrs:{_i:18}},[n("tki-qrcode",{ref:"qrcode",staticClass:e._$s(19,"sc","test"),attrs:{val:e.ercodeText,size:e.size,unit:e.unit,background:e.background,foreground:e.foreground,pdground:e.pdground,lv:e.lv,onval:e.onval,loadMake:e.loadMake,showLoading:e.showLoading,loadingText:e.loadingText,icon:e.icon,_i:19}})],1),n("view",{staticClass:e._$s(20,"sc","text"),attrs:{_i:20}},[e._v(e._$s(20,"t0-0",e._s(e.i18n.ScanQR)))])]):e._e(),n("view",{staticClass:e._$s(21,"sc","info_con green"),class:e._$s(21,"c",e.toTop?"goTop":""),attrs:{_i:21}},[n("image",{staticClass:e._$s(22,"sc","copyImg"),attrs:{src:e._$s(22,"a-src",r("2a96")),_i:22}}),e._v(e._$s(21,"t1-0",e._s(e.i18n.CopyprivatekeySuccessful)))])])],1)},a=[]},"35e8":function(e,t,r){"use strict";e.exports={isString:function(e){return"string"===typeof e},isObject:function(e){return"object"===typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},3615:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("98e6"),i=r("1a2a");function a(e){var t=n("sha256").update(e).digest();try{return n("rmd160").update(t).digest()}catch(r){return n("ripemd160").update(t).digest()}}function o(e,t){return i("sha512",e).update(t).digest()}t.hash160=a,t.hmacSHA512=o},"369f":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){return(0,n.default)(e),e.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">").replace(/\//g,"/").replace(/\\/g,"\").replace(/`/g,"`")}e.exports=t.default,e.exports.default=t.default},"36a1":function(e,t,r){var n=r("8f48"),i=r("139b"),a=n.tfJSON,o=n.TfTypeError,s=n.TfPropertyTypeError,u=n.tfSubError,c=n.getValueTypeName,l={arrayOf:function(e,t){function r(r,n){return!!i.Array(r)&&(!i.Nil(r)&&(!(void 0!==t.minLength&&r.lengtht.maxLength)&&((void 0===t.length||r.length===t.length)&&r.every((function(t,r){try{return d(e,t,n)}catch(i){throw u(i,r)}}))))))}return e=f(e),t=t||{},r.toJSON=function(){var r="["+a(e)+"]";return void 0!==t.length?r+="{"+t.length+"}":void 0===t.minLength&&void 0===t.maxLength||(r+="{"+(void 0===t.minLength?0:t.minLength)+","+(void 0===t.maxLength?1/0:t.maxLength)+"}"),r},r},maybe:function e(t){function r(r,n){return i.Nil(r)||t(r,n,e)}return t=f(t),r.toJSON=function(){return"?"+a(t)},r},map:function(e,t){function r(r,n){if(!i.Object(r))return!1;if(i.Nil(r))return!1;for(var a in r){try{t&&d(t,a,n)}catch(s){throw u(s,a,"key")}try{var o=r[a];d(e,o,n)}catch(s){throw u(s,a)}}return!0}return e=f(e),t&&(t=f(t)),r.toJSON=t?function(){return"{"+a(t)+": "+a(e)+"}"}:function(){return"{"+a(e)+"}"},r},object:function(e){var t={};for(var r in e)t[r]=f(e[r]);function n(e,r){if(!i.Object(e))return!1;if(i.Nil(e))return!1;var n;try{for(n in t){var a=t[n],o=e[n];d(a,o,r)}}catch(c){throw u(c,n)}if(r)for(n in e)if(!t[n])throw new s(void 0,n);return!0}return n.toJSON=function(){return a(t)},n},anyOf:function(){var e=[].slice.call(arguments).map(f);function t(t,r){return e.some((function(e){try{return d(e,t,r)}catch(n){return!1}}))}return t.toJSON=function(){return e.map(a).join("|")},t},allOf:function(){var e=[].slice.call(arguments).map(f);function t(t,r){return e.every((function(e){try{return d(e,t,r)}catch(n){return!1}}))}return t.toJSON=function(){return e.map(a).join(" & ")},t},quacksLike:function(e){function t(t){return e===c(t)}return t.toJSON=function(){return e},t},tuple:function(){var e=[].slice.call(arguments).map(f);function t(t,r){return!i.Nil(t)&&(!i.Nil(t.length)&&((!r||t.length===e.length)&&e.every((function(e,n){try{return d(e,t[n],r)}catch(i){throw u(i,n)}}))))}return t.toJSON=function(){return"("+e.map(a).join(", ")+")"},t},value:function(e){function t(t){return t===e}return t.toJSON=function(){return e},t}};function f(e){if(i.String(e))return"?"===e[0]?l.maybe(e.slice(1)):i[e]||l.quacksLike(e);if(e&&i.Object(e)){if(i.Array(e)){if(1!==e.length)throw new TypeError("Expected compile() parameter of type Array of length 1");return l.arrayOf(e[0])}return l.object(e)}return i.Function(e)?e:l.value(e)}function d(e,t,r,n){if(i.Function(e)){if(e(t,r))return!0;throw new o(n||e,t)}return d(f(e),t,r)}for(var h in l.oneOf=l.anyOf,i)d[h]=i[h];for(h in l)d[h]=l[h];var p=r("7dc0");for(h in p)d[h]=p[h];d.compile=f,d.TfTypeError=o,d.TfPropertyTypeError=s,e.exports=d},"36af":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uInput:r("3b5b").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[n("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}})]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","item"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","text1"),attrs:{_i:5}}),n("view",{staticClass:e._$s(6,"sc","text2"),attrs:{_i:6}})]),n("view",{staticClass:e._$s(7,"sc","item item2"),attrs:{_i:7}},[n("view",{staticClass:e._$s(8,"sc","name flex bor"),attrs:{_i:8},on:{click:function(t){e.showAddress=!0}}},[n("view",{staticClass:e._$s(9,"sc","text1"),attrs:{_i:9}}),n("view",{staticClass:e._$s(10,"sc","address"),attrs:{_i:10}},[n("image",{staticClass:e._$s(11,"sc","img1"),attrs:{src:e._$s(11,"a-src",r("6365")),_i:11}})])]),n("view",{staticClass:e._$s(12,"sc","name flex"),attrs:{_i:12}},[n("view",{staticClass:e._$s(13,"sc","text1"),attrs:{_i:13}}),n("view",{staticClass:e._$s(14,"sc","address"),attrs:{_i:14}},[n("image",{staticClass:e._$s(15,"sc","img1"),attrs:{src:e._$s(15,"a-src",r("6365")),_i:15}})])])]),e._$s(16,"i",e.showAddress)?n("view",{staticClass:e._$s(16,"sc","showAddress"),attrs:{_i:16}},[n("image",{staticClass:e._$s(17,"sc","img1"),attrs:{src:e._$s(17,"a-src",r("492f")),_i:17},on:{click:function(t){e.showAddress=!1}}}),n("view",{staticClass:e._$s(18,"sc","title"),attrs:{_i:18}}),n("u-input",{attrs:{placeholder:"Please enter address information","border-color":"#E9EDF7",type:e.type,border:e.border,_i:19},model:{value:e._$s(19,"v-model",e.value),callback:function(t){e.value=t},expression:"value"}}),n("view",{staticClass:e._$s(20,"sc","btnconn"),attrs:{_i:20}},[n("view",{staticClass:e._$s(21,"sc","btn"),attrs:{_i:21},on:{click:function(t){e.showAddress=!1}}}),n("view",{staticClass:e._$s(22,"sc","btn active"),attrs:{_i:22}})])],1):e._e()]),n("u-mask",{attrs:{"z-index":"100",show:e.showAddress,_i:23},on:{click:function(t){e.showAddress=!1}}})],1)},a=[]},"36b4":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{show:!0,list:[{name:"Single address",checked:!0,disabled:!1},{name:"Batch add 10 addresses",checked:!1,disabled:!1},{name:"Batch add 50 addresses",checked:!1,disabled:!1}]}},methods:{}};t.default=i},"36c6":function(e,t){function r(t){return e.exports=r=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},r(t)}e.exports=r},"36f2":function(e,t){function r(e,t,r){var n=t.toLowerCase();e[t]||e[n]||(e[t]=r)}e.exports=r},3718:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("4cac");t.input=n;var i=r("72ea");t.output=i},3746:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a="^\\d{4}-?\\d{3}[\\dX]$";function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};(0,n.default)(e);var r=a;if(r=t.require_hyphen?r.replace("?",""):r,r=t.case_sensitive?new RegExp(r):new RegExp(r,"i"),!r.test(e))return!1;for(var i=e.replace("-","").toUpperCase(),o=0,s=0;s=31?n.error("Multi-octet tag encoding unsupported"):(t||(i|=32),i|=s.tagClassByName[r||"universal"]<<6,i)}e.exports=u,u.prototype.encode=function(e,t){return this.tree._encode(e,t).join()},n(c,o.Node),c.prototype._encodeComposite=function(e,t,r,n){var a=f(e,t,r,this.reporter);if(n.length<128){var o=new i(2);return o[0]=a,o[1]=n.length,this._createEncoderBuffer([o,n])}for(var s=1,u=n.length;u>=256;u>>=8)s++;o=new i(2+s);o[0]=a,o[1]=128|s;u=1+s;for(var c=n.length;c>0;u--,c>>=8)o[u]=255&c;return this._createEncoderBuffer([o,n])},c.prototype._encodeStr=function(e,t){if("bitstr"===t)return this._createEncoderBuffer([0|e.unused,e.data]);if("bmpstr"===t){for(var r=new i(2*e.length),n=0;n=40)return this.reporter.error("Second objid identifier OOB");e.splice(0,2,40*e[0]+e[1])}var a=0;for(n=0;n=128;o>>=7)a++}var s=new i(a),u=s.length-1;for(n=e.length-1;n>=0;n--){o=e[n];s[u--]=127&o;while((o>>=7)>0)s[u--]=128|127&o}return this._createEncoderBuffer(s)},c.prototype._encodeTime=function(e,t){var r,n=new Date(e);return"gentime"===t?r=[l(n.getFullYear()),l(n.getUTCMonth()+1),l(n.getUTCDate()),l(n.getUTCHours()),l(n.getUTCMinutes()),l(n.getUTCSeconds()),"Z"].join(""):"utctime"===t?r=[l(n.getFullYear()%100),l(n.getUTCMonth()+1),l(n.getUTCDate()),l(n.getUTCHours()),l(n.getUTCMinutes()),l(n.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+t+" time is not supported yet"),this._encodeStr(r,"octstr")},c.prototype._encodeNull=function(){return this._createEncoderBuffer("")},c.prototype._encodeInt=function(e,t){if("string"===typeof e){if(!t)return this.reporter.error("String int or enum given, but no values map");if(!t.hasOwnProperty(e))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(e));e=t[e]}if("number"!==typeof e&&!i.isBuffer(e)){var r=e.toArray();!e.sign&&128&r[0]&&r.unshift(0),e=new i(r)}if(i.isBuffer(e)){var n=e.length;0===e.length&&n++;var a=new i(n);return e.copy(a),0===e.length&&(a[0]=0),this._createEncoderBuffer(a)}if(e<128)return this._createEncoderBuffer(e);if(e<256)return this._createEncoderBuffer([0,e]);n=1;for(var o=e;o>=256;o>>=8)n++;for(a=new Array(n),o=a.length-1;o>=0;o--)a[o]=255&e,e>>=8;return 128&a[0]&&a.unshift(0),this._createEncoderBuffer(new i(a))},c.prototype._encodeBool=function(e){return this._createEncoderBuffer(e?255:0)},c.prototype._use=function(e,t){return"function"===typeof e&&(e=e(t)),e._getEncoder("der").tree},c.prototype._skipDefault=function(e,t,r){var n,i=this._baseState;if(null===i["default"])return!1;var a=e.join();if(void 0===i.defaultBuffer&&(i.defaultBuffer=this._encodeValue(i["default"],t,r).join()),a.length!==i.defaultBuffer.length)return!1;for(n=0;n=4294967296&&i++,e[t]=n,e[t+1]=i}function i(e,t,r,n){var i=e[t]+r;r<0&&(i+=4294967296);var a=e[t+1]+n;i>=4294967296&&a++,e[t]=i,e[t+1]=a}function a(e,t){return e[t]^e[t+1]<<8^e[t+2]<<16^e[t+3]<<24}function o(e,t,r,a,o,s){var u=f[o],c=f[o+1],d=f[s],h=f[s+1];n(l,e,t),i(l,e,u,c);var p=l[a]^l[e],v=l[a+1]^l[e+1];l[a]=v,l[a+1]=p,n(l,r,a),p=l[t]^l[r],v=l[t+1]^l[r+1],l[t]=p>>>24^v<<8,l[t+1]=v>>>24^p<<8,n(l,e,t),i(l,e,d,h),p=l[a]^l[e],v=l[a+1]^l[e+1],l[a]=p>>>16^v<<16,l[a+1]=v>>>16^p<<16,n(l,r,a),p=l[t]^l[r],v=l[t+1]^l[r+1],l[t]=v>>>31^p<<1,l[t+1]=p>>>31^v<<1}var s=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),u=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3],c=new Uint8Array(u.map((function(e){return 2*e}))),l=new Uint32Array(32),f=new Uint32Array(32);function d(e,t){var r=0;for(r=0;r<16;r++)l[r]=e.h[r],l[r+16]=s[r];for(l[24]=l[24]^e.t,l[25]=l[25]^e.t/4294967296,t&&(l[28]=~l[28],l[29]=~l[29]),r=0;r<32;r++)f[r]=a(e.b,4*r);for(r=0;r<12;r++)o(0,8,16,24,c[16*r+0],c[16*r+1]),o(2,10,18,26,c[16*r+2],c[16*r+3]),o(4,12,20,28,c[16*r+4],c[16*r+5]),o(6,14,22,30,c[16*r+6],c[16*r+7]),o(0,10,20,30,c[16*r+8],c[16*r+9]),o(2,12,22,24,c[16*r+10],c[16*r+11]),o(4,14,16,26,c[16*r+12],c[16*r+13]),o(6,8,18,28,c[16*r+14],c[16*r+15]);for(r=0;r<16;r++)e.h[r]=e.h[r]^l[r]^l[r+16]}var h=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function p(e,t,r,n){h.fill(0),this.b=new Uint8Array(128),this.h=new Uint32Array(16),this.t=0,this.c=0,this.outlen=e,h[0]=e,t&&(h[1]=t.length),h[2]=1,h[3]=1,r&&h.set(r,32),n&&h.set(n,48);for(var i=0;i<16;i++)this.h[i]=s[i]^a(h,4*i);t&&(v(this,t),this.c=128)}function v(e,t){for(var r=0;r>2]>>8*(3&r);return t}function b(e){for(var t="",r=0;r>=8;return t}function u(e,t,r){for(var n=0,i=0;it+1+n&&o.throwError("child data too short",i.Logger.errors.BUFFER_OVERRUN,{})}return{consumed:1+n,result:a}}function d(e,t){if(0===e.length&&o.throwError("data too short",i.Logger.errors.BUFFER_OVERRUN,{}),e[t]>=248){var r=e[t]-247;t+1+r>e.length&&o.throwError("data short segment too short",i.Logger.errors.BUFFER_OVERRUN,{});var a=u(e,t+1,r);return t+1+r+a>e.length&&o.throwError("data long segment too short",i.Logger.errors.BUFFER_OVERRUN,{}),f(e,t,t+1+r,r+a)}if(e[t]>=192){var s=e[t]-192;return t+1+s>e.length&&o.throwError("data array too short",i.Logger.errors.BUFFER_OVERRUN,{}),f(e,t,t+1,s)}if(e[t]>=184){var c=e[t]-183;t+1+c>e.length&&o.throwError("data array too short",i.Logger.errors.BUFFER_OVERRUN,{});var l=u(e,t+1,c);t+1+c+l>e.length&&o.throwError("data array too short",i.Logger.errors.BUFFER_OVERRUN,{});var d=(0,n.hexlify)(e.slice(t+1+c,t+1+c+l));return{consumed:1+c+l,result:d}}if(e[t]>=128){var h=e[t]-128;t+1+h>e.length&&o.throwError("data too short",i.Logger.errors.BUFFER_OVERRUN,{});var p=(0,n.hexlify)(e.slice(t+1,t+1+h));return{consumed:1+h,result:p}}return{consumed:1,result:(0,n.hexlify)(e[t])}}function h(e){var t=(0,n.arrayify)(e),r=d(t,0);return r.consumed!==t.length&&o.throwArgumentError("invalid rlp data","data",e),r.result}},3965:function(e,t){e.exports="/static/tongyonh/Subtract.png"},"399f":function(e,t,r){(function(e){(function(e,t){"use strict";function n(e,t){if(!e)throw new Error(t||"Assertion failed")}function i(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}function a(e,t,r){if(a.isBN(e))return e;this.negative=0,this.words=null,this.length=0,this.red=null,null!==e&&("le"!==t&&"be"!==t||(r=t,t=10),this._init(e||0,t||10,r||"be"))}var o;"object"===typeof e?e.exports=a:t.BN=a,a.BN=a,a.wordSize=26;try{o=r(0).Buffer}catch(T){}function s(e,t,r){for(var i=0,a=Math.min(e.length,r),o=0,s=t;s=49&&c<=54?c-49+10:c>=17&&c<=22?c-17+10:c,i|=u,o|=u}return n(!(240&o),"Invalid character in "+e),i}function u(e,t,r,i){for(var a=0,o=0,s=Math.min(e.length,r),u=t;u=49?c-49+10:c>=17?c-17+10:c,n(c>=0&&o"}a.isBN=function(e){return e instanceof a||null!==e&&"object"===typeof e&&e.constructor.wordSize===a.wordSize&&Array.isArray(e.words)},a.max=function(e,t){return e.cmp(t)>0?e:t},a.min=function(e,t){return e.cmp(t)<0?e:t},a.prototype._init=function(e,t,r){if("number"===typeof e)return this._initNumber(e,t,r);if("object"===typeof e)return this._initArray(e,t,r);"hex"===t&&(t=16),n(t===(0|t)&&t>=2&&t<=36),e=e.toString().replace(/\s+/g,"");var i=0;"-"===e[0]&&i++,16===t?this._parseHex(e,i):this._parseBase(e,t,i),"-"===e[0]&&(this.negative=1),this._strip(),"le"===r&&this._initArray(this.toArray(),t,r)},a.prototype._initNumber=function(e,t,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(n(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),t,r)},a.prototype._initArray=function(e,t,r){if(n("number"===typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)o=e[i]|e[i-1]<<8|e[i-2]<<16,this.words[a]|=o<>>26-s&67108863,s+=24,s>=26&&(s-=26,a++);else if("le"===r)for(i=0,a=0;i>>26-s&67108863,s+=24,s>=26&&(s-=26,a++);return this._strip()},a.prototype._parseHex=function(e,t){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var r=0;r=t;r-=6)i=s(e,r,r+6),this.words[n]|=i<>>26-a&4194303,a+=24,a>=26&&(a-=26,n++);r+6!==t&&(i=s(e,t,r+6),this.words[n]|=i<>>26-a&4194303),this._strip()},a.prototype._parseBase=function(e,t,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=t)n++;n--,i=i/t|0;for(var a=e.length-r,o=a%n,s=Math.min(a,a-o)+r,c=0,l=r;l1&&0===this.words[this.length-1])this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!==typeof Symbol&&"function"===typeof Symbol.for?a.prototype[Symbol.for("nodejs.util.inspect.custom")]=l:a.prototype.inspect=l;var f=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],d=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],h=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];a.prototype.toString=function(e,t){var r;if(e=e||10,t=0|t||1,16===e||"hex"===e){r="";for(var i=0,a=0,o=0;o>>24-i&16777215,r=0!==a||o!==this.length-1?f[6-u.length]+u+r:u+r,i+=2,i>=26&&(i-=26,o--)}0!==a&&(r=a.toString(16)+r);while(r.length%t!==0)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(e===(0|e)&&e>=2&&e<=36){var c=d[e],l=h[e];r="";var p=this.clone();p.negative=0;while(!p.isZero()){var v=p.modrn(l).toString(e);p=p.idivn(l),r=p.isZero()?v+r:f[c-v.length]+v+r}this.isZero()&&(r="0"+r);while(r.length%t!==0)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},a.prototype.toJSON=function(){return this.toString(16,2)},o&&(a.prototype.toBuffer=function(e,t){return this.toArrayLike(o,e,t)}),a.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)};var p=function(e,t){return e.allocUnsafe?e.allocUnsafe(t):new e(t)};function v(e){for(var t=new Array(e.bitLength()),r=0;r>>i&1}return t}function m(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0;r.length=n,n=n-1|0;var i=0|e.words[0],a=0|t.words[0],o=i*a,s=67108863&o,u=o/67108864|0;r.words[0]=s;for(var c=1;c>>26,f=67108863&u,d=Math.min(c,t.length-1),h=Math.max(0,c-e.length+1);h<=d;h++){var p=c-h|0;i=0|e.words[p],a=0|t.words[h],o=i*a+f,l+=o/67108864|0,f=67108863&o}r.words[c]=0|f,u=0|l}return 0!==u?r.words[c]=0|u:r.length--,r._strip()}a.prototype.toArrayLike=function(e,t,r){this._strip();var i=this.byteLength(),a=r||Math.max(1,i);n(i<=a,"byte array longer than desired length"),n(a>0,"Requested array length <= 0");var o=p(e,a),s="le"===t?"LE":"BE";return this["_toArrayLike"+s](o,i),o},a.prototype._toArrayLikeLE=function(e,t){for(var r=0,n=0,i=0,a=0;i>8&255),r>16&255),6===a?(r>24&255),n=0,a=0):(n=o>>>24,a+=2)}if(r=0&&(e[r--]=o>>8&255),r>=0&&(e[r--]=o>>16&255),6===a?(r>=0&&(e[r--]=o>>24&255),n=0,a=0):(n=o>>>24,a+=2)}if(r>=0){e[r--]=n;while(r>=0)e[r--]=0}},Math.clz32?a.prototype._countBits=function(e){return 32-Math.clz32(e)}:a.prototype._countBits=function(e){var t=e,r=0;return t>=4096&&(r+=13,t>>>=13),t>=64&&(r+=7,t>>>=7),t>=8&&(r+=4,t>>>=4),t>=2&&(r+=2,t>>>=2),r+t},a.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,r=0;return 0===(8191&t)&&(r+=13,t>>>=13),0===(127&t)&&(r+=7,t>>>=7),0===(15&t)&&(r+=4,t>>>=4),0===(3&t)&&(r+=2,t>>>=2),0===(1&t)&&r++,r},a.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;te.length?this.clone().ior(e):e.clone().ior(this)},a.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},a.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var r=0;re.length?this.clone().iand(e):e.clone().iand(this)},a.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},a.prototype.iuxor=function(e){var t,r;this.length>e.length?(t=this,r=e):(t=e,r=this);for(var n=0;ne.length?this.clone().ixor(e):e.clone().ixor(this)},a.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},a.prototype.inotn=function(e){n("number"===typeof e&&e>=0);var t=0|Math.ceil(e/26),r=e%26;this._expand(t),r>0&&t--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this._strip()},a.prototype.notn=function(e){return this.clone().inotn(e)},a.prototype.setn=function(e,t){n("number"===typeof e&&e>=0);var r=e/26|0,i=e%26;return this._expand(r+1),this.words[r]=t?this.words[r]|1<e.length?(r=this,n=e):(r=e,n=this);for(var i=0,a=0;a>>26;for(;0!==i&&a>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;ae.length?this.clone().iadd(e):e.clone().iadd(this)},a.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r,n,i=this.cmp(e);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(r=this,n=e):(r=e,n=this);for(var a=0,o=0;o>26,this.words[o]=67108863&t;for(;0!==a&&o>26,this.words[o]=67108863&t;if(0===a&&o>>13,h=0|o[1],p=8191&h,v=h>>>13,m=0|o[2],b=8191&m,g=m>>>13,y=0|o[3],w=8191&y,_=y>>>13,k=0|o[4],x=8191&k,S=k>>>13,A=0|o[5],E=8191&A,C=A>>>13,P=0|o[6],T=8191&P,O=P>>>13,I=0|o[7],j=8191&I,B=I>>>13,N=0|o[8],R=8191&N,$=N>>>13,M=0|o[9],U=8191&M,F=M>>>13,L=0|s[0],D=8191&L,z=L>>>13,H=0|s[1],q=8191&H,W=H>>>13,K=0|s[2],V=8191&K,G=K>>>13,X=0|s[3],J=8191&X,Y=X>>>13,Z=0|s[4],Q=8191&Z,ee=Z>>>13,te=0|s[5],re=8191&te,ne=te>>>13,ie=0|s[6],ae=8191&ie,oe=ie>>>13,se=0|s[7],ue=8191&se,ce=se>>>13,le=0|s[8],fe=8191&le,de=le>>>13,he=0|s[9],pe=8191&he,ve=he>>>13;r.negative=e.negative^t.negative,r.length=19,n=Math.imul(f,D),i=Math.imul(f,z),i=i+Math.imul(d,D)|0,a=Math.imul(d,z);var me=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(me>>>26)|0,me&=67108863,n=Math.imul(p,D),i=Math.imul(p,z),i=i+Math.imul(v,D)|0,a=Math.imul(v,z),n=n+Math.imul(f,q)|0,i=i+Math.imul(f,W)|0,i=i+Math.imul(d,q)|0,a=a+Math.imul(d,W)|0;var be=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(be>>>26)|0,be&=67108863,n=Math.imul(b,D),i=Math.imul(b,z),i=i+Math.imul(g,D)|0,a=Math.imul(g,z),n=n+Math.imul(p,q)|0,i=i+Math.imul(p,W)|0,i=i+Math.imul(v,q)|0,a=a+Math.imul(v,W)|0,n=n+Math.imul(f,V)|0,i=i+Math.imul(f,G)|0,i=i+Math.imul(d,V)|0,a=a+Math.imul(d,G)|0;var ge=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(ge>>>26)|0,ge&=67108863,n=Math.imul(w,D),i=Math.imul(w,z),i=i+Math.imul(_,D)|0,a=Math.imul(_,z),n=n+Math.imul(b,q)|0,i=i+Math.imul(b,W)|0,i=i+Math.imul(g,q)|0,a=a+Math.imul(g,W)|0,n=n+Math.imul(p,V)|0,i=i+Math.imul(p,G)|0,i=i+Math.imul(v,V)|0,a=a+Math.imul(v,G)|0,n=n+Math.imul(f,J)|0,i=i+Math.imul(f,Y)|0,i=i+Math.imul(d,J)|0,a=a+Math.imul(d,Y)|0;var ye=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(ye>>>26)|0,ye&=67108863,n=Math.imul(x,D),i=Math.imul(x,z),i=i+Math.imul(S,D)|0,a=Math.imul(S,z),n=n+Math.imul(w,q)|0,i=i+Math.imul(w,W)|0,i=i+Math.imul(_,q)|0,a=a+Math.imul(_,W)|0,n=n+Math.imul(b,V)|0,i=i+Math.imul(b,G)|0,i=i+Math.imul(g,V)|0,a=a+Math.imul(g,G)|0,n=n+Math.imul(p,J)|0,i=i+Math.imul(p,Y)|0,i=i+Math.imul(v,J)|0,a=a+Math.imul(v,Y)|0,n=n+Math.imul(f,Q)|0,i=i+Math.imul(f,ee)|0,i=i+Math.imul(d,Q)|0,a=a+Math.imul(d,ee)|0;var we=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(we>>>26)|0,we&=67108863,n=Math.imul(E,D),i=Math.imul(E,z),i=i+Math.imul(C,D)|0,a=Math.imul(C,z),n=n+Math.imul(x,q)|0,i=i+Math.imul(x,W)|0,i=i+Math.imul(S,q)|0,a=a+Math.imul(S,W)|0,n=n+Math.imul(w,V)|0,i=i+Math.imul(w,G)|0,i=i+Math.imul(_,V)|0,a=a+Math.imul(_,G)|0,n=n+Math.imul(b,J)|0,i=i+Math.imul(b,Y)|0,i=i+Math.imul(g,J)|0,a=a+Math.imul(g,Y)|0,n=n+Math.imul(p,Q)|0,i=i+Math.imul(p,ee)|0,i=i+Math.imul(v,Q)|0,a=a+Math.imul(v,ee)|0,n=n+Math.imul(f,re)|0,i=i+Math.imul(f,ne)|0,i=i+Math.imul(d,re)|0,a=a+Math.imul(d,ne)|0;var _e=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(_e>>>26)|0,_e&=67108863,n=Math.imul(T,D),i=Math.imul(T,z),i=i+Math.imul(O,D)|0,a=Math.imul(O,z),n=n+Math.imul(E,q)|0,i=i+Math.imul(E,W)|0,i=i+Math.imul(C,q)|0,a=a+Math.imul(C,W)|0,n=n+Math.imul(x,V)|0,i=i+Math.imul(x,G)|0,i=i+Math.imul(S,V)|0,a=a+Math.imul(S,G)|0,n=n+Math.imul(w,J)|0,i=i+Math.imul(w,Y)|0,i=i+Math.imul(_,J)|0,a=a+Math.imul(_,Y)|0,n=n+Math.imul(b,Q)|0,i=i+Math.imul(b,ee)|0,i=i+Math.imul(g,Q)|0,a=a+Math.imul(g,ee)|0,n=n+Math.imul(p,re)|0,i=i+Math.imul(p,ne)|0,i=i+Math.imul(v,re)|0,a=a+Math.imul(v,ne)|0,n=n+Math.imul(f,ae)|0,i=i+Math.imul(f,oe)|0,i=i+Math.imul(d,ae)|0,a=a+Math.imul(d,oe)|0;var ke=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(ke>>>26)|0,ke&=67108863,n=Math.imul(j,D),i=Math.imul(j,z),i=i+Math.imul(B,D)|0,a=Math.imul(B,z),n=n+Math.imul(T,q)|0,i=i+Math.imul(T,W)|0,i=i+Math.imul(O,q)|0,a=a+Math.imul(O,W)|0,n=n+Math.imul(E,V)|0,i=i+Math.imul(E,G)|0,i=i+Math.imul(C,V)|0,a=a+Math.imul(C,G)|0,n=n+Math.imul(x,J)|0,i=i+Math.imul(x,Y)|0,i=i+Math.imul(S,J)|0,a=a+Math.imul(S,Y)|0,n=n+Math.imul(w,Q)|0,i=i+Math.imul(w,ee)|0,i=i+Math.imul(_,Q)|0,a=a+Math.imul(_,ee)|0,n=n+Math.imul(b,re)|0,i=i+Math.imul(b,ne)|0,i=i+Math.imul(g,re)|0,a=a+Math.imul(g,ne)|0,n=n+Math.imul(p,ae)|0,i=i+Math.imul(p,oe)|0,i=i+Math.imul(v,ae)|0,a=a+Math.imul(v,oe)|0,n=n+Math.imul(f,ue)|0,i=i+Math.imul(f,ce)|0,i=i+Math.imul(d,ue)|0,a=a+Math.imul(d,ce)|0;var xe=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(xe>>>26)|0,xe&=67108863,n=Math.imul(R,D),i=Math.imul(R,z),i=i+Math.imul($,D)|0,a=Math.imul($,z),n=n+Math.imul(j,q)|0,i=i+Math.imul(j,W)|0,i=i+Math.imul(B,q)|0,a=a+Math.imul(B,W)|0,n=n+Math.imul(T,V)|0,i=i+Math.imul(T,G)|0,i=i+Math.imul(O,V)|0,a=a+Math.imul(O,G)|0,n=n+Math.imul(E,J)|0,i=i+Math.imul(E,Y)|0,i=i+Math.imul(C,J)|0,a=a+Math.imul(C,Y)|0,n=n+Math.imul(x,Q)|0,i=i+Math.imul(x,ee)|0,i=i+Math.imul(S,Q)|0,a=a+Math.imul(S,ee)|0,n=n+Math.imul(w,re)|0,i=i+Math.imul(w,ne)|0,i=i+Math.imul(_,re)|0,a=a+Math.imul(_,ne)|0,n=n+Math.imul(b,ae)|0,i=i+Math.imul(b,oe)|0,i=i+Math.imul(g,ae)|0,a=a+Math.imul(g,oe)|0,n=n+Math.imul(p,ue)|0,i=i+Math.imul(p,ce)|0,i=i+Math.imul(v,ue)|0,a=a+Math.imul(v,ce)|0,n=n+Math.imul(f,fe)|0,i=i+Math.imul(f,de)|0,i=i+Math.imul(d,fe)|0,a=a+Math.imul(d,de)|0;var Se=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Se>>>26)|0,Se&=67108863,n=Math.imul(U,D),i=Math.imul(U,z),i=i+Math.imul(F,D)|0,a=Math.imul(F,z),n=n+Math.imul(R,q)|0,i=i+Math.imul(R,W)|0,i=i+Math.imul($,q)|0,a=a+Math.imul($,W)|0,n=n+Math.imul(j,V)|0,i=i+Math.imul(j,G)|0,i=i+Math.imul(B,V)|0,a=a+Math.imul(B,G)|0,n=n+Math.imul(T,J)|0,i=i+Math.imul(T,Y)|0,i=i+Math.imul(O,J)|0,a=a+Math.imul(O,Y)|0,n=n+Math.imul(E,Q)|0,i=i+Math.imul(E,ee)|0,i=i+Math.imul(C,Q)|0,a=a+Math.imul(C,ee)|0,n=n+Math.imul(x,re)|0,i=i+Math.imul(x,ne)|0,i=i+Math.imul(S,re)|0,a=a+Math.imul(S,ne)|0,n=n+Math.imul(w,ae)|0,i=i+Math.imul(w,oe)|0,i=i+Math.imul(_,ae)|0,a=a+Math.imul(_,oe)|0,n=n+Math.imul(b,ue)|0,i=i+Math.imul(b,ce)|0,i=i+Math.imul(g,ue)|0,a=a+Math.imul(g,ce)|0,n=n+Math.imul(p,fe)|0,i=i+Math.imul(p,de)|0,i=i+Math.imul(v,fe)|0,a=a+Math.imul(v,de)|0,n=n+Math.imul(f,pe)|0,i=i+Math.imul(f,ve)|0,i=i+Math.imul(d,pe)|0,a=a+Math.imul(d,ve)|0;var Ae=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,n=Math.imul(U,q),i=Math.imul(U,W),i=i+Math.imul(F,q)|0,a=Math.imul(F,W),n=n+Math.imul(R,V)|0,i=i+Math.imul(R,G)|0,i=i+Math.imul($,V)|0,a=a+Math.imul($,G)|0,n=n+Math.imul(j,J)|0,i=i+Math.imul(j,Y)|0,i=i+Math.imul(B,J)|0,a=a+Math.imul(B,Y)|0,n=n+Math.imul(T,Q)|0,i=i+Math.imul(T,ee)|0,i=i+Math.imul(O,Q)|0,a=a+Math.imul(O,ee)|0,n=n+Math.imul(E,re)|0,i=i+Math.imul(E,ne)|0,i=i+Math.imul(C,re)|0,a=a+Math.imul(C,ne)|0,n=n+Math.imul(x,ae)|0,i=i+Math.imul(x,oe)|0,i=i+Math.imul(S,ae)|0,a=a+Math.imul(S,oe)|0,n=n+Math.imul(w,ue)|0,i=i+Math.imul(w,ce)|0,i=i+Math.imul(_,ue)|0,a=a+Math.imul(_,ce)|0,n=n+Math.imul(b,fe)|0,i=i+Math.imul(b,de)|0,i=i+Math.imul(g,fe)|0,a=a+Math.imul(g,de)|0,n=n+Math.imul(p,pe)|0,i=i+Math.imul(p,ve)|0,i=i+Math.imul(v,pe)|0,a=a+Math.imul(v,ve)|0;var Ee=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,n=Math.imul(U,V),i=Math.imul(U,G),i=i+Math.imul(F,V)|0,a=Math.imul(F,G),n=n+Math.imul(R,J)|0,i=i+Math.imul(R,Y)|0,i=i+Math.imul($,J)|0,a=a+Math.imul($,Y)|0,n=n+Math.imul(j,Q)|0,i=i+Math.imul(j,ee)|0,i=i+Math.imul(B,Q)|0,a=a+Math.imul(B,ee)|0,n=n+Math.imul(T,re)|0,i=i+Math.imul(T,ne)|0,i=i+Math.imul(O,re)|0,a=a+Math.imul(O,ne)|0,n=n+Math.imul(E,ae)|0,i=i+Math.imul(E,oe)|0,i=i+Math.imul(C,ae)|0,a=a+Math.imul(C,oe)|0,n=n+Math.imul(x,ue)|0,i=i+Math.imul(x,ce)|0,i=i+Math.imul(S,ue)|0,a=a+Math.imul(S,ce)|0,n=n+Math.imul(w,fe)|0,i=i+Math.imul(w,de)|0,i=i+Math.imul(_,fe)|0,a=a+Math.imul(_,de)|0,n=n+Math.imul(b,pe)|0,i=i+Math.imul(b,ve)|0,i=i+Math.imul(g,pe)|0,a=a+Math.imul(g,ve)|0;var Ce=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Ce>>>26)|0,Ce&=67108863,n=Math.imul(U,J),i=Math.imul(U,Y),i=i+Math.imul(F,J)|0,a=Math.imul(F,Y),n=n+Math.imul(R,Q)|0,i=i+Math.imul(R,ee)|0,i=i+Math.imul($,Q)|0,a=a+Math.imul($,ee)|0,n=n+Math.imul(j,re)|0,i=i+Math.imul(j,ne)|0,i=i+Math.imul(B,re)|0,a=a+Math.imul(B,ne)|0,n=n+Math.imul(T,ae)|0,i=i+Math.imul(T,oe)|0,i=i+Math.imul(O,ae)|0,a=a+Math.imul(O,oe)|0,n=n+Math.imul(E,ue)|0,i=i+Math.imul(E,ce)|0,i=i+Math.imul(C,ue)|0,a=a+Math.imul(C,ce)|0,n=n+Math.imul(x,fe)|0,i=i+Math.imul(x,de)|0,i=i+Math.imul(S,fe)|0,a=a+Math.imul(S,de)|0,n=n+Math.imul(w,pe)|0,i=i+Math.imul(w,ve)|0,i=i+Math.imul(_,pe)|0,a=a+Math.imul(_,ve)|0;var Pe=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Pe>>>26)|0,Pe&=67108863,n=Math.imul(U,Q),i=Math.imul(U,ee),i=i+Math.imul(F,Q)|0,a=Math.imul(F,ee),n=n+Math.imul(R,re)|0,i=i+Math.imul(R,ne)|0,i=i+Math.imul($,re)|0,a=a+Math.imul($,ne)|0,n=n+Math.imul(j,ae)|0,i=i+Math.imul(j,oe)|0,i=i+Math.imul(B,ae)|0,a=a+Math.imul(B,oe)|0,n=n+Math.imul(T,ue)|0,i=i+Math.imul(T,ce)|0,i=i+Math.imul(O,ue)|0,a=a+Math.imul(O,ce)|0,n=n+Math.imul(E,fe)|0,i=i+Math.imul(E,de)|0,i=i+Math.imul(C,fe)|0,a=a+Math.imul(C,de)|0,n=n+Math.imul(x,pe)|0,i=i+Math.imul(x,ve)|0,i=i+Math.imul(S,pe)|0,a=a+Math.imul(S,ve)|0;var Te=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Te>>>26)|0,Te&=67108863,n=Math.imul(U,re),i=Math.imul(U,ne),i=i+Math.imul(F,re)|0,a=Math.imul(F,ne),n=n+Math.imul(R,ae)|0,i=i+Math.imul(R,oe)|0,i=i+Math.imul($,ae)|0,a=a+Math.imul($,oe)|0,n=n+Math.imul(j,ue)|0,i=i+Math.imul(j,ce)|0,i=i+Math.imul(B,ue)|0,a=a+Math.imul(B,ce)|0,n=n+Math.imul(T,fe)|0,i=i+Math.imul(T,de)|0,i=i+Math.imul(O,fe)|0,a=a+Math.imul(O,de)|0,n=n+Math.imul(E,pe)|0,i=i+Math.imul(E,ve)|0,i=i+Math.imul(C,pe)|0,a=a+Math.imul(C,ve)|0;var Oe=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Oe>>>26)|0,Oe&=67108863,n=Math.imul(U,ae),i=Math.imul(U,oe),i=i+Math.imul(F,ae)|0,a=Math.imul(F,oe),n=n+Math.imul(R,ue)|0,i=i+Math.imul(R,ce)|0,i=i+Math.imul($,ue)|0,a=a+Math.imul($,ce)|0,n=n+Math.imul(j,fe)|0,i=i+Math.imul(j,de)|0,i=i+Math.imul(B,fe)|0,a=a+Math.imul(B,de)|0,n=n+Math.imul(T,pe)|0,i=i+Math.imul(T,ve)|0,i=i+Math.imul(O,pe)|0,a=a+Math.imul(O,ve)|0;var Ie=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Ie>>>26)|0,Ie&=67108863,n=Math.imul(U,ue),i=Math.imul(U,ce),i=i+Math.imul(F,ue)|0,a=Math.imul(F,ce),n=n+Math.imul(R,fe)|0,i=i+Math.imul(R,de)|0,i=i+Math.imul($,fe)|0,a=a+Math.imul($,de)|0,n=n+Math.imul(j,pe)|0,i=i+Math.imul(j,ve)|0,i=i+Math.imul(B,pe)|0,a=a+Math.imul(B,ve)|0;var je=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(je>>>26)|0,je&=67108863,n=Math.imul(U,fe),i=Math.imul(U,de),i=i+Math.imul(F,fe)|0,a=Math.imul(F,de),n=n+Math.imul(R,pe)|0,i=i+Math.imul(R,ve)|0,i=i+Math.imul($,pe)|0,a=a+Math.imul($,ve)|0;var Be=(c+n|0)+((8191&i)<<13)|0;c=(a+(i>>>13)|0)+(Be>>>26)|0,Be&=67108863,n=Math.imul(U,pe),i=Math.imul(U,ve),i=i+Math.imul(F,pe)|0,a=Math.imul(F,ve);var Ne=(c+n|0)+((8191&i)<<13)|0;return c=(a+(i>>>13)|0)+(Ne>>>26)|0,Ne&=67108863,u[0]=me,u[1]=be,u[2]=ge,u[3]=ye,u[4]=we,u[5]=_e,u[6]=ke,u[7]=xe,u[8]=Se,u[9]=Ae,u[10]=Ee,u[11]=Ce,u[12]=Pe,u[13]=Te,u[14]=Oe,u[15]=Ie,u[16]=je,u[17]=Be,u[18]=Ne,0!==c&&(u[19]=c,r.length++),r};function g(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,a=0;a>>26)|0,i+=o>>>26,o&=67108863}r.words[a]=s,n=o,o=i}return 0!==n?r.words[a]=n:r.length--,r._strip()}function y(e,t,r){return g(e,t,r)}function w(e,t){this.x=e,this.y=t}Math.imul||(b=m),a.prototype.mulTo=function(e,t){var r,n=this.length+e.length;return r=10===this.length&&10===e.length?b(this,e,t):n<63?m(this,e,t):n<1024?g(this,e,t):y(this,e,t),r},w.prototype.makeRBT=function(e){for(var t=new Array(e),r=a.prototype._countBits(e)-1,n=0;n>=1;return n},w.prototype.permute=function(e,t,r,n,i,a){for(var o=0;o>>=1)i++;return 1<>>=13,r[2*o+1]=8191&a,a>>>=13;for(o=2*t;o>=26,r+=a/67108864|0,r+=o>>>26,this.words[i]=67108863&o}return 0!==r&&(this.words[i]=r,this.length++),t?this.ineg():this},a.prototype.muln=function(e){return this.clone().imuln(e)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(e){var t=v(e);if(0===t.length)return new a(1);for(var r=this,n=0;n=0);var t,r=e%26,i=(e-r)/26,a=67108863>>>26-r<<26-r;if(0!==r){var o=0;for(t=0;t>>26-r}o&&(this.words[t]=o,this.length++)}if(0!==i){for(t=this.length-1;t>=0;t--)this.words[t+i]=this.words[t];for(t=0;t=0),i=t?(t-t%26)/26:0;var a=e%26,o=Math.min((e-a)/26,this.length),s=67108863^67108863>>>a<o)for(this.length-=o,c=0;c=0&&(0!==l||c>=i);c--){var f=0|this.words[c];this.words[c]=l<<26-a|f>>>a,l=f&s}return u&&0!==l&&(u.words[u.length++]=l),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},a.prototype.shln=function(e){return this.clone().ishln(e)},a.prototype.ushln=function(e){return this.clone().iushln(e)},a.prototype.shrn=function(e){return this.clone().ishrn(e)},a.prototype.ushrn=function(e){return this.clone().iushrn(e)},a.prototype.testn=function(e){n("number"===typeof e&&e>=0);var t=e%26,r=(e-t)/26,i=1<=0);var t=e%26,r=(e-t)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==t&&r++,this.length=Math.min(r,this.length),0!==t){var i=67108863^67108863>>>t<=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},a.prototype.isubn=function(e){if(n("number"===typeof e),n(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t>26)-(u/67108864|0),this.words[i+r]=67108863&a}for(;i>26,this.words[i+r]=67108863&a;if(0===s)return this._strip();for(n(-1===s),s=0,i=0;i>26,this.words[i]=67108863&a;return this.negative=1,this._strip()},a.prototype._wordDiv=function(e,t){var r=this.length-e.length,n=this.clone(),i=e,o=0|i.words[i.length-1],s=this._countBits(o);r=26-s,0!==r&&(i=i.ushln(r),n.iushln(r),o=0|i.words[i.length-1]);var u,c=n.length-i.length;if("mod"!==t){u=new a(null),u.length=c+1,u.words=new Array(u.length);for(var l=0;l=0;d--){var h=67108864*(0|n.words[i.length+d])+(0|n.words[i.length+d-1]);h=Math.min(h/o|0,67108863),n._ishlnsubmul(i,h,d);while(0!==n.negative)h--,n.negative=0,n._ishlnsubmul(i,1,d),n.isZero()||(n.negative^=1);u&&(u.words[d]=h)}return u&&u._strip(),n._strip(),"div"!==t&&0!==r&&n.iushrn(r),{div:u||null,mod:n}},a.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===e.negative?(s=this.neg().divmod(e,t),"mod"!==t&&(i=s.div.neg()),"div"!==t&&(o=s.mod.neg(),r&&0!==o.negative&&o.iadd(e)),{div:i,mod:o}):0===this.negative&&0!==e.negative?(s=this.divmod(e.neg(),t),"mod"!==t&&(i=s.div.neg()),{div:i,mod:s.mod}):0!==(this.negative&e.negative)?(s=this.neg().divmod(e.neg(),t),"div"!==t&&(o=s.mod.neg(),r&&0!==o.negative&&o.isub(e)),{div:s.div,mod:o}):e.length>this.length||this.cmp(e)<0?{div:new a(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new a(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new a(this.modrn(e.words[0]))}:this._wordDiv(e,t);var i,o,s},a.prototype.div=function(e){return this.divmod(e,"div",!1).div},a.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},a.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},a.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var r=0!==t.div.negative?t.mod.isub(e):t.mod,n=e.ushrn(1),i=e.andln(1),a=r.cmp(n);return a<0||1===i&&0===a?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},a.prototype.modrn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=(1<<26)%e,i=0,a=this.length-1;a>=0;a--)i=(r*i+(0|this.words[a]))%e;return t?-i:i},a.prototype.modn=function(e){return this.modrn(e)},a.prototype.idivn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=0,i=this.length-1;i>=0;i--){var a=(0|this.words[i])+67108864*r;this.words[i]=a/e|0,r=a%e}return this._strip(),t?this.ineg():this},a.prototype.divn=function(e){return this.clone().idivn(e)},a.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();var i=new a(1),o=new a(0),s=new a(0),u=new a(1),c=0;while(t.isEven()&&r.isEven())t.iushrn(1),r.iushrn(1),++c;var l=r.clone(),f=t.clone();while(!t.isZero()){for(var d=0,h=1;0===(t.words[0]&h)&&d<26;++d,h<<=1);if(d>0){t.iushrn(d);while(d-- >0)(i.isOdd()||o.isOdd())&&(i.iadd(l),o.isub(f)),i.iushrn(1),o.iushrn(1)}for(var p=0,v=1;0===(r.words[0]&v)&&p<26;++p,v<<=1);if(p>0){r.iushrn(p);while(p-- >0)(s.isOdd()||u.isOdd())&&(s.iadd(l),u.isub(f)),s.iushrn(1),u.iushrn(1)}t.cmp(r)>=0?(t.isub(r),i.isub(s),o.isub(u)):(r.isub(t),s.isub(i),u.isub(o))}return{a:s,b:u,gcd:r.iushln(c)}},a.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();var i,o=new a(1),s=new a(0),u=r.clone();while(t.cmpn(1)>0&&r.cmpn(1)>0){for(var c=0,l=1;0===(t.words[0]&l)&&c<26;++c,l<<=1);if(c>0){t.iushrn(c);while(c-- >0)o.isOdd()&&o.iadd(u),o.iushrn(1)}for(var f=0,d=1;0===(r.words[0]&d)&&f<26;++f,d<<=1);if(f>0){r.iushrn(f);while(f-- >0)s.isOdd()&&s.iadd(u),s.iushrn(1)}t.cmp(r)>=0?(t.isub(r),o.isub(s)):(r.isub(t),s.isub(o))}return i=0===t.cmpn(1)?o:s,i.cmpn(0)<0&&i.iadd(e),i},a.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),r=e.clone();t.negative=0,r.negative=0;for(var n=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);do{while(t.isEven())t.iushrn(1);while(r.isEven())r.iushrn(1);var i=t.cmp(r);if(i<0){var a=t;t=r,r=a}else if(0===i||0===r.cmpn(1))break;t.isub(r)}while(1);return r.iushln(n)},a.prototype.invm=function(e){return this.egcd(e).a.umod(e)},a.prototype.isEven=function(){return 0===(1&this.words[0])},a.prototype.isOdd=function(){return 1===(1&this.words[0])},a.prototype.andln=function(e){return this.words[0]&e},a.prototype.bincn=function(e){n("number"===typeof e);var t=e%26,r=(e-t)/26,i=1<>>26,s&=67108863,this.words[o]=s}return 0!==a&&(this.words[o]=a,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(e){var t,r=e<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this._strip(),this.length>1)t=1;else{r&&(e=-e),n(e<=67108863,"Number is too big");var i=0|this.words[0];t=i===e?0:ie.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|e.words[r];if(n!==i){ni&&(t=1);break}}return t},a.prototype.gtn=function(e){return 1===this.cmpn(e)},a.prototype.gt=function(e){return 1===this.cmp(e)},a.prototype.gten=function(e){return this.cmpn(e)>=0},a.prototype.gte=function(e){return this.cmp(e)>=0},a.prototype.ltn=function(e){return-1===this.cmpn(e)},a.prototype.lt=function(e){return-1===this.cmp(e)},a.prototype.lten=function(e){return this.cmpn(e)<=0},a.prototype.lte=function(e){return this.cmp(e)<=0},a.prototype.eqn=function(e){return 0===this.cmpn(e)},a.prototype.eq=function(e){return 0===this.cmp(e)},a.red=function(e){return new C(e)},a.prototype.toRed=function(e){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},a.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(e){return this.red=e,this},a.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},a.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},a.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},a.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},a.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},a.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},a.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},a.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},a.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var _={k256:null,p224:null,p192:null,p25519:null};function k(e,t){this.name=e,this.p=new a(t,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function x(){k.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function S(){k.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function A(){k.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function E(){k.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function C(e){if("string"===typeof e){var t=a._prime(e);this.m=t.p,this.prime=t}else n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function P(e){C.call(this,e),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}k.prototype._tmp=function(){var e=new a(null);return e.words=new Array(Math.ceil(this.n/13)),e},k.prototype.ireduce=function(e){var t,r=e;do{this.split(r,this.tmp),r=this.imulK(r),r=r.iadd(this.tmp),t=r.bitLength()}while(t>this.n);var n=t0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},k.prototype.split=function(e,t){e.iushrn(this.n,0,t)},k.prototype.imulK=function(e){return e.imul(this.k)},i(x,k),x.prototype.split=function(e,t){for(var r=4194303,n=Math.min(e.length,9),i=0;i>>22,a=o}a>>>=22,e.words[i-10]=a,0===a&&e.length>10?e.length-=10:e.length-=9},x.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,r=0;r>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},a._prime=function(e){if(_[e])return _[e];var t;if("k256"===e)t=new x;else if("p224"===e)t=new S;else if("p192"===e)t=new A;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new E}return _[e]=t,t},C.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},C.prototype._verify2=function(e,t){n(0===(e.negative|t.negative),"red works only with positives"),n(e.red&&e.red===t.red,"red works only with red numbers")},C.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(c(e,e.umod(this.m)._forceRed(this)),e)},C.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},C.prototype.add=function(e,t){this._verify2(e,t);var r=e.add(t);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},C.prototype.iadd=function(e,t){this._verify2(e,t);var r=e.iadd(t);return r.cmp(this.m)>=0&&r.isub(this.m),r},C.prototype.sub=function(e,t){this._verify2(e,t);var r=e.sub(t);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},C.prototype.isub=function(e,t){this._verify2(e,t);var r=e.isub(t);return r.cmpn(0)<0&&r.iadd(this.m),r},C.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},C.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},C.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},C.prototype.isqr=function(e){return this.imul(e,e.clone())},C.prototype.sqr=function(e){return this.mul(e,e)},C.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2===1),3===t){var r=this.m.add(new a(1)).iushrn(2);return this.pow(e,r)}var i=this.m.subn(1),o=0;while(!i.isZero()&&0===i.andln(1))o++,i.iushrn(1);n(!i.isZero());var s=new a(1).toRed(this),u=s.redNeg(),c=this.m.subn(1).iushrn(1),l=this.m.bitLength();l=new a(2*l*l).toRed(this);while(0!==this.pow(l,c).cmp(u))l.redIAdd(u);var f=this.pow(l,i),d=this.pow(e,i.addn(1).iushrn(1)),h=this.pow(e,i),p=o;while(0!==h.cmp(s)){for(var v=h,m=0;0!==v.cmp(s);m++)v=v.redSqr();n(m=0;i--){for(var l=t.words[i],f=c-1;f>=0;f--){var d=l>>f&1;o!==n[0]&&(o=this.sqr(o)),0!==d||0!==s?(s<<=1,s|=d,u++,(u===r||0===i&&0===f)&&(o=this.mul(o,n[s]),u=0,s=0)):u=0}c=26}return o},C.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},C.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},a.mont=function(e){return new P(e)},i(P,C),P.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},P.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},P.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},P.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new a(0)._forceRed(this);var r=e.mul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},P.prototype.invm=function(e){var t=this.imod(e._invmp(this.m).mul(this.r2));return t._forceRed(this)}})(e,this)}).call(this,r("62e4")(e))},"39be":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.VoidSigner=t.Signer=void 0;var n=s(r("a34a")),i=r("d8c6"),a=r("fa24"),o=r("00b8");function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}function c(e,t){return c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},c(e,t)}function l(e){var t=h();return function(){var r,n=p(e);if(t){var i=p(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return f(this,r)}}function f(e,t){return!t||"object"!==typeof t&&"function"!==typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function h(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function v(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function m(e,t){for(var r=0;r=0)throw e;return y.throwError("cannot estimate gas; transaction may fail or may require manual gas limit",a.Logger.errors.UNPREDICTABLE_GAS_LIMIT,{error:e,tx:r})}))),null==r.chainId?r.chainId=this.getChainId():r.chainId=Promise.all([Promise.resolve(r.chainId),this.getChainId()]).then((function(t){return 0!==t[1]&&t[0]!==t[1]&&y.throwArgumentError("chainId address mismatch","transaction",e),t[0]})),t.next=23,(0,i.resolveProperties)(r);case 23:return t.abrupt("return",t.sent);case 24:case"end":return t.stop()}}),t,this)})))}},{key:"_checkProvider",value:function(e){this.provider||y.throwError("missing provider",a.Logger.errors.UNSUPPORTED_OPERATION,{operation:e||"_checkProvider"})}}],[{key:"isSigner",value:function(e){return!(!e||!e._isSigner)}}]),e}();t.Signer=k;var x=function(e){u(r,e);var t=l(r);function r(e,n){var a;return v(this,r),y.checkNew(this instanceof r?this.constructor:void 0,r),a=t.call(this),(0,i.defineReadOnly)(d(a),"address",e),(0,i.defineReadOnly)(d(a),"provider",n||null),a}return b(r,[{key:"getAddress",value:function(){return Promise.resolve(this.address)}},{key:"_fail",value:function(e,t){return Promise.resolve().then((function(){y.throwError(e,a.Logger.errors.UNSUPPORTED_OPERATION,{operation:t})}))}},{key:"signMessage",value:function(e){return this._fail("VoidSigner cannot sign messages","signMessage")}},{key:"signTransaction",value:function(e){return this._fail("VoidSigner cannot sign transactions","signTransaction")}},{key:"_signTypedData",value:function(e,t,r){return this._fail("VoidSigner cannot sign typed data","signTypedData")}},{key:"connect",value:function(e){return new r(this.address,e)}}]),r}(k);t.VoidSigner=x},"39f5":function(e,t,r){var n=r("8707").Buffer;function i(e){n.isBuffer(e)||(e=n.from(e));for(var t=e.length/4|0,r=new Array(t),i=0;i>>24]^l[p>>>16&255]^f[v>>>8&255]^d[255&m]^t[b++],o=c[p>>>24]^l[v>>>16&255]^f[m>>>8&255]^d[255&h]^t[b++],s=c[v>>>24]^l[m>>>16&255]^f[h>>>8&255]^d[255&p]^t[b++],u=c[m>>>24]^l[h>>>16&255]^f[p>>>8&255]^d[255&v]^t[b++],h=a,p=o,v=s,m=u;return a=(n[h>>>24]<<24|n[p>>>16&255]<<16|n[v>>>8&255]<<8|n[255&m])^t[b++],o=(n[p>>>24]<<24|n[v>>>16&255]<<16|n[m>>>8&255]<<8|n[255&h])^t[b++],s=(n[v>>>24]<<24|n[m>>>16&255]<<16|n[h>>>8&255]<<8|n[255&p])^t[b++],u=(n[m>>>24]<<24|n[h>>>16&255]<<16|n[p>>>8&255]<<8|n[255&v])^t[b++],a>>>=0,o>>>=0,s>>>=0,u>>>=0,[a,o,s,u]}var s=[0,1,2,4,8,16,32,64,128,27,54],u=function(){for(var e=new Array(256),t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;for(var r=[],n=[],i=[[],[],[],[]],a=[[],[],[],[]],o=0,s=0,u=0;u<256;++u){var c=s^s<<1^s<<2^s<<3^s<<4;c=c>>>8^255&c^99,r[o]=c,n[c]=o;var l=e[o],f=e[l],d=e[f],h=257*e[c]^16843008*c;i[0][o]=h<<24|h>>>8,i[1][o]=h<<16|h>>>16,i[2][o]=h<<8|h>>>24,i[3][o]=h,h=16843009*d^65537*f^257*l^16843008*o,a[0][c]=h<<24|h>>>8,a[1][c]=h<<16|h>>>16,a[2][c]=h<<8|h>>>24,a[3][c]=h,0===o?o=s=1:(o=l^e[e[e[d^l]]],s^=e[e[s]])}return{SBOX:r,INV_SBOX:n,SUB_MIX:i,INV_SUB_MIX:a}}();function c(e){this._key=i(e),this._reset()}c.blockSize=16,c.keySize=32,c.prototype.blockSize=c.blockSize,c.prototype.keySize=c.keySize,c.prototype._reset=function(){for(var e=this._key,t=e.length,r=t+6,n=4*(r+1),i=[],a=0;a>>24,o=u.SBOX[o>>>24]<<24|u.SBOX[o>>>16&255]<<16|u.SBOX[o>>>8&255]<<8|u.SBOX[255&o],o^=s[a/t|0]<<24):t>6&&a%t===4&&(o=u.SBOX[o>>>24]<<24|u.SBOX[o>>>16&255]<<16|u.SBOX[o>>>8&255]<<8|u.SBOX[255&o]),i[a]=i[a-t]^o}for(var c=[],l=0;l>>24]]^u.INV_SUB_MIX[1][u.SBOX[d>>>16&255]]^u.INV_SUB_MIX[2][u.SBOX[d>>>8&255]]^u.INV_SUB_MIX[3][u.SBOX[255&d]]}this._nRounds=r,this._keySchedule=i,this._invKeySchedule=c},c.prototype.encryptBlockRaw=function(e){return e=i(e),o(e,this._keySchedule,u.SUB_MIX,u.SBOX,this._nRounds)},c.prototype.encryptBlock=function(e){var t=this.encryptBlockRaw(e),r=n.allocUnsafe(16);return r.writeUInt32BE(t[0],0),r.writeUInt32BE(t[1],4),r.writeUInt32BE(t[2],8),r.writeUInt32BE(t[3],12),r},c.prototype.decryptBlock=function(e){e=i(e);var t=e[1];e[1]=e[3],e[3]=t;var r=o(e,this._invKeySchedule,u.INV_SUB_MIX,u.INV_SBOX,this._nRounds),a=n.allocUnsafe(16);return a.writeUInt32BE(r[0],0),a.writeUInt32BE(r[3],4),a.writeUInt32BE(r[2],8),a.writeUInt32BE(r[1],12),a},c.prototype.scrub=function(){a(this._keySchedule),a(this._invKeySchedule),a(this._key)},e.exports.AES=c},"39fd":function(e,t,r){"use strict";r.r(t);var n=r("6c2d"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"3a1a":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/,o=/^[0-9A-F]{1,4}$/i;function s(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if((0,n.default)(e),t=String(t),!t)return s(e,4)||s(e,6);if("4"===t){if(!a.test(e))return!1;var r=e.split(".").sort((function(e,t){return e-t}));return r[3]<=255}if("6"===t){var i=e.split(":"),u=!1,c=s(i[i.length-1],4),l=c?7:8;if(i.length>l)return!1;if("::"===e)return!0;"::"===e.substr(0,2)?(i.shift(),i.shift(),u=!0):"::"===e.substr(e.length-2)&&(i.pop(),i.pop(),u=!0);for(var f=0;f0&&f=1:i.length===l}return!1}e.exports=t.default,e.exports.default=t.default},"3a1d":function(e,t,r){"use strict";var n=r("d1bf"),i=r("671b");e.exports={errors:n,formatters:i}},"3a53":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991"),i=r("e991");function a(e){return e===i.OPS.OP_0||n.isCanonicalScriptSignature(e)}function o(e,t){var r=n.decompile(e);return!(r.length<2)&&(r[0]===i.OPS.OP_0&&(t?r.slice(1).every(a):r.slice(1).every(n.isCanonicalScriptSignature)))}t.check=o,o.toJSON=function(){return"multisig input"}},"3a7c":function(e,t,r){(function(e){function r(e){return Array.isArray?Array.isArray(e):"[object Array]"===m(e)}function n(e){return"boolean"===typeof e}function i(e){return null===e}function a(e){return null==e}function o(e){return"number"===typeof e}function s(e){return"string"===typeof e}function u(e){return"symbol"===typeof e}function c(e){return void 0===e}function l(e){return"[object RegExp]"===m(e)}function f(e){return"object"===typeof e&&null!==e}function d(e){return"[object Date]"===m(e)}function h(e){return"[object Error]"===m(e)||e instanceof Error}function p(e){return"function"===typeof e}function v(e){return null===e||"boolean"===typeof e||"number"===typeof e||"string"===typeof e||"symbol"===typeof e||"undefined"===typeof e}function m(e){return Object.prototype.toString.call(e)}t.isArray=r,t.isBoolean=n,t.isNull=i,t.isNullOrUndefined=a,t.isNumber=o,t.isString=s,t.isSymbol=u,t.isUndefined=c,t.isRegExp=l,t.isObject=f,t.isDate=d,t.isError=h,t.isFunction=p,t.isPrimitive=v,t.isBuffer=e.isBuffer}).call(this,r("b639").Buffer)},"3ac7":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",{staticClass:e._$s(0,"sc","main_con"),attrs:{_i:0}},[r("navigation",{staticClass:e._$s(1,"sc","head"),attrs:{showBack:!1,bgnum:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.Market)))]),r("view",{staticClass:e._$s(2,"sc","padb"),attrs:{_i:2}},[r("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[r("view",{staticClass:e._$s(4,"sc","title_item flex"),attrs:{_i:4}},[r("view",{staticClass:e._$s(5,"sc","text1 pairs"),attrs:{_i:5}},[e._v(e._$s(5,"t0-0",e._s(e.i18n.TrandingPairs)))]),r("view",{staticClass:e._$s(6,"sc","text1 price"),attrs:{_i:6}},[e._v(e._$s(6,"t0-0",e._s(e.i18n.PriceVol)))]),r("view",{staticClass:e._$s(7,"sc","text1 chang"),attrs:{_i:7}},[e._v(e._$s(7,"t0-0",e._s(e.i18n.Chang)))])]),r("view",{staticClass:e._$s(8,"sc","scroll"),attrs:{_i:8}},e._l(e._$s(9,"f",{forItems:e.recordInfo}),(function(t,n,i,a){return r("view",{key:e._$s(9,"f",{forIndex:i,key:"9-"+a}),staticClass:e._$s("9-"+a,"sc","item flex"),attrs:{_i:"9-"+a}},[r("view",{staticClass:e._$s("10-"+a,"sc","text2 pairs"),attrs:{_i:"10-"+a}},[r("strong",[e._v(e._$s("11-"+a,"t0-0",e._s(t.symbol)))]),r("span",{staticClass:e._$s("12-"+a,"sc","t1"),attrs:{_i:"12-"+a}})]),r("view",{staticClass:e._$s("13-"+a,"sc","text2 price"),attrs:{_i:"13-"+a}},[r("view",[r("strong",[e._v(e._$s("15-"+a,"t0-0",e._s(t.last)))])]),r("view",{staticClass:e._$s("16-"+a,"sc","t1"),attrs:{_i:"16-"+a}},[e._v(e._$s("16-"+a,"t0-0",e._s(t.priceCny)))])]),r("view",{staticClass:e._$s("17-"+a,"sc","btn "),class:e._$s("17-"+a,"c",t.rose>0?"red":"green"),attrs:{_i:"17-"+a}},[e._v(e._$s("17-"+a,"t0-0",e._s(t.rose>0?"+":""))+e._$s("17-"+a,"t0-1",e._s(t.rose)))])])})),0)])]),r("tab-bar",{attrs:{selectActive:3,_i:18}})],1)},a=[]},"3b2e":function(e,t){e.exports="/static/tongyonh/eyeno.png"},"3b5b":function(e,t,r){"use strict";r.r(t);var n=r("8eb0"),i=r("528b");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"a2ae0614",null,!1,n["a"],o);t["default"]=u.exports},"3b5f":function(e,t,r){var n=r("32f4"),i=r("399f"),a=r("9247"),o=function(e){return e.startsWith("int[")?"int256"+e.slice(3):"int"===e?"int256":e.startsWith("uint[")?"uint256"+e.slice(4):"uint"===e?"uint256":e.startsWith("fixed[")?"fixed128x128"+e.slice(5):"fixed"===e?"fixed128x128":e.startsWith("ufixed[")?"ufixed128x128"+e.slice(6):"ufixed"===e?"ufixed128x128":e},s=function(e){var t=/^\D+(\d+).*$/.exec(e);return t?parseInt(t[1],10):null},u=function(e){var t=/^\D+\d*\[(\d+)\]$/.exec(e);return t?parseInt(t[1],10):null},c=function(e){var t=typeof e;if("string"===t)return a.isHexStrict(e)?new i(e.replace(/0x/i,""),16):new i(e,10);if("number"===t)return new i(e);if(a.isBigNumber(e))return new i(e.toString(10));if(a.isBN(e))return e;throw new Error(e+" is not a number")},l=function(e,t,r){var n,u;if(e=o(e),"bytes"===e){if(t.replace(/^0x/i,"").length%2!==0)throw new Error("Invalid bytes characters "+t.length);return t}if("string"===e)return a.utf8ToHex(t);if("bool"===e)return t?"01":"00";if(e.startsWith("address")){if(n=r?64:40,!a.isAddress(t))throw new Error(t+" is not a valid address, or the checksum is invalid.");return a.leftPad(t.toLowerCase(),n)}if(n=s(e),e.startsWith("bytes")){if(!n)throw new Error("bytes[] not yet supported in solidity");if(r&&(n=32),n<1||n>32||n256)throw new Error("Invalid uint"+n+" size");if(u=c(t),u.bitLength()>n)throw new Error("Supplied uint exceeds width: "+n+" vs "+u.bitLength());if(u.lt(new i(0)))throw new Error("Supplied uint "+u.toString()+" is negative");return n?a.leftPad(u.toString("hex"),n/8*2):u}if(e.startsWith("int")){if(n%8||n<8||n>256)throw new Error("Invalid int"+n+" size");if(u=c(t),u.bitLength()>n)throw new Error("Supplied int exceeds width: "+n+" vs "+u.bitLength());return u.lt(new i(0))?u.toTwos(n).toString("hex"):n?a.leftPad(u.toString("hex"),n/8*2):u}throw new Error("Unsupported or invalid type: "+e)},f=function(e){if(n.isArray(e))throw new Error("Autodetection of array types is not supported.");var t,r,o,s="";if(n.isObject(e)&&(e.hasOwnProperty("v")||e.hasOwnProperty("t")||e.hasOwnProperty("value")||e.hasOwnProperty("type"))?(t=e.hasOwnProperty("t")?e.t:e.type,s=e.hasOwnProperty("v")?e.v:e.value):(t=a.toHex(e,!0),s=a.toHex(e),t.startsWith("int")||t.startsWith("uint")||(t="bytes")),!t.startsWith("int")&&!t.startsWith("uint")||"string"!==typeof s||/^(-)?0x/i.test(s)||(s=new i(s)),n.isArray(s)){if(o=u(t),o&&s.length!==o)throw new Error(t+" is not matching the given array "+JSON.stringify(s));o=s.length}return n.isArray(s)?(r=s.map((function(e){return l(t,e,o).toString("hex").replace("0x","")})),r.join("")):(r=l(t,s,o),r.toString("hex").replace("0x",""))},d=function(){var e=Array.prototype.slice.call(arguments),t=n.map(e,f);return a.sha3("0x"+t.join(""))},h=function(){return a.sha3Raw("0x"+n.map(Array.prototype.slice.call(arguments),f).join(""))},p=function(){var e=Array.prototype.slice.call(arguments),t=n.map(e,f);return"0x"+t.join("").toLowerCase()};e.exports={soliditySha3:d,soliditySha3Raw:h,encodePacked:p}},"3b9a":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"formatBytes32String",{enumerable:!0,get:function(){return n.formatBytes32String}}),Object.defineProperty(t,"parseBytes32String",{enumerable:!0,get:function(){return n.parseBytes32String}}),Object.defineProperty(t,"nameprep",{enumerable:!0,get:function(){return i.nameprep}}),Object.defineProperty(t,"_toEscapedUtf8String",{enumerable:!0,get:function(){return a._toEscapedUtf8String}}),Object.defineProperty(t,"toUtf8Bytes",{enumerable:!0,get:function(){return a.toUtf8Bytes}}),Object.defineProperty(t,"toUtf8CodePoints",{enumerable:!0,get:function(){return a.toUtf8CodePoints}}),Object.defineProperty(t,"toUtf8String",{enumerable:!0,get:function(){return a.toUtf8String}}),Object.defineProperty(t,"UnicodeNormalizationForm",{enumerable:!0,get:function(){return a.UnicodeNormalizationForm}}),Object.defineProperty(t,"Utf8ErrorFuncs",{enumerable:!0,get:function(){return a.Utf8ErrorFuncs}}),Object.defineProperty(t,"Utf8ErrorReason",{enumerable:!0,get:function(){return a.Utf8ErrorReason}});var n=r("e224"),i=r("6bc2"),a=r("63db")},"3bbe":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));i(r("f09b")),i(r("011f")),i(r("8651")),i(r("128f")),i(r("9493"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={data:function(){return{myIndex:-1,recordInfo:[],form:{pageNum:1,pageSize:10,auAdPositionType:"user_questions",terminalType:"user_client"},itemList:[{head:this.$t("index").t1,body:this.$t("index").b1,open:!0,disabled:!0},{head:this.$t("index").t2,body:this.$t("index").b2,open:!1},{head:this.$t("index").t3,body:this.$t("index").b3,open:!1},{head:this.$t("index").t4,body:this.$t("index").b4,open:!1},{head:this.$t("index").t5,open:!1,body:this.$t("index").b5},{head:this.$t("index").t6,open:!1,body:this.$t("index").b6},{head:this.$t("index").t7,open:!1,body:this.$t("index").b7}]}},computed:{i18n:function(){return this.$t("index")}},onLoad:function(){},methods:{noClass:function(){e("log",12121," at pages/menu/helpCenter/index.vue:115"),this.myIndex=-1,e("log",this.myIndex," at pages/menu/helpCenter/index.vue:117")},toClass:function(e){this.myIndex=e},getHomeSlideFunc:function(){var t=this;return o(n.default.mark((function r(){var i;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return r.next=2,t.$api.getAuAdList(t.form);case 2:i=r.sent,t.recordInfo=i.rows,e("log",i,777777777," at pages/menu/helpCenter/index.vue:125");case 5:case"end":return r.stop()}}),r)})))()}}};t.default=s}).call(this,r("0de9")["default"])},"3bd6":function(e,t){e.exports="/static/tongyonh/Frame300.png"},"3c09":function(e,t,r){"use strict";e.exports=function(e,t){return function(){for(var r=new Array(arguments.length),n=0;n16||d.m>d.n||d.n!==h.length-3)throw new TypeError("Output is invalid");if(!d.pubkeys.every((function(e){return u.isPoint(e)})))throw new TypeError("Output is invalid");if(void 0!==e.m&&e.m!==d.m)throw new TypeError("m mismatch");if(void 0!==e.n&&e.n!==d.n)throw new TypeError("n mismatch");if(e.pubkeys&&!l(e.pubkeys,d.pubkeys))throw new TypeError("Pubkeys mismatch")}if(e.pubkeys){if(void 0!==e.n&&e.n!==e.pubkeys.length)throw new TypeError("Pubkey count mismatch");if(d.n=e.pubkeys.length,d.nd.m)throw new TypeError("Too many signatures provided")}if(e.input){if(e.input[0]!==o.OP_0)throw new TypeError("Input is invalid");if(0===d.signatures.length||!d.signatures.every(r))throw new TypeError("Input has invalid signature(s)");if(e.signatures&&!l(e.signatures,d.signatures))throw new TypeError("Signature mismatch");if(void 0!==e.m&&e.m!==e.signatures.length)throw new TypeError("Signature count mismatch")}}return Object.assign(d,e)}t.p2ms=f},"3ca0":function(e,t,r){(function(t){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:"en-US";if((0,n.default)(e),t in i.alpha)return i.alpha[t].test(e);throw new Error("Invalid locale '".concat(t,"'"))}var s=Object.keys(i.alpha);t.locales=s},"3daf":function(e,t,r){"use strict";var n=r("f3a3"),i=r("399f"),a=r("3fb5"),o=r("ea53"),s=n.assert;function u(e){this.twisted=1!==(0|e.a),this.mOneA=this.twisted&&-1===(0|e.a),this.extended=this.mOneA,o.call(this,"edwards",e),this.a=new i(e.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new i(e.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new i(e.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),s(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1===(0|e.c)}function c(e,t,r,n,a){o.BasePoint.call(this,e,"projective"),null===t&&null===r&&null===n?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new i(t,16),this.y=new i(r,16),this.z=n?new i(n,16):this.curve.one,this.t=a&&new i(a,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}a(u,o),e.exports=u,u.prototype._mulA=function(e){return this.mOneA?e.redNeg():this.a.redMul(e)},u.prototype._mulC=function(e){return this.oneC?e:this.c.redMul(e)},u.prototype.jpoint=function(e,t,r,n){return this.point(e,t,r,n)},u.prototype.pointFromX=function(e,t){e=new i(e,16),e.red||(e=e.toRed(this.red));var r=e.redSqr(),n=this.c2.redSub(this.a.redMul(r)),a=this.one.redSub(this.c2.redMul(this.d).redMul(r)),o=n.redMul(a.redInvm()),s=o.redSqrt();if(0!==s.redSqr().redSub(o).cmp(this.zero))throw new Error("invalid point");var u=s.fromRed().isOdd();return(t&&!u||!t&&u)&&(s=s.redNeg()),this.point(e,s)},u.prototype.pointFromY=function(e,t){e=new i(e,16),e.red||(e=e.toRed(this.red));var r=e.redSqr(),n=r.redSub(this.c2),a=r.redMul(this.d).redMul(this.c2).redSub(this.a),o=n.redMul(a.redInvm());if(0===o.cmp(this.zero)){if(t)throw new Error("invalid point");return this.point(this.zero,e)}var s=o.redSqrt();if(0!==s.redSqr().redSub(o).cmp(this.zero))throw new Error("invalid point");return s.fromRed().isOdd()!==t&&(s=s.redNeg()),this.point(s,e)},u.prototype.validate=function(e){if(e.isInfinity())return!0;e.normalize();var t=e.x.redSqr(),r=e.y.redSqr(),n=t.redMul(this.a).redAdd(r),i=this.c2.redMul(this.one.redAdd(this.d.redMul(t).redMul(r)));return 0===n.cmp(i)},a(c,o.BasePoint),u.prototype.pointFromJSON=function(e){return c.fromJSON(this,e)},u.prototype.point=function(e,t,r,n){return new c(this,e,t,r,n)},c.fromJSON=function(e,t){return new c(e,t[0],t[1],t[2])},c.prototype.inspect=function(){return this.isInfinity()?"":""},c.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},c.prototype._extDbl=function(){var e=this.x.redSqr(),t=this.y.redSqr(),r=this.z.redSqr();r=r.redIAdd(r);var n=this.curve._mulA(e),i=this.x.redAdd(this.y).redSqr().redISub(e).redISub(t),a=n.redAdd(t),o=a.redSub(r),s=n.redSub(t),u=i.redMul(o),c=a.redMul(s),l=i.redMul(s),f=o.redMul(a);return this.curve.point(u,c,f,l)},c.prototype._projDbl=function(){var e,t,r,n=this.x.redAdd(this.y).redSqr(),i=this.x.redSqr(),a=this.y.redSqr();if(this.curve.twisted){var o=this.curve._mulA(i),s=o.redAdd(a);if(this.zOne)e=n.redSub(i).redSub(a).redMul(s.redSub(this.curve.two)),t=s.redMul(o.redSub(a)),r=s.redSqr().redSub(s).redSub(s);else{var u=this.z.redSqr(),c=s.redSub(u).redISub(u);e=n.redSub(i).redISub(a).redMul(c),t=s.redMul(o.redSub(a)),r=s.redMul(c)}}else{o=i.redAdd(a),u=this.curve._mulC(this.z).redSqr(),c=o.redSub(u).redSub(u);e=this.curve._mulC(n.redISub(o)).redMul(c),t=this.curve._mulC(o).redMul(i.redISub(a)),r=o.redMul(c)}return this.curve.point(e,t,r)},c.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},c.prototype._extAdd=function(e){var t=this.y.redSub(this.x).redMul(e.y.redSub(e.x)),r=this.y.redAdd(this.x).redMul(e.y.redAdd(e.x)),n=this.t.redMul(this.curve.dd).redMul(e.t),i=this.z.redMul(e.z.redAdd(e.z)),a=r.redSub(t),o=i.redSub(n),s=i.redAdd(n),u=r.redAdd(t),c=a.redMul(o),l=s.redMul(u),f=a.redMul(u),d=o.redMul(s);return this.curve.point(c,l,d,f)},c.prototype._projAdd=function(e){var t,r,n=this.z.redMul(e.z),i=n.redSqr(),a=this.x.redMul(e.x),o=this.y.redMul(e.y),s=this.curve.d.redMul(a).redMul(o),u=i.redSub(s),c=i.redAdd(s),l=this.x.redAdd(this.y).redMul(e.x.redAdd(e.y)).redISub(a).redISub(o),f=n.redMul(u).redMul(l);return this.curve.twisted?(t=n.redMul(c).redMul(o.redSub(this.curve._mulA(a))),r=u.redMul(c)):(t=n.redMul(c).redMul(o.redSub(a)),r=this.curve._mulC(u).redMul(c)),this.curve.point(f,t,r)},c.prototype.add=function(e){return this.isInfinity()?e:e.isInfinity()?this:this.curve.extended?this._extAdd(e):this._projAdd(e)},c.prototype.mul=function(e){return this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve._wnafMul(this,e)},c.prototype.mulAdd=function(e,t,r){return this.curve._wnafMulAdd(1,[this,t],[e,r],2,!1)},c.prototype.jmulAdd=function(e,t,r){return this.curve._wnafMulAdd(1,[this,t],[e,r],2,!0)},c.prototype.normalize=function(){if(this.zOne)return this;var e=this.z.redInvm();return this.x=this.x.redMul(e),this.y=this.y.redMul(e),this.t&&(this.t=this.t.redMul(e)),this.z=this.curve.one,this.zOne=!0,this},c.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},c.prototype.getX=function(){return this.normalize(),this.x.fromRed()},c.prototype.getY=function(){return this.normalize(),this.y.fromRed()},c.prototype.eq=function(e){return this===e||0===this.getX().cmp(e.getX())&&0===this.getY().cmp(e.getY())},c.prototype.eqXToP=function(e){var t=e.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(t))return!0;for(var r=e.clone(),n=this.curve.redN.redMul(this.z);;){if(r.iadd(this.curve.n),r.cmp(this.curve.p)>=0)return!1;if(t.redIAdd(n),0===this.x.cmp(t))return!0}},c.prototype.toP=c.prototype.normalize,c.prototype.mixedAdd=c.prototype.add},"3dbc":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="hash/5.5.0";t.version=n},"3dc2":function(e,t){e.exports="/static/tongyonh/Ellipse46.png"},"3e81":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.pbkdf2=a;var n=r("2abd"),i=r("92af");function a(e,t,r,a,o){var s;e=(0,n.arrayify)(e),t=(0,n.arrayify)(t);var u,c,l=1,f=new Uint8Array(a),d=new Uint8Array(t.length+4);d.set(t);for(var h=1;h<=l;h++){d[t.length]=h>>24&255,d[t.length+1]=h>>16&255,d[t.length+2]=h>>8&255,d[t.length+3]=255&h;var p=(0,n.arrayify)((0,i.computeHmac)(o,e,d));s||(s=p.length,c=new Uint8Array(s),l=Math.ceil(a/s),u=a-(l-1)*s),c.set(p);for(var v=1;v>>0,0),t.writeUInt32BE(e[1]>>>0,4),t.writeUInt32BE(e[2]>>>0,8),t.writeUInt32BE(e[3]>>>0,12),t}function s(e){this.h=e,this.state=n.alloc(16,0),this.cache=n.allocUnsafe(0)}s.prototype.ghash=function(e){var t=-1;while(++t0;e--)n[e]=n[e]>>>1|(1&n[e-1])<<31;n[0]=n[0]>>>1,r&&(n[0]=n[0]^225<<24)}this.state=o(i)},s.prototype.update=function(e){var t;this.cache=n.concat([this.cache,e]);while(this.cache.length>=16)t=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(t)},s.prototype.final=function(e,t){return this.cache.length&&this.ghash(n.concat([this.cache,i],16)),this.ghash(o([0,e,0,t])),this.state},e.exports=s},"3fb0":function(e,t,r){"use strict";var n;function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={index:(n={faq:"\u5e2e\u52a9\u4e2d\u5fc3",t1:"\u4ec0\u4e48\u662f\u533a\u5757\u94fe\uff1f",t2:"\u4ec0\u4e48\u662f\u53bb\u4e2d\u5fc3\u5316\u94b1\u5305\uff1f",t3:"\u4ec0\u4e48\u662f\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u548c\u5bc6\u7801\uff1f",t4:"\u4ec0\u4e48\u662f\u77ff\u5de5\u8d39\uff1f",t5:"\u6211\u5f80\u5408\u7ea6\u8f6c\u8d26\u4e86\u600e\u4e48\u529e\uff1f",t6:"\u4e0d\u540c\u516c\u94fe\u95f4\u4e0d\u80fd\u76f4\u63a5\u8f6c\u8d26",t7:"\u6211\u8f6c\u8d26\u5931\u8d25\u4e86\uff0c\u4e3a\u4ec0\u4e48\u4e0d\u7ed9\u6211\u9000\u5e01\uff1f",b1:"\u533a\u5757\u94fe\u662f\u4e00\u4e2a\u5171\u4eab\u6570\u636e\u5e93\uff0c\u5b58\u50a8\u4e8e\u5176\u4e2d\u7684\u6570\u636e\u6216\u4fe1\u606f\uff0c\u5177\u6709\u4e0d\u53ef\u4f2a\u9020\u3001\u5168\u7a0b\u7559\u75d5\u3001\u53ef\u4ee5\u8ffd\u6eaf\u3001\u516c\u5f00\u900f\u660e\u548c\u96c6\u4f53\u7ef4\u62a4\u7b49\u7279\u5f81\u3002\u53ef\u4ee5\u628a\u533a\u5757\u94fe\u7406\u89e3\u4e3a\u4e00\u4e2a\u5171\u4eab\u7684\u3001\u4e0d\u53ef\u66f4\u6539\u7684\u7535\u5b50\u8d26\u672c\uff0c\u80fd\u591f\u5728\u7f51\u7edc\u4e2d\u8bb0\u5f55\u4ea4\u6613\u548c\u8ddf\u8e2a\u8d44\u4ea7\u3002\u8fd9\u91cc\u7684\u8d44\u4ea7\u53ef\u4ee5\u662f\u6709\u5f62\u7684\uff08\u4f8b\u5982\u623f\u548c\u8f66\uff09\uff0c\u4e5f\u53ef\u4ee5\u662f\u65e0\u5f62\u7684\uff08\u4f8b\u5982\u77e5\u8bc6\u4ea7\u6743\u3001\u4e13\u5229\u548c\u54c1\u724c\uff09\u3002\u51e0\u4e4e\u4efb\u4f55\u6709\u4ef7\u503c\u7684\u4e1c\u897f\u90fd\u53ef\u4ee5\u5728\u533a\u5757\u94fe\u7f51\u7edc\u4e0a\u8fdb\u884c\u8ddf\u8e2a\u548c\u4ea4\u6613\uff0c\u4ece\u800c\u964d\u4f4e\u5404\u65b9\u9762\u7684\u98ce\u9669\u548c\u6210\u672c\u3002\n\u76ee\u524d\u533a\u5757\u94fe\u6280\u672f\u6700\u5927\u7684\u5e94\u7528\u662f\u6570\u5b57\u8d27\u5e01\uff0c\u56e0\u4e3a\u652f\u4ed8\u7684\u672c\u8d28\u662f\u201c\u5c06\u8d26\u6237A\u4e2d\u51cf\u5c11\u7684\u91d1\u989d\u589e\u52a0\u5230\u8d26\u6237B\u4e2d\u201d\u3002\u5982\u679c\u4eba\u4eec\u6709\u4e00\u672c\u516c\u5171\u8d26\u7c3f\uff0c\u8bb0\u5f55\u4e86\u6240\u6709\u7684\u8d26\u6237\u81f3\u4eca\u4e3a\u6b62\u7684\u6240\u6709\u4ea4\u6613\uff0c\u90a3\u4e48\u5bf9\u4e8e\u4efb\u4f55\u4e00\u4e2a\u8d26\u6237\uff0c\u4eba\u4eec\u90fd\u53ef\u4ee5\u8ba1\u7b97\u51fa\u5b83\u5f53\u524d\u62e5\u6709\u7684\u91d1\u989d\u6570\u91cf\u3002\u800c\u533a\u5757\u94fe\u6070\u6070\u662f\u7528\u4e8e\u5b9e\u73b0\u8fd9\u4e2a\u76ee\u7684\u7684\u516c\u5171\u8d26\u7c3f\uff0c\u5176\u4fdd\u5b58\u4e86\u5168\u90e8\u4ea4\u6613\u8bb0\u5f55\u3002\n\u533a\u5757\u94fe\u8d77\u6e90\u4e8e\u6bd4\u7279\u5e01\uff0c2008\u5e7411\u67081\u65e5\uff0c\u4e00\u4f4d\u81ea\u79f0\u4e2d\u672c\u806a(Satoshi Nakamoto)\u7684\u4eba\u53d1\u8868\u4e86\u300a\u6bd4\u7279\u5e01:\u4e00\u79cd\u70b9\u5bf9\u70b9\u7684\u7535\u5b50\u73b0\u91d1\u7cfb\u7edf\u300b\u4e00\u6587\uff0c\u9610\u8ff0\u4e86\u57fa\u4e8eP2P\u7f51\u7edc\u6280\u672f\u3001\u52a0\u5bc6\u6280\u672f\u3001\u65f6\u95f4\u6233\u6280\u672f\u3001\u533a\u5757\u94fe\u6280\u672f\u7b49\u7684\u7535\u5b50\u73b0\u91d1\u7cfb\u7edf\u7684\u6784\u67b6\u7406\u5ff5\uff0c\u8fd9\u6807\u5fd7\u7740\u6bd4\u7279\u5e01\u7684\u8bde\u751f\u3002\u4e24\u4e2a\u6708\u540e\u7406\u8bba\u6b65\u5165\u5b9e\u8df5\uff0c2009\u5e741\u67083\u65e5\u7b2c\u4e00\u4e2a\u5e8f\u53f7\u4e3a0\u7684\u521b\u4e16\u533a\u5757\u8bde\u751f\u3002\u51e0\u5929\u540e2009\u5e741\u67089\u65e5\u51fa\u73b0\u5e8f\u53f7\u4e3a1\u7684\u533a\u5757\uff0c\u5e76\u4e0e\u5e8f\u53f7\u4e3a0\u7684\u521b\u4e16\u533a\u5757\u76f8\u8fde\u63a5\u5f62\u6210\u4e86\u94fe\uff0c\u6807\u5fd7\u7740\u533a\u5757\u94fe\u7684\u8bde\u751f\u3002",b2:"\u76f8\u5bf9\u4e8e\u79c1\u94a5\u638c\u63e1\u5728\u7b2c\u4e09\u65b9\u670d\u52a1\u5546\u624b\u4e2d\u7684\u4e2d\u5fc3\u5316\u94b1\u5305\uff08\u4ea4\u6613\u6240\uff09\uff0c\u53bb\u4e2d\u5fc3\u5316\u94b1\u5305\u7684\u79c1\u94a5\u5219\u7531\u7528\u6237\u81ea\u5df1\u4fdd\u5b58\uff0c\u8d44\u4ea7\u5b58\u50a8\u5728\u533a\u5757\u94fe\u4e0a\uff0c\u7528\u6237\u662f\u771f\u6b63\u7684\u6570\u5b57\u8d27\u5e01\u7684\u6301\u6709\u8005\uff0c\u94b1\u5305\u53ea\u662f\u5e2e\u52a9\u7528\u6237\u7ba1\u7406\u94fe\u4e0a\u8d44\u4ea7\u548c\u8bfb\u53d6\u533a\u5757\u94fe\u6570\u636e\u7684\u4e00\u4e2a\u5de5\u5177\uff0c\u6240\u4ee5\u4e5f\u5c31\u65e0\u6cd5\u63a7\u5236\u3001\u7a83\u53d6\u3001\u8f6c\u79fb\u4f60\u7684\u8d44\u4ea7\u3002\n\u56e0\u6b64\u53bb\u4e2d\u5fc3\u5316\u7684\u94b1\u5305\u5f88\u96be\u88ab\u9ed1\u5ba2\u96c6\u4e2d\u653b\u51fb\uff0c\u7528\u6237\u4e5f\u4e0d\u5fc5\u62c5\u5fc3\u94b1\u5305\u670d\u52a1\u5546\u7684\u81ea\u6211\u7a83\u53d6\u6216\u8005\u8dd1\u8def\uff0c\u56e0\u4e3a\u53ea\u8981\u521b\u5efa\u94b1\u5305\u7684\u65f6\u5019\u81ea\u5df1\u628a\u79c1\u94a5\u4fdd\u7ba1\u597d\uff0c\u60a8\u7684\u8d44\u4ea7\u4f9d\u7136\u5728\u94fe\u4e0a\uff0c\u6362\u4e2a\u94b1\u5305\u4e00\u6837\u53ef\u4ee5\u663e\u793a\u51fa\u6765\u7684\u3002\n\u6ce8\u610f\uff1a\u53bb\u4e2d\u5fc3\u5316\u94b1\u5305\u4e00\u65e6\u4e22\u5931\u3001\u88ab\u76d7\uff0c\u5728\u6ca1\u6709\u5907\u4efd\u79c1\u94a5\u6216\u52a9\u8bb0\u8bcd\u7684\u60c5\u51b5\u4e0b\u662f\u65e0\u6cd5\u627e\u56de\u7684\uff0c\u56e0\u6b64\u4e00\u5b9a\u8981\u5b89\u5168\u3001\u6b63\u786e\u7684\u5907\u4efd\u60a8\u7684\u79c1\u94a5\u3002",b3:"\u79c1\u94a5 \u79c1\u94a5\u662f\u7531\u5b57\u6bcd\u548c\u6570\u5b57\u7ec4\u6210\u768464\u4f4d\u957f\u5ea6\u7684\u5341\u516d\u8fdb\u5236\u5b57\u7b26\u4e32\u3002\u521b\u5efa\u94b1\u5305\u540e\uff0c\u8f93\u5165\u5bc6\u7801\u5373\u53ef\u5bfc\u51fa\u79c1\u94a5\uff0c\u4e00\u4e2a\u8d26\u6237\u53ea\u6709\u4e00\u4e2a\u79c1\u94a5\u5e76\u4e14\u4e0d\u80fd\u4fee\u6539\u3002\u901a\u5e38\u4e00\u4e2a\u94b1\u5305\u4e2d\u79c1\u94a5\u548c\u516c\u94a5\u662f\u6210\u5bf9\u51fa\u73b0\u7684\uff0c\u6709\u4e86\u79c1\u94a5\uff0c\u53ef\u4ee5\u901a\u8fc7\u4e00\u5b9a\u7684\u7b97\u6cd5\u751f\u6210\u516c\u94a5\uff0c\u518d\u901a\u8fc7\u516c\u94a5\u7ecf\u8fc7\u4e00\u5b9a\u7684\u7b97\u6cd5\u751f\u6210\u5730\u5740\uff0c\u8fd9\u4e2a\u8fc7\u7a0b\u662f\u4e0d\u53ef\u9006\u7684\u3002\n\u5728\u4efb\u610f\u94b1\u5305\u4e0a\uff0c\u901a\u8fc7\u5bfc\u5165\u79c1\u94a5\u5e76\u8bbe\u7f6e\u4e00\u4e2a\u65b0\u7684\u5bc6\u7801\u5c31\u53ef\u4ee5\u628a\u4e4b\u524d\u7684A\u94b1\u5305\u7684\u8d44\u4ea7\u5bfc\u5165B\u94b1\u5305\u3002\u6bd4\u5982\u624b\u673a\u4e22\u5931\uff0c\u53ea\u9700\u5bfc\u5165\u79c1\u94a5\u5c31\u53ef\u4ee5\u6062\u590d\u8d44\u4ea7\u3002\n\u52a9\u8bb0\u8bcd \u52a9\u8bb0\u8bcd\u7684\u51fa\u73b0\u662f\u7531\u4e8e\u79c1\u94a5\u753164\u4f4d\u5b57\u7b26\u4e32\u7ec4\u6210\uff0c\u4e0d\u65b9\u4fbf\u8bb0\u5f55\u4e14\u5bb9\u6613\u6284\u9519\u3002\u4e3a\u4e86\u65b9\u4fbf\u7528\u6237\u8bb0\u5fc6\u548c\u8bb0\u5f55\uff0c\u7b80\u5316\u621012\u4e2a\u5355\u8bcd\u7ec4\u6210\u7684\u52a9\u8bb0\u8bcd\uff0c\u6bcf\u4e2a\u5355\u8bcd\u4e4b\u95f4\u6709\u4e00\u4e2a\u7a7a\u683c\uff0c\u52a9\u8bb0\u8bcd\u548c\u79c1\u94a5\u5177\u6709\u540c\u6837\u7684\u529f\u80fd\uff0c\u5373\u53ea\u8981\u8f93\u5165\u52a9\u8bb0\u8bcd\u5e76\u8bbe\u7f6e\u4e00\u4e2a\u65b0\u7684\u5bc6\u7801\uff0c\u5c31\u53ef\u4ee5\u5bfc\u5165\u94b1\u5305\u3002 \u548c\u79c1\u94a5\u4e00\u6837\uff0c\u4e00\u4e2a\u94b1\u5305\u53ea\u6709\u4e00\u5957\u52a9\u8bb0\u8bcd\u4e14\u4e0d\u80fd\u4fee\u6539\u3002\n\u94b1\u5305\u5bc6\u7801 \u5728BitCooo\u521b\u5efa\u94b1\u5305\u65f6\uff0c\u9700\u8981\u8bbe\u7f6e\u4e00\u4e2a\u5bc6\u7801\uff0c\u8981\u6c42\u4e0d\u5c11\u4e8e8\u4e2a\u5b57\u7b26\u3002 \u94b1\u5305\u5bc6\u7801\u4e3b\u8981\u7528\u4e8e\u7ba1\u7406\u94b1\u5305\uff0c\u4f8b\u5982\u8f6c\u8d26\u65f6\u9700\u8981\u8f93\u5165\u5bc6\u7801\uff1b\u7528\u79c1\u94a5/\u52a9\u8bb0\u8bcd\u5bfc\u5165\u94b1\u5305\u65f6\uff0c\u5fc5\u987b\u8f93\u5165\u94b1\u5305\u5bc6\u7801\u3002 \u5bc6\u7801\u53ef\u4ee5\u8fdb\u884c\u4fee\u6539\u6216\u91cd\u7f6e\u3002\u5982\u679c\u539f\u5bc6\u7801\u5fd8\u8bb0\uff0c\u53ef\u4ee5\u7528\u79c1\u94a5\u6216\u662f\u52a9\u8bb0\u8bcd\u5bfc\u5165\u94b1\u5305\uff0c\u540c\u65f6\u8bbe\u7f6e\u65b0\u7684\u5bc6\u7801\u3002\n\u53ef\u4ee5\u4ee5\u94f6\u884c\u8d26\u6237\u8fdb\u884c\u7c7b\u6bd4\u4ee5\u4fbf\u533a\u5206\uff1a \u79c1\u94a5=\u94f6\u884c\u5361\u53f7+\u94f6\u884c\u5361\u5bc6\u7801 \u52a9\u8bb0\u8bcd=\u94f6\u884c\u5361\u53f7+\u94f6\u884c\u5361\u5bc6\u7801 \u5bc6\u7801=\u94f6\u884c\u5361\u5bc6\u7801 ",b4:"\u77ff\u5de5\u8d39\uff08Gas Fee\uff09\u987e\u540d\u601d\u4e49\u5c31\u662f\u652f\u4ed8\u7ed9\u77ff\u5de5\u7684\u624b\u7eed\u8d39\uff0c\u5f53\u60a8\u5728\u533a\u5757\u94fe\u4e0a\u8fdb\u884c\u8f6c\u8d26\u65f6\uff0c\u77ff\u5de5\u9700\u8981\u628a\u60a8\u7684\u8f6c\u8d26\u4ea4\u6613\u6253\u5305\u5e76\u653e\u4e0a\u533a\u5757\u94fe\uff0c\u624d\u80fd\u4f7f\u4ea4\u6613\u5b8c\u6210\uff0c\u5728\u8fd9\u8fc7\u7a0b\u4e2d\u4f1a\u6d88\u8017\u533a\u5757\u94fe\u7684\u8fd0\u7b97\u8d44\u6e90\uff0c\u56e0\u6b64\u4ea7\u751f\u77ff\u5de5\u8d39\u7528\u3002\n\u624b\u7eed\u8d39\u662f\u7531Gas Price\uff08\u5355\u4ef7\uff09\u548c\u6d88\u8017\u7684 Gas Limit\uff08\u6570\u91cf\uff09\u6765\u786e\u5b9a\u7684\uff0c\u5176\u4e2d\u8ba1\u7b97\u516c\u5f0f\u5982\u4e0b\uff1a \u77ff\u5de5\u8d39 = Gas Limit * Gas Price\nGas Limit\u6570\u91cf\u4e3b\u8981\u53d7\u6839\u636e\u667a\u80fd\u5408\u7ea6\u7684\u5185\u5bb9\u64cd\u4f5c\u590d\u6742\u7a0b\u5ea6\u5f71\u54cd\u3002\u64cd\u4f5c\u8d8a\u591a\uff0cGas limit\u8d8a\u9ad8\u3002Gas Price\u662f\u7531\u53d1\u8d77\u65b9\u8bbe\u7f6e\u7684\uff0c\u53d1\u8d77\u65b9\u8bbe\u7f6e\u7684Gas Price\u7684\u4ef7\u683c\u8d8a\u9ad8\uff0c\u5176\u53d1\u8d77\u7684\u4ea4\u6613\u5c31\u80fd\u8d8a\u5feb\u88ab\u6253\u5305\u3002\n\u6ce8\uff1a ETH\u7684Gas\u8d39\u4e3aETH; BSC\u7684Gas\u8d39\u4e3aBNB; HECO\u7684Gas\u8d39\u4e3aHT; OKExChain\u7684Gas\u8d39\u4e3aOKT;\nGas\u7528\u4e0d\u5b8c\u662f\u53ef\u4ee5\u9000\u56de\u7684\u3002",b5:"\u667a\u80fd\u5408\u7ea6\u662f\u7531\u4e00\u4e2a\u5730\u5740\u548c\u8be5\u5730\u5740\u5bf9\u5e94\u5b58\u50a8\u7684\u4ee3\u7801\u6784\u6210\u7684\u3002\u4f8b\u5982\u5728\u4ee5\u592a\u574a\u4e0a\u53d1ERC20\u7684Token\uff0c\u672c\u8d28\u4e0a\u5c31\u662f\u521b\u5efa\u4e86\u4e00\u4e2aToken\u7684\u667a\u80fd\u5408\u7ea6\uff0c\u667a\u80fd\u5408\u7ea6\u7684\u4ee3\u7801\u51b3\u5b9a\u4e86\u8fd9\u4e2a\u5730\u5740\u91cc\u7684Token\u7684\u6240\u6709\u5185\u5bb9\u3002\n\u7531\u4e8e\u667a\u80fd\u5408\u7ea6\u6ca1\u6709\u79c1\u94a5\uff0c\u4e00\u65e6\u8f6c\u5165\u5408\u7ea6\u5730\u5740\uff0c\u5219\u6709\u53ef\u80fd\u518d\u4e5f\u65e0\u6cd5\u8f6c\u51fa\u3002\uff08\u6709\u4e9b\u5408\u7ea6\u9884\u7559\u4e86\u53ef\u4ee5\u8f6c\u8d70Token\u7684\u4ee3\u7801\uff0c\u4e5f\u6709\u574a\u95f4\u8ba4\u4e3a\u6b64\u4e3e\u4e3a\u533f\u540d\u9879\u76ee\u65b9\u6545\u610f\u7559\u4e0b\u7684\u201c\u540e\u95e8\u201d\uff0c\u5b58\u5728\u9690\u60a3\u3002\uff09\n\u6240\u4ee5\u5728\u8f6c\u8d26\u6216\u8005\u4ea4\u6613\u6240\u63d0Token\u65f6\u5343\u4e07\u4e0d\u8981\u76f4\u63a5\u8f6c\u5230\u8be5Token\u7684\u5408\u7ea6\u5730\u5740\u3002",b6:"\u968f\u7740\u516c\u94fe\u7684\u53d1\u5c55\uff0c\u4ea4\u6613\u6240\u4e5f\u5728\u63a8\u51fa\u5176\u81ea\u8eab\u7684\u516c\u94fe\uff0c\u6bd4\u5982\u5e01\u5b89\u63a8\u51fa\u7684\u5e01\u5b89\u667a\u80fd\u94fe\uff08BSC\uff09\uff0c\u706b\u5e01\u63a8\u51fa\u7684\u706b\u5e01\u751f\u6001\u94fe\uff08HECO\uff09\uff0cOKEx\u63a8\u51fa\u7684OKExChain\u7b49\u7b49\u3002\n\u7531\u4e8e\u8de8\u94fe\u7684\u9700\u6c42\u4e0d\u65ad\u589e\u52a0\uff0c\u56e0\u6b64\u4e0d\u540c\u516c\u94fe\u4e0a\u4f1a\u51fa\u73b0\u540c\u4e00\u79cd\u8d44\u4ea7\uff0c\u6bd4\u5982USDT\u5728ETH\u3001TRX\u3001BSC\u3001HECO\u7b49\u90fd\u53ef\u6d41\u901a\uff0c\u4f46\u662f\u4ed6\u4eec\u4e4b\u95f4\u5e76\u4e0d\u662f\u5b8c\u5168\u4e00\u81f4\uff0c\u4e5f\u4e0d\u53ef\u4ee5\u76f4\u63a5\u76f8\u4e92\u8f6c\u8d26\uff0c\u800c\u4e14ETH\u3001BSC\u3001HECO\u548cOKExChain\u4ed6\u4eec\u7684\u5730\u5740\u683c\u5f0f\u90fd\u662f\u4e00\u81f4\u7684\uff0c\u56e0\u6b64\u7ecf\u5e38\u5bfc\u81f4\u7528\u6237\u8f6c\u8d26\u6216\u63d0\u73b0\u51fa\u9519\u3002\n\u6ce8\u610f\uff1a 1.\u4e0d\u540c\u516c\u94fe\u4e4b\u95f4\u4e0d\u53ef\u4ee5\u76f4\u63a5\u76f8\u4e92\u8f6c\u8d26\uff0c\u6bd4\u5982\u4ee5\u592a\u574a\u4e0a\u7684USDT\u65e0\u6cd5\u76f4\u63a5\u8f6c\u8d26\u5230HECO\u4e0a\u3002 \n2.\u4ea4\u6613\u6240\u63d0\u5e01\uff0c\u8981\u6ce8\u610f\u9009\u62e9\u63d0\u5e01\u901a\u9053/\u516c\u94fe\u3002\u6bd4\u5982\u8981\u4ece\u5e01\u5b89\u63d0\u5e01\u5230\u5e01\u5b89\u667a\u80fd\u94fe\uff0c\u5c31\u5fc5\u987b\u9009\u62e9BEP20\u6216\u8005BSC\u901a\u9053\uff1b\u518d\u6bd4\u5982\u4ece\u706b\u5e01\u63d0\u5e01\u5230\u706b\u5e01\u751f\u6001\u94fe\uff0c\u5c31\u5fc5\u987b\u9009\u62e9HECO\u901a\u9053\uff0c\u5426\u5219\u65e0\u6cd5\u5230\u8d26\u3002\n\u5982\u679c\u63d0\u9519\u901a\u9053\u4e86\uff0c\u6216\u8005\u8f6c\u9519\u94fe\u4e86\u8981\u600e\u4e48\u5904\u7406\uff1f 1. \u5982\u679c\u76f4\u63a5\u8f6c\u8d26\u8f6c\u9519\u4e86\uff0c\u6bd4\u5982\u5728\u94b1\u5305\u76f4\u63a5\u4ece\u4ee5\u592a\u574a\u8f6cUSDT\u5230BSC\u94b1\u5305\uff0c\u8fd9\u79cd\u60c5\u51b5\u4e0bBSC\u94b1\u5305\u80af\u5b9a\u662f\u6536\u4e0d\u5230\u8d26\u7684\uff0c\u90a3\u4e48\u4f60\u53ea\u9700\u8981\u5c06BSC\u94b1\u5305\u5bf9\u5e94\u7684\u79c1\u94a5\u5bfc\u5165\u5230\u4ee5\u592a\u574a\u53bb\uff0c\u5c31\u53ef\u4ee5\u770b\u5230USDT\u51fa\u73b0\u4e86\u3002\uff08\u5982\u679c\u770b\u4e0d\u5230USDT\uff0c\u53ef\u4ee5\u624b\u52a8\u6dfb\u52a0\u4e00\u4e0b\u4ee3\u5e01\uff09 \n2. \u4ea4\u6613\u6240\u63d0\u5e01\u63d0\u9519\u901a\u9053\uff0c\u6bd4\u5982\u4f60\u8981\u63d0USDT\u5230HECO\uff0c\u4f46\u662f\u5fd8\u8bb0\u9009\u62e9\u901a\u9053\u6216\u8005\u9009\u9519\u4e86\u901a\u9053\u5230\u4e86\u4ee5\u592a\u574a\uff0c\u90a3\u4e48\u8fd9\u4e2a\u65f6\u5019\u4f60\u53ea\u9700\u8981\u5c06\u4f60\u7684HECO\u4e0a\u7684\u94b1\u5305\u5bf9\u5e94\u7684\u79c1\u94a5\uff0c\u5bfc\u5165\u5230\u4ee5\u592a\u574a\u53bb\uff0c\u5c31\u53ef\u4ee5\u770b\u5230USDT\u51fa\u73b0\u4e86\u3002\uff08\u5982\u679c\u770b\u4e0d\u5230USDT\uff0c\u53ef\u4ee5\u624b\u52a8\u6dfb\u52a0\u4e00\u4e0b\u4ee3\u5e01\uff09",b7:"\u4e00\u7b14\u8f6c\u8d26\u4ea4\u6613\u5728BitCooo\u4e0a\u663e\u793a\u8f6c\u8d26\u5931\u8d25\u7684\u65f6\u5019\uff0c\u901a\u5e38\u662f\u7531\u4ee5\u4e0b\u4e09\u79cd\u539f\u56e0\u9020\u6210\u7684\uff1a\n1.\nOut of gas\uff08Gas\u8d39\u4e0d\u8db3\uff09 \n2.\nBad instruction\uff08\u6307\u4ee4\u9519\u8bef\uff09\n3.\nReverted\uff08\u56de\u9000\uff09\n\u5982\u679c\u4e00\u7b14\u8f6c\u8d26\u663e\u793a\u5931\u8d25\u65f6\uff0cBitCooo\u5e76\u4e0d\u4f1a\u6263\u9664\u4f60\u7684\u8d44\u4ea7\uff0c\u53ea\u9700\u8fd4\u56de\u94b1\u5305\u3010\u8d44\u4ea7\u3011\u9875\u9762\u8fdb\u884c\u67e5\u770b\u5373\u53ef\u3002\n\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u8fd9\u7b14\u8f6c\u8d26\u4ea7\u751f\u7684\u77ff\u5de5\u8d39\u4e0d\u4f1a\u88ab\u9000\u56de\uff0c\u8fd9\u91cc\u5e76\u975eBitCooo\u201c\u72ec\u541e\u201c\u4f60\u7684\u77ff\u5de5\u8d39\uff0c\u800c\u662f\u7531\u4e8e\u8fd9\u7b14\u4ea4\u6613\u5df2\u7ecf\u88ab\u77ff\u5de5\u6253\u5305\u8fc7\u4e86\uff0c\u77ff\u5de5\u8d39\u5df2\u7ecf\u88ab\u77ff\u5de5\u6536\u53d6\u3002",Clicktoverify:"\u70b9\u51fb\u9a8c\u8bc1\u6307\u7eb9",Loginwith:"\u4f7f\u7528\u94b1\u5305\u5bc6\u7801\u767b\u5f55",Decentralised:"\u53bb\u4e2d\u5fc3\u5316\u94b1\u5305\uff0c\u81ea\u4e3b\u8d44\u4ea7",Localstorage:"\u79c1\u94a5\u672c\u5730\u5b58\u50a8\uff0c\u5b89\u5168\u6709\u4fdd\u969c",EasyDecentralised:"\u7b80\u5355\u6613\u7528\u591a\u94fe\u94b1\u5305",EasyLocalstorage:"\u8f7b\u677e\u7ba1\u7406\u591a\u4e2a\u94b1\u5305\uff0c\u60a8\u7684\u8d34\u5fc3\u52a9\u624b",NftDecentralised:"NFT\u6536\u85cf",NftLocalstorage:"\u65b9\u4fbf\u7ba1\u7406\u60a8\u7684 NFT \u6536\u85cf",Oneidentity:"\u8eab\u4efd\u7ba1\u7406",Logintowallet:"\u5bfc\u5165\u94b1\u5305",Restoreexisting:"\u6062\u590d\u73b0\u6709\u94b1\u5305",tela:"\u8bf7\u8f93\u5165\u4ee3\u5e01\u540d\u79f0\u6216\u5408\u7ea6\u5730\u5740",tokensfound:"\u672a\u627e\u5230\u76f8\u5173\u4ee3\u5e01",thetokenname:"\u8bf7\u8f93\u5165\u8981\u641c\u7d22\u7684\u4ee3\u5e01\u540d\u79f0\u6216\u5408\u7ea6\u5730\u5740",mainInfo:"\u4f9d\u636e\u76f8\u5173\u6cd5\u89c4\uff0c\u5f53\u524d\u65e0\u6cd5\u5bf9\u4f60\u6240\u5728\u5730\u63d0\u4f9b\u670d\u52a1\uff0c\u7ed9\u4f60\u5e26\u6765\u4e0d\u4fbf\uff0c\u975e\u5e38\u62b1\u6b49\u3002",selectWallet:"\u9009\u62e9\u94b1\u5305",walletname:"\u8bf7\u8f93\u5165\u94b1\u5305\u540d\u79f0",Namecannot:"\u8f93\u5165\u540d\u79f0\u4e0d\u80fd\u4e3a\u7a7a",Wallet:"\u94b1\u5305",NFT:"NFT",Market:"\u5e02\u573a",Discover:"\u53d1\u73b0",Profile:"\u6211\u7684",Confirm:"\u786e\u8ba4",Successful:"\u6210\u529f",Cancel:"\u53d6\u6d88",Setsuccessfully:"\u521b\u5efa\u6210\u529f",Creationfailed:"\u521b\u5efa\u5931\u8d25",correct:"\u6b63\u786e",langSelect:"\u9009\u62e9",fingerPass:"\u6307\u7eb9\u5bc6\u7801",lans:"\u8bed\u8a00\u8bbe\u7f6e",curr:"\u8d27\u5e01",nodes:"\u8282\u70b9\u8bbe\u7f6e",protit:"\u6211\u7684",apps:"\u5e94\u7528\u8bbe\u7f6e",magew:"\u7ba1\u7406\u94b1\u5305",addBook:"\u5730\u5740\u672c",Settings:"\u8bbe\u7f6e",helpcen:"\u5e2e\u52a9\u4e2d\u5fc3",aboutus:"\u5173\u4e8e\u6211\u4eec",Hardware:"\u786c\u4ef6",math:"\u914d\u5957\u786c\u4ef6"},i(n,"Wallet","\u94b1\u5305"),i(n,"assets","\u8d44\u4ea7"),i(n,"cwallet","\u9009\u62e9\u94b1\u5305"),i(n,"manage","\u7ba1\u7406"),i(n,"mwallet","\u7ba1\u7406\u94b1\u5305"),i(n,"addwallet","\u6dfb\u52a0"),i(n,"crewalllet","\u521b\u5efa\u94b1\u5305"),i(n,"mneimport","\u52a9\u8bb0\u8bcd\u5bfc\u5165"),i(n,"privakeyimport","\u79c1\u94a5\u5bfc\u5165"),i(n,"backupMneTit","\u5907\u4efd\u52a9\u8bb0\u8bcd"),i(n,"BackupTips","\u5907\u4efd\u63d0\u793a"),i(n,"Axioms","\u516c\u7406\u662f\u63a7\u5236\u8d44\u4ea7\u7684\u552f\u4e00\u9014\u5f84\u3002"),i(n,"retrieve","\u60a8\u65e0\u6cd5\u68c0\u7d22\u4e22\u5931\u7684\u52a9\u8bb0\u8bcd\uff0c\u56e0\u6b64\u8bf7\u52a1\u5fc5\u5bf9\u5176\u8fdb\u884c\u5907\u4efd\uff01"),i(n,"disclose","\u4e0d\u8981\u5411\u4efb\u4f55\u4eba\u900f\u9732\u4f60\u7684\u52a9\u8bb0\u8bcd\u3002"),i(n,"startBack","\u5f00\u59cb\u5907\u4efd"),i(n,"pcopy","\u8bf7\u6309\u6b63\u786e\u7684\u987a\u5e8f\u590d\u5236"),i(n,"pcopy2","\u52a9\u8bb0\u8bcd"),i(n,"booster","\u52a9\u8bb0\u8bcd\u5c06\u7528\u4e8e\u94b1\u5305\u8d44\u4ea7\u8ffd\u56de\uff0c\u8bf7\u6309\u6b63\u786e\u987a\u5e8f\u590d\u5236\u52a9\u8bb0\u8bcd\u5e76\u59a5\u5584\u4fdd\u7ba1\uff0c\u8bf7\u52ff\u6cc4\u9732\u7ed9\u4ed6\u4eba"),i(n,"copied","\u6211\u5df2\u7ecf\u590d\u5236\u4e86"),i(n,"conMne","\u786e\u8ba4\u4f60\u7684\u94b1\u5305\u52a9\u8bb0\u8bcd"),i(n,"boosterword","\u8bf7\u70b9\u51fb\u52a9\u8bb0\u8bcd\u6587\u5b57\uff0c\u4ee5\u786e\u4fdd\u60a8\u7684\u5907\u7528\u52a9\u8bb0\u8bcd\u6b63\u786e\u65e0\u8bef"),i(n,"backCom","\u5907\u4efd\u52a9\u8bb0\u8bcd\u5df2\u5b8c\u6210\uff01"),i(n,"seed","\u65e0\u6548\u52a9\u8bb0\u8bcd"),i(n,"wrongWord","\u4f60\u8f93\u5165\u4e86\u9519\u8bef\u7684\u5355\u8bcd\uff0c"),i(n,"wrongWord2","\u8bf7\u91cd\u8bd5\u3002"),i(n,"transPaw","\u4ea4\u6613\u5bc6\u7801"),i(n,"settransPaw","\u8bbe\u7f6e\u4ea4\u6613\u5bc6\u7801"),i(n,"transPawAgain","\u8bf7\u518d\u6b21\u8f93\u5165\u5bc6\u7801"),i(n,"Securetransaction","\u4fdd\u969c\u4ea4\u6613\u5bc6\u7801\uff0c"),i(n,"Securetransaction2","\u8bf7\u52ff\u6cc4\u9732"),i(n,"Passworddiscrepansies","\u4e24\u6b21\u5bc6\u7801\u8f93\u5165\u4e0d\u4e00\u81f4"),i(n,"Versionupdate","\u7248\u672c\u66f4\u65b0"),i(n,"Officialwebsite","\u5b98\u65b9\u7f51\u7ad9"),i(n,"TermsofService","\u670d\u52a1\u6761\u6b3e"),i(n,"PrivacyPolicy","\u9690\u79c1\u653f\u7b56"),i(n,"Etiamnisilorem1","Etiam nisi lorem\u7b80\u4f53"),i(n,"Etiamnisilorem2",""),i(n,"Etiamnisilorem3",""),i(n,"Address","\u5730\u5740"),i(n,"Manage","\u7ba1\u7406"),i(n,"Name","\u540d\u5b57"),i(n,"Setname","\u8bbe\u7f6e\u94b1\u5305\u540d\u79f0"),i(n,"Backupprivatekey","\u5907\u4efd\u79c1\u94a5"),i(n,"Newwalletname","\u65b0\u7684\u94b1\u5305\u540d\u79f0"),i(n,"keepyourmnemonics","\u8bf7\u4fdd\u7559\u4f60\u7684\u52a9\u8bb0\u8bcd\u3002\u4efb\u4f55\u83b7\u5f97\u4f60\u7684\u52a9\u8bb0\u8bcd\u7684\u4eba\u90fd\u53ef\u4ee5\u63a7\u5236\u4f60\u7684\u8d26\u6237\uff0c\u5305\u62ec\u8f6c\u79fb\u6240\u6709\u8d44\u91d1"),i(n,"Incorrectpassword","\u5bc6\u7801\u4e0d\u6b63\u786e"),i(n,"keepyourprivatekey","\u8bf7\u4fdd\u7559\u60a8\u7684\u79c1\u94a5\u3002\u4efb\u4f55\u83b7\u5f97\u60a8\u79c1\u94a5\u7684\u4eba\u90fd\u53ef\u4ee5\u63a7\u5236\u60a8\u7684\u5e10\u6237\uff0c\u5305\u62ec\u8f6c\u79fb\u6240\u6709\u8d44\u91d1"),i(n,"Showprivatekey","\u663e\u793a\u79c1\u94a5"),i(n,"Showprivatekeytext","\u6587\u672c"),i(n,"ShowQRCode","\u4e8c\u7ef4\u7801"),i(n,"ShowCopy","\u590d\u5236"),i(n,"ScantheQR","\u626b\u63cf\u4e8c\u7ef4\u7801\u81f3...."),i(n,"CopyprivatekeySuccessful","\u590d\u5236\u79c1\u94a5\u6210\u529f"),i(n,"Onemomentplease","\u8bf7\u7a0d\u7b49"),i(n,"TrandingPairs","\u5e01\u79cd"),i(n,"PriceVol","\u4ef7\u683c"),i(n,"Chang","24\u5c0f\u65f6\u6da8\u8dcc\u5e45"),i(n,"DAPPwebsite","\u641c\u7d22\u6216\u8fdb\u5165DAPP\u7f51\u7ad9"),i(n,"Beefy","Beefy finance(BSC)"),i(n,"revenue","\u57fa\u4e8e\u5e01\u5b89\u667a\u80fd\u94fe\u7684\u6536\u76ca\u805a\u5408\u5668"),i(n,"Bunicorn","Bunicorn"),i(n,"throughmobility","\u4e00\u4e2a\u6027\u80fd\u5353\u8d8a\u7684AMM DEX\uff0c\u901a\u8fc7\u6d41\u52a8\u6027.."),i(n,"ForTube","ForTube(BSC)"),i(n,"platform","\u5168\u7403\u9886\u5148\u7684DeFi\u501f\u8d37\u5e73\u53f0\uff08BSC\uff09"),i(n,"Popular","\u70ed\u95e8"),i(n,"Lending","\u501f\u51fa"),i(n,"Trade","\u8d38\u6613"),i(n,"Yield","\u4ea7\u91cf"),i(n,"Stake","\u80a1\u4efd"),i(n,"redirected","\u60a8\u5c06\u88ab\u91cd\u5b9a\u5411\u5230\u7b2c\u4e09\u65b9 dApp \u9875\u9762\uff0c\u60a8\u5bf9\u7b2c\u4e09\u65b9 dApp \u7684\u4f7f\u7528\u5c06\u53d7\u8be5\u7b2c\u4e09\u65b9 dApp \u662f\u7528\u6237\u534f\u8bae\u548c\u9690\u79c1\u653f\u7b56\u7684\u7ea6\u675f\uff0c\u7b2c\u4e09\u65b9 dApp \u76f4\u63a5\u4e14\u5168\u6743\u5bf9\u60a8\u8d1f\u8d23\u3002"),i(n,"Disclaimers","\u514d\u8d23\u58f0\u660e"),i(n,"NFTcollection","NFT\u6536\u85cf\u54c1"),i(n,"Contractaddress","\u5408\u7ea6\u5730\u5740"),i(n,"TokenID","\u4ee4\u724cID"),i(n,"entercontractaddress","\u8bf7\u8f93\u5165\u5408\u7ea6\u5730\u5740"),i(n,"entertokenID","\u8bf7\u8f93\u5165\u4ee4\u724cID"),i(n,"Contracts","\u5408\u7ea6"),i(n,"ID","ID"),i(n,"Collectiondetails","\u6536\u85cf\u54c1\u8be6\u60c5"),i(n,"Existingbalance","\u73b0\u6709\u4f59\u989d"),i(n,"Freezebalance","\u51bb\u7ed3\u4f59\u989d"),i(n,"All","\u6240\u6709"),i(n,"Send","\u53d1\u9001"),i(n,"Receive","\u63a5\u6536"),i(n,"Receivingaddress","\u63a5\u6536\u5730\u5740"),i(n,"ReceivingaddressError","\u63a5\u6536\u5730\u5740\u9519\u8bef"),i(n,"ScanQR","\u626b\u63cf\u4e8c\u7ef4\u7801\u4ee5\u8f6c\u79fb\u5230\u8d44\u4ea7"),i(n,"Copyaddress","\u590d\u5236\u5730\u5740"),i(n,"CopySuccessful","\u590d\u5236\u5730\u5740\u6210\u529f\uff01"),i(n,"Transfer","\u8f6c\u8d26"),i(n,"AddressBook","\u5730\u5740\u672c"),i(n,"Transferamount","\u8f6c\u8d26\u91d1\u989d"),i(n,"Balance","\u4f59\u989d"),i(n,"ALL","\u6240\u6709"),i(n,"Remark","\u5907\u6ce8"),i(n,"Transactionfee","\u77ff\u5de5\u8d39"),i(n,"Transferconfirmation","\u8f6c\u8d26\u786e\u8ba4"),i(n,"Amount","\u91d1\u989d"),i(n,"Sendaddress","\u53d1\u9001\u5730\u5740"),i(n,"Fingerprintpassword","\u6307\u7eb9\u5bc6\u7801"),i(n,"fingerprintsensor","\u89e6\u6478\u6307\u7eb9\u4f20\u611f\u5668"),i(n,"UsePassword","\u4f7f\u7528\u5bc6\u7801"),i(n,"Fingerprintrecognized","\u6307\u7eb9\u65e0\u6cd5\u8bc6\u522b\u3002"),i(n,"Tryagain","\u8bf7\u518d\u6b21\u5c1d\u8bd5"),i(n,"Fingerprintrecognized","\u6307\u7eb9\u8bc6\u522b\u6210\u529f\u3002"),i(n,"enterthetransferamount","\u8bf7\u8f93\u5165\u8f6c\u8d26\u91d1\u989d"),i(n,"enterthereceivingaddress","\u8bf7\u8f93\u5165\u63a5\u6536\u5730\u5740"),i(n,"lessthan","\u8f93\u5165\u7684\u91d1\u989d\u4e0d\u80fd\u5c0f\u4e8e0"),i(n,"runninglow","\u4f59\u989d\u4e0d\u8db3"),i(n,"fingerprintidentification","\u6b64\u8bbe\u5907\u4e0d\u652f\u6301\u6307\u7eb9\u8bc6\u522b"),i(n,"notequipped","\u6b64\u8bbe\u5907\u672a\u914d\u5907\u5bc6\u7801\u9501\u5b9a\u5c4f\u5e55\uff0c\u65e0\u6cd5\u4f7f\u7528\u6307\u7eb9\u8bc6\u522b"),i(n,"oninthesetting","\u6b64\u8bbe\u5907\u4e2d\u6ca1\u6709\u8f93\u5165\u6307\u7eb9\u3002\u8bf7\u5728\u8bbe\u7f6e\u4e2d\u6253\u5f00\u5b83"),i(n,"addressFormatError","\u5730\u5740\u683c\u5f0f\u9519\u8bef"),i(n,"AddToken","\u6dfb\u52a0\u4ee3\u5e01"),i(n,"Hotassets","\u70ed\u95e8\u8d44\u4ea7"),i(n,"Addedsuccessfully","\u6dfb\u52a0\u6210\u529f"),i(n,"Importviaprivatekey","\u901a\u8fc7\u79c1\u94a5\u5bfc\u5165"),i(n,"Privatekeyimportverification","\u79c1\u94a5\u5bfc\u5165\u9a8c\u8bc1"),i(n,"privatekeyanddo","\u8bf7\u8f93\u5165\u60a8\u7684\u79c1\u94a5\uff0c\u4e0d\u8981\u6cc4\u9732\u7ed9\u4ed6\u4eba\uff0c\u5916\u90e8\u5730\u5740\u65e0\u6cd5\u901a\u8fc7\u52a9\u8bb0\u8bcd\u6062\u590d\u3002 \u8bf7\u59a5\u5584\u4fdd\u7ba1"),i(n,"enteryourprivatekey","\u8bf7\u8f93\u5165\u60a8\u7684\u79c1\u94a5"),i(n,"beempty","\u4e0d\u80fd\u4e3a\u7a7a"),i(n,"beenimported","\u94b1\u5305\u5df2\u7ecf\u88ab\u5bfc\u5165"),i(n,"MnemonicsError","\u52a9\u8bb0\u8bcd\u9519\u8bef"),i(n,"Importmnemonics","\u5bfc\u5165\u52a9\u8bb0\u8bcd"),i(n,"Mnemonicsimportverification","\u52a9\u8bb0\u8bcd\u8f93\u5165\u9a8c\u8bc1"),i(n,"Language","\u8bed\u8a00"),i(n,"langfan","\u7e41\u9ad4\u4e2d\u6587"),i(n,"langjian","\u7b80\u4f53\u4e2d\u6587"),i(n,"eng","English"),i(n,"edit","\u4fee\u6539"),i(n,"Delete","\u5220\u9664"),i(n,"DELETE","\u5220\u9664"),i(n,"Addaddress","\u6dfb\u52a0\u5730\u5740"),i(n,"Save","\u4fdd\u5b58"),i(n,"selectcurrency","\u8bf7\u9009\u62e9\u5e01\u79cd"),i(n,"Pleaserecipientaddress","\u8bf7\u8f93\u5165\u5730\u5740"),i(n,"enterthename","\u8bf7\u8f93\u5165\u540d\u79f0"),i(n,"Addressorname","\u5730\u5740\u6216\u540d\u79f0\u4e0d\u80fd\u4e3a\u7a7a"),i(n,"loading","\u52a0\u8f7d\u4e2d"),i(n,"closevalidation","\u786e\u8ba4\u5173\u95ed\u9a8c\u8bc1\uff1f"),i(n,"Login","\u9a8c\u8bc1"),i(n,"Transactiondetails","\u4ea4\u6613\u8be6\u60c5"),i(n,"Confirmed","\u6210\u529f"),i(n,"Time","\u65f6\u95f4"),i(n,"TxFee","\u77ff\u5de5\u8d39"),i(n,"TransactionID","\u4ea4\u6613ID"),i(n,"others","\u5176\u4ed6"),i(n,"me","\u6211"),i(n,"moreinformation","\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u8f6c\u5230\u6d4f\u89c8\u5668"),i(n,"CopySuccessful","\u590d\u5236\u6210\u529f\uff01"),i(n,"Nocontent","\u65e0\u5185\u5bb9"),i(n,"Recognitioncancelled","\u5df2\u53d6\u6d88\u8bc6\u522b"),i(n,"Fingerprintidentificationfailed","\u6307\u7eb9\u8bc6\u522b\u5931\u8d25\uff0c\u8bf7\u91cd\u8bd5"),i(n,"Fingerprintmatchingfailed","\u6307\u7eb9\u5339\u914d\u5931\u8d25\uff0c\u8bf7\u91cd\u65b0\u8f93\u5165"),i(n,"Thenumberoffingerprint","\u6307\u7eb9\u8bc6\u522b\u5931\u8d25\u7684\u6b21\u6570\u8d85\u8fc7\u9650\u5236\u3002\u8bf7\u4f7f\u7528\u5176\u4ed6\u65b9\u6cd5\u8fdb\u884c\u8eab\u4efd\u9a8c\u8bc1"),i(n,"separatedbyspaces","\u8f93\u5165\u4ee5\u7a7a\u683c\u5206\u9694\u7684\u52a9\u8bb0\u5355\u8bcd"),i(n,"Notyetopen","\u6682\u672a\u5f00\u653e"),i(n,"Transfersucceeded","\u4ea4\u6613\u5df2\u5e7f\u64ad"),i(n,"Transferfailedconfirm","\u8f6c\u8d26\u5931\u8d25\uff0c\u8bf7\u786e\u8ba4\u4fe1\u606f\u662f\u5426\u6b63\u786e"),i(n,"yourcredit","\u4f59\u989d\u4e0d\u8db3"),i(n,"failedInitiate","\u53d1\u8d77\u5931\u8d25"),i(n,"offchain","\u8bf7\u8f93\u5165\u6ce8\u91ca\uff08\u94fe\u5916\uff09"),i(n,"TermsofServiceTxt","\u672c\u300a\u670d\u52a1\u534f\u8bae\u300b\uff08\u201c\u534f\u8bae\u201d\u6216\u201c\u670d\u52a1\u534f\u8bae\u201d\uff09\u5305\u542b\u7ba1\u7406\u60a8\u8bbf\u95ee\u548c\u4f7f\u7528\u6211\u4eec\u63d0\u4f9b\u7684\u7f51\u7ad9\u548c\u670d\u52a1\uff08\u5b9a\u4e49\u5982\u4e0b\uff09\u7684\u6761\u6b3e\u548c\u6761\u4ef6\uff0c\u5e76\u4e14\u662f\u6211\u4eec\u4e0e\u60a8\u6216\u60a8\u6240\u4ee3\u8868\u7684\u5b9e\u4f53\u4e4b\u95f4\u7684\u534f\u8bae\u3002\u5728\u4f7f\u7528\u672c\u7f51\u7ad9\u6216\u670d\u52a1\u4e4b\u524d\uff0c\u8bf7\u4ed4\u7ec6\u9605\u8bfb\u672c\u300a\u670d\u52a1\u534f\u8bae\u300b\u3002\u901a\u8fc7\u4f7f\u7528\u672c\u7f51\u7ad9\uff0c\u6216\u5355\u51fb\u6309\u94ae\u6216\u590d\u9009\u6846\u4ee5\u63a5\u6536\u6216\u540c\u610f\u672c\u300a\u670d\u52a1\u534f\u8bae\u300b\u7684\u670d\u52a1\u6761\u6b3e\uff08\u5982\u6709\u8be5\u9009\u9879\uff09\uff0c\u6216\u8005\u586b\u5199\u670d\u52a1\u8ba2\u5355\uff0c\u6216\u8005\uff0c\u5982\u679c\u66f4\u65e9\uff0c\u4f7f\u7528\u6216\u4ee5\u5176\u4ed6\u65b9\u5f0f\u8bbf\u95ee\u670d\u52a1\uff08\u201c\u751f\u6548\u65e5\u671f\u201d\uff09\uff0c\u60a8(1)\u63a5\u6536\u5e76\u540c\u610f\u672c\u300a\u670d\u52a1\u534f\u8bae\u300b\u4ee5\u53ca\u6211\u4eec\u4e0d\u65f6\u53d1\u5e03\u7684\u4efb\u4f55\u9644\u52a0\u6761\u6b3e\u3001\u89c4\u5219\u548c\u53c2\u4e0e\u6761\u4ef6\uff0c\u4ee5\u53ca(2)\u540c\u610f\u5982\u6211\u4eec\u7684\u300a\u9690\u79c1\u653f\u7b56\u300b\u4e2d\u6240\u8ff0\u7684\u6536\u96c6\u3001\u4f7f\u7528\u3001\u62ab\u9732\u548c\u5176\u4ed6\u5904\u7406\u4fe1\u606f\u7684\u6d3b\u52a8\u3002\u5982\u679c\u60a8\u4e0d\u540c\u610f\u672c\u300a\u670d\u52a1\u534f\u8bae\u300b\uff0c\u5219\u60a8\u4e0d\u5f97\u8bbf\u95ee\u6216\u4f7f\u7528\u670d\u52a1\u3002"),i(n,"updateTitle","\u7248\u672c\u5347\u7ea7\u63d0\u793a"),i(n,"updateMsg","\u53d1\u73b0\u65b0\u7248\u672c\uff0c\u662f\u5426\u66f4\u65b0\uff1f"),i(n,"AgreementConfirmation","\u6211\u5df2\u7ecf\u9605\u8bfb\u5e76\u4e14\u540c\u610f"),i(n,"curr2","\u8d27\u5e01\u5355\u4f4d"),i(n,"serviceTit","\u300aBitCooo\u670d\u52a1\u534f\u8bae\u300b"),i(n,"serviceTwo","\n
\u5c0a\u656c\u7684\u7528\u6237\uff1a
\u611f\u8c22\u60a8\u9009\u62e9BitCooo\u670d\u52a1\u3002\u300aBitCooo\u670d\u52a1\u534f\u8bae\u300b\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u672c\u534f\u8bae\u201d\uff09\u7531BitCooo\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u672c\u516c\u53f8\u201d\u6216\u201c\u6211\u4eec\u201d\uff09\u548c\u7528\u6237\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u60a8\u201d\u6216\u201c\u7528\u6237\u201d\uff09\u7b7e\u8ba2\uff0c\u672c\u534f\u8bae\u5728\u60a8\u4e0e\u672c\u516c\u53f8\u4e4b\u95f4\u5177\u6709\u5408\u540c\u4e0a\u7684\u6cd5\u5f8b\u6548\u529b\u3002

\u672c\u516c\u53f8\u5728\u6b64\u7279\u522b\u63d0\u9192\u60a8\u5728\u4f7f\u7528BitCooo\uff08\u4ee5\u4e0b\u7b80\u79f0\u201cBitCooo\u201d\u6216\u672c\u8f6f\u4ef6\uff0cBitCooo\u53ef\u5728\u5404\u79fb\u52a8\u5e94\u7528\u5e73\u53f0\u4e0a\u4e0b\u8f7d\uff0c\u5305\u62ec\u4f46\u4e0d\u4ec5\u9650\u4e8eGoogle Play\u548cApp Store\uff09\u4e4b\u524d\uff0c\u8bf7\u8ba4\u771f\u9605\u8bfb\u300aBitCooo\u670d\u52a1\u534f\u8bae\u300b\u53ca\u540e\u6587\u63d0\u5230\u7684\u76f8\u5173\u534f\u8bae\uff0c\u5c24\u5176\u662f\u672c\u534f\u8bae\u89c4\u5b9a\u7684\u201c\u514d\u8d23\u53ca\u8d23\u4efb\u9650\u5236\u201d\u7b49\u6761\u6b3e\u5c06\u4ee5\u52a0\u7c97\u7684\u5f62\u5f0f\u4f53\u73b0\uff0c\u786e\u4fdd\u60a8\u5145\u5206\u7406\u89e3\u672c\u534f\u8bae\u4e2d\u5404\u6761\u6b3e\uff0c\u5e76\u81ea\u4e3b\u8003\u8651\u98ce\u9669\u3002
\u4e00\u3001 \u5173\u4e8e\u672c\u534f\u8bae\u7684\u786e\u8ba4\u4e0e\u63a5\u7eb3
1) \u60a8\u7406\u89e3\u672c\u534f\u8bae\u53ca\u6709\u5173\u534f\u8bae\u9002\u7528\u4e8eBitCooo\u53caBitCooo\u4e0a\u672c\u516c\u53f8\u6240\u81ea\u4e3b\u5f00\u53d1\u548c\u62e5\u6709\u7684\u53bb\u4e2d\u5fc3\u5316\u5e94\u7528\uff08\u7b80\u79f0\u201cDApp\u201d\uff09\uff08\u6392\u9664\u7b2c\u4e09\u65b9\u5f00\u53d1\u7684DApp\uff09\u3002
2) \u60a8\u4e0b\u8f7dBitCooo\u8f6f\u4ef6\u5e76\u521b\u5efa\u6216\u5bfc\u5165\u94b1\u5305\uff0c\u5373\u89c6\u4e3a\u60a8\u5df2\u7ecf\u5145\u5206\u9605\u8bfb\u5e76\u63a5\u53d7\u672c\u534f\u8bae\u5168\u90e8\u6761\u6b3e\uff0c\u672c\u534f\u8bae\u7acb\u5373\u751f\u6548\uff0c\u5bf9\u53cc\u65b9\u5177\u6709\u7ea6\u675f\u529b\u3002
3) \u672c\u534f\u8bae\u53ef\u7531\u672c\u516c\u53f8\u968f\u65f6\u66f4\u65b0\uff0c\u7ecf\u4fee\u6539\u7684\u534f\u8bae\u4e00\u7ecf\u5728BitCooo\u4e0a\u516c\u5e03\uff0c\u7acb\u5373\u81ea\u52a8\u751f\u6548\uff0c\u6055\u4e0d\u518d\u53e6\u884c\u901a\u77e5\u3002\u5728\u672c\u516c\u53f8\u516c\u5e03\u4fee\u6539\u534f\u8bae\u6761\u6b3e\u540e\uff0c\u5982\u679c\u60a8\u4e0d\u63a5\u53d7\u4fee\u6539\u540e\u7684\u6761\u6b3e\uff0c\u8bf7\u7acb\u5373\u505c\u6b62\u4f7f\u7528BitCooo\uff0c\u60a8\u7ee7\u7eed\u4f7f\u7528BitCooo\u5c06\u88ab\u89c6\u4e3a\u63a5\u53d7\u4fee\u6539\u540e\u7684\u534f\u8bae\u3002
4) \u5982\u679c\u60a8\u672a\u6ee118\u5468\u5c81\uff0c\u6216\u8005\u662f\u65e0\u6c11\u4e8b\u884c\u4e3a\u80fd\u529b\u4eba\u6216\u9650\u5236\u6c11\u4e8b\u884c\u4e3a\u80fd\u529b\u4eba\uff0c\u8bf7\u5728\u7236\u6bcd\u6216\u76d1\u62a4\u4eba\u6307\u5bfc\u4e0b\u4f7f\u7528BitCooo\u3002
\u4e8c\u3001 \u5b9a\u4e49
1\uff09BitCooo\uff1a\u6307\u7531\u672c\u516c\u53f8\u57fa\u4e8e\u6bd4\u7279\u5e01\u3001\u4ee5\u592a\u574a\u3001TRON\u533a\u5757\u94fe\u7cfb\u7edf\uff08\u53ca\u5c06\u6765\u9646\u7eed\u652f\u6301\u7684\u5176\u4ed6\u533a\u5757\u94fe\u7cfb\u7edf\uff09\u5f00\u53d1\u7684\u533a\u5757\u94fe\u94b1\u5305\uff0c\u5305\u62ec\u5176\u4ed6\u4e3a\u65b9\u4fbf\u7528\u6237\u4f7f\u7528\u533a\u5757\u94fe\u7cfb\u7edf\u800c\u5f00\u53d1\u7684\u8f85\u52a9\u5de5\u5177\u3002
2\uff09\u7528\u6237\uff1a
\xa0\xa0\xa0\xa0 A. \u7528\u6237\u5fc5\u987b\u662f\u5177\u5907\u5b8c\u5168\u6c11\u4e8b\u884c\u4e3a\u80fd\u529b\u7684\u81ea\u7136\u4eba\uff1b
\xa0\xa0\xa0\xa0 B. \u82e5\u60a8\u4e3a18\u5468\u5c81\u4ee5\u4e0b\u7684\u672a\u6210\u5e74\u4eba\u4f7f\u7528BitCooo\u670d\u52a1\uff0c\u9700\u8981\u5728\u60a8\u7236\u6bcd\u6216\u76d1\u62a4\u4eba\u7684\u6307\u5bfc\u4e0b\u4f7f\u7528BitCooo\u3002\u65e0\u6c11\u4e8b\u884c\u4e3a\u80fd\u529b\u4eba\u4f7f\u7528BitCooo\u6216\u9650\u5236\u6c11\u4e8b\u884c\u4e3a\u80fd\u529b\u4eba\u8d85\u8fc7\u5176\u6c11\u4e8b\u6743\u5229\u6216\u884c\u4e3a\u80fd\u529b\u8303\u56f4\u4ece\u4e8b\u4ea4\u6613\u7684\uff0c\u9020\u6210\u7684\u4e00\u5207\u540e\u679c\uff0cBitCooo\u6709\u6743\u8981\u6c42\u60a8\u53ca\u60a8\u7684\u7236\u6bcd\u6216\u76d1\u62a4\u4eba\u8d1f\u8d23\u3002
3\uff09\u88ab\u6392\u51fa\u4eba\u58eb\uff1a
\xa0\xa0\xa0\xa0\xa0A.\u9664\u4e86\u81ea\u7136\u4eba\u4ee5\u5916\u7684\u3001\u5177\u5907\u8ba2\u7acb\u672c\u534f\u8bae\u7684\u6cd5\u5f8b\u548c\u610f\u8bc6\u80fd\u529b\u7684\u4eba\u58eb\uff1b\u6216
\xa0\xa0\xa0\xa0\xa0B.\u56e0\u672c\u534f\u8bae\u3001\u6cd5\u5f8b\u3001\u76d1\u7ba1\u8981\u6c42\u6216\u9002\u7528\u4e8e\u8be5\u7528\u6237\u7684\u53f8\u6cd5\u7ba1\u8f96\u533a\u7684\u89c4\u5b9a\u800c\u88ab\u4ee5\u4efb\u4f55\u5f62\u5f0f\u6216\u65b9\u5f0f\uff08\u5168\u90e8\u6216\u90e8\u5206\uff09\u7981\u6b62\u3001\u9650\u5236\u3001\u65e0\u6388\u6743\u6216\u65e0\u8d44\u683c\u4f7f\u7528\u670d\u52a1\uff08\u5982\u672c\u534f\u8bae\u6240\u5b9a\u4e49\uff09\u7684\u7528\u6237\u3002\u4e3a\u514d\u7591\u4e49\uff0c\u4e2d\u56fd\u7528\u6237\u4ea6\u6db5\u76d6\u5728\u201c\u88ab\u6392\u9664\u4eba\u58eb\u201d\u7684\u5b9a\u4e49\u5185\u3002
4\uff09\u4f7f\u7528\u76f8\u5173\uff1a
\xa0\xa0\xa0\xa0 A.\xa0\u521b\u5efa\u6216\u5bfc\u5165\u94b1\u5305\uff1a\u6307\u60a8\u4f7f\u7528BitCooo\uff0c\u786e\u8ba4\u5c65\u884c\u672c\u534f\u8bae\u5e76\u521b\u5efa\u6216\u5bfc\u5165\u94b1\u5305\u7684\u8fc7\u7a0b\u3002
\xa0\xa0\xa0\xa0 B.\xa0\u94b1\u5305\u5bc6\u7801\uff1a\u6307\u60a8\u5728\u521b\u5efaBitCooo\u94b1\u5305\u8fc7\u7a0b\u4e2d\uff0c\u8f6f\u4ef6\u64cd\u4f5c\u754c\u9762\u63d0\u793a\u60a8\u586b\u5199\u7684\u5bc6\u7801\uff0c\u8be5\u5bc6\u7801\u7528\u4e8e\u52a0\u5bc6\u4fdd\u62a4\u79c1\u94a5\u3002\u4f5c\u4e3a\u53bb\u4e2d\u5fc3\u5316\u7684\u5e94\u7528\uff0c\u94b1\u5305\u5bc6\u7801\u4e0d\u5b58\u50a8\u5728\u60a8\u7684\u8fd9\u53f0\u79fb\u52a8\u8bbe\u5907\u6216\u672c\u516c\u53f8\u7684\u670d\u52a1\u5668\uff0c\u4e00\u65e6\u4e22\u5931\u4f60\u9700\u8981\u501f\u52a9\u660e\u6587\u79c1\u94a5\u6216\u52a9\u8bb0\u8bcd\u91cd\u7f6e\u65b0\u5bc6\u7801\u3002
\u4fe1\u606f\u63d0\u793a\uff1aBitCooo\u8f6f\u4ef6\u64cd\u4f5c\u754c\u9762\u6d89\u53ca\u7684\u4fe1\u606f\u63d0\u793a\u5185\u5bb9\uff0c\u5efa\u8bae\u7528\u6237\u6309\u7167\u76f8\u5173\u6b65\u9aa4\u8fdb\u884c\u64cd\u4f5c\u3002
\xa0\xa0\xa0\xa0 C.\xa0\u7279\u5b9a\u7528\u6237\uff1a\u6307\u6309\u7167\u65b0\u52a0\u5761\u6cd5\u5f8b\u6cd5\u89c4\u53ca\u653f\u7b56\u89c4\u5b9a\u5fc5\u987b\u8981\u914d\u5408\u672c\u516c\u53f8\u5c65\u884c\u4e2a\u4eba\u4fe1\u606f\u62ab\u9732\u4e49\u52a1\u7684\u7528\u6237\u3002
\xa0\xa0\xa0\xa0 D.\xa0\u79c1\u94a5\uff1a\u7531256\u4f4d\u968f\u673a\u5b57\u7b26\u6784\u6210\uff0c\u662f\u7528\u6237\u62e5\u6709\u5e76\u4f7f\u7528\u6570\u5b57\u4ee3\u5e01\u7684\u6838\u5fc3\u3002
\xa0\xa0\xa0\xa0 E.\xa0\u516c\u94a5\uff1a\u7531\u79c1\u94a5\u501f\u52a9\u5bc6\u7801\u5b66\u539f\u7406\u5355\u5411\u63a8\u5bfc\u751f\u6210\uff0c\u5e76\u7528\u4ee5\u751f\u6210\u533a\u5757\u94fe\u6570\u5b57\u94b1\u5305\u5730\u5740\uff0c\u6570\u5b57\u94b1\u5305\u5730\u5740\u5373\u4e3a\u516c\u5f00\u6536\u6b3e\u5730\u5740\u3002
\xa0\xa0\xa0\xa0 F.\xa0\u52a9\u8bb0\u8bcd\uff1a\u7b26\u5408\u533a\u5757\u94feBIP39 \u884c\u4e1a\u6807\u51c6\uff0c\u7531\u968f\u673a\u7b97\u6cd5\u751f\u6210\u768412\uff08\u621615/18/21/24\uff09\u4e2a\u6709\u5e8f\u5355\u8bcd\u7ec4\u6210\u3002\u662f\u79c1\u94a5\u7684\u6613\u8bb0\u5f55\u8868\u73b0\u5f62\u5f0f\uff0c\u65b9\u4fbf\u7528\u6237\u5907\u4efd\u4fdd\u7ba1\u3002
\xa0\xa0\xa0\xa0 G.\xa0Keystore: \u662f\u79c1\u94a5\u6216\u52a9\u8bb0\u8bcd\u7ecf\u8fc7\u7528\u6237\u8bbe\u7f6e\u7684\u94b1\u5305\u5bc6\u7801\u52a0\u5bc6\u4fdd\u5b58\u7684\u6587\u4ef6\u5f62\u5f0f\uff0c\u5b83\u53ea\u5b58\u50a8\u5728\u60a8\u7684\u8fd9\u53f0\u79fb\u52a8\u8bbe\u5907\u4e2d\uff0c\u4e0d\u4f1a\u540c\u6b65\u81f3\u672c\u516c\u53f8\u670d\u52a1\u5668\u3002
\xa0\xa0\xa0\xa0 H.\xa0\u6570\u5b57\u4ee3\u5e01\uff1a\u6307BitCooo\u76ee\u524d\u652f\u6301\u7684\u6570\u5b57\u4ee3\u5e01\u79cd\u7c7b\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u4e8eETH\u3001EOS\u7b49\u3002
\xa0\xa0\xa0\xa0 I.\xa0\u8d44\u6599\uff1a\u6307BitCooo\u4e0a\u201c\u5feb\u8baf\u201d\u7b49\u5185\u5bb9\u8d44\u6599\uff0c\u8fd9\u4e9b\u8d44\u6599\u5747\u4e3a\u672c\u516c\u53f8\u6240\u6709\uff0c\u672a\u7ecf\u6388\u6743\u4e0d\u5f97\u8f6c\u8f7d\u3002
\xa0\xa0\xa0\xa0 J.\xa0\u4e2a\u4eba\u4fe1\u606f\uff1a\u6307\u4ee5\u7535\u5b50\u6216\u8005\u5176\u4ed6\u65b9\u5f0f\u8bb0\u5f55\u7684\u80fd\u591f\u5355\u72ec\u6216\u8005\u4e0e\u5176\u4ed6\u4fe1\u606f\u7ed3\u5408\u8bc6\u522b\u7528\u6237\u4e2a\u4eba\u8eab\u4efd\u7684\u5404\u79cd\u4fe1\u606f\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u81ea\u7136\u4eba\u7684\u59d3\u540d\u3001\u51fa\u751f\u65e5\u671f\u3001\u8eab\u4efd\u8bc1\u4ef6\u53f7\u7801\u3001\u4e2a\u4eba\u751f\u7269\u8bc6\u522b\u4fe1\u606f\u3001\u4f4f\u5740\u3001\u7535\u8bdd\u53f7\u7801\u3001\u94f6\u884c\u5361\u53f7\u3001\u90ae\u4ef6\u5730\u5740\u3001\u94b1\u5305\u5730\u5740\u3001\u79fb\u52a8\u8bbe\u5907\u4fe1\u606f\u3001\u64cd\u4f5c\u8bb0\u5f55\u3001\u4ea4\u6613\u8bb0\u5f55\u7b49\uff0c\u4f46\u4e0d\u5305\u62ec\u7528\u6237\u7684\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\uff0c\u5bf9\u4e8e\u56fd\u5bb6\u6cd5\u5f8b\u89c4\u5b9a\u7684\u975e\u6211\u516c\u53f8\u5fc5\u8981\u6536\u96c6\u4fe1\u606f\u7684\uff0c\u6211\u516c\u53f8\u5c06\u5728\u5f81\u5f97\u4e2a\u4eba\u540c\u610f\u540e\u65b9\u8fdb\u884c\u6536\u96c6\uff0c\u5e76\u4fdd\u8bc1\u4e25\u683c\u5bf9\u4e8e\u6536\u96c6\u5230\u7684\u4e2a\u4eba\u4fe1\u606f\u4e88\u4ee5\u4e25\u683c\u4fdd\u5bc6\uff0c\u672a\u7ecf\u4e2a\u4eba\u672c\u4eba\u540c\u610f\uff0c\u4e0d\u5f97\u5411\u5176\u4ed6\u7b2c\u4e09\u65b9\u6cc4\u9732\u3002
\xa0\xa0\xa0\xa0 K.\xa0\u4e2d\u56fd\uff1a\u6307\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\uff0c\u5305\u62ec\u9999\u6e2f\u7279\u522b\u884c\u653f\u533a\u3001\u6fb3\u95e8\u7279\u522b\u884c\u653f\u533a\u3001\u53f0\u6e7e\u5730\u533a\u3002
\xa0\xa0\xa0\xa0 L.\xa0\u7b2c\u4e09\u65b9\u670d\u52a1\uff1a\u6307\u7b2c\u4e09\u65b9DApp\u3001\u7b2c\u4e09\u65b9DeFi\u3001\u7b2c\u4e09\u65b9\u667a\u80fd\u5408\u7ea6\u3001\u7b2c\u4e09\u65b9\u5f00\u6e90\u534f\u8bae\u3001\u7b2c\u4e09\u65b9\u7f51\u9875\u3001\u7b2c\u4e09\u65b9\u786c\u4ef6\u94b1\u5305\u3001\u7b2c\u4e09\u65b9\u5728\u7ebf\u7f51\u9875\u94b1\u5305\u3001\u7b2c\u4e09\u65b9\u4ea4\u6613\u6240\u7b49\u7b2c\u4e09\u65b9\u63d0\u4f9b\u7684\u4ea7\u54c1\u548c\u670d\u52a1\u3002
\u4e09\u3001 \u670d\u52a1\u5185\u5bb9
1)\xa0\u521b\u5efa\u6216\u5bfc\u5165\u94b1\u5305\u3002\u5bf9BitCooo\u652f\u6301\u7684\u6570\u5b57\u4ee3\u5e01\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528BitCooo\u751f\u6210\u65b0\u94b1\u5305\u6216\u5bfc\u5165\u76f8\u5173\u533a\u5757\u94fe\u7cfb\u7edf\u7684\u5176\u5b83\u94b1\u5305\u5de5\u5177\u751f\u6210\u7684\u517c\u5bb9\u94b1\u5305\u3002
2)\xa0\u8f6c\u8d26\u3001\u6536\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528BitCooo\u7684\u8f6c\u8d26\u3001\u6536\u6b3e\u529f\u80fd\u8fdb\u884c\u6570\u5b57\u4ee3\u5e01\u7684\u7ba1\u7406\uff0c\u5373\u8fd0\u7528\u79c1\u94a5\u8fdb\u884c\u7535\u5b50\u7b7e\u540d\uff0c\u5bf9\u76f8\u5173\u533a\u5757\u94fe\u7684\u8d26\u672c\u8fdb\u884c\u4fee\u6539\u3002\u8f6c\u8d26\u662f\u6307\u4ed8\u6b3e\u65b9\u5229\u7528\u6536\u6b3e\u65b9\u7684\u533a\u5757\u94fe\u5730\u5740\u8fdb\u884c\u8f6c\u8d26\u64cd\u4f5c\uff0c\u5b9e\u9645\u7684\u8f6c\u8d26\u3001\u6536\u6b3e\u884c\u4e3a\u5747\u5728\u76f8\u5173\u533a\u5757\u94fe\u7cfb\u7edf\uff08\u800c\u975eBitCooo\uff09\u53d1\u751f\u3002
3)\xa0\u884c\u60c5\u67e5\u770b\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528BitCooo\u67e5\u770b\u6240\u63d0\u4f9b\u7684\u6570\u5b57\u4ee3\u5e01\u6c47\u7387\u4ef7\u683c\u3002BitCooo\u901a\u8fc7\u6293\u53d6\u76f8\u5e94\u7684\u6570\u5b57\u4ee3\u5e01\u6c47\u7387\u4fe1\u606f\u5e76\u5c55\u793a\u5728BitCooo\u4e2d\u7684\u201c\u5e02\u573a\u201d\u7248\u5757\u3002
4)\xa0\u7ba1\u7406\u6570\u5b57\u8d44\u4ea7\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528BitCooo\u6dfb\u52a0\u3001\u4fdd\u7ba1\u5e76\u79fb\u9664BitCooo\u6240\u652f\u6301\u7684\u6570\u5b57\u4ee3\u5e01\u3002
5)\xa0\u6d4f\u89c8DApp\u3002\u7528\u6237\u901a\u8fc7\u5728BitCooo\u4e0a\u7684\u94fe\u63a5\uff0c\u53ef\u4ee5\u8df3\u8f6c\u81f3DApp\u5e76\u4f7f\u7528\u8be5DApp\uff08\u5305\u62ec\u672c\u516c\u53f8\u81ea\u5df1\u7684DApp\u548c\u7b2c\u4e09\u65b9DApp\uff09\u63d0\u4f9b\u7684\u670d\u52a1\u3002
6)\xa0\u4ea4\u6613\u8bb0\u5f55\u3002\u6211\u4eec\u5c06\u901a\u8fc7\u533a\u5757\u94fe\u7cfb\u7edf\u62f7\u8d1d\u60a8\u5168\u90e8\u6216\u90e8\u5206\u7684\u4ea4\u6613\u8bb0\u5f55\u3002\u4f46\u4ea4\u6613\u8bb0\u5f55\u4ee5\u533a\u5757\u94fe\u7cfb\u7edf\u7684\u8bb0\u8f7d\u4e3a\u51c6\u3002
7)\xa0\u6682\u505c\u670d\u52a1\u3002\u60a8\u77e5\u6089\u57fa\u4e8e\u533a\u5757\u94fe\u7cfb\u7edf\u4ea4\u6613\u201c\u4e0d\u53ef\u64a4\u9500\u201d\u7684\u5c5e\u6027\uff0c\u6211\u4eec\u4e0d\u80fd\u4e3a\u60a8\u6682\u505c\u6216\u64a4\u9500\u8f6c\u8d26\u4ea4\u6613\u7b49\u64cd\u4f5c\uff0c\u4f46\u5728\u4e00\u5b9a\u60c5\u51b5\u4e0b\uff0c\u6211\u4eec\u53ef\u4ee5\u6682\u505c\u6216\u8005\u9650\u5236\u67d0\u4f4d\u7528\u6237\u5bf9BitCooo\u8f6f\u4ef6\u7684\u64cd\u4f5c\u3002
8)\xa0\u5176\u4ed6\u672c\u516c\u53f8\u8ba4\u4e3a\u6709\u5fc5\u8981\u63d0\u4f9b\u7684\u670d\u52a1\u3002
\u56db\u3001 \u7528\u6237\u63a5\u53d7\u672c\u516c\u53f8\u63d0\u4f9b\u7684\u4e0a\u8ff0\u670d\u52a1\u65f6\u5e94\u4e86\u89e3\u4ee5\u4e0b\u5e38\u89c1\u95ee\u9898
1) \u79c9\u627f\u7740\u533a\u5757\u94fe\u7684\u53bb\u4e2d\u5fc3\u5316\u7279\u70b9\uff0c\u5e76\u4e3a\u4e86\u4fdd\u62a4\u7528\u6237\u7684\u6570\u5b57\u4ee3\u5e01\u5b89\u5168\uff0c\u672c\u516c\u53f8\u63d0\u4f9b\u7684\u662f\u53bb\u4e2d\u5fc3\u5316\u670d\u52a1\uff0c\u5927\u5927\u533a\u522b\u4e8e\u94f6\u884c\u4e1a\u91d1\u878d\u673a\u6784\u3002\u7528\u6237\u4e86\u89e3\u672c\u516c\u53f8\uff08\u53bb\u4e2d\u5fc3\u5316\u65b9\u6848\uff09\u4e0d\u63d0\u4f9b\u4ee5\u4e0b\u670d\u52a1\uff1a
\xa0\xa0\xa0\xa0 A. \u5b58\u50a8\u7528\u6237\u7684\u94b1\u5305\u5bc6\u7801\uff08\u5373\u7528\u6237\u521b\u5efa/\u5bfc\u5165\u94b1\u5305\u65f6\u8bbe\u7f6e\u7684\u5bc6\u7801\uff09\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\uff1b
\xa0\xa0\xa0\xa0 B. \u627e\u56de\u7528\u6237\u7684\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\uff1b
\xa0\xa0\xa0\xa0 C. \u51bb\u7ed3\u94b1\u5305\uff1b
\xa0\xa0\xa0\xa0 D. \u6302\u5931\u94b1\u5305\uff1b
\xa0\xa0\xa0\xa0 E. \u6062\u590d\u94b1\u5305\uff1b
\xa0\xa0\xa0\xa0 F. \u4ea4\u6613\u56de\u6eda\u3002
2) \u7531\u4e8e\u672c\u516c\u53f8\u4e0d\u63d0\u4f9b\u4e0a\u8ff0\u670d\u52a1\uff0c\u56e0\u6b64\u7528\u6237\u5e94\u5f53\u81ea\u884c\u4fdd\u7ba1\u542b\u6709BitCooo\u7684\u79fb\u52a8\u8bbe\u5907\u3001\u5907\u4efdBitCooo\u3001\u5907\u4efd\u94b1\u5305\u5bc6\u7801\u3001\u52a9\u8bb0\u8bcd\u3001\u79c1\u94a5\u53caKeystore\u3002\u5982\u7528\u6237\u9057\u5931\u79fb\u52a8\u8bbe\u5907\u3001\u5220\u9664\u4e14\u672a\u5907\u4efdBitCooo\u3001\u5220\u9664\u4e14\u672a\u5907\u4efd\u94b1\u5305\u3001\u94b1\u5305\u88ab\u76d7\u6216\u9057\u5fd8\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\uff0c\u672c\u516c\u53f8\u5747\u65e0\u6cd5\u8fd8\u539f\u94b1\u5305\u6216\u627e\u56de\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\uff1b\u5982\u7528\u6237\u8fdb\u884c\u4ea4\u6613\u65f6\u8bef\u64cd\u4f5c\uff08\u4f8b\u5982\u8f93\u9519\u8f6c\u8d26\u5730\u5740\uff09\uff0c\u672c\u516c\u53f8\u4ea6\u65e0\u6cd5\u53d6\u6d88\u4ea4\u6613\u3002
3) \u672c\u516c\u53f8\u548cBitCooo\u6240\u80fd\u591f\u63d0\u4f9b\u7684\u6570\u5b57\u4ee3\u5e01\u7ba1\u7406\u670d\u52a1\u5e76\u672a\u5305\u62ec\u6240\u6709\u5df2\u5b58\u5728\u7684\u6570\u5b57\u4ee3\u5e01\uff0c\u8bf7\u52ff\u901a\u8fc7BitCooo\u64cd\u4f5c\u4efb\u4f55BitCooo\u4e0d\u652f\u6301\u7684\u6570\u5b57\u4ee3\u5e01\u3002
4) BitCooo\u4ec5\u662f\u7528\u6237\u7684\u6570\u5b57\u4ee3\u5e01\u7ba1\u7406\u5de5\u5177\uff0c\u5e76\u975e\u4ea4\u6613\u6240\u6216\u4ea4\u6613\u5e73\u53f0\u3002\u867d\u7136\u672c\u534f\u8bae\u5c06\u591a\u6b21\u63d0\u53ca\u201c\u4ea4\u6613\u201d\uff0c\u5176\u884c\u4e3a\u6cdb\u6307\u7528\u6237\u4f7f\u7528\u3002BitCooo\u8fdb\u884c\u7684\u8f6c\u8d26\u548c\u6536\u6b3e\u64cd\u4f5c\uff0c\u8fd9\u4e0e\u4ea4\u6613\u6240\u6216\u4ea4\u6613\u5e73\u53f0\u4e0a\u8fdb\u884c\u7684\u201c\u4ea4\u6613\u201d\u6709\u672c\u8d28\u533a\u522b\u3002
5) BitCooo\u4e0a\u96c6\u6210\u7684DApp\u5305\u62ec\u672c\u516c\u53f8\u81ea\u4e3b\u62e5\u6709\u7684DApp\u548c\u7b2c\u4e09\u65b9\u5e73\u53f0\u63d0\u4f9b\u7684DApp\u3002\u5bf9\u4e8e\u7b2c\u4e09\u65b9\u5e73\u53f0\u63d0\u4f9b\u7684DApp\uff0cBitCooo\u4ec5\u4e3a\u7528\u6237\u8fdb\u5165DApp\u63d0\u4f9b\u533a\u5757\u94fe\u6d4f\u89c8\u5668\u3002\u7528\u6237\u5728\u7b2c\u4e09\u65b9DApp\u4e0a\u63a5\u53d7\u670d\u52a1\u6216\u8fdb\u884c\u4ea4\u6613\u524d\u5e94\u81ea\u884c\u5224\u65ad\u548c\u8bc4\u4f30\u8be5\u7b2c\u4e09\u65b9DApp\u63d0\u4f9b\u7684\u670d\u52a1\u6216\u4ea4\u6613\u662f\u5426\u5b58\u5728\u98ce\u9669\u3002
\u4e94\u3001 \u60a8\u7684\u6743\u5229\u4e49\u52a1
1)\xa0\u521b\u5efa\u6216\u5bfc\u5165\u94b1\u5305
\xa0\xa0\xa0\xa0 A. \u521b\u5efa\u6216\u5bfc\u5165\u94b1\u5305\uff1a\u60a8\u6709\u6743\u5728\u60a8\u7684\u79fb\u52a8\u8bbe\u5907\u4e0a\u901a\u8fc7BitCooo\u521b\u5efa\u548c/\u6216\u5bfc\u5165\u94b1\u5305\uff0c\u6709\u6743\u8bbe\u5b9a\u94b1\u5305\u7684\u94b1\u5305\u5bc6\u7801\u7b49\u4fe1\u606f\uff0c\u5e76\u6709\u6743\u901a\u8fc7BitCooo\u5e94\u7528\u7a0b\u5e8f\uff0c\u4f7f\u7528\u81ea\u5df1\u7684\u94b1\u5305\u5728\u533a\u5757\u94fe\u4e0a\u8fdb\u884c\u8f6c\u8d26\u548c\u6536\u6b3e\u7b49\u4ea4\u6613\u3002
\xa0\xa0\xa0\xa0 B. \u8eab\u4efd\u9a8c\u8bc1\uff1a\u6309\u7167\u6709\u5173\u6cd5\u5f8b\u6cd5\u89c4\u548c\u653f\u7b56\u8981\u6c42\uff0c\u7279\u5b9a\u7528\u6237\u5728\u4f7f\u7528BitCooo\u63d0\u4f9b\u7684\u6709\u5173\u670d\u52a1\u65f6\uff0c\u5e94\u5f53\u6309\u7167BitCooo\u7684\u63d0\u793a\u53ca\u65f6\u5b8c\u6210\u76f8\u5173\u8eab\u4efd\u9a8c\u8bc1\uff0c\u8981\u6c42\u60a8\u63d0\u4ea4\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u60a8\u7684\u59d3\u540d\u3001\u8eab\u4efd\u8bc1\u53f7\u7801\u3001\u624b\u673a\u53f7\u7801\u3001\u94f6\u884c\u5361\u53f7\u4fe1\u606f\u7b49\u4e2a\u4eba\u4fe1\u606f\u3002\u5426\u5219\u8be5\u7279\u5b9a\u7528\u6237\u5c06\u65e0\u6cd5\u4f7f\u7528\u6709\u5173\u670d\u52a1\uff0c\u56e0\u7279\u5b9a\u7528\u6237\u62d6\u5ef6\u9020\u6210\u7684\u635f\u5931\u7531\u60a8\u81ea\u884c\u627f\u62c5\u3002
\xa0\xa0\xa0\xa0 C. \u672c\u516c\u53f8\u53ef\u80fd\u4e3a\u4e0d\u540c\u7684\u7ec8\u7aef\u8bbe\u5907\u5f00\u53d1\u4e0d\u540c\u7684\u8f6f\u4ef6\u7248\u672c\uff0c\u60a8\u5e94\u5f53\u6839\u636e\u5b9e\u9645\u9700\u8981\u9009\u62e9\u4e0b\u8f7d\u5408\u9002\u7684\u7248\u672c\u8fdb\u884c\u5b89\u88c5\u3002\u5982\u679c\u60a8\u4ece\u672a\u7ecf\u5408\u6cd5\u6388\u6743\u7684\u7b2c\u4e09\u65b9\u83b7\u53d6\u672c\u8f6f\u4ef6\u6216\u4e0e\u672c\u8f6f\u4ef6\u540d\u79f0\u76f8\u540c\u7684\u5b89\u88c5\u7a0b\u5e8f\uff0c\u672c\u516c\u53f8\u5c06\u65e0\u6cd5\u4fdd\u8bc1\u8be5\u8f6f\u4ef6\u80fd\u5426\u6b63\u5e38\u4f7f\u7528\uff0c\u4e5f\u65e0\u6cd5\u4fdd\u8bc1\u5176\u5b89\u5168\u6027\uff0c\u56e0\u6b64\u9020\u6210\u7684\u635f\u5931\u7531\u60a8\u81ea\u884c\u627f\u62c5\u3002
\xa0\xa0\xa0\xa0 D. \u672c\u8f6f\u4ef6\u65b0\u7248\u672c\u53d1\u5e03\u540e\uff0c\u65e7\u7248\u8f6f\u4ef6\u53ef\u80fd\u65e0\u6cd5\u4f7f\u7528\u3002\u672c\u516c\u53f8\u4e0d\u4fdd\u8bc1\u65e7\u7248\u8f6f\u4ef6\u7684\u5b89\u5168\u6027\u3001\u7ee7\u7eed\u53ef\u7528\u6027\u53ca\u63d0\u4f9b\u76f8\u5e94\u7684\u5ba2\u6237\u670d\u52a1\u3002\u8bf7\u60a8\u968f\u65f6\u6838\u5bf9\u5e76\u4e0b\u8f7d\u6700\u65b0\u7248\u672c\u3002
2)\xa0\u4f7f\u7528\uff1a
\xa0\xa0\xa0\xa0 A. \u7528\u6237\u5e94\u81ea\u884c\u59a5\u5584\u4fdd\u7ba1\u79fb\u52a8\u8bbe\u5907\u3001\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\u7b49\u4fe1\u606f\u3002\u672c\u516c\u53f8\u4e0d\u8d1f\u8d23\u4e3a\u7528\u6237\u4fdd\u7ba1\u4ee5\u4e0a\u4fe1\u606f\u3002\u56e0\u60a8\u9057\u5931\u79fb\u52a8\u8bbe\u5907\u3001\u4e3b\u52a8\u6216\u88ab\u52a8\u6cc4\u9732\u3001\u9057\u5fd8\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\u6216\u906d\u53d7\u4ed6\u4eba\u653b\u51fb\u3001\u8bc8\u9a97\u7b49\u6240\u5f15\u8d77\u7684\u4e00\u5207\u98ce\u9669\u3001\u8d23\u4efb\u3001\u635f\u5931\u3001\u8d39\u7528\u5e94\u7531\u60a8\u81ea\u884c\u627f\u62c5\u3002
\xa0\xa0\xa0\xa0 B. \u9075\u5faa\u4fe1\u606f\u63d0\u793a\u3002\u60a8\u4e86\u89e3\u5e76\u540c\u610f\u9075\u5faaBitCooo\u5bf9\u60a8\u505a\u51fa\u7684\u4fe1\u606f\u63d0\u793a\uff0c\u6309\u7167\u4fe1\u606f\u63d0\u793a\u7684\u5185\u5bb9\u8fdb\u884c\u64cd\u4f5c\uff0c\u5426\u5219\uff0c\u7531\u6b64\u5f15\u8d77\u7684\u4e00\u5207\u98ce\u9669\u3001\u8d23\u4efb\u3001\u635f\u5931\u3001\u8d39\u7528\u7b49\u5e94\u7531\u60a8\u81ea\u884c\u627f\u62c5\u3002
\xa0\xa0\xa0\xa0 C. \u60a8\u77e5\u6089\u5e76\u7406\u89e3BitCooo\u6ca1\u6709\u4e49\u52a1\u5bf9\u94fe\u63a5\u7684\u7b2c\u4e09\u65b9DApp\u670d\u52a1\u6216\u4ea4\u6613\u5c65\u884c\u5c3d\u804c\u8c03\u67e5\u4e49\u52a1\uff0c\u60a8\u5e94\u5f53\u7406\u6027\u505a\u51fa\u6295\u8d44\u51b3\u7b56\u5e76\u81ea\u4e3b\u627f\u62c5\u76f8\u5e94\u7684\u6295\u8d44\u98ce\u9669\u3002
\xa0\xa0\xa0\xa0 D. \u79ef\u6781\u5b8c\u6210\u8eab\u4efd\u9a8c\u8bc1\u3002\u5f53BitCooo\u5408\u7406\u8ba4\u4e3a\u60a8\u7684\u4ea4\u6613\u884c\u4e3a\u6216\u4ea4\u6613\u60c5\u51b5\u51fa\u73b0\u5f02\u5e38\u7684\uff0c\u6216\u8ba4\u4e3a\u60a8\u7684\u8eab\u4efd\u4fe1\u606f\u5b58\u5728\u7591\u70b9\u7684\uff0c\u6216BitCooo\u8ba4\u4e3a\u5e94\u6838\u5bf9\u60a8\u8eab\u4efd\u8bc1\u4ef6\u6216\u5176\u4ed6\u5fc5\u8981\u6587\u4ef6\u7684\u60c5\u5f62\u65f6\uff0c\u8bf7\u60a8\u79ef\u6781\u914d\u5408BitCooo\u6838\u5bf9\u60a8\u7684\u6709\u6548\u8eab\u4efd\u8bc1\u4ef6\u6216\u5176\u4ed6\u5fc5\u8981\u6587\u4ef6\uff0c\u53ca\u65f6\u5b8c\u6210\u76f8\u5173\u7684\u8eab\u4efd\u9a8c\u8bc1\u3002
\xa0\xa0\xa0\xa0 E. \u4f7f\u7528BitCooo\u624b\u673a\u53f7\u7801\u3001\u90ae\u7bb1\u6ce8\u518c\u65b9\u5f0f\uff08EOS\u4f53\u7cfb\u6709\u6548\u53bb\u4e2d\u5fc3\u89e3\u51b3\u65b9\u6848\uff09\uff0c\u60a8\u53ef\u4ee5\u9009\u62e9\u5bfc\u51fa\u79c1\u94a5\u529f\u80fd\u6765\u83b7\u5f97\u79c1\u94a5\u4ee5\u66f4\u597d\u7684\u7ba1\u7406\u60a8\u7684\u8d26\u6237\uff0c\u60a8\u4e5f\u77e5\u6089\u60a8\u53ef\u4ee5\u5c06\u9ed8\u8ba4\u6dfb\u52a0\u7684\u591a\u7b7eowner\u6743\u9650\u8fdb\u884c\u5220\u9664\uff0c\u5e76\u4e14\u4e86\u89e3\u5e76\u660e\u767d\u5220\u9664\u9ed8\u8ba4\u6dfb\u52a0\u7684\u591a\u7b7eowner\u6743\u9650\uff0c\u672c\u516c\u53f8\u5c06\u65e0\u6cd5\u5e2e\u52a9\u60a8\u8fdb\u884c\u79c1\u94a5\u6062\u590d\u3002
3)\xa0\u8f6c\u8d26\uff1a
\xa0\xa0\xa0\xa0 A. \u60a8\u77e5\u6089\u5bf9\u4e8eBitCooo\u670d\u52a1\u4e2d\u60a8\u53ef\u4f7f\u7528\u7684\u65e5\u8ba1\u8f6c\u8d26\u9650\u989d\u548c\u7b14\u6570\uff0c\u53ef\u80fd\u56e0\u4e3a\u60a8\u4f7f\u7528\u8be5\u8f6c\u8d26\u670d\u52a1\u65f6\u6240\u5904\u7684\u56fd\u5bb6/\u5730\u533a\u3001\u76d1\u7ba1\u8981\u6c42\u3001\u8f6c\u8d26\u76ee\u7684\u3001BitCooo\u98ce\u9669\u63a7\u5236\u3001\u8eab\u4efd\u9a8c\u8bc1\u7b49\u4e8b\u7531\u800c\u4e0d\u540c\u3002
\xa0\xa0\xa0\xa0 B. \u60a8\u7406\u89e3\u57fa\u4e8e\u533a\u5757\u94fe\u64cd\u4f5c\u7684\u201c\u4e0d\u53ef\u64a4\u9500\u201d\u5c5e\u6027\uff0c\u5f53\u60a8\u4f7f\u7528BitCooo\u8f6c\u8d26\u529f\u80fd\u65f6\uff0c\u60a8\u5e94\u5f53\u81ea\u884c\u627f\u62c5\u56e0\u60a8\u64cd\u4f5c\u5931\u8bef\u800c\u5bfc\u81f4\u7684\u540e\u679c\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u56e0\u60a8\u8f93\u9519\u8f6c\u8d26\u5730\u5740\u3001\u60a8\u81ea\u8eab\u9009\u62e9\u8f6c\u8d26\u8282\u70b9\u670d\u52a1\u5668\u7684\u95ee\u9898\uff09\u3002
\xa0\xa0\xa0\xa0 C. \u60a8\u77e5\u6089\u5728\u4f7f\u7528BitCooo\u670d\u52a1\u65f6\uff0c\u4ee5\u4e0b\u60c5\u51b5\u7684\u51fa\u73b0\u53ef\u80fd\u5bfc\u81f4\u8f6c\u8d26\u201c\u4ea4\u6613\u5931\u8d25\u201d\u6216\u201c\u6253\u5305\u8d85\u65f6\u201d\uff1a
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 a) \u94b1\u5305\u4f59\u989d\u4e0d\u8db3\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 b) \u4ea4\u6613\u77ff\u5de5\u8d39\u4e0d\u8db3\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 c) \u533a\u5757\u94fe\u6267\u884c\u5408\u7ea6\u4ee3\u7801\u5931\u8d25\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 d) \u8d85\u51fa\u76d1\u7ba1\u90e8\u95e8\u3001BitCooo\u6216\u6cd5\u5f8b\u6cd5\u89c4\u89c4\u5b9a\u7684\u4ed8\u6b3e\u989d\u5ea6\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 e) \u7f51\u7edc\u3001\u8bbe\u5907\u7b49\u6280\u672f\u6545\u969c\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 f) \u533a\u5757\u94fe\u7f51\u7edc\u62e5\u5835\u3001\u6545\u969c\u7b49\u539f\u56e0\u5f15\u8d77\u4ea4\u6613\u88ab\u629b\u5f03\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 g) \u60a8\u7684\u5730\u5740\u6216\u4ea4\u6613\u5bf9\u65b9\u5730\u5740\u88ab\u8bc6\u522b\u4e3a\u7279\u6b8a\u5730\u5740, \u5982\u9ad8\u98ce\u9669\u5730\u5740\u3001\u4ea4\u6613\u6240\u5730\u5740\u3001ICO \u5730\u5740\u3001Token\u5730\u5740\u7b49\u3002
\xa0\xa0\xa0\xa0 D. \u60a8\u77e5\u6089BitCooo\u4ec5\u5411\u60a8\u63d0\u4f9b\u8f6c\u8d26\u5de5\u5177\uff0c\u5728\u60a8\u4f7f\u7528BitCooo\u5b8c\u6210\u8f6c\u8d26\u540e\uff0c\u672c\u516c\u53f8\u5373\u5b8c\u6210\u4e86\u5f53\u6b21\u670d\u52a1\u7684\u6240\u6709\u4e49\u52a1\uff0c\u672c\u516c\u53f8\u5bf9\u5176\u4ed6\u7ea0\u7eb7\u4e89\u8bae\uff0c\u4e0d\u8d1f\u62c5\u4efb\u4f55\u4e49\u52a1\u3002
\xa0\xa0\xa0\xa0 E. \u5408\u6cd5\u5408\u89c4\u3002\u60a8\u77e5\u6089\u5728BitCooo\u8fdb\u884c\u64cd\u4f5c\u65f6\u6216\u5229\u7528BitCooo\u4e0a\u7684DApp\u8fdb\u884c\u4ea4\u6613\u65f6\uff0c\u60a8\u5e94\u5f53\u9075\u5faa\u6709\u5173\u6cd5\u5f8b\u6cd5\u89c4\u3001\u56fd\u5bb6\u653f\u7b56\u7684\u8981\u6c42\u3002
\xa0\xa0\xa0\xa0 F. \u516c\u544a\u901a\u77e5\u3002BitCooo\u4f1a\u4ee5\u7f51\u7ad9\u516c\u544a\u3001\u7535\u5b50\u90ae\u4ef6\u3001\u53d1\u9001\u77ed\u4fe1\u3001\u7535\u8bdd\u3001\u6d88\u606f\u4e2d\u5fc3\u4fe1\u606f\u3001\u5f39\u7a97\u63d0\u793a\u6216\u5ba2\u6237\u7aef\u901a\u77e5\u7b49\u65b9\u5f0f\u5411\u60a8\u53d1\u9001\u901a\u77e5\uff0c\u4f8b\u5982\u901a\u77e5\u60a8\u4ea4\u6613\u8fdb\u5c55\u60c5\u51b5\uff0c\u6216\u8005\u63d0\u793a\u60a8\u8fdb\u884c\u76f8\u5173\u64cd\u4f5c\uff0c\u8bf7\u60a8\u53ca\u65f6\u4e88\u4ee5\u5173\u6ce8\u3002
4)\xa0\u670d\u52a1\u8d39\u7528\u4e0e\u7eb3\u7a0e\u4e49\u52a1\uff1a
\xa0\xa0\xa0\xa0 A. BitCooo\u6682\u65f6\u4e0d\u5411\u60a8\u6536\u53d6\u4efb\u4f55\u5f62\u5f0f\u7684\u670d\u52a1\u8d39\u6216\u624b\u7eed\u8d39\uff0c\u5c06\u6765\u9700\u5bf9\u67d0\u4e9b\u670d\u52a1\u8fdb\u884c\u6536\u8d39\u65f6\u5c06\u53e6\u884c\u7ea6\u5b9a\u6216\u516c\u5e03\u89c4\u5219\uff1b
\xa0\xa0\xa0\xa0 B. \u60a8\u4f7f\u7528BitCooo\u8fdb\u884c\u8f6c\u8d26\u65f6\u5e94\u652f\u4ed8\u77ff\u5de5\u8d39\uff0c\u91d1\u989d\u7531\u60a8\u81ea\u884c\u51b3\u5b9a\u3002\u77ff\u5de5\u8d39\u7531\u76f8\u5173\u533a\u5757\u94fe\u7cfb\u7edf\u6536\u53d6\uff1b
\xa0\xa0\xa0\xa0 C. \u60a8\u77e5\u6089\u5728\u7279\u5b9a\u60c5\u51b5\u4e0b\uff0c\u56e0\u4e3a\u60a8\u6240\u5904\u7684\u73af\u5883\u53ca\u7f51\u7edc\u72b6\u6001\u4e0d\u7a33\u5b9a\uff0c\u5bfc\u81f4\u60a8\u7684\u8f6c\u8d26\u64cd\u4f5c\u672a\u5b8c\u6210\u65f6\uff0c\u4ea6\u4f1a\u88ab\u76f8\u5173\u533a\u5757\u94fe\u7cfb\u7edf\u6536\u53d6\u77ff\u5de5\u8d39\uff1b
\xa0\xa0\xa0\xa0 D. \u60a8\u56e0\u5728BitCooo\u8fdb\u884c\u4ea4\u6613\u800c\u53d1\u751f\u7684\u6240\u6709\u5e94\u7eb3\u7a0e\u8d1f\u53ca\u5176\u5b83\u65b9\u9762\u7684\u8d39\u7528\u5747\u7531\u60a8\u8d1f\u8d23\u652f\u4ed8\u3002
\u516d\u3001 \u98ce\u9669\u63d0\u793a
1) \u60a8\u4e86\u89e3\u5e76\u77e5\u6089\uff0c\u7531\u4e8e\u6570\u5b57\u4ee3\u5e01\u9886\u57df\u7684\u6cd5\u5f8b\u6cd5\u89c4\u653f\u7b56\u5c1a\u672a\u5065\u5168\uff0c\u8be5\u9886\u57df\u7684\u6570\u5b57\u4ee3\u5e01\u53ef\u80fd\u4f1a\u4ea7\u751f\u65e0\u6cd5\u5151\u73b0\u3001\u6280\u672f\u4e0d\u7a33\u5b9a\u7b49\u91cd\u5927\u98ce\u9669\u3002\u4e14\u6570\u5b57\u4ee3\u5e01\u7684\u4ef7\u683c\u6ce2\u52a8\u5e45\u5ea6\u8fdc\u9ad8\u4e8e\u5176\u4ed6\u91d1\u878d\u8d44\u4ea7\u3002\u6211\u4eec\u8c28\u614e\u63d0\u9192\u60a8\u5e94\u5f53\u6839\u636e\u81ea\u8eab\u8d22\u52a1\u72b6\u51b5\u548c\u98ce\u9669\u504f\u597d\uff0c\u7406\u6027\u9009\u62e9\u6301\u6709\u6216\u5904\u7f6e\u4efb\u4f55\u4e00\u79cd\u6570\u5b57\u4ee3\u5e01\u3002BitCooo\u63d0\u4f9b\u7684\u884c\u60c5\u67e5\u770b\u529f\u80fd\u4ec5\u7cfb\u6293\u53d6\u90e8\u5206\u4ea4\u6613\u6240\u7684\u6570\u5b57\u4ee3\u5e01\u6c47\u7387\u4fe1\u606f\u7684\u641c\u7d22\u7ed3\u679c\uff0c\u5e76\u4e0d\u8868\u793a\u4e3a\u6700\u65b0\u884c\u60c5\u6216\u6700\u4f73\u62a5\u4ef7\u3002
2) \u5728\u4f7f\u7528BitCooo\u670d\u52a1\u65f6\uff0c\u82e5\u60a8\u6216\u60a8\u7684\u76f8\u5bf9\u65b9\u672a\u9075\u4ece\u672c\u534f\u8bae\u6216\u76f8\u5173\u7f51\u7ad9\u8bf4\u660e\u3001\u4ea4\u6613\u3001\u652f\u4ed8\u9875\u9762\u4e2d\u4e4b\u64cd\u4f5c\u63d0\u793a\u3001\u89c4\u5219\uff0cBitCooo\u5e76\u4e0d\u4fdd\u8bc1\u4ea4\u6613\u4f1a\u987a\u5229\u5b8c\u6210\uff0c\u4e14BitCooo\u4e0d\u627f\u62c5\u635f\u5bb3\u8d54\u507f\u8d23\u4efb\u3002\u82e5\u53d1\u751f\u524d\u8ff0\u60c5\u5f62\uff0c\u800c\u6b3e\u9879\u5df2\u5148\u884c\u5165\u8d26\u60a8\u7684\u6216\u60a8\u7684\u4ea4\u6613\u65b9\u8d26\u53f7\u4e2d\u3002
3) BitCooo\u94b1\u5305\u6216\u7b2c\u4e09\u65b9\u94b1\u5305\uff0c\u60a8\u7406\u89e3\u533a\u5757\u94fe\u64cd\u4f5c\u5177\u6709\u7684\u201c\u4e0d\u53ef\u9006\u201d\u5c5e\u6027\uff0c\u4ee5\u53ca\u76f8\u5173\u4ea4\u6613\u5177\u6709\u201c\u4e0d\u53ef\u64a4\u9500\u201d\u7684\u7279\u5f81\uff0c\u7531\u60a8\u53ca\u60a8\u7684\u76f8\u5bf9\u65b9\u81ea\u884c\u627f\u62c5\u76f8\u5e94\u7684\u98ce\u9669\u540e\u679c\u3002
4) \u5728\u60a8\u4f7f\u7528BitCooo\u96c6\u6210\u7684\u7b2c\u4e09\u65b9DApp\u670d\u52a1\u6216\u8fdb\u884c\u4ea4\u6613\u65f6\uff0c\u4e3a\u4e86\u60a8\u7684\u5229\u76ca\uff0c\u672c\u516c\u53f8\u5efa\u8bae\u60a8\u4ed4\u7ec6\u9605\u8bfb\u672c\u534f\u8bae\u53caBitCooo\u63d0\u793a\uff0c\u4e86\u89e3\u4ea4\u6613\u5bf9\u8c61\u53ca\u4ea7\u54c1\u4fe1\u606f\uff0c\u8c28\u614e\u8bc4\u4f30\u98ce\u9669\u540e\u518d\u91c7\u53d6\u884c\u52a8\u3002\u6240\u6709\u60a8\u5728\u7b2c\u4e09\u65b9DApp\u8fdb\u884c\u7684\u4ea4\u6613\u884c\u4e3a\u7cfb\u60a8\u7684\u4e2a\u4eba\u884c\u4e3a\uff0c\u6709\u7ea6\u675f\u529b\u7684\u5408\u540c\u5173\u7cfb\u5728\u60a8\u548c\u60a8\u7684\u76f8\u5bf9\u65b9\u4e4b\u95f4\u5efa\u7acb\uff0c\u4e0eBitCooo\u65e0\u5173\u3002BitCooo\u5bf9\u56e0\u60a8\u7684\u4ea4\u6613\u884c\u4e3a\u6240\u5f15\u8d77\u7684\u4e00\u5207\u98ce\u9669\u3001\u8d23\u4efb\u3001\u635f\u5931\u3001\u8d39\u7528\u4e0d\u627f\u62c5\u4efb\u4f55\u8d23\u4efb\u3002
5) \u60a8\u5728\u4ea4\u6613\u8fc7\u7a0b\u4e2d\u5e94\u5f53\u81ea\u884c\u5224\u65ad\u5bf9\u65b9\u662f\u5426\u4e3a\u5b8c\u5168\u6c11\u4e8b\u884c\u4e3a\u80fd\u529b\u4eba\u5e76\u81ea\u884c\u51b3\u5b9a\u662f\u5426\u4e0e\u5bf9\u65b9\u8fdb\u884c\u4ea4\u6613\u6216\u8f6c\u8d26\u7ed9\u5bf9\u65b9\u7b49\uff0c\u4e14\u60a8\u81ea\u884c\u627f\u62c5\u4e0e\u6b64\u76f8\u5173\u7684\u6240\u6709\u98ce\u9669\u3002
6) \u5728\u8f6c\u8d26\u8fc7\u7a0b\u4e2d\uff0c\u5982\u679c\u51fa\u73b0\u201c\u4ea4\u6613\u5931\u8d25\u201d\u3001\u201c\u6253\u5305\u8d85\u65f6\u201d\u7b49\u7c7b\u4f3c\u7684\u5f02\u5e38\u4fe1\u606f\u63d0\u793a\u65f6\uff0c\u60a8\u5e94\u901a\u8fc7\u76f8\u5173\u533a\u5757\u94fe\u7cfb\u7edf\u7684\u5b98\u65b9\u9014\u5f84\u6216\u5176\u4ed6\u7684\u533a\u5757\u94fe\u67e5\u8be2\u5de5\u5177\u8fdb\u884c\u518d\u6b21\u786e\u8ba4\uff0c\u4ee5\u907f\u514d\u91cd\u590d\u8f6c\u8d26\uff1b\u5426\u5219\uff0c\u7531\u6b64\u6240\u5f15\u8d77\u7684\u4e00\u5207\u635f\u5931\u548c\u8d39\u7528\u5e94\u7531\u60a8\u81ea\u884c\u627f\u62c5\u3002
7) \u60a8\u7406\u89e3\u5f53\u60a8\u5728BitCooo\u4e0a\u521b\u5efa\u6216\u5bfc\u5165\u94b1\u5305\u4e4b\u540e\uff0c\u60a8\u7684Keystore\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u7b49\u4fe1\u606f\u4ec5\u5b58\u50a8\u5728\u5f53\u524d\u7684\u8fd9\u53f0\u79fb\u52a8\u8bbe\u5907\u4e2d\uff0c\u4e0d\u5b58\u50a8\u5728BitCooo\u6216\u672c\u516c\u53f8\u7684\u670d\u52a1\u5668\u4e0a\u3002\u60a8\u53ef\u4ee5\u6309\u7167BitCooo\u63d0\u4f9b\u7684\u64cd\u4f5c\u6307\u5357\u91c7\u53d6\u540c\u6b65\u94b1\u5305\u7b49\u65b9\u5f0f\u66f4\u6362\u79fb\u52a8\u8bbe\u5907\u3002\u4f46\u82e5\u60a8\u672a\u4fdd\u5b58\u6216\u5907\u4efd\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\u7b49\u4fe1\u606f\u4e14\u5728\u60a8\u79fb\u52a8\u8bbe\u5907\u4e22\u5931\u7684\u60c5\u51b5\u4e0b\uff0c\u60a8\u7684\u6570\u5b57\u4ee3\u5e01\u5c06\u56e0\u6b64\u4e22\u5931\uff0c\u672c\u516c\u53f8\u65e0\u6cd5\u4e3a\u60a8\u627e\u56de\uff0c\u60a8\u9700\u81ea\u884c\u627f\u62c5\u76f8\u5e94\u635f\u5931\u3002\u82e5\u60a8\u5728\u5bfc\u51fa\u3001\u4fdd\u5b58\u6216\u5907\u4efd\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\u7b49\u4fe1\u606f\u7684\u65f6\u5019\u6cc4\u5bc6\uff0c\u6216\u4fdd\u5b58\u6216\u5907\u4efd\u4e0a\u8ff0\u4fe1\u606f\u7684\u8bbe\u5907\u6216\u670d\u52a1\u5668\u88ab\u9ed1\u5ba2\u653b\u51fb\u6216\u63a7\u5236\u7b49\u60c5\u51b5\u4e0b\uff0c\u60a8\u7684\u6570\u5b57\u4ee3\u5e01\u5c06\u56e0\u6b64\u4e22\u5931\uff0c\u672c\u516c\u53f8\u65e0\u6cd5\u4e3a\u60a8\u627e\u56de\uff0c\u60a8\u9700\u81ea\u884c\u627f\u62c5\u76f8\u5e94\u635f\u5931\u3002
8) \u6211\u4eec\u5efa\u8bae\u60a8\u5728\u521b\u5efa\u6216\u5bfc\u5165\u94b1\u5305\u65f6\u5bf9\u60a8\u94b1\u5305\u7684\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u53caKeystore\u7b49\u4fe1\u606f\u505a\u597d\u5b89\u5168\u5907\u4efd\u3002\u6211\u4eec\u63d0\u8bf7\u60a8\u6ce8\u610f\uff0c\u8bf7\u4e0d\u8981\u91c7\u7528\u4ee5\u4e0b\u5907\u4efd\u65b9\u5f0f\uff1a\u622a\u56fe\u3001\u90ae\u4ef6\u3001\u8bb0\u4e8b\u672c\u3001\u77ed\u4fe1\u3001\u5fae\u4fe1\u3001QQ\u7b49\u7535\u5b50\u5907\u4efd\u65b9\u5f0f\u3002\u6211\u4eec\u5efa\u8bae\u60a8\u5728\u7eb8\u8d28\u8bb0\u4e8b\u672c\u4e0a\u6284\u5199\u52a9\u8bb0\u8bcd\u548cKeystore\u7b49\u4fe1\u606f\uff0c\u540c\u65f6\u60a8\u4ea6\u53ef\u5c06\u7535\u5b50\u6570\u636e\u4fdd\u7ba1\u81f3\u5bc6\u7801\u7ba1\u7406\u5668\u3002
9) \u6211\u4eec\u5efa\u8bae\u60a8\u5728\u5b89\u5168\u7684\u7f51\u7edc\u73af\u5883\u4e2d\u4f7f\u7528BitCooo\uff0c\u786e\u4fdd\u60a8\u7684\u79fb\u52a8\u8bbe\u5907\u6ca1\u6709\u8d8a\u72f1\u6216Root\uff0c \u4ee5\u907f\u514d\u53ef\u80fd\u5b58\u5728\u7684\u5b89\u5168\u9690\u60a3\u3002
10) \u60a8\u5728\u4f7f\u7528\u6211\u4eec\u7684\u670d\u52a1\u8fc7\u7a0b\u4e2d\uff0c\u8b66\u60d5\u975eBitCooo\u5b98\u65b9\u7684\u8bc8\u9a97\u884c\u4e3a\u3002\u4e00\u65e6\u53d1\u73b0\u6b64\u7c7b\u884c\u4e3a\uff0c\u6211\u4eec\u9f13\u52b1\u60a8\u7b2c\u4e00\u65f6\u95f4\u544a\u77e5\u6211\u4eec\u3002
\u4e03\u3001 \u670d\u52a1\u7684\u53d8\u66f4\u3001\u4e2d\u65ad\u3001\u7ec8\u6b62
1) \u60a8\u540c\u610f\u672c\u516c\u53f8\u4e3a\u4fdd\u8bc1\u81ea\u4e3b\u4e1a\u52a1\u7ecf\u8425\u6743\u53ef\u4ee5\u6682\u65f6\u63d0\u4f9b\u90e8\u5206\u670d\u52a1\u529f\u80fd\uff0c\u6216\u4e8e\u5c06\u6765\u6682\u505c\u90e8\u5206\u670d\u52a1\u529f\u80fd\u6216\u5f00\u901a\u65b0\u7684\u670d\u52a1\u529f\u80fd\u3002\u5f53\u4efb\u4f55\u529f\u80fd\u51cf\u5c11\u6216\u8005\u589e\u52a0\u6216\u8005\u53d8\u5316\u65f6\uff0c\u53ea\u8981\u60a8\u4ecd\u7136\u4f7f\u7528\u672c\u516c\u53f8\u63d0\u4f9b\u7684\u670d\u52a1\uff0c\u8868\u793a\u60a8\u4ecd\u7136\u540c\u610f\u672c\u534f\u8bae\u6216\u8005\u672c\u534f\u8bae\u4fee\u6b63\u540e\u7684\u6761\u6b3e\u3002
2) \u60a8\u7406\u89e3\u5b58\u5728\u5982\u4e0b\u60c5\u5f62\u65f6\uff0c\u672c\u516c\u53f8\u5c06\u6682\u505c\u63d0\u4f9b\u670d\u52a1\uff1a
\xa0\xa0\xa0\xa0 A. \u56e0\u8bbe\u5907\u3001\u533a\u5757\u94fe\u7cfb\u7edf\u7ef4\u4fee\u3001\u5347\u7ea7\u3001\u6545\u969c\u548c\u901a\u4fe1\u4e2d\u65ad\u7b49\u6280\u672f\u539f\u56e0\u800c\u4e2d\u65ad\u4e1a\u52a1\uff1b
\xa0\xa0\xa0\xa0 B. \u56e0\u53f0\u98ce\u3001\u5730\u9707\u3001\u6d77\u5578\u3001\u6d2a\u6c34\u3001\u505c\u7535\u3001\u6218\u4e89\u6216\u6050\u6016\u88ad\u51fb\u7b49\u4e0d\u53ef\u6297\u529b\u56e0\u7d20\uff0c\u75c5\u6bd2\u3001\u6728\u9a6c\u3001\u9ed1\u5ba2\u653b\u51fb\u3001\u7cfb\u7edf\u4e0d\u7a33\u5b9a\u6216\u653f\u5e9c\u884c\u4e3a\u7b49\u539f\u56e0\uff0c\u9020\u6210\u672c\u516c\u53f8\u7cfb\u7edf\u4e0d\u80fd\u63d0\u4f9b\u670d\u52a1\u6216\u672c\u516c\u53f8\u5408\u7406\u8ba4\u4e3a\u7ee7\u7eed\u63d0\u4f9b\u670d\u52a1\u4f1a\u6709\u8f83\u5927\u98ce\u9669\u7684\uff1b
\xa0\xa0\xa0\xa0 C. \u53d1\u751f\u672c\u516c\u53f8\u65e0\u6cd5\u63a7\u5236\u6216\u5408\u7406\u9884\u89c1\u7684\u5176\u4ed6\u60c5\u5f62\u3002
\xa0\xa0\xa0\xa0 D. \u5f53\u60a8\u51fa\u73b0\u5982\u4e0b\u60c5\u51b5\u65f6\uff0c\u672c\u516c\u53f8\u53ef\u5355\u65b9\u9762\u4e2d\u6b62\u6216\u7ec8\u6b62\u60a8\u4f7f\u7528BitCooo\u7684\u90e8\u5206\u6216\u5168\u90e8\u529f\u80fd:
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 1.\u7528\u6237\u6b7b\u4ea1\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 2.\u76d7\u7528\u4ed6\u4eba\u7684\u94b1\u5305\u4fe1\u606f\u6216\u79fb\u52a8\u8bbe\u5907\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 3.\u586b\u5199\u4e2a\u4eba\u4fe1\u606f\u65f6\u63d0\u4f9b\u865a\u5047\u4fe1\u606f\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 4.\u62d2\u7edd\u672c\u516c\u53f8\u4e3a\u63d0\u5347BitCooo\u529f\u80fd\u800c\u53d1\u8d77\u7684\u5f3a\u5236\u66f4\u65b0\u64cd\u4f5c\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 5.\u5c06BitCooo\u7528\u4e8e\u8fdd\u6cd5\u6216\u72af\u7f6a\u6d3b\u52a8\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 6.\u59a8\u788d\u5176\u4ed6\u7528\u6237\u6b63\u5e38\u4f7f\u7528\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 7.\u4f2a\u79f0\u672c\u516c\u53f8\u7684\u5de5\u4f5c\u4eba\u5458\u6216\u7ba1\u7406\u4eba\u5458\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 8.\u653b\u51fb\u3001\u4fb5\u5165\u3001\u66f4\u6539\u6216\u4ee5\u4efb\u4f55\u5176\u4ed6\u65b9\u5f0f\u5a01\u80c1\u672c\u516c\u53f8\u8ba1\u7b97\u673a\u7cfb\u7edf\u7684\u6b63\u5e38\u8fd0\u4f5c\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 9.\u5229\u7528BitCooo\u5ba3\u4f20\u5783\u573e\u5e7f\u544a\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 10.\u6563\u5e03\u8c23\u8a00\uff0c\u635f\u5bb3\u672c\u516c\u53f8\u548cBitCooo\u5546\u8a89\uff1b
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 11.\u8fdd\u6cd5\u884c\u4e3a\uff0c\u5176\u4ed6\u8fdd\u53cd\u672c\u534f\u8bae\u7684\u884c\u4e3a\uff0c\u53ca\u672c\u516c\u53f8\u5408\u7406\u8ba4\u4e3a\u5e94\u5f53\u6682\u505c\u529f\u80fd\u7684\u60c5\u5f62\u3002
3) \u5f53\u60a8\u4e0e\u672c\u516c\u53f8\u4e4b\u95f4\u7684\u670d\u52a1\u5173\u7cfb\u53d8\u66f4\u3001\u4e2d\u65ad\u3001\u7ec8\u6b62\u65f6\uff0c\u60a8\u4ecd\u6709\u6743\u5728\u5408\u7406\u65f6\u95f4\u5185\u5bfc\u51fa\u60a8\u94b1\u5305\u7b49\u4fe1\u606f\u3002
\u516b\u3001 \u60a8\u5408\u6cd5\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52a1\u7684\u627f\u8bfa
1) \u60a8\u5e94\u9075\u5b88\u60a8\u6240\u5c45\u4f4f\u7684\u56fd\u5bb6\u6216\u5730\u533a\u7684\u6cd5\u5f8b\u6cd5\u89c4\uff0c\u4e0d\u5f97\u5c06BitCooo\u7528\u4e8e\u4efb\u4f55\u975e\u6cd5\u76ee\u7684\uff0c\u4e5f\u4e0d\u5f97\u4ee5\u4efb\u4f55\u975e\u6cd5\u65b9\u5f0f\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52a1\u3002
2) \u60a8\u4e0d\u5f97\u5229\u7528BitCooo\u4ece\u4e8b\u8fdd\u6cd5\u6216\u72af\u7f6a\u7684\u884c\u4e3a\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\uff1a
\xa0\xa0\xa0\xa0 A. \u53cd\u5bf9\u5baa\u6cd5\u6240\u786e\u5b9a\u7684\u57fa\u672c\u539f\u5219\uff0c\u5371\u5bb3\u56fd\u5bb6\u5b89\u5168\u3001\u6cc4\u6f0f\u56fd\u5bb6\u79d8\u5bc6\u3001\u98a0\u8986\u56fd\u5bb6\u653f\u6743\u3001\u7834\u574f\u56fd\u5bb6\u7edf\u4e00\u7684\uff1b
\xa0\xa0\xa0\xa0 B. \u4ece\u4e8b\u4efb\u4f55\u8fdd\u6cd5\u72af\u7f6a\u884c\u4e3a\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u6d17\u94b1\u3001\u975e\u6cd5\u96c6\u8d44\u7b49\uff1b
\xa0\xa0\xa0\xa0 C. \u901a\u8fc7\u4f7f\u7528\u4efb\u4f55\u81ea\u52a8\u5316\u7a0b\u5e8f\u3001\u8f6f\u4ef6\u3001\u5f15\u64ce\u3001\u7f51\u7edc\u722c\u866b\u3001\u7f51\u9875\u5206\u6790\u5de5\u5177\u3001\u6570\u636e\u6316\u6398\u5de5\u5177\u6216\u7c7b\u4f3c\u5de5\u5177\uff0c\u63a5\u5165\u672c\u516c\u53f8\u670d\u52a1\u3001\u6536\u96c6\u6216\u5904\u7406\u672c\u516c\u53f8\u6240\u63d0\u4f9b\u7684\u5185\u5bb9\uff0c\u5e72\u9884\u6216\u8bd5\u56fe\u5e72\u9884\u4efb\u4f55\u7528\u6237\u6216\u4efb\u4f55\u5176\u4ed6\u65b9\u5f0f\u63a5\u5165\u672c\u516c\u53f8\u670d\u52a1\u7684\u884c\u4e3a\uff1b
\xa0\xa0\xa0\xa0 D. \u63d0\u4f9b\u8d4c\u535a\u8d44\u8baf\u6216\u4ee5\u4efb\u4f55\u65b9\u5f0f\u5f15\u8bf1\u4ed6\u4eba\u53c2\u4e0e\u8d4c\u535a\uff1b
\xa0\xa0\xa0\xa0 E. \u4fb5\u5165\u4ed6\u4ebaBitCooo\u94b1\u5305\u76d7\u53d6\u6570\u5b57\u4ee3\u5e01\uff1b
\xa0\xa0\xa0\xa0 F. \u8fdb\u884c\u4e0e\u4ea4\u6613\u5bf9\u65b9\u5ba3\u79f0\u7684\u4ea4\u6613\u5185\u5bb9\u4e0d\u7b26\u7684\u4ea4\u6613\uff0c\u6216\u4e0d\u771f\u5b9e\u7684\u4ea4\u6613\uff1b
\xa0\xa0\xa0\xa0 G. \u4ece\u4e8b\u4efb\u4f55\u4fb5\u5bb3\u6216\u53ef\u80fd\u4fb5\u5bb3BitCooo\u670d\u52a1\u7cfb\u7edf\u3001\u6570\u636e\u4e4b\u884c\u4e3a\uff1b
\xa0\xa0\xa0\xa0 H. \u5176\u4ed6\u8fdd\u6cd5\u4ee5\u53ca\u672c\u516c\u53f8\u6709\u6b63\u5f53\u7406\u7531\u8ba4\u4e3a\u4e0d\u9002\u5f53\u7684\u884c\u4e3a\u3002
3) \u60a8\u7406\u89e3\u5e76\u540c\u610f\uff0c\u5982\u56e0\u60a8\u8fdd\u53cd\u6709\u5173\u6cd5\u5f8b\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u6d77\u5173\u53ca\u7a0e\u52a1\u65b9\u9762\u7684\u76d1\u7ba1\u89c4\u5b9a\uff09\u6216\u8005\u672c\u534f\u8bae\u4e4b\u89c4\u5b9a\uff0c\u4f7f\u672c\u516c\u53f8\u906d\u53d7\u4efb\u4f55\u635f\u5931\u3001\u53d7\u5230\u4efb\u4f55\u7b2c\u4e09\u65b9\u7684\u7d22\u8d54\u6216\u4efb\u4f55\u884c\u653f\u7ba1\u7406\u90e8\u95e8\u7684\u5904\u7f5a\uff0c\u60a8\u5e94\u5bf9\u672c\u516c\u53f8\u8fdb\u884c\u8d54\u507f\uff0c\u5305\u62ec\u5408\u7406\u7684\u5f8b\u5e08\u8d39\u7528\u3002 4) \u60a8\u4e0d\u5c5e\u4e8e\u8d44\u683c\u4f7f\u7528BitCooo\u670d\u52a1\u7684\u88ab\u6392\u9664\u4eba\u58eb\u3002
5) \u60a8\u627f\u8bfa\u6309\u65f6\u7f34\u7eb3\u672c\u516c\u53f8\u7684\u670d\u52a1\u8d39\u7528\uff08\u5982\u6709\uff09\uff0c\u5426\u5219\u672c\u516c\u53f8\u6709\u6743\u6682\u505c\u6216\u4e2d\u6b62\u5bf9\u60a8\u63d0\u4f9b\u7684\u670d\u52a1\u3002
\u4e5d\u3001 \u9690\u79c1\u6761\u6b3e
\u672c\u516c\u53f8\u5341\u5206\u91cd\u89c6\u5bf9\u7528\u6237\u9690\u79c1\u7684\u4fdd\u62a4\uff0c\u76f8\u5173\u9690\u79c1\u4fdd\u62a4\u653f\u7b56\u8bf7\u53c2\u8003\u672c\u516c\u53f8\u516c\u5e03\u5e76\u4e0d\u65f6\u66f4\u65b0\u7684\u300aBitCooo\u9690\u79c1\u653f\u7b56\u300b\u3002
\u5341\u3001 \u514d\u8d23\u53ca\u8d23\u4efb\u9650\u5236
1) \u672c\u516c\u53f8\u4ec5\u5bf9\u672c\u534f\u8bae\u4e2d\u6240\u5217\u660e\u7684\u4e49\u52a1\u627f\u62c5\u8d23\u4efb\u3002
2) \u60a8\u7406\u89e3\u548c\u540c\u610f\uff0c\u5728\u6cd5\u5f8b\u6240\u5141\u8bb8\u7684\u8303\u56f4\u5185\uff0c\u672c\u516c\u53f8\u53ea\u80fd\u6309\u7167\u73b0\u6709\u7684\u6280\u672f\u6c34\u5e73\u548c\u6761\u4ef6\u63d0\u4f9bBitCooo\u670d\u52a1\u3002\u56e0\u4e0b\u5217\u539f\u56e0\u5bfc\u81f4BitCooo\u65e0\u6cd5\u6b63\u5e38\u63d0\u4f9b\u670d\u52a1\uff0c\u672c\u516c\u53f8\u4e0d\u627f\u62c5\u8d23\u4efb\uff1a
\xa0\xa0\xa0\xa0 A. BitCooo\u7cfb\u7edf\u505c\u673a\u7ef4\u62a4\u6216\u5347\u7ea7\uff1b
\xa0\xa0\xa0\xa0 B. \u56e0\u53f0\u98ce\u3001\u5730\u9707\u3001\u6d2a\u6c34\u3001\u96f7\u7535\u6216\u6050\u6016\u88ad\u51fb\u7b49\u4e0d\u53ef\u6297\u529b\u539f\u56e0\uff1b
\xa0\xa0\xa0\xa0 C. \u60a8\u7684\u79fb\u52a8\u8bbe\u5907\u8f6f\u786c\u4ef6\u548c\u901a\u4fe1\u7ebf\u8def\u3001\u4f9b\u7535\u7ebf\u8def\u51fa\u73b0\u6545\u969c\u7684\uff1b
\xa0\xa0\xa0\xa0 D. \u60a8\u64cd\u4f5c\u4e0d\u5f53\u6216\u672a\u901a\u8fc7\u672c\u516c\u53f8\u6388\u6743\u6216\u8ba4\u53ef\u7684\u65b9\u5f0f\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52a1\u7684\uff1b
\xa0\xa0\xa0\xa0 E. \u56e0\u75c5\u6bd2\u3001\u6728\u9a6c\u3001\u6076\u610f\u7a0b\u5e8f\u653b\u51fb\u3001\u7f51\u7edc\u62e5\u5835\u3001\u7cfb\u7edf\u4e0d\u7a33\u5b9a\u3001\u7cfb\u7edf\u6216\u8bbe\u5907\u6545\u969c\u3001\u901a\u8baf\u6545\u969c\u3001\u7535\u529b\u6545\u969c\u3001\u94f6\u884c\u7b49\u539f\u56e0\u6216\u653f\u5e9c\u884c\u4e3a\u7b49\u539f\u56e0\uff1b
\xa0\xa0\xa0\xa0 F. \u975e\u56e0\u672c\u516c\u53f8\u7684\u539f\u56e0\u800c\u5f15\u8d77\u7684\u4efb\u4f55\u5176\u5b83\u539f\u56e0\u3002
3) \u672c\u516c\u53f8\u5bf9\u4ee5\u4e0b\u60c5\u5f62\u4e0d\u627f\u62c5\u8d23\u4efb\uff1a
\xa0\xa0\xa0\xa0 A. \u56e0\u7528\u6237\u9057\u5931\u79fb\u52a8\u8bbe\u5907\u3001\u5220\u9664\u4e14\u672a\u5907\u4efdBitCooo\u3001\u5220\u9664\u4e14\u672a\u5907\u4efd\u94b1\u5305\u3001\u94b1\u5305\u88ab\u76d7\u6216\u9057\u5fd8\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\u800c\u5bfc\u81f4\u7684\u6570\u5b57\u4ee3\u5e01\u4e22\u5931\u3002
\xa0\xa0\xa0\xa0 B. \u56e0\u7528\u6237\u81ea\u884c\u6cc4\u9732\u94b1\u5305\u5bc6\u7801\u3001\u79c1\u94a5\u3001\u52a9\u8bb0\u8bcd\u3001Keystore\uff0c\u6216\u501f\u7528\u3001\u8f6c\u8ba9\u6216\u6388\u6743\u4ed6\u4eba\u4f7f\u7528\u81ea\u5df1\u7684\u79fb\u52a8\u8bbe\u5907\u6216BitCooo\u94b1\u5305\uff0c\u6216\u672a\u901a\u8fc7\u672c\u516c\u53f8\u5b98\u65b9\u6e20\u9053\u4e0b\u8f7dBitCooo\u5e94\u7528\u7a0b\u5e8f\u6216\u5176\u4ed6\u4e0d\u5b89\u5168\u7684\u65b9\u5f0f\u4f7f\u7528BitCooo\u5e94\u7528\u7a0b\u5e8f\u5bfc\u81f4\u7684\u6570\u5b57\u4ee3\u5e01\u4e22\u5931\uff1b
\xa0\xa0\xa0\xa0 C. \u56e0\u7528\u6237\u8bef\u64cd\u4f5c\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u60a8\u8f93\u9519\u8f6c\u8d26\u5730\u5740\u3001\u60a8\u81ea\u8eab\u9009\u62e9\u8f6c\u8d26\u8282\u70b9\u670d\u52a1\u5668\u7684\u95ee\u9898\uff09\u5bfc\u81f4\u7684\u6570\u5b57\u4ee3\u5e01\u4e22\u5931\uff1b
\xa0\xa0\xa0\xa0 D. \u56e0\u7528\u6237\u4e0d\u7406\u89e3\u533a\u5757\u94fe\u6280\u672f\u7684\u6027\u8d28\u800c\u8fdb\u884c\u8bef\u64cd\u4f5c\u5bfc\u81f4\u7684\u6570\u5b57\u4ee3\u5e01\u4e22\u5931\uff1b
\xa0\xa0\xa0\xa0 E. \u56e0\u65f6\u95f4\u6ede\u540e\u3001\u533a\u5757\u94fe\u7cfb\u7edf\u4e0d\u7a33\u5b9a\u7b49\u539f\u56e0\u5bfc\u81f4\u672c\u516c\u53f8\u62f7\u8d1d\u7528\u6237\u5728\u533a\u5757\u94fe\u4e0a\u7684\u4ea4\u6613\u8bb0\u5f55\u53d1\u751f\u504f\u5dee\uff1b
4) BitCooo\u624b\u673a\u53f7\u7801\u3001\u90ae\u7bb1\u6ce8\u518c\u65b9\u5f0f\uff08EOS\u4f53\u7cfb\u6709\u6548\u53bb\u4e2d\u5fc3\u89e3\u51b3\u65b9\u6848\uff09\u4e0b\uff0c\u7528\u6237\u662f\u53ef\u9009\u5bfc\u51fa\u79c1\u94a5\u7684\uff0c\u56e0\u4e3a\u7528\u6237\u66f4\u6539Owner\u548cActive\u6743\u9650\u540e\u5bfc\u81f4\u7684\u79c1\u94a5\u4e22\u5931\u6216\u88ab\u76d7\u9020\u6210\u7684\u8d22\u4ea7\u635f\u5931\u5747\u4e0e\u672c\u516c\u53f8\u65e0\u5173\u3002
5) BitCooo\u624b\u673a\u53f7\u7801\u3001\u90ae\u7bb1\u6ce8\u518c\u65b9\u5f0f\uff08EOS\u4f53\u7cfb\u6709\u6548\u53bb\u4e2d\u5fc3\u89e3\u51b3\u65b9\u6848\uff09\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u7531\u4e8e\u7528\u6237\u7684\u539f\u56e0\u5bfc\u81f4\u65e0\u6cd5\u901a\u8fc7\u624b\u673a\u53f7\u7801\u627e\u56de\u7684\uff08\u65e0\u6cd5\u8865\u529e\u624b\u673a\u5361\u7b49\u60c5\u51b5\uff09\uff0c\u4e0d\u80fd\u63d0\u4f9b\u79c1\u94a5\u627e\u56de\u670d\u52a1\u3002
6) \u7531\u4e8e\u7528\u6237\u4e2a\u4eba\u539f\u56e0\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u624b\u673a\u53f7\u7801\u3001\u90ae\u7bb1\u4e22\u5931\uff0c\u9a8c\u8bc1\u7801\u6cc4\u9732\uff0c\u4e2a\u4eba\u516c\u5f00\u79c1\u94a5\uff0c\u7528\u6237\u4e2a\u4eba\u4fe1\u606f\u88ab\u9ed1\u5ba2\u5165\u4fb5\uff09\u53ca\u4e0d\u53ef\u6297\u62d2\u56e0\u7d20\u5bfc\u81f4\u7684\u8d44\u4ea7\u4e22\u5931\uff0c\u5747\u4e0e\u672c\u516c\u53f8\u65e0\u5173\u3002
7) \u7528\u6237\u5728\u7b2c\u4e09\u65b9DApp\u4e0a\u64cd\u4f5c\u4ea7\u751f\u7684\u98ce\u9669\u548c\u540e\u679c\u3002\u60a8\u7406\u89e3BitCooo\u4ec5\u4f5c\u4e3a\u60a8\u6570\u5b57\u4ee3\u5e01\u7ba1\u7406\u7684\u5de5\u5177\u3002\u672c\u516c\u53f8\u4e0d\u80fd\u63a7\u5236\u7b2c\u4e09\u65b9DApp\u63d0\u4f9b\u7684\u4ea7\u54c1\u53ca\u670d\u52a1\u7684\u8d28\u91cf\u3001\u5b89\u5168\u6216\u5408\u6cd5\u6027\uff0c\u4fe1\u606f\u7684\u771f\u5b9e\u6027\u6216\u51c6\u786e\u6027\uff0c\u4ee5\u53ca\u76f8\u5bf9\u65b9\u5c65\u884c\u5176\u5728\u4e0e\u60a8\u7b7e\u8ba2\u7684\u534f\u8bae\u9879\u4e0b\u7684\u5404\u9879\u4e49\u52a1\u7684\u80fd\u529b\u3002\u6240\u6709\u60a8\u5728\u7b2c\u4e09\u65b9DApp\u8fdb\u884c\u7684\u4ea4\u6613\u884c\u4e3a\u7cfb\u60a8\u7684\u4e2a\u4eba\u884c\u4e3a\uff0c\u6709\u7ea6\u675f\u529b\u7684\u5408\u540c\u5173\u7cfb\u5728\u60a8\u548c\u60a8\u7684\u76f8\u5bf9\u65b9\u4e4b\u95f4\u5efa\u7acb\uff0c\u4e0eBitCooo\u65e0\u5173\u3002\u672c\u516c\u53f8\u63d0\u9192\u60a8\u5e94\u8be5\u901a\u8fc7\u81ea\u5df1\u7684\u8c28\u614e\u5224\u65ad\u786e\u5b9a\u767b\u5f55DApp\u53ca\u76f8\u5173\u4fe1\u606f\u7684\u771f\u5b9e\u6027\u3001\u5408\u6cd5\u6027\u548c\u6709\u6548\u6027\u3002\u60a8\u4e0e\u4efb\u4f55\u7b2c\u4e09\u65b9\u4ea4\u6613\u6240\u4ea7\u751f\u7684\u98ce\u9669\u4ea6\u5e94\u7531\u60a8\u81ea\u884c\u627f\u62c5\u3002
\u672c\u516c\u53f8\u53ef\u80fd\u540c\u65f6\u4e3a\u60a8\u53ca\u60a8\u7684\u4ea4\u6613\u5bf9\u624b\u65b9\u63d0\u4f9b\u670d\u52a1\uff0c\u60a8\u540c\u610f\u5bf9\u672c\u516c\u53f8\u53ef\u80fd\u5b58\u5728\u7684\u8be5\u7b49\u884c\u4e3a\u4e88\u4ee5\u660e\u786e\u8c41\u514d\u4efb\u4f55\u5b9e\u9645\u6216\u6f5c\u5728\u7684\u5229\u76ca\u51b2\u7a81\uff0c\u5e76\u4e0d\u5f97\u4ee5\u6b64\u6765\u4e3b\u5f20\u672c\u516c\u53f8\u5728\u63d0\u4f9b\u670d\u52a1\u65f6\u5b58\u5728\u6cd5\u5f8b\u4e0a\u7684\u7455\u75b5\uff0c\u4e5f\u4e0d\u56e0\u6b64\u800c\u52a0\u91cd\u672c\u516c\u53f8\u7684\u8d23\u4efb\u6216\u6ce8\u610f\u4e49\u52a1\u3002
\u5341\u4e00\u3001 \u672c\u516c\u53f8\u4e0d\u63d0\u4f9b\u4ee5\u4e0b\u5f62\u5f0f\u7684\u4fdd\u8bc1\uff1a
1) \u672c\u516c\u53f8\u670d\u52a1\u5c06\u7b26\u5408\u60a8\u7684\u5168\u90e8\u9700\u6c42\uff1b
2) \u60a8\u7ecf\u7531\u672c\u516c\u53f8\u670d\u52a1\u53d6\u5f97\u7684\u4efb\u4f55\u6280\u672f\u3001\u4ea7\u54c1\u3001\u670d\u52a1\u3001\u8d44\u8baf\u5c06\u7b26\u5408\u60a8\u7684\u671f\u671b\uff1b
3) \u672c\u516c\u53f8\u4ece\u7b2c\u4e09\u65b9\u4ea4\u6613\u6240\u6293\u53d6\u7684\u6570\u5b57\u4ee3\u5e01\u5e02\u573a\u4ea4\u6613\u884c\u60c5\u7b49\u4fe1\u606f\u7684\u53ca\u65f6\u6027\u3001\u51c6\u786e\u6027\u3001\u5b8c\u6574\u6027\u3001\u53ef\u9760\u6027\u505a\u51fa\u4fdd\u8bc1\uff1b
4) \u60a8\u5728BitCooo\u4e0a\u7684\u4ea4\u6613\u5404\u65b9\u4f1a\u53ca\u65f6\u5c65\u884c\u5176\u5728\u4e0e\u60a8\u8fbe\u6210\u7684\u4ea4\u6613\u534f\u8bae\u4e2d\u5404\u9879\u4e49\u52a1\u3002
5) \u5728\u4efb\u4f55\u60c5\u51b5\u4e0b\uff0c\u672c\u516c\u53f8\u5bf9\u672c\u534f\u8bae\u6240\u627f\u62c5\u7684\u8fdd\u7ea6\u8d54\u507f\u8d23\u4efb\u603b\u989d\u4e0d\u8d85\u8fc7 A. 0.1\u4e2a\u4ee5\u592a\u5e01\uff1b\u6216 B. \u65b0\u52a0\u5761\u5143100\u5143\uff0c\u4ee5\u8f83\u9ad8\u7684\u4e3a\u51c6\u3002
6) \u60a8\u7406\u89e3BitCooo\u4ec5\u4f5c\u4e3a\u7528\u6237\u7ba1\u7406\u6570\u5b57\u4ee3\u5e01\u3001\u663e\u793a\u4ea4\u6613\u4fe1\u606f\u7684\u5de5\u5177\uff0c\u672c\u516c\u53f8\u4e0d\u63d0\u4f9b\u6cd5\u5f8b\u3001\u7a0e\u52a1\u6216\u6295\u8d44\u5efa\u8bae\u7b49\u670d\u52a1\u3002\u60a8\u5e94\u5f53\u81ea\u884c\u5411\u6cd5\u5f8b\u3001\u7a0e\u52a1\u3001\u6295\u8d44\u65b9\u9762\u7684\u4e13\u4e1a\u4eba\u58eb\u5bfb\u6c42\u5efa\u8bae\uff0c\u4e14\u60a8\u5728\u4f7f\u7528\u6211\u4eec\u670d\u52a1\u8fc7\u7a0b\u4e2d\u6240\u906d\u53d7\u7684\u6295\u8d44\u635f\u5931\u3001\u6570\u636e\u635f\u5931\u7b49\uff0c\u672c\u516c\u53f8\u6982\u4e0d\u8d1f\u8d23\u3002
7) \u60a8\u7406\u89e3\u6839\u636e\u6709\u5173\u653f\u7b56\u6cd5\u89c4\u7684\u8981\u6c42\uff0c\u6211\u4eec\u53ef\u80fd\u4e0d\u65f6\u66f4\u6539\u6211\u4eec\u7684\u7528\u6237\u51c6\u5165\u6807\u51c6\uff0c\u9650\u5b9a\u5411\u67d0\u4e00\u7279\u5b9a\u7fa4\u4f53\u63d0\u4f9b\u670d\u52a1\u7684\u8303\u56f4\u548c\u65b9\u5f0f\u7b49\u3002
\u5341\u4e8c\u3001 \u5b8c\u6574\u534f\u8bae
1) \u672c\u534f\u8bae\u7531\u300aBitCooo\u670d\u52a1\u534f\u8bae\u300b\u3001\u300aBitCooo\u9690\u79c1\u653f\u7b56\u300b\u53ca\u672c\u516c\u53f8\u4e0d\u65f6\u516c\u5e03\u7684\u5404\u9879\u89c4\u5219\u7ec4\u6210\u3002
2) \u672c\u534f\u8bae\u90e8\u5206\u5185\u5bb9\u88ab\u6709\u7ba1\u8f96\u6743\u7684\u6cd5\u9662\u8ba4\u5b9a\u4e3a\u8fdd\u53cd\u6216\u65e0\u6548\u7684\uff0c\u4e0d\u56e0\u6b64\u5f71\u54cd\u5176\u4ed6\u5185\u5bb9\u7684\u6548\u529b\u3002
3) \u672c\u534f\u8bae\u7684\u4efb\u4f55\u8bd1\u6587\u7248\u672c\u4ec5\u4e3a\u65b9\u4fbf\u7528\u6237\u800c\u63d0\u4f9b\uff0c\u65e0\u610f\u5bf9\u672c\u534f\u8bae\u7684\u6761\u6b3e\u8fdb\u884c\u4fee\u6539\u3002\u5982\u679c\u672c\u534f\u8bae\u7684\u4e2d\u6587\u7248\u672c\u4e0e\u975e\u4e2d\u6587\u7248\u672c\u4e4b\u95f4\u5b58\u5728\u51b2\u7a81\uff0c\u5e94\u4ee5\u4e2d\u6587\u7248\u672c\u4e3a\u51c6\u3002
\u5341\u4e09\u3001 \u77e5\u8bc6\u4ea7\u6743\u4fdd\u62a4
BitCooo\u7cfb\u672c\u516c\u53f8\u5f00\u53d1\u5e76\u62e5\u6709\u77e5\u8bc6\u4ea7\u6743\u7684\u5e94\u7528\u7a0b\u5e8f\u3002 BitCooo\u4e2d\u663e\u793a\u7684\u4efb\u4f55\u5185\u5bb9\uff08\u5305\u62ec\u672c\u534f\u8bae\u3001\u516c\u544a\u3001\u6587\u7ae0\u3001\u89c6\u9891\u3001\u97f3\u9891\u3001\u56fe\u7247\u3001\u6863\u6848\u3001\u8d44\u8baf\u3001\u8d44\u6599\u3001\u5546\u6807\u6216\u6807\u8bc6\uff09\u7684\u77e5\u8bc6\u4ea7\u6743\u5f52\u672c\u516c\u53f8\u6216\u7b2c\u4e09\u65b9\u6743\u5229\u4eba\u6240\u6709\u3002\u7528\u6237\u4ec5\u53ef\u4e3a\u6301\u6709\u548c\u7ba1\u7406\u6570\u5b57\u4ee3\u5e01\u4e4b\u76ee\u7684\u4f7f\u7528BitCooo\u5e94\u7528\u7a0b\u5e8f\u53ca\u5176\u4e2d\u7684\u5185\u5bb9\u3002\u672a\u7ecf\u672c\u516c\u53f8\u6216\u7b2c\u4e09\u65b9\u6743\u5229\u4eba\u7684\u4e8b\u5148\u4e66\u9762\u540c\u610f\uff0c\u4efb\u4f55\u4eba\u4e0d\u5f97\u64c5\u81ea\u4f7f\u7528\u3001\u4fee\u6539\u3001\u53cd\u5411\u7f16\u8bd1\u3001\u590d\u5236\u3001\u516c\u5f00\u4f20\u64ad\u3001\u6539\u53d8\u3001\u6563\u5e03\u3001\u53d1\u884c\u6216\u516c\u5f00\u53d1\u8868\u4e0a\u8ff0\u5e94\u7528\u7a0b\u5e8f\u53ca\u5185\u5bb9\u3002
\u5341\u56db\u3001 \u6cd5\u5f8b\u9002\u7528\u4e0e\u4e89\u8bae\u89e3\u51b3
1) \u672c\u534f\u8bae\u53ca\u5176\u4fee\u8ba2\u7248\u4e4b\u6548\u529b\u3001\u89e3\u91ca\u3001\u53d8\u66f4\u3001\u6267\u884c\u4e0e\u4e89\u8bae\u89e3\u51b3\u5747\u9002\u7528\u672c\u516c\u53f8\u5171\u548c\u56fd\u6cd5\u5f8b\uff0c\u5982\u65e0\u76f8\u5173\u6cd5\u5f8b\u89c4\u5b9a\uff0c\u5219\u5e94\u5f53\u9002\u7528\u56fd\u9645\u5546\u4e1a\u60ef\u4f8b\u548c\uff08\u6216\uff09\u884c\u4e1a\u60ef\u4f8b\u3002
2) \u82e5\u60a8\u548c\u672c\u516c\u53f8\u4e4b\u95f4\u53d1\u751f\u4efb\u4f55\u7ea0\u7eb7\u6216\u4e89\u8bae\uff0c\u9996\u5148\u5e94\u53cb\u597d\u534f\u5546\u89e3\u51b3\uff0c\u534f\u5546\u4e0d\u6210\u7684\uff0c\u4efb\u4f55\u4e00\u65b9\u53ef\u63d0\u4ea4\u672c\u516c\u53f8\u6240\u5728\u5730\u6709\u7ba1\u8f96\u6743\u7684\u4eba\u6c11\u6cd5\u9662\u7ba1\u8f96\u3002
\u5341\u4e94\u3001 \u5176\u4ed6
1) \u5982\u60a8\u662f\u65b0\u52a0\u5761\u4ee5\u5916\u7528\u6237\uff0c\u60a8\u9700\u5168\u9762\u4e86\u89e3\u5e76\u9075\u5b88\u60a8\u6240\u5728\u53f8\u6cd5\u8f96\u533a\u4e0e\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52a1\u6240\u6709\u76f8\u5173\u6cd5\u5f8b\u3001\u6cd5\u89c4\u53ca\u89c4\u5219\u3002
2) \u60a8\u5728\u4f7f\u7528\u672c\u516c\u53f8\u670d\u52a1\u8fc7\u7a0b\u4e2d\uff0c\u5982\u9047\u5230\u4efb\u4f55\u95ee\u9898\uff0c\u60a8\u53ef\u4ee5\u901a\u8fc7\u5728BitCooo\u63d0\u4ea4\u53cd\u9988\u7b49\u65b9\u5f0f\u8054\u7cfb\u6211\u4eec\u3002
3) \u60a8\u53ef\u4ee5\u5728BitCooo\u4e2d\u67e5\u770b\u672c\u534f\u8bae\u3002 \u672c\u516c\u53f8\u9f13\u52b1\u60a8\u5728\u6bcf\u6b21\u8bbf\u95eeBitCooo\u65f6\u90fd\u67e5\u9605\u672c\u516c\u53f8\u7684\u670d\u52a1\u534f\u8bae\u3002
\u672c\u534f\u8bae\u672a\u5c3d\u4e8b\u5b9c\uff0c\u60a8\u9700\u9075\u5b88\u672c\u516c\u53f8\u4e0d\u65f6\u66f4\u65b0\u7684\u516c\u544a\u53ca\u76f8\u5173\u89c4\u5219\u3002
BitCooo


\n"),n)};t.default=a},"3fb5":function(e,t){"function"===typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},"3fca":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.FunctionFragment=t.ConstructorFragment=t.EventFragment=t.Fragment=t.ParamType=t.FormatTypes=void 0;var n=r("d448"),i=r("d8c6"),a=r("fa24"),o=r("2664");function s(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&u(e,t)}function u(e,t){return u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},u(e,t)}function c(e){var t=d();return function(){var r,n=h(e);if(t){var i=h(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return l(this,r)}}function l(e,t){return!t||"object"!==typeof t&&"function"!==typeof t?f(e):t}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function h(e){return h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},h(e)}function p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function v(e,t){for(var r=0;r=0||"tuple"===e)&&w[t])return!0;return(y[t]||"payable"===t)&&b.throwArgumentError("invalid modifier","name",t),!1}function k(e,t){var r=e;function n(t){b.throwArgumentError("unexpected character at position ".concat(t),"param",e)}function i(e){var r={type:"",name:"",parent:e,state:{allowType:!0}};return t&&(r.indexed=!1),r}e=e.replace(/\s/g," ");for(var a={type:"",name:"",state:{allowType:!0}},o=a,s=0;s2&&b.throwArgumentError("invalid human-readable ABI signature","value",e),r[1].match(/^[0-9]+$/)||b.throwArgumentError("invalid human-readable ABI signature gas","value",e),t.gas=n.BigNumber.from(r[1]),r[0]):e}function I(t,r){r.constant=!1,r.payable=!1,r.stateMutability="nonpayable",t.split(" ").forEach((function(t){switch(t.trim()){case"constant":r.constant=!0;break;case"payable":r.payable=!0,r.stateMutability="payable";break;case"nonpayable":r.payable=!1,r.stateMutability="nonpayable";break;case"pure":r.constant=!0,r.stateMutability="pure";break;case"view":r.constant=!0,r.stateMutability="view";break;case"external":case"public":case"":break;default:e("log","unknown modifier: "+t," at node_modules/@ethersproject/abi/lib.esm/fragments.js:506")}}))}function j(e){var t={constant:!1,payable:!0,stateMutability:"payable"};return null!=e.stateMutability?(t.stateMutability=e.stateMutability,t.constant="view"===t.stateMutability||"pure"===t.stateMutability,null!=e.constant&&!!e.constant!==t.constant&&b.throwArgumentError("cannot have constant function with mutability "+t.stateMutability,"value",e),t.payable="payable"===t.stateMutability,null!=e.payable&&!!e.payable!==t.payable&&b.throwArgumentError("cannot have payable function with mutability "+t.stateMutability,"value",e)):null!=e.payable?(t.payable=!!e.payable,null!=e.constant||t.payable||"constructor"===e.type||b.throwArgumentError("unable to determine stateMutability","value",e),t.constant=!!e.constant,t.constant?t.stateMutability="view":t.stateMutability=t.payable?"payable":"nonpayable",t.payable&&t.constant&&b.throwArgumentError("cannot have constant payable function","value",e)):null!=e.constant?(t.constant=!!e.constant,t.payable=!t.constant,t.stateMutability=t.constant?"view":"payable"):"constructor"!==e.type&&b.throwArgumentError("unable to determine stateMutability","value",e),t}t.EventFragment=T;var B=function(e){s(r,e);var t=c(r);function r(){return p(this,r),t.apply(this,arguments)}return m(r,[{key:"format",value:function(e){if(e||(e=S.sighash),S[e]||b.throwArgumentError("invalid format type","format",e),e===S.json)return JSON.stringify({type:"constructor",stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payble:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((function(t){return JSON.parse(t.format(e))}))});e===S.sighash&&b.throwError("cannot format a constructor for sighash",a.Logger.errors.UNSUPPORTED_OPERATION,{operation:"format(sighash)"});var t="constructor("+this.inputs.map((function(t){return t.format(e)})).join(e===S.full?", ":",")+") ";return this.stateMutability&&"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "),t.trim()}}],[{key:"from",value:function(e){return"string"===typeof e?r.fromString(e):r.fromObject(e)}},{key:"fromObject",value:function(e){if(r.isConstructorFragment(e))return e;"constructor"!==e.type&&b.throwArgumentError("invalid constructor object","value",e);var t=j(e);t.constant&&b.throwArgumentError("constructor cannot be constant","value",e);var i={name:null,type:e.type,inputs:e.inputs?e.inputs.map(E.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?n.BigNumber.from(e.gas):null};return new r(g,i)}},{key:"fromString",value:function(e){var t={type:"constructor"};e=O(e,t);var n=e.match(U);return n&&"constructor"===n[1].trim()||b.throwArgumentError("invalid constructor string","value",e),t.inputs=C(n[2].trim(),!1),I(n[3].trim(),t),r.fromObject(t)}},{key:"isConstructorFragment",value:function(e){return e&&e._isFragment&&"constructor"===e.type}}]),r}(P);t.ConstructorFragment=B;var N=function(e){s(r,e);var t=c(r);function r(){return p(this,r),t.apply(this,arguments)}return m(r,[{key:"format",value:function(e){if(e||(e=S.sighash),S[e]||b.throwArgumentError("invalid format type","format",e),e===S.json)return JSON.stringify({type:"function",name:this.name,constant:this.constant,stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payble:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((function(t){return JSON.parse(t.format(e))})),ouputs:this.outputs.map((function(t){return JSON.parse(t.format(e))}))});var t="";return e!==S.sighash&&(t+="function "),t+=this.name+"("+this.inputs.map((function(t){return t.format(e)})).join(e===S.full?", ":",")+") ",e!==S.sighash&&(this.stateMutability?"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "):this.constant&&(t+="view "),this.outputs&&this.outputs.length&&(t+="returns ("+this.outputs.map((function(t){return t.format(e)})).join(", ")+") "),null!=this.gas&&(t+="@"+this.gas.toString()+" ")),t.trim()}}],[{key:"from",value:function(e){return"string"===typeof e?r.fromString(e):r.fromObject(e)}},{key:"fromObject",value:function(e){if(r.isFunctionFragment(e))return e;"function"!==e.type&&b.throwArgumentError("invalid function object","value",e);var t=j(e),i={type:e.type,name:M(e.name),constant:t.constant,inputs:e.inputs?e.inputs.map(E.fromObject):[],outputs:e.outputs?e.outputs.map(E.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?n.BigNumber.from(e.gas):null};return new r(g,i)}},{key:"fromString",value:function(e){var t={type:"function"};e=O(e,t);var n=e.split(" returns ");n.length>2&&b.throwArgumentError("invalid function string","value",e);var i=n[0].match(U);if(i||b.throwArgumentError("invalid function signature","value",e),t.name=i[1].trim(),t.name&&M(t.name),t.inputs=C(i[2],!1),I(i[3].trim(),t),n.length>1){var a=n[1].match(U);""==a[1].trim()&&""==a[3].trim()||b.throwArgumentError("unexpected tokens","value",e),t.outputs=C(a[2],!1)}else t.outputs=[];return r.fromObject(t)}},{key:"isFunctionFragment",value:function(e){return e&&e._isFragment&&"function"===e.type}}]),r}(B);function R(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}t.FunctionFragment=N;var $=new RegExp("^[A-Za-z_][A-Za-z0-9_]*$");function M(e){return e&&e.match($)||b.throwArgumentError('invalid identifier "'.concat(e,'"'),"value",e),e}var U=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$");function F(e){e=e.trim();for(var t=[],r="",n=0,i=0;i0?C+E:""}},"412c":function(e,t,r){"use strict";r.r(t);var n=r("080f"),i=r("1727");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"41ffda16",null,!1,n["a"],o);t["default"]=u.exports},4136:function(e,t,r){"use strict";var n=t;n.base=r("ea53"),n.short=r("3300"),n.mont=r("676f"),n.edwards=r("3daf")},"41df":function(e,t,r){var n=t;n.Reporter=r("d1c8").Reporter,n.DecoderBuffer=r("6283").DecoderBuffer,n.EncoderBuffer=r("6283").EncoderBuffer,n.Node=r("8360")},4228:function(e,t,r){var n=r("82f0"),i=r("8707").Buffer,a=r("bac2"),o=r("09f5"),s=r("6430"),u=r("39f5"),c=r("ae84"),l=r("3fb5");function f(e,t,r){s.call(this),this._cache=new d,this._last=void 0,this._cipher=new u.AES(t),this._prev=i.from(r),this._mode=e,this._autopadding=!0}function d(){this.cache=i.allocUnsafe(0)}function h(e){var t=e[15];if(t<1||t>16)throw new Error("unable to decrypt data");var r=-1;while(++r16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t}else if(this.cache.length>=16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t;return null},d.prototype.flush=function(){if(this.cache.length)return this.cache},t.createDecipher=v,t.createDecipheriv=p},4236:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=a(r("b34b")),i=a(r("b366"));function a(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:String(new Date);(0,n.default)(e);var r=(0,i.default)(t),a=(0,i.default)(e);return!!(a&&r&&a>r)}e.exports=t.default,e.exports.default=t.default},"429b":function(e,t,r){e.exports=r("faa1").EventEmitter},"42e8":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",{staticClass:e._$s(0,"sc","ac"),attrs:{_i:0}},[n("navigation",{attrs:{showBack:!1,bgnum:!0,_i:1}},[n("image",{staticClass:e._$s(2,"sc","back"),attrs:{src:e._$s(2,"a-src",r("a439")),_i:2},on:{click:function(t){return e.back()}}}),n("text",{staticClass:e._$s(3,"sc","big_title"),attrs:{_i:3}},[e._v(e._$s(3,"t0-0",e._s(e.coin.name))+e._$s(3,"t0-1",e._s(e.i18n.Transfer)))])]),n("view",{staticClass:e._$s(4,"sc","main"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","main_con"),attrs:{_i:5}},[n("view",{staticClass:e._$s(6,"sc","yuan"),attrs:{_i:6}},[n("image",{staticClass:e._$s(7,"sc","img1"),attrs:{src:e._$s(7,"a-src",e.coin.icon),_i:7}})]),n("view",{staticClass:e._$s(8,"sc","title"),attrs:{_i:8}},[e._v(e._$s(8,"t0-0",e._s(e.coin.name)))]),n("view",{staticClass:e._$s(9,"sc","item"),attrs:{_i:9}},[n("view",{staticClass:e._$s(10,"sc","top flex"),attrs:{_i:10}},[n("view",{staticClass:e._$s(11,"sc","text1"),attrs:{_i:11}},[e._v(e._$s(11,"t0-0",e._s(e.i18n.Receivingaddress)))]),n("view",{staticClass:e._$s(12,"sc","text2"),attrs:{_i:12},on:{click:function(t){return e.goAddress("transfer")}}},[e._v(e._$s(12,"t0-0",e._s(e.i18n.AddressBook)))])]),n("view",{staticClass:e._$s(13,"sc","inputcon"),attrs:{_i:13}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.transInfoPass.toAddress,expression:"transInfoPass.toAddress"}],staticClass:e._$s(14,"sc","input1"),attrs:{placeholder:e._$s(14,"a-placeholder",e.teee),_i:14},domProps:{value:e._$s(14,"v-model",e.transInfoPass.toAddress)},on:{input:function(t){t.target.composing||e.$set(e.transInfoPass,"toAddress",t.target.value)}}}),n("image",{staticClass:e._$s(15,"sc","img1"),attrs:{src:e._$s(15,"a-src",r("5979")),_i:15},on:{click:e.scanCode}})])]),n("view",{staticClass:e._$s(16,"sc","item"),attrs:{_i:16}},[n("view",{staticClass:e._$s(17,"sc","top flex"),attrs:{_i:17}},[n("view",{staticClass:e._$s(18,"sc","text1"),attrs:{_i:18}},[e._v(e._$s(18,"t0-0",e._s(e.i18n.Transferamount)))])]),n("view",{staticClass:e._$s(19,"sc","inputcon2 flex"),attrs:{_i:19}},[n("view",{staticClass:e._$s(20,"sc","inputc flex"),attrs:{_i:20}},[n("view",{staticClass:e._$s(21,"sc","textt"),attrs:{_i:21}},[e._v(e._$s(21,"t0-0",e._s(e.coin.name)))]),n("input",{directives:[{name:"model",rawName:"v-model",value:e.transInfoPass.amount,expression:"transInfoPass.amount"}],staticClass:e._$s(22,"sc","input3"),attrs:{_i:22},domProps:{value:e._$s(22,"v-model",e.transInfoPass.amount)},on:{input:function(t){t.target.composing||e.$set(e.transInfoPass,"amount",t.target.value)}}})]),n("text"),n("view",{staticClass:e._$s(24,"sc","inputc flex"),attrs:{_i:24}},[n("view",{staticClass:e._$s(25,"sc","textt"),attrs:{_i:25}},[e._v(e._$s(25,"t0-0",e._s(e.currency)))]),n("input",{staticClass:e._$s(26,"sc","input3"),attrs:{value:e._$s(26,"a-value",(e.price*e.transInfoPass.amount).toFixed(2)),_i:26}})])]),n("view",{staticClass:e._$s(27,"sc","top flex bottom"),attrs:{_i:27}},[n("view",{staticClass:e._$s(28,"sc","text3"),attrs:{_i:28}},[e._v(e._$s(28,"t0-0",e._s(e.i18n.Balance))+e._$s(28,"t0-1",e._s(e.coin.balance)))]),n("view",{staticClass:e._$s(29,"sc","text1 bg"),attrs:{_i:29},on:{click:e.forAll}},[e._v(e._$s(29,"t0-0",e._s(e.i18n.ALL)))])])]),n("view",{staticClass:e._$s(30,"sc","item"),attrs:{_i:30}},[n("view",{staticClass:e._$s(31,"sc","top flex"),attrs:{_i:31}},[n("view",{staticClass:e._$s(32,"sc","text1"),attrs:{_i:32}},[e._v(e._$s(32,"t0-0",e._s(e.i18n.Remark)))])]),n("view",{staticClass:e._$s(33,"sc","inputcon"),attrs:{_i:33}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.transInfoPass.remark,expression:"transInfoPass.remark"}],staticClass:e._$s(34,"sc","input1"),attrs:{placeholder:e._$s(34,"a-placeholder",e.teee2),_i:34},domProps:{value:e._$s(34,"v-model",e.transInfoPass.remark)},on:{input:function(t){t.target.composing||e.$set(e.transInfoPass,"remark",t.target.value)}}})])])])]),e._$s(35,"i",e.showBottom)?n("view",{staticClass:e._$s(35,"sc","big_con"),attrs:{_i:35}},[n("view",{staticClass:e._$s(36,"sc","tiao"),attrs:{_i:36},on:{click:e.cancelAll}}),n("view",{staticClass:e._$s(37,"sc","bigtitle"),attrs:{_i:37}},[e._v(e._$s(37,"t0-0",e._s(e.i18n.Transferconfirmation)))]),n("view",{staticClass:e._$s(38,"sc","bottom_con"),attrs:{_i:38}},[n("view",{staticClass:e._$s(39,"sc","yuan"),attrs:{_i:39}},[n("image",{staticClass:e._$s(40,"sc","img1"),attrs:{src:e._$s(40,"a-src",e.coin.icon),_i:40}})]),n("view",{staticClass:e._$s(41,"sc","title"),attrs:{_i:41}},[e._v(e._$s(41,"t0-0",e._s(e.coin.type)))]),n("view",{staticClass:e._$s(42,"sc","title_con flex"),attrs:{_i:42}},[n("view",{staticClass:e._$s(43,"sc","text1"),attrs:{_i:43}}),n("view",{staticClass:e._$s(44,"sc","text1"),attrs:{_i:44}},[e._v(e._$s(44,"t0-0",e._s(e.transInfoPass.amount))+e._$s(44,"t0-1",e._s(e.coin.name)))])]),n("view",{staticClass:e._$s(45,"sc","item"),attrs:{_i:45}},[n("view",{staticClass:e._$s(46,"sc","text1"),attrs:{_i:46}}),n("view",{staticClass:e._$s(47,"sc","text2"),attrs:{_i:47}},[e._v(e._$s(47,"t0-0",e._s(e.transInfoPass.fromAddress)))])]),n("view",{staticClass:e._$s(48,"sc","item"),attrs:{_i:48}},[n("view",{staticClass:e._$s(49,"sc","text1"),attrs:{_i:49}},[e._v(e._$s(49,"t0-0",e._s(e.i18n.Receivingaddress)))]),n("view",{staticClass:e._$s(50,"sc","text2"),attrs:{_i:50}},[e._v(e._$s(50,"t0-0",e._s(e.transInfoPass.toAddress)))])]),n("view",{staticClass:e._$s(51,"sc","item"),attrs:{_i:51}},[n("view",{staticClass:e._$s(52,"sc","text1"),attrs:{_i:52}},[e._v(e._$s(52,"t0-0",e._s(e.i18n.Remark)))]),n("view",{staticClass:e._$s(53,"sc","text2"),attrs:{_i:53}},[e._v(e._$s(53,"t0-0",e._s(e.transInfoPass.remark)))])]),n("view",{staticClass:e._$s(54,"sc","item"),attrs:{_i:54}},[n("view",{staticClass:e._$s(55,"sc","text1"),attrs:{_i:55}},[e._v(e._$s(55,"t0-0",e._s(e.i18n.Transactionfee)))]),n("view",{staticClass:e._$s(56,"sc","text2"),attrs:{_i:56}},[e._v(e._$s(56,"t0-0",e._s(e.transInfoPass.fee))+e._$s(56,"t0-1",e._s(e.coin.type)))])]),n("view",{staticClass:e._$s(57,"sc","goto"),attrs:{_i:57},on:{click:e.confirmTo}},[e._v(e._$s(57,"t0-0",e._s(e.i18n.Confirm)))])])]):e._e(),n("u-mask",{attrs:{"z-index":"10",show:e.show,_i:58},on:{click:e.cancelAll}}),e._$s(59,"i",e.showFinger)?n("view",{staticClass:e._$s(59,"sc","zhiwen_con"),attrs:{_i:59}},[n("view",{staticClass:e._$s(60,"sc","tiao"),attrs:{_i:60},on:{click:e.cancel}}),n("view",{staticClass:e._$s(61,"sc","bigtitle"),attrs:{_i:61}},[e._v(e._$s(61,"t0-0",e._s(e.i18n.Fingerprintpassword)))]),n("view",{staticClass:e._$s(62,"sc","bottom_con"),attrs:{_i:62}},[n("image",{staticClass:e._$s(63,"sc","img1"),attrs:{src:e._$s(63,"a-src",r("1271")),_i:63}}),n("view",{staticClass:e._$s(64,"sc","text1"),attrs:{_i:64}},[e._v(e._$s(64,"t0-0",e._s(e.i18n.fingerprintsensor)))]),n("view",{staticClass:e._$s(65,"sc","flex con"),attrs:{_i:65}},[n("view",{staticClass:e._$s(66,"sc","textt1"),attrs:{_i:66},on:{click:e.goPassword}},[e._v(e._$s(66,"t0-0",e._s(e.i18n.UsePassword)))]),n("view",{staticClass:e._$s(67,"sc","textt2"),attrs:{_i:67},on:{click:e.cancel}},[e._v(e._$s(67,"t0-0",e._s(e.i18n.Cancel)))])])])]):e._e(),e._$s(68,"i",e.fingerFail)?n("view",{staticClass:e._$s(68,"sc","zhiwen_con"),attrs:{_i:68}},[n("view",{staticClass:e._$s(69,"sc","tiao"),attrs:{_i:69}}),n("view",{staticClass:e._$s(70,"sc","bigtitle"),attrs:{_i:70}},[e._v(e._$s(70,"t0-0",e._s(e.i18n.Fingerprintpassword)))]),n("view",{staticClass:e._$s(71,"sc","bottom_con"),attrs:{_i:71}},[n("image",{staticClass:e._$s(72,"sc","img1"),attrs:{src:e._$s(72,"a-src",r("1874")),_i:72}}),n("view",{staticClass:e._$s(73,"sc","text1 red"),attrs:{_i:73}},[e._v(e._$s(73,"t0-0",e._s(e.i18n.Fingerprintrecognized))),n("br"),n("text",{attrs:{_i:75},on:{click:function(t){return e.confirmTo("try")}}},[e._v(e._$s(75,"t0-0",e._s(e.i18n.Tryagain)))])]),n("view",{staticClass:e._$s(76,"sc","flex con"),attrs:{_i:76}},[n("view",{staticClass:e._$s(77,"sc","textt1"),attrs:{_i:77},on:{click:e.goPassword}},[e._v(e._$s(77,"t0-0",e._s(e.i18n.UsePassword)))]),n("view",{staticClass:e._$s(78,"sc","textt2"),attrs:{_i:78},on:{click:e.cancelFail}},[e._v(e._$s(78,"t0-0",e._s(e.i18n.Cancel)))])])])]):e._e(),e._$s(79,"i",e.fingerSuccess)?n("view",{staticClass:e._$s(79,"sc","zhiwen_con"),attrs:{_i:79}},[n("view",{staticClass:e._$s(80,"sc","tiao"),attrs:{_i:80}}),n("view",{staticClass:e._$s(81,"sc","bigtitle"),attrs:{_i:81}},[e._v(e._$s(81,"t0-0",e._s(e.i18n.fingerPass)))]),n("view",{staticClass:e._$s(82,"sc","bottom_con"),attrs:{_i:82}},[n("image",{staticClass:e._$s(83,"sc","img1"),attrs:{src:e._$s(83,"a-src",r("771d")),_i:83}}),n("view",{staticClass:e._$s(84,"sc","text1 green"),attrs:{_i:84}},[e._v(e._$s(84,"t0-0",e._s(e.i18n.Fingerprintrecognized)))]),n("view",{staticClass:e._$s(85,"sc","flex con"),attrs:{_i:85}},[n("view",{staticClass:e._$s(86,"sc","textt1"),attrs:{_i:86}},[e._v(e._$s(86,"t0-0",e._s(e.i18n.UsePassword)))]),n("view",{staticClass:e._$s(87,"sc","textt2"),attrs:{_i:87}},[e._v(e._$s(87,"t0-0",e._s(e.i18n.Confirm)))])])])]):e._e(),n("view",{staticClass:e._$s(88,"sc","btn_con"),attrs:{_i:88},on:{click:e.Confirm}},[n("view",{staticClass:e._$s(89,"sc","btn"),attrs:{_i:89}},[e._v(e._$s(89,"t0-0",e._s(e.i18n.Confirm)))])])],1)},a=[]},4328:function(e,t,r){"use strict";var n=r("4127"),i=r("9e6a"),a=r("b313");e.exports={formats:a,parse:i,stringify:n}},4362:function(e,t,r){t.nextTick=function(e){var t=Array.prototype.slice.call(arguments);t.shift(),setTimeout((function(){e.apply(null,t)}),0)},t.platform=t.arch=t.execPath=t.title="browser",t.pid=1,t.browser=!0,t.env={},t.argv=[],t.binding=function(e){throw new Error("No such module. (Possibly not yet loaded)")},function(){var e,n="/";t.cwd=function(){return n},t.chdir=function(t){e||(e=r("df7c")),n=e.resolve(t,n)}}(),t.exit=t.kill=t.umask=t.dlopen=t.uptime=t.memoryUsage=t.uvCounters=function(){},t.features={}},4396:function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",{staticClass:e._$s(0,"sc","u-char-box"),attrs:{_i:0}},[r("view",{staticClass:e._$s(1,"sc","u-char-flex"),attrs:{_i:1}},[r("input",{staticClass:e._$s(2,"sc","u-input"),attrs:{disabled:e._$s(2,"a-disabled",e.disabledKeyboard),value:e._$s(2,"a-value",e.valueModel),focus:e._$s(2,"a-focus",e.focus),maxlength:e._$s(2,"a-maxlength",e.maxlength),_i:2},on:{input:e.getVal}}),e._l(e._$s(3,"f",{forItems:e.loopCharArr}),(function(t,n,i,a){return r("view",{key:e._$s(3,"f",{forIndex:i,key:n})},[r("view",{class:e._$s("4-"+a,"c",[e.breathe&&e.charArrLength==n?"u-breathe":"","u-char-item",e.charArrLength===n&&"box"==e.mode?"u-box-active":"","box"===e.mode?"u-box":""]),style:e._$s("4-"+a,"s",{fontWeight:e.bold?"bold":"normal",fontSize:e.fontSize+"rpx",width:e.width+"rpx",height:e.width+"rpx",color:e.inactiveColor,borderColor:e.charArrLength===n&&"box"==e.mode?e.activeColor:e.inactiveColor}),attrs:{_i:"4-"+a}},[e._$s("5-"+a,"i","middleLine"!==e.mode)?r("view",{staticClass:e._$s("5-"+a,"sc","u-placeholder-line"),style:e._$s("5-"+a,"s",{display:e.charArrLength===n?"block":"none",height:.5*e.width+"rpx"}),attrs:{_i:"5-"+a}}):e._e(),e._$s("6-"+a,"i","middleLine"===e.mode&&e.charArrLength<=n)?r("view",{staticClass:e._$s("6-"+a,"sc","u-middle-line"),class:e._$s("6-"+a,"c",[e.breathe&&e.charArrLength==n?"u-breathe":"",e.charArrLength===n?"u-middle-line-active":""]),style:e._$s("6-"+a,"s",{height:e.bold?"4px":"2px",background:e.charArrLength===n?e.activeColor:e.inactiveColor}),attrs:{_i:"6-"+a}}):e._e(),e._$s("7-"+a,"i","bottomLine"===e.mode)?r("view",{staticClass:e._$s("7-"+a,"sc","u-bottom-line"),class:e._$s("7-"+a,"c",[e.breathe&&e.charArrLength==n?"u-breathe":"",e.charArrLength===n?"u-buttom-line-active":""]),style:e._$s("7-"+a,"s",{height:e.bold?"4px":"2px",background:e.charArrLength===n?e.activeColor:e.inactiveColor}),attrs:{_i:"7-"+a}}):e._e(),e._$s("8-"+a,"i",!e.dotFill)?[e._v(e._$s("8-"+a,"t0-0",e._s(e.charArr[n]?e.charArr[n]:"")))]:[r("text",{staticClass:e._$s("10-"+a,"sc","u-dot"),attrs:{_i:"10-"+a}},[e._v(e._$s("10-"+a,"t0-0",e._s(e.charArr[n]?"\u25cf":"")))])]],2)])}))],2)])},a=[]},4397:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=d;var n=s(r("b34b")),i=s(r("edca")),a=s(r("3a1a")),o=s(r("b910"));function s(e){return e&&e.__esModule?e:{default:e}}var u={protocols:["http","https","ftp"],require_tld:!0,require_protocol:!1,require_host:!0,require_valid_protocol:!0,allow_underscores:!1,allow_trailing_dot:!1,allow_protocol_relative_urls:!1},c=/^\[([^\]]+)\](?::([0-9]+))?$/;function l(e){return"[object RegExp]"===Object.prototype.toString.call(e)}function f(e,t){for(var r=0;r=2083||/[\s<>]/.test(e))return!1;if(0===e.indexOf("mailto:"))return!1;var r,s,l,d,h,p,v,m;if(t=(0,o.default)(t,u),v=e.split("#"),e=v.shift(),v=e.split("?"),e=v.shift(),v=e.split("://"),v.length>1){if(r=v.shift().toLowerCase(),t.require_valid_protocol&&-1===t.protocols.indexOf(r))return!1}else{if(t.require_protocol)return!1;if("//"===e.substr(0,2)){if(!t.allow_protocol_relative_urls)return!1;v[0]=e.substr(2)}}if(e=v.join("://"),""===e)return!1;if(v=e.split("/"),e=v.shift(),""===e&&!t.require_host)return!0;if(v=e.split("@"),v.length>1){if(t.disallow_auth)return!1;if(s=v.shift(),s.indexOf(":")>=0&&s.split(":").length>2)return!1}d=v.join("@"),p=null,m=null;var b=d.match(c);return b?(l="",m=b[1],p=b[2]||null):(v=d.split(":"),l=v.shift(),v.length&&(p=v.join(":"))),!(null!==p&&(h=parseInt(p,10),!/^[0-9]+$/.test(p)||h<=0||h>65535))&&(!!((0,a.default)(l)||(0,i.default)(l,t)||m&&(0,a.default)(m,6))&&(l=l||m,!(t.host_whitelist&&!f(l,t.host_whitelist))&&(!t.host_blacklist||!f(l,t.host_blacklist))))}e.exports=t.default,e.exports.default=t.default},"43a9":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{mnemonics:[],wordArr:[],show:!1,index:0,returnIndex:0,mnemonics2:[],show2:!1}},computed:{i18n:function(){return this.$t("index")}},methods:{back:function(){uni.reLaunch({url:"/pages/menu/wallet/mwallet/manage/index"})},goTranPaw:function(){uni.navigateTo({url:"/pages/menu/profile/index"})},restart:function(){uni.redirectTo({url:"../backUp3/index"})},confirm:function(){for(var e=!1,t=0;t0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,n=i(e,!1),o=n[0],s=n[1],u=n[2],c=i(t,!1),l=c[0],f=c[1],d=c[2],h=(l-o)/r,p=(f-s)/r,v=(d-u)/r,m=[],b=0;b1&&void 0!==arguments[1])||arguments[1],r=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(e=e.toLowerCase(),e&&r.test(e)){if(4===e.length){for(var n="#",i=1;i<4;i+=1)n+=e.slice(i,i+1).concat(e.slice(i,i+1));e=n}for(var a=[],o=1;o<7;o+=2)a.push(parseInt("0x"+e.slice(o,o+2)));return t?"rgb(".concat(a[0],",").concat(a[1],",").concat(a[2],")"):a}if(/^(rgb|RGB)/.test(e)){var s=e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");return s.map((function(e){return Number(e)}))}return e}function a(e){var t=e,r=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(/^(rgb|RGB)/.test(t)){for(var n=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(","),i="#",a=0;a1&&void 0!==arguments[1]?arguments[1]:.3;e=a(e);var r=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/,n=e.toLowerCase();if(n&&r.test(n)){if(4===n.length){for(var i="#",o=1;o<4;o+=1)i+=n.slice(o,o+1).concat(n.slice(o,o+1));n=i}for(var s=[],u=1;u<7;u+=2)s.push(parseInt("0x"+n.slice(u,u+2)));return"rgba("+s.join(",")+","+t+")"}return n}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s={colorGradient:n,hexToRgb:i,rgbToHex:a,colorToRgba:o};t.default=s},4906:function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",{staticClass:e._$s(0,"sc","u-checkbox-group u-clearfix"),attrs:{_i:0}},[e._t("default",null,{_i:1})],2)},a=[]},4919:function(e,t,r){var n=r("0fef"),i=r("2753"),a=r("7774"),o=r("8236"),s=r("add1"),u=[{name:"bitcoin",symbol:"btc",addressTypes:{prod:["00","05"],testnet:["6f","c4"]},validator:a},{name:"bitcoincash",symbol:"bch",addressTypes:{prod:["00","05"],testnet:["6f","c4"]},validator:a},{name:"litecoin",symbol:"ltc",addressTypes:{prod:["30","05","32"],testnet:["6f","c4","3a"]},validator:a},{name:"peercoin",symbol:"ppc",addressTypes:{prod:["37","75"],testnet:["6f","c4"]},validator:a},{name:"dogecoin",symbol:"doge",addressTypes:{prod:["1e","16"],testnet:["71","c4"]},validator:a},{name:"beavercoin",symbol:"bvc",addressTypes:{prod:["19","05"],testnet:["6f","c4"]},validator:a},{name:"freicoin",symbol:"frc",addressTypes:{prod:["00","05"],testnet:["6f","c4"]},validator:a},{name:"protoshares",symbol:"pts",addressTypes:{prod:["38","05"],testnet:["6f","c4"]},validator:a},{name:"megacoin",symbol:"mec",addressTypes:{prod:["32","05"],testnet:["6f","c4"]},validator:a},{name:"primecoin",symbol:"xpm",addressTypes:{prod:["17","53"],testnet:["6f","c4"]},validator:a},{name:"auroracoin",symbol:"aur",addressTypes:{prod:["17","05"],testnet:["6f","c4"]},validator:a},{name:"namecoin",symbol:"nmc",addressTypes:{prod:["34"],testnet:[]},validator:a},{name:"biocoin",symbol:"bio",addressTypes:{prod:["19","14"],testnet:["6f","c4"]},validator:a},{name:"garlicoin",symbol:"grlc",addressTypes:{prod:["26","05"],testnet:["6f","c4"]},validator:a},{name:"vertcoin",symbol:"vtc",addressTypes:{prod:["0x","47"],testnet:["6f","c4"]},segwitHrp:"vtc",validator:a},{name:"bitcoingold",symbol:"btg",addressTypes:{prod:["26","17"],testnet:["6f","c4"]},validator:a},{name:"komodo",symbol:"kmd",addressTypes:{prod:["3c","55"],testnet:["0","5"]},validator:a},{name:"bitcoinz",symbol:"btcz",expectedLength:26,addressTypes:{prod:["1cb8","1cbd"],testnet:["1d25","1cba"]},validator:a},{name:"bitcoinprivate",symbol:"btcp",expectedLength:26,addressTypes:{prod:["1325","13af"],testnet:["1957","19e0"]},validator:a},{name:"hush",symbol:"hush",expectedLength:26,addressTypes:{prod:["1cb8","1cbd"],testnet:["1d25","1cba"]},validator:a},{name:"snowgem",symbol:"sng",expectedLength:26,addressTypes:{prod:["1c28","1c2d"],testnet:["1d25","1cba"]},validator:a},{name:"zcash",symbol:"zec",expectedLength:26,addressTypes:{prod:["1cb8","1cbd"],testnet:["1d25","1cba"]},validator:a},{name:"zclassic",symbol:"zcl",expectedLength:26,addressTypes:{prod:["1cb8","1cbd"],testnet:["1d25","1cba"]},validator:a},{name:"zencash",symbol:"zen",expectedLength:26,addressTypes:{prod:["2089","2096"],testnet:["2092","2098"]},validator:a},{name:"votecoin",symbol:"vot",expectedLength:26,addressTypes:{prod:["1cb8","1cbd"],testnet:["1d25","1cba"]},validator:a},{name:"decred",symbol:"dcr",addressTypes:{prod:["073f","071a"],testnet:["0f21","0efc"]},hashFunction:"blake256",expectedLength:26,validator:a},{name:"digibyte",symbol:"dgb",addressTypes:{prod:["1e"],testnet:[]},validator:a},{name:"ethereum",symbol:"eth",validator:i},{name:"etherzero",symbol:"etz",validator:i},{name:"ethereumclassic",symbol:"etc",validator:i},{name:"callisto",symbol:"clo",validator:i},{name:"ripple",symbol:"xrp",validator:n},{name:"dash",symbol:"dash",addressTypes:{prod:["4c","10"],testnet:["8c","13"]},validator:a},{name:"neo",symbol:"neo",addressTypes:{prod:["17"],testnet:[]},validator:a},{name:"neogas",symbol:"gas",addressTypes:{prod:["17"],testnet:[]},validator:a},{name:"qtum",symbol:"qtum",addressTypes:{prod:["3a","32"],testnet:["78","6e"]},validator:a},{name:"bankex",symbol:"bkx",validator:i},{name:"monero",symbol:"xmr",addressTypes:{prod:["18"],testnet:["53"]},iAddressTypes:{prod:["19"],testnet:["54"]},validator:o},{name:"nano",symbol:"nano",validator:s},{name:"raiblocks",symbol:"xrb",validator:s}];e.exports={getByNameOrSymbol:function(e){for(var t=e.toLowerCase(),r=0;r0&&void 0!==arguments[0])||arguments[0],t=e&&this.hasWitnesses();return(t?10:8)+d.encodingLength(this.ins.length)+d.encodingLength(this.outs.length)+this.ins.reduce((function(e,t){return e+40+h(t.script)}),0)+this.outs.reduce((function(e,t){return e+8+h(t.script)}),0)+(t?this.ins.reduce((function(e,t){return e+p(t.witness)}),0):0)}},{key:"clone",value:function(){var e=new t;return e.version=this.version,e.locktime=this.locktime,e.ins=this.ins.map((function(e){return{hash:e.hash,index:e.index,script:e.script,sequence:e.sequence,witness:e.witness}})),e.outs=this.outs.map((function(e){return{script:e.script,value:e.value}})),e}},{key:"hashForSignature",value:function(r,n,i){if(f(l.tuple(l.UInt32,l.Buffer,l.Number),arguments),r>=this.ins.length)return g;var a=u.compile(u.decompile(n).filter((function(e){return e!==c.OPS.OP_CODESEPARATOR}))),o=this.clone();if((31&i)===t.SIGHASH_NONE)o.outs=[],o.ins.forEach((function(e,t){t!==r&&(e.sequence=0)}));else if((31&i)===t.SIGHASH_SINGLE){if(r>=this.outs.length)return g;o.outs.length=r+1;for(var d=0;d2&&void 0!==arguments[2]&&arguments[2];r||(r=e.allocUnsafe(this.byteLength(i)));var a=new o.BufferWriter(r,n||0);a.writeInt32(this.version);var s=i&&this.hasWitnesses();return s&&(a.writeUInt8(t.ADVANCED_TRANSACTION_MARKER),a.writeUInt8(t.ADVANCED_TRANSACTION_FLAG)),a.writeVarInt(this.ins.length),this.ins.forEach((function(e){a.writeSlice(e.hash),a.writeUInt32(e.index),a.writeVarSlice(e.script),a.writeUInt32(e.sequence)})),a.writeVarInt(this.outs.length),this.outs.forEach((function(e){_(e)?a.writeUInt64(e.value):a.writeSlice(e.valueBuffer),a.writeVarSlice(e.script)})),s&&this.ins.forEach((function(e){a.writeVector(e.witness)})),a.writeUInt32(this.locktime),void 0!==n?r.slice(n,a.offset):r}}],[{key:"fromBuffer",value:function(e,r){var n=new o.BufferReader(e),i=new t;i.version=n.readInt32();var a=n.readUInt8(),s=n.readUInt8(),u=!1;a===t.ADVANCED_TRANSACTION_MARKER&&s===t.ADVANCED_TRANSACTION_FLAG?u=!0:n.offset-=2;for(var c=n.readVarInt(),l=0;l=c)throw i.bytes=0,new RangeError("Could not decode varint");a=e[u++],o+=s<28?(a&n)<=r);return i.bytes=u-t,o}},"4ab1":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.formatFixed=b,t.parseFixed=g,t.FixedNumber=t.FixedFormat=void 0;var n=r("2abd"),i=r("fa24"),a=r("b724"),o=r("abd0");function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var r=0;r=0&&e<=256&&!(e%1)?"1"+v.substring(0,e):l.throwArgumentError("invalid decimal size","decimals",e)}function b(e,t){null==t&&(t=0);var r=m(t);e=o.BigNumber.from(e);var n=e.lt(d);n&&(e=e.mul(h));var i=e.mod(r).toString();while(i.length2&&l.throwArgumentError("too many decimal points","value",e);var a=i[0],s=i[1];a||(a="0"),s||(s="0");while("0"===s[s.length-1])s=s.substring(0,s.length-1);s.length>r.length-1&&p("fractional component exceeds decimals","underflow","parseFixed"),""===s&&(s="0");while(s.length80&&l.throwArgumentError("invalid fixed format (decimals too large)","format.decimals",i),new e(f,r,n,i)}}]),e}();t.FixedFormat=y;var w=function(){function e(t,r,n,a){s(this,e),l.checkNew(this instanceof e?this.constructor:void 0,e),t!==f&&l.throwError("cannot use FixedNumber constructor; use FixedNumber.from",i.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new FixedFormat"}),this.format=a,this._hex=r,this._value=n,this._isFixedNumber=!0,Object.freeze(this)}return c(e,[{key:"_checkFormat",value:function(e){this.format.name!==e.format.name&&l.throwArgumentError("incompatible format; use fixedNumber.toFormat","other",e)}},{key:"addUnsafe",value:function(t){this._checkFormat(t);var r=g(this._value,this.format.decimals),n=g(t._value,t.format.decimals);return e.fromValue(r.add(n),this.format.decimals,this.format)}},{key:"subUnsafe",value:function(t){this._checkFormat(t);var r=g(this._value,this.format.decimals),n=g(t._value,t.format.decimals);return e.fromValue(r.sub(n),this.format.decimals,this.format)}},{key:"mulUnsafe",value:function(t){this._checkFormat(t);var r=g(this._value,this.format.decimals),n=g(t._value,t.format.decimals);return e.fromValue(r.mul(n).div(this.format._multiplier),this.format.decimals,this.format)}},{key:"divUnsafe",value:function(t){this._checkFormat(t);var r=g(this._value,this.format.decimals),n=g(t._value,t.format.decimals);return e.fromValue(r.mul(this.format._multiplier).div(n),this.format.decimals,this.format)}},{key:"floor",value:function(){var t=this.toString().split(".");1===t.length&&t.push("0");var r=e.from(t[0],this.format),n=!t[1].match(/^(0*)$/);return this.isNegative()&&n&&(r=r.subUnsafe(_.toFormat(r.format))),r}},{key:"ceiling",value:function(){var t=this.toString().split(".");1===t.length&&t.push("0");var r=e.from(t[0],this.format),n=!t[1].match(/^(0*)$/);return!this.isNegative()&&n&&(r=r.addUnsafe(_.toFormat(r.format))),r}},{key:"round",value:function(t){null==t&&(t=0);var r=this.toString().split(".");if(1===r.length&&r.push("0"),(t<0||t>80||t%1)&&l.throwArgumentError("invalid decimal count","decimals",t),r[1].length<=t)return this;var n=e.from("1"+v.substring(0,t),this.format),i=k.toFormat(this.format);return this.mulUnsafe(n).addUnsafe(i).floor().divUnsafe(n)}},{key:"isZero",value:function(){return"0.0"===this._value||"0"===this._value}},{key:"isNegative",value:function(){return"-"===this._value[0]}},{key:"toString",value:function(){return this._value}},{key:"toHexString",value:function(e){if(null==e)return this._hex;e%8&&l.throwArgumentError("invalid byte width","width",e);var t=o.BigNumber.from(this._hex).fromTwos(this.format.width).toTwos(e).toHexString();return(0,n.hexZeroPad)(t,e/8)}},{key:"toUnsafeFloat",value:function(){return parseFloat(this.toString())}},{key:"toFormat",value:function(t){return e.fromString(this._value,t)}}],[{key:"fromValue",value:function(t,r,n){return null!=n||null==r||(0,o.isBigNumberish)(r)||(n=r,r=null),null==r&&(r=0),null==n&&(n="fixed"),e.fromString(b(t,r),y.from(n))}},{key:"fromString",value:function(t,r){null==r&&(r="fixed");var i=y.from(r),a=g(t,i.decimals);!i.signed&&a.lt(d)&&p("unsigned value cannot be negative","overflow","value",t);var o=null;i.signed?o=a.toTwos(i.width).toHexString():(o=a.toHexString(),o=(0,n.hexZeroPad)(o,i.width/8));var s=b(a,i.decimals);return new e(f,o,s,i)}},{key:"fromBytes",value:function(t,r){null==r&&(r="fixed");var i=y.from(r);if((0,n.arrayify)(t).length>i.width/8)throw new Error("overflow");var a=o.BigNumber.from(t);i.signed&&(a=a.fromTwos(i.width));var s=a.toTwos((i.signed?0:1)+i.width).toHexString(),u=b(a,i.decimals);return new e(f,s,u,i)}},{key:"from",value:function(t,r){if("string"===typeof t)return e.fromString(t,r);if((0,n.isBytes)(t))return e.fromBytes(t,r);try{return e.fromValue(t,0,r)}catch(a){if(a.code!==i.Logger.errors.INVALID_ARGUMENT)throw a}return l.throwArgumentError("invalid FixedNumber value","value",t)}},{key:"isFixedNumber",value:function(e){return!(!e||!e._isFixedNumber)}}]),e}();t.FixedNumber=w;var _=w.from(1),k=w.from("0.5")},"4b04":function(e,t,r){"use strict";function n(e){this.message=e}n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,e.exports=n},"4b28":function(e,t,r){"use strict";function n(e){return"[object Array]"===Object.prototype.toString.call(e)}function i(e){if([null,void 0,NaN,!1].includes(e))return e;if("object"!==typeof e&&"function"!==typeof e)return e;var t=n(e)?[]:{};for(var r in e)e.hasOwnProperty(r)&&(t[r]="object"===typeof e[r]?i(e[r]):e[r]);return t}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i;t.default=a},"4b2c":function(e,t,r){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"4bda":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("3a53");t.input=n;var i=r("3372");t.output=i},"4bfd":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[n("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}},[e._v(e._$s(2,"t0-0",e._s(e.i18n.Transactiondetails)))])]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","main_con"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","yuan"),attrs:{_i:5}},[n("image",{staticClass:e._$s(6,"sc","img1"),attrs:{src:e._$s(6,"a-src",r("27e3")),_i:6}})]),n("view",{staticClass:e._$s(7,"sc","title"),attrs:{_i:7}},[e._v(e._$s(7,"t0-0",e._s(e.i18n.Confirmed)))]),n("view",{staticClass:e._$s(8,"sc","scroll"),attrs:{_i:8}},[n("view",{staticClass:e._$s(9,"sc","title_con flex"),attrs:{_i:9}},[n("view",{staticClass:e._$s(10,"sc","text1"),attrs:{_i:10}},[e._v(e._$s(10,"t0-0",e._s(e.i18n.Amount)))]),n("view",{staticClass:e._$s(11,"sc","text1"),attrs:{_i:11}},[e._v(e._$s(11,"t0-0",e._s(e.info.amount))+e._$s(11,"t0-1",e._s(e.info.coin)))])]),n("view",{staticClass:e._$s(12,"sc","title_con flex"),attrs:{_i:12}},[n("view",{staticClass:e._$s(13,"sc","text1"),attrs:{_i:13}},[e._v(e._$s(13,"t0-0",e._s(e.i18n.Time)))]),n("view",{staticClass:e._$s(14,"sc","text2"),attrs:{_i:14}},[e._v(e._$s(14,"t0-0",e._s(e.info.transactionTime)))])]),n("view",{staticClass:e._$s(15,"sc","title_con flex"),attrs:{_i:15}},[n("view",{staticClass:e._$s(16,"sc","text2"),attrs:{_i:16}},[e._v(e._$s(16,"t0-0",e._s(e.i18n.TxFee)))]),n("view",{staticClass:e._$s(17,"sc","text2"),attrs:{_i:17}},[e._v(e._$s(17,"t0-0",e._s(e.info.fee))+e._$s(17,"t0-1",e._s(e.info.chainName)))])]),n("view",{staticClass:e._$s(18,"sc","item"),attrs:{_i:18}},[n("view",{staticClass:e._$s(19,"sc","text1"),attrs:{_i:19}},[e._v(e._$s(19,"t0-0",e._s(e.i18n.TransactionID)))]),n("view",{staticClass:e._$s(20,"sc","text2"),attrs:{_i:20}},[e._v(e._$s(20,"t0-0",e._s(e.info.txid))),n("image",{staticClass:e._$s(21,"sc","img"),attrs:{src:e._$s(21,"a-src",r("c9d4")),_i:21},on:{click:function(t){return e.copyTextMethod(e.info.txid)}}})])]),n("view",{staticClass:e._$s(22,"sc","item"),attrs:{_i:22}},[n("view",{staticClass:e._$s(23,"sc","text1"),attrs:{_i:23}},[e._v(e._$s(23,"t0-0",e._s(e.i18n.Sendaddress))),e._$s(24,"i",e.isIn)?n("text",[e._v(e._$s(24,"t0-0",e._s(e.i18n.others)))]):n("text",[e._v(e._$s(25,"t0-0",e._s(e.i18n.me)))])]),n("view",{staticClass:e._$s(26,"sc","text2"),attrs:{_i:26}},[e._v(e._$s(26,"t0-0",e._s(e.info.fromAddress))),n("image",{staticClass:e._$s(27,"sc","img"),attrs:{src:e._$s(27,"a-src",r("c9d4")),_i:27},on:{click:function(t){return e.copyTextMethod(e.info.fromAddress)}}})])]),n("view",{staticClass:e._$s(28,"sc","item"),attrs:{_i:28}},[n("view",{staticClass:e._$s(29,"sc","text1"),attrs:{_i:29}},[e._v(e._$s(29,"t0-0",e._s(e.i18n.Receivingaddress))),e._$s(30,"i",e.isIn)?n("text",[e._v(e._$s(30,"t0-0",e._s(e.i18n.me)))]):n("text",[e._v(e._$s(31,"t0-0",e._s(e.i18n.others)))])]),n("view",{staticClass:e._$s(32,"sc","text2"),attrs:{_i:32}},[e._v(e._$s(32,"t0-0",e._s(e.info.toAddress))),n("image",{staticClass:e._$s(33,"sc","img"),attrs:{src:e._$s(33,"a-src",r("c9d4")),_i:33},on:{click:function(t){return e.copyTextMethod(e.info.toAddress)}}})])])]),n("view",{staticClass:e._$s(34,"sc","item goto"),attrs:{_i:34},on:{click:e.toDetail}},[e._v(e._$s(34,"t0-0",e._s(e.i18n.moreinformation)))])]),n("u-mask",{attrs:{show:e.show,"z-index":"10",_i:35}})],1)],1)},a=[]},"4c78":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CloudflareProvider=void 0;var n=s(r("a34a")),i=r("d270"),a=r("fa24"),o=r("9958");function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var r=0;r0?this.wordType=!0:0==this.worcon.length&&uni.showToast({title:this.keyUp+this.$t("index").MnemonicsError,icon:"none",duration:1500}),e("log",this.worcon,444444," at pages/menu/backUp/backUp4/index.vue:177")},toWord:function(t){e("log",this.keyUp+t,78787878," at pages/menu/backUp/backUp4/index.vue:180"),this.wordInfo+=t+" ",this.wordInfo=this.wordInfo.replace(this.keyUp+t,t),this.keyUp="",this.wordType=!1,e("log",this.foucStatus,7878787878787788e9," at pages/menu/backUp/backUp4/index.vue:185")},goTranPaw:function(){uni.navigateTo({url:"/pages/menu/backUp/transPaw/index"})},restart:function(){uni.redirectTo({url:"../backUp4/index"})},confirm:function(){if(this.wordInfo=this.wordInfo.trimRight(),e("log",this.wordInfo,1231564," at pages/menu/backUp/backUp4/index.vue:202"),""!=this.wordInfo){this.typename=uni.getStorageSync("createWalletName");try{this.$Token.generateBtc(this.wordInfo)}catch(r){return e("log",r," at pages/menu/backUp/backUp4/index.vue:216"),void uni.showToast({title:this.$t("index").MnemonicsError,icon:"none",duration:1500})}if(this.typename){this.walletInfo=uni.getStorageSync("walletInfo");for(var t=0;t>>1];r=a.r28shl(r,s),i=a.r28shl(i,s),a.pc2(r,i,e.keys,o)}},u.prototype._update=function(e,t,r,n){var i=this._desState,o=a.readUInt32BE(e,t),s=a.readUInt32BE(e,t+4);a.ip(o,s,i.tmp,0),o=i.tmp[0],s=i.tmp[1],"encrypt"===this.type?this._encrypt(i,o,s,i.tmp,0):this._decrypt(i,o,s,i.tmp,0),o=i.tmp[0],s=i.tmp[1],a.writeUInt32BE(r,o,n),a.writeUInt32BE(r,s,n+4)},u.prototype._pad=function(e,t){for(var r=e.length-t,n=t;n>>0,o=h}a.rip(s,o,n,i)},u.prototype._decrypt=function(e,t,r,n,i){for(var o=r,s=t,u=e.keys.length-2;u>=0;u-=2){var c=e.keys[u],l=e.keys[u+1];a.expand(o,e.tmp,0),c^=e.tmp[0],l^=e.tmp[1];var f=a.substitute(c,l),d=a.permute(f),h=o;o=(s^d)>>>0,s=h}a.rip(o,s,n,i)}},"4e3a":function(e,t,r){"use strict";r.r(t);var n=r("23d3"),i=r("e84e");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"ac910c1e",null,!1,n["a"],o);t["default"]=u.exports},"4eb7":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"u-empty",props:{src:{type:String,default:""},text:{type:String,default:""},color:{type:String,default:"#c0c4cc"},iconColor:{type:String,default:"#c0c4cc"},iconSize:{type:[String,Number],default:120},fontSize:{type:[String,Number],default:26},mode:{type:String,default:"data"},imgWidth:{type:[String,Number],default:120},imgHeight:{type:[String,Number],default:"auto"},show:{type:Boolean,default:!0},marginTop:{type:[String,Number],default:0},iconStyle:{type:Object,default:function(){return{}}}},data:function(){return{icons:{car:"\u8d2d\u7269\u8f66\u4e3a\u7a7a",page:"\u9875\u9762\u4e0d\u5b58\u5728",search:"\u6ca1\u6709\u641c\u7d22\u7ed3\u679c",address:"\u6ca1\u6709\u6536\u8d27\u5730\u5740",wifi:"\u6ca1\u6709WiFi",order:"\u8ba2\u5355\u4e3a\u7a7a",coupon:"\u6ca1\u6709\u4f18\u60e0\u5238",favor:"\u6682\u65e0\u6536\u85cf",permission:"\u65e0\u6743\u9650",history:"\u65e0\u5386\u53f2\u8bb0\u5f55",news:"\u65e0\u65b0\u95fb\u5217\u8868",message:"\u6d88\u606f\u5217\u8868\u4e3a\u7a7a",list:"\u5217\u8868\u4e3a\u7a7a",data:"\u6570\u636e\u4e3a\u7a7a"}}}};t.default=n},"4f08":function(e,t,r){"use strict";var n=r("4a59"),i=r("5452"),a=r("85f8"),o=r("57d7"),s=r("d216"),u=r("0349"),c=r("cae1"),l=r("29bd"),f=r("db7c"),d=r("4b04");e.exports=function(e){return new Promise((function(t,r){var h,p=e.data,v=e.headers,m=e.responseType;function b(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}n.isFormData(p)&&delete v["Content-Type"];var g=new XMLHttpRequest;if(e.auth){var y=e.auth.username||"",w=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";v.Authorization="Basic "+btoa(y+":"+w)}var _=s(e.baseURL,e.url);function k(){if(g){var n="getAllResponseHeaders"in g?u(g.getAllResponseHeaders()):null,a=m&&"text"!==m&&"json"!==m?g.response:g.responseText,o={data:a,status:g.status,statusText:g.statusText,headers:n,config:e,request:g};i((function(e){t(e),b()}),(function(e){r(e),b()}),o),g=null}}if(g.open(e.method.toUpperCase(),o(_,e.params,e.paramsSerializer),!0),g.timeout=e.timeout,"onloadend"in g?g.onloadend=k:g.onreadystatechange=function(){g&&4===g.readyState&&(0!==g.status||g.responseURL&&0===g.responseURL.indexOf("file:"))&&setTimeout(k)},g.onabort=function(){g&&(r(l("Request aborted",e,"ECONNABORTED",g)),g=null)},g.onerror=function(){r(l("Network Error",e,null,g)),g=null},g.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",n=e.transitional||f.transitional;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(l(t,e,n.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",g)),g=null},n.isStandardBrowserEnv()){var x=(e.withCredentials||c(_))&&e.xsrfCookieName?a.read(e.xsrfCookieName):void 0;x&&(v[e.xsrfHeaderName]=x)}"setRequestHeader"in g&&n.forEach(v,(function(e,t){"undefined"===typeof p&&"content-type"===t.toLowerCase()?delete v[t]:g.setRequestHeader(t,e)})),n.isUndefined(e.withCredentials)||(g.withCredentials=!!e.withCredentials),m&&"json"!==m&&(g.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&g.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&g.upload&&g.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){g&&(r(!e||e&&e.type?new d("canceled"):e),g.abort(),g=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),p||(p=null),g.send(p)}))}},"4f95":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FixedBytesCoder=void 0;var n=r("2abd"),i=r("afe2");function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){for(var r=0;r>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function d(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function h(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function p(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function v(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function m(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function b(e,t){return e>>>0>>0?1:0}n(u,i),u.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},u.prototype._update=function(e){for(var t=this._w,r=0|this._ah,n=0|this._bh,i=0|this._ch,a=0|this._dh,s=0|this._eh,u=0|this._fh,g=0|this._gh,y=0|this._hh,w=0|this._al,_=0|this._bl,k=0|this._cl,x=0|this._dl,S=0|this._el,A=0|this._fl,E=0|this._gl,C=0|this._hl,P=0;P<32;P+=2)t[P]=e.readInt32BE(4*P),t[P+1]=e.readInt32BE(4*P+4);for(;P<160;P+=2){var T=t[P-30],O=t[P-30+1],I=h(T,O),j=p(O,T);T=t[P-4],O=t[P-4+1];var B=v(T,O),N=m(O,T),R=t[P-14],$=t[P-14+1],M=t[P-32],U=t[P-32+1],F=j+$|0,L=I+R+b(F,j)|0;F=F+N|0,L=L+B+b(F,N)|0,F=F+U|0,L=L+M+b(F,U)|0,t[P]=L,t[P+1]=F}for(var D=0;D<160;D+=2){L=t[D],F=t[D+1];var z=l(r,n,i),H=l(w,_,k),q=f(r,w),W=f(w,r),K=d(s,S),V=d(S,s),G=o[D],X=o[D+1],J=c(s,u,g),Y=c(S,A,E),Z=C+V|0,Q=y+K+b(Z,C)|0;Z=Z+Y|0,Q=Q+J+b(Z,Y)|0,Z=Z+X|0,Q=Q+G+b(Z,X)|0,Z=Z+F|0,Q=Q+L+b(Z,F)|0;var ee=W+H|0,te=q+z+b(ee,W)|0;y=g,C=E,g=u,E=A,u=s,A=S,S=x+Z|0,s=a+Q+b(S,x)|0,a=i,x=k,i=n,k=_,n=r,_=w,w=Z+ee|0,r=Q+te+b(w,Z)|0}this._al=this._al+w|0,this._bl=this._bl+_|0,this._cl=this._cl+k|0,this._dl=this._dl+x|0,this._el=this._el+S|0,this._fl=this._fl+A|0,this._gl=this._gl+E|0,this._hl=this._hl+C|0,this._ah=this._ah+r+b(this._al,w)|0,this._bh=this._bh+n+b(this._bl,_)|0,this._ch=this._ch+i+b(this._cl,k)|0,this._dh=this._dh+a+b(this._dl,x)|0,this._eh=this._eh+s+b(this._el,S)|0,this._fh=this._fh+u+b(this._fl,A)|0,this._gh=this._gh+g+b(this._gl,E)|0,this._hh=this._hh+y+b(this._hl,C)|0},u.prototype._hash=function(){var e=a.allocUnsafe(64);function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=u},5049:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("9cbc"),i=r("352b"),a=r("e991"),o=r("be2c"),s=r("36a1"),u=a.OPS,c=r("7307"),l=r("a9a7");function f(t,r){if(!t.address&&!t.hash&&!t.output&&!t.pubkey&&!t.input)throw new TypeError("Not enough data");r=Object.assign({validate:!0},r||{}),s({network:s.maybe(s.Object),address:s.maybe(s.String),hash:s.maybe(s.BufferN(20)),output:s.maybe(s.BufferN(25)),pubkey:s.maybe(c.isPoint),signature:s.maybe(a.isCanonicalScriptSignature),input:s.maybe(s.Buffer)},t);var f=o.value((function(){var e=l.decode(t.address),r=e.readUInt8(0),n=e.slice(1);return{version:r,hash:n}})),d=o.value((function(){return a.decompile(t.input)})),h=t.network||i.bitcoin,p={name:"p2pkh",network:h};if(o.prop(p,"address",(function(){if(p.hash){var t=e.allocUnsafe(21);return t.writeUInt8(h.pubKeyHash,0),p.hash.copy(t,1),l.encode(t)}})),o.prop(p,"hash",(function(){return t.output?t.output.slice(3,23):t.address?f().hash:t.pubkey||p.pubkey?n.hash160(t.pubkey||p.pubkey):void 0})),o.prop(p,"output",(function(){if(p.hash)return a.compile([u.OP_DUP,u.OP_HASH160,p.hash,u.OP_EQUALVERIFY,u.OP_CHECKSIG])})),o.prop(p,"pubkey",(function(){if(t.input)return d()[1]})),o.prop(p,"signature",(function(){if(t.input)return d()[0]})),o.prop(p,"input",(function(){if(t.pubkey&&t.signature)return a.compile([t.signature,t.pubkey])})),o.prop(p,"witness",(function(){if(p.input)return[]})),r.validate){var v=e.from([]);if(t.address){if(f().version!==h.pubKeyHash)throw new TypeError("Invalid version or Network mismatch");if(20!==f().hash.length)throw new TypeError("Invalid address");v=f().hash}if(t.hash){if(v.length>0&&!v.equals(t.hash))throw new TypeError("Hash mismatch");v=t.hash}if(t.output){if(25!==t.output.length||t.output[0]!==u.OP_DUP||t.output[1]!==u.OP_HASH160||20!==t.output[2]||t.output[23]!==u.OP_EQUALVERIFY||t.output[24]!==u.OP_CHECKSIG)throw new TypeError("Output is invalid");var m=t.output.slice(3,23);if(v.length>0&&!v.equals(m))throw new TypeError("Hash mismatch");v=m}if(t.pubkey){var b=n.hash160(t.pubkey);if(v.length>0&&!v.equals(b))throw new TypeError("Hash mismatch");v=b}if(t.input){var g=d();if(2!==g.length)throw new TypeError("Input is invalid");if(!a.isCanonicalScriptSignature(g[0]))throw new TypeError("Input has invalid signature");if(!c.isPoint(g[1]))throw new TypeError("Input has invalid pubkey");if(t.signature&&!t.signature.equals(g[0]))throw new TypeError("Signature mismatch");if(t.pubkey&&!t.pubkey.equals(g[1]))throw new TypeError("Pubkey mismatch");var y=n.hash160(g[1]);if(v.length>0&&!v.equals(y))throw new TypeError("Hash mismatch")}}return Object.assign(p,t)}t.p2pkh=f}).call(this,r("b639").Buffer)},5080:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AlchemyProvider=t.AlchemyWebSocketProvider=void 0;var n=r("d8c6"),i=r("401f"),a=r("ff08"),o=r("fa24"),s=r("9958"),u=r("d270");function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);r=0}))}function l(e){var r=new t(a(i(e).replace(/^0+|0+$/g,"")),"hex");return r.toString("utf8")}function f(e){var t="",r=0,n=e.length;for("0x"===e.substring(0,2)&&(r=2);r>s%8,e._prev=a(e._prev,r?i:o);return c}function a(e,t){var r=e.length,i=-1,a=n.allocUnsafe(e.length);e=n.concat([e,n.from([t])]);while(++i>7;return a}t.encrypt=function(e,t,r){var a=t.length,o=n.allocUnsafe(a),s=-1;while(++s=0&&(a=r.type.substring(o));var s=e(t,r.components);n.isArray(s)&&t?i.push("tuple("+s.join(",")+")"+a):t?i.push("("+s+")"):i.push("("+s.join(",")+")"+a)}else i.push(r.type)})),i},d=function(e){return"0x"+s(e).toString("hex")},h=function(e){if(!a.isHexStrict(e))throw new Error("The parameter must be a valid HEX string.");var t="",r=0,n=e.length;for("0x"===e.substring(0,2)&&(r=2);r7?r+=e[n].toUpperCase():r+=e[n];return r},y=function(e,t){if(e==t)return 0;if("genesis"!=e&&"earliest"!=e&&0!=e||"genesis"!=t&&"earliest"!=t&&0!=t){if("genesis"==e||"earliest"==e)return-1;if("genesis"==t||"earliest"==t)return 1;if("latest"==e)return"pending"==t?-1:1;if("latest"===t)return"pending"==e?1:-1;if("pending"==e)return 1;if("pending"==t)return-1;var r=new u(e),n=new u(t);return r.lt(n)?-1:r.eq(n)?0:1}return 0};e.exports={_fireError:c,_jsonInterfaceMethodToString:l,_flattenTypes:f,randomHex:d,_:n,BN:a.BN,isBN:a.isBN,isBigNumber:a.isBigNumber,isHex:a.isHex,isHexStrict:a.isHexStrict,sha3:a.sha3,sha3Raw:a.sha3Raw,keccak256:a.sha3,soliditySha3:o.soliditySha3,soliditySha3Raw:o.soliditySha3Raw,encodePacked:o.encodePacked,isAddress:a.isAddress,checkAddressChecksum:a.checkAddressChecksum,toChecksumAddress:g,toHex:a.toHex,toBN:a.toBN,bytesToHex:a.bytesToHex,hexToBytes:a.hexToBytes,hexToNumberString:a.hexToNumberString,hexToNumber:a.hexToNumber,toDecimal:a.hexToNumber,numberToHex:a.numberToHex,fromDecimal:a.numberToHex,hexToUtf8:a.hexToUtf8,hexToString:a.hexToUtf8,toUtf8:a.hexToUtf8,stripHexPrefix:a.stripHexPrefix,utf8ToHex:a.utf8ToHex,stringToHex:a.utf8ToHex,fromUtf8:a.utf8ToHex,hexToAscii:h,toAscii:h,asciiToHex:p,fromAscii:p,unitMap:i.unitMap,toWei:b,fromWei:m,padLeft:a.leftPad,leftPad:a.leftPad,padRight:a.rightPad,rightPad:a.rightPad,toTwosComplement:a.toTwosComplement,isBloom:a.isBloom,isUserEthereumAddressInBloom:a.isUserEthereumAddressInBloom,isContractAddressInBloom:a.isContractAddressInBloom,isTopic:a.isTopic,isTopicInBloom:a.isTopicInBloom,isInBloom:a.isInBloom,compareBlockNumbers:y}},5380:function(e,t,r){"use strict";r.r(t);var n=r("b845"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"538e":function(e,t,r){"use strict";(function(t){var n=r("32f4"),i=r("f8fb"),a=function e(r){t("warn","web3-bzz package will be deprecated in version 1.3.5 and will no longer be supported."," at node_modules/web3-bzz/lib/index.js:26"),this.givenProvider=e.givenProvider,r&&r._requestManager&&(r=r.currentProvider),"undefined"!==typeof document&&(this.pick=i.pick),this.setProvider(r)};a.givenProvider=null,"undefined"!==typeof ethereum&ðereum.bzz&&(a.givenProvider=ethereum.bzz),a.prototype.setProvider=function(e){if(n.isObject(e)&&n.isString(e.bzz)&&(e=e.bzz),!n.isString(e)){this.currentProvider=null;var t=new Error("No provider set, please set one using bzz.setProvider().");return this.download=this.upload=this.isAvailable=function(){throw t},!1}return this.currentProvider=e,this.download=i.at(e).download,this.upload=i.at(e).upload,this.isAvailable=i.at(e).isAvailable,!0},e.exports=a}).call(this,r("0de9")["default"])},"53a8":function(e,t){e.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var e={},t=0;t0;t--){var r=Math.floor(Math.random()*(t+1)),n=e[t];e[t]=e[r],e[r]=n}return e}Object.defineProperty(t,"__esModule",{value:!0}),t.shuffled=n},5427:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="random/5.5.0";t.version=n},5452:function(e,t,r){"use strict";var n=r("29bd");e.exports=function(e,t,r){var i=r.config.validateStatus;r.status&&i&&!i(r.status)?t(n("Request failed with status code "+r.status,r.config,null,r.request,r)):e(r)}},5469:function(e,t){e.exports="/static/tongyonh/zww.png"},"547b":function(e,t,r){e.exports=r("ba43")},5484:function(e,t,r){"use strict";r.r(t);var n=r("e28c"),i=r("5e41");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"4cb59b2a",null,!1,n["a"],o);t["default"]=u.exports},5533:function(e,t,r){"use strict";function n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:32,t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),i=[];if(r=r||n.length,e)for(var a=0;a=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw a}}}}function c(e,t){if(e){if("string"===typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?l(e,t):void 0}}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&void 0!==arguments[0]?arguments[0]:y.bitcoin,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2500;f(this,t),this.network=r,this.maximumFeeRate=n,this.__PREV_TX_SET={},this.__INPUTS=[],this.__TX=new x.Transaction,this.__TX.version=2,this.__USE_LOW_R=!1,e("warn","Deprecation Warning: TransactionBuilder will be removed in the future. (v6.x.x or later) Please use the Psbt class instead. Examples of usage are available in the transactions-psbt.js integration test file on our Github. A high level explanation is available in the psbt.ts and psbt.js files as well."," at node_modules/bitcoinjs-lib/src/transaction_builder.js:60")}return h(t,[{key:"setLowR",value:function(e){return A(A.maybe(A.Boolean),e),void 0===e&&(e=!0),this.__USE_LOW_R=e,e}},{key:"setLockTime",value:function(e){if(A(S.UInt32,e),this.__INPUTS.some((function(e){return!!e.signatures&&e.signatures.some((function(e){return void 0!==e}))})))throw new Error("No, this would invalidate signatures");this.__TX.locktime=e}},{key:"setVersion",value:function(e){A(S.UInt32,e),this.__TX.version=e}},{key:"addInput",value:function(e,t,r,i){if(!this.__canModifyInputs())throw new Error("No, this would invalidate signatures");var a;if(T(e))e=v.reverseBuffer(n.from(e,"hex"));else if(O(e)){var o=e.outs[t];i=o.script,a=o.value,e=e.getHash(!1)}return this.__addInputUnsafe(e,t,{sequence:r,prevOutScript:i,value:a})}},{key:"addOutput",value:function(e,t){if(!this.__canModifyOutputs())throw new Error("No, this would invalidate signatures");return"string"===typeof e&&(e=p.toOutputScript(e,this.network)),this.__TX.addOutput(e,t)}},{key:"build",value:function(){return this.__build(!1)}},{key:"buildIncomplete",value:function(){return this.__build(!0)}},{key:"sign",value:function(e,t,r,n,i,a){L(D(this.network,this.__INPUTS,this.__needsOutputs.bind(this),this.__TX,e,t,r,n,i,a,this.__USE_LOW_R))}},{key:"__addInputUnsafe",value:function(e,t,r){if(x.Transaction.isCoinbaseHash(e))throw new Error("coinbase inputs not supported");var n=e.toString("hex")+":"+t;if(void 0!==this.__PREV_TX_SET[n])throw new Error("Duplicate TxOut: "+n);var i={};if(void 0!==r.script&&(i=j(r.script,r.witness||[])),void 0!==r.value&&(i.value=r.value),!i.prevOutScript&&r.prevOutScript){var a;if(!i.pubkeys&&!i.signatures){var o=N(r.prevOutScript);o.pubkeys&&(i.pubkeys=o.pubkeys,i.signatures=o.signatures),a=o.type}i.prevOutScript=r.prevOutScript,i.prevOutType=a||m.output(r.prevOutScript)}var s=this.__TX.addInput(e,t,r.sequence,r.scriptSig);return this.__INPUTS[s]=i,this.__PREV_TX_SET[n]=!0,s}},{key:"__build",value:function(e){if(!e){if(!this.__TX.ins.length)throw new Error("Transaction has no inputs");if(!this.__TX.outs.length)throw new Error("Transaction has no outputs")}var t=this.__TX.clone();if(this.__INPUTS.forEach((function(r,n){if(!r.prevOutType&&!e)throw new Error("Transaction is not complete");var i=$(r.prevOutType,r,e);if(i)t.setInputScript(n,i.input),t.setWitness(n,i.witness);else{if(!e&&r.prevOutType===E.NONSTANDARD)throw new Error("Unknown input type");if(!e)throw new Error("Not enough information")}})),!e&&this.__overMaximumFees(t.virtualSize()))throw new Error("Transaction has absurd fees");return t}},{key:"__canModifyInputs",value:function(){return this.__INPUTS.every((function(e){return!e.signatures||e.signatures.every((function(e){if(!e)return!0;var t=U(e);return 0!==(t&x.Transaction.SIGHASH_ANYONECANPAY)}))}))}},{key:"__needsOutputs",value:function(e){return e===x.Transaction.SIGHASH_ALL?0===this.__TX.outs.length:0===this.__TX.outs.length&&this.__INPUTS.some((function(e){return!!e.signatures&&e.signatures.some((function(e){if(!e)return!1;var t=U(e);return!(t&x.Transaction.SIGHASH_NONE)}))}))}},{key:"__canModifyOutputs",value:function(){var e=this.__TX.ins.length,t=this.__TX.outs.length;return this.__INPUTS.every((function(r){return void 0===r.signatures||r.signatures.every((function(r){if(!r)return!0;var n=U(r),i=31&n;return i===x.Transaction.SIGHASH_NONE||i===x.Transaction.SIGHASH_SINGLE&&e<=t}))}))}},{key:"__overMaximumFees",value:function(e){var t=this.__INPUTS.reduce((function(e,t){return e+(t.value>>>0)}),0),r=this.__TX.outs.reduce((function(e,t){return e+t.value}),0),n=t-r,i=n/e;return i>this.maximumFeeRate}}],[{key:"fromTransaction",value:function(e,r){var n=new t(r);return n.setVersion(e.version),n.setLockTime(e.locktime),e.outs.forEach((function(e){n.addOutput(e.script,e.value)})),e.ins.forEach((function(e){n.__addInputUnsafe(e.hash,e.index,{sequence:e.sequence,script:e.script,witness:e.witness})})),n.__INPUTS.forEach((function(t,r){B(t,e,r)})),n}}]),t}();function j(e,t,r,n){if(0===e.length&&0===t.length)return{};if(!r){var i=m.input(e,!0),a=m.witness(t,!0);i===E.NONSTANDARD&&(i=void 0),a===E.NONSTANDARD&&(a=void 0),r=i||a}switch(r){case E.P2WPKH:var o=w.p2wpkh({witness:t}),s=o.output,u=o.pubkey,c=o.signature;return{prevOutScript:s,prevOutType:E.P2WPKH,pubkeys:[u],signatures:[c]};case E.P2PKH:var l=w.p2pkh({input:e}),f=l.output,d=l.pubkey,h=l.signature;return{prevOutScript:f,prevOutType:E.P2PKH,pubkeys:[d],signatures:[h]};case E.P2PK:var p=w.p2pk({input:e}),v=p.signature;return{prevOutType:E.P2PK,pubkeys:[void 0],signatures:[v]};case E.P2MS:var b=w.p2ms({input:e,output:n},{allowIncomplete:!0}),g=b.m,y=b.pubkeys,k=b.signatures;return{prevOutType:E.P2MS,pubkeys:y,signatures:k,maxSignatures:g}}if(r===E.P2SH){var x=w.p2sh({input:e,witness:t}),S=x.output,A=x.redeem,C=m.output(A.output),P=j(A.input,A.witness,C,A.output);return P.prevOutType?{prevOutScript:S,prevOutType:E.P2SH,redeemScript:A.output,redeemScriptType:P.prevOutType,witnessScript:P.witnessScript,witnessScriptType:P.witnessScriptType,pubkeys:P.pubkeys,signatures:P.signatures}:{}}if(r===E.P2WSH){var T,O=w.p2wsh({input:e,witness:t}),I=O.output,B=O.redeem,N=m.output(B.output);return T=N===E.P2WPKH?j(B.input,B.witness,N):j(_.compile(B.witness),[],N,B.output),T.prevOutType?{prevOutScript:I,prevOutType:E.P2WSH,witnessScript:B.output,witnessScriptType:T.prevOutType,pubkeys:T.pubkeys,signatures:T.signatures}:{}}return{prevOutType:E.NONSTANDARD,prevOutScript:e}}function B(e,t,r){if(e.redeemScriptType===E.P2MS&&e.redeemScript&&e.pubkeys.length!==e.signatures.length){var n=e.signatures.concat();e.signatures=e.pubkeys.map((function(i){var a,o=g.fromPublicKey(i);return n.some((function(i,s){if(!i)return!1;var u=_.signature.decode(i),c=t.hashForSignature(r,e.redeemScript,u.hashType);return!!o.verify(c,u.signature)&&(n[s]=void 0,a=i,!0)})),a}))}}function N(e,t){A(S.Buffer,e);var r=m.output(e);switch(r){case E.P2PKH:if(!t)return{type:r};var n=w.p2pkh({output:e}).hash,i=b.hash160(t);return n.equals(i)?{type:r,pubkeys:[t],signatures:[void 0]}:{type:r};case E.P2WPKH:if(!t)return{type:r};var a=w.p2wpkh({output:e}).hash,o=b.hash160(t);return a.equals(o)?{type:r,pubkeys:[t],signatures:[void 0]}:{type:r};case E.P2PK:var s=w.p2pk({output:e});return{type:r,pubkeys:[s.pubkey],signatures:[void 0]};case E.P2MS:var u=w.p2ms({output:e});return{type:r,pubkeys:u.pubkeys,signatures:u.pubkeys.map((function(){})),maxSignatures:u.m}}return{type:r}}function R(e,t,r,n){if(r&&n){var i=w.p2wsh({redeem:{output:n}}),a=w.p2wsh({output:r}),o=w.p2sh({redeem:{output:r}}),s=w.p2sh({redeem:i});if(!i.hash.equals(a.hash))throw new Error("Witness script inconsistent with prevOutScript");if(!o.hash.equals(s.hash))throw new Error("Redeem script inconsistent with prevOutScript");var u=N(i.redeem.output,t);if(!u.pubkeys)throw new Error(u.type+" not supported as witnessScript ("+_.toASM(n)+")");e.signatures&&e.signatures.some((function(e){return void 0!==e}))&&(u.signatures=e.signatures);var c=n;if(u.type===E.P2WPKH)throw new Error("P2SH(P2WSH(P2WPKH)) is a consensus failure");return{redeemScript:r,redeemScriptType:E.P2WSH,witnessScript:n,witnessScriptType:u.type,prevOutType:E.P2SH,prevOutScript:o.output,hasWitness:!0,signScript:c,signType:u.type,pubkeys:u.pubkeys,signatures:u.signatures,maxSignatures:u.maxSignatures}}if(r){var l=w.p2sh({redeem:{output:r}});if(e.prevOutScript){var f;try{f=w.p2sh({output:e.prevOutScript})}catch(x){throw new Error("PrevOutScript must be P2SH")}if(!l.hash.equals(f.hash))throw new Error("Redeem script inconsistent with prevOutScript")}var d=N(l.redeem.output,t);if(!d.pubkeys)throw new Error(d.type+" not supported as redeemScript ("+_.toASM(r)+")");e.signatures&&e.signatures.some((function(e){return void 0!==e}))&&(d.signatures=e.signatures);var h=r;return d.type===E.P2WPKH&&(h=w.p2pkh({pubkey:d.pubkeys[0]}).output),{redeemScript:r,redeemScriptType:d.type,prevOutType:E.P2SH,prevOutScript:l.output,hasWitness:d.type===E.P2WPKH,signScript:h,signType:d.type,pubkeys:d.pubkeys,signatures:d.signatures,maxSignatures:d.maxSignatures}}if(n){var p=w.p2wsh({redeem:{output:n}});if(e.prevOutScript){var v=w.p2wsh({output:e.prevOutScript});if(!p.hash.equals(v.hash))throw new Error("Witness script inconsistent with prevOutScript")}var m=N(p.redeem.output,t);if(!m.pubkeys)throw new Error(m.type+" not supported as witnessScript ("+_.toASM(n)+")");e.signatures&&e.signatures.some((function(e){return void 0!==e}))&&(m.signatures=e.signatures);var b=n;if(m.type===E.P2WPKH)throw new Error("P2WSH(P2WPKH) is a consensus failure");return{witnessScript:n,witnessScriptType:m.type,prevOutType:E.P2WSH,prevOutScript:p.output,hasWitness:!0,signScript:b,signType:m.type,pubkeys:m.pubkeys,signatures:m.signatures,maxSignatures:m.maxSignatures}}if(e.prevOutType&&e.prevOutScript){if(e.prevOutType===E.P2SH)throw new Error("PrevOutScript is "+e.prevOutType+", requires redeemScript");if(e.prevOutType===E.P2WSH)throw new Error("PrevOutScript is "+e.prevOutType+", requires witnessScript");if(!e.prevOutScript)throw new Error("PrevOutScript is missing");var g=N(e.prevOutScript,t);if(!g.pubkeys)throw new Error(g.type+" not supported ("+_.toASM(e.prevOutScript)+")");e.signatures&&e.signatures.some((function(e){return void 0!==e}))&&(g.signatures=e.signatures);var y=e.prevOutScript;return g.type===E.P2WPKH&&(y=w.p2pkh({pubkey:g.pubkeys[0]}).output),{prevOutType:g.type,prevOutScript:e.prevOutScript,hasWitness:g.type===E.P2WPKH,signScript:y,signType:g.type,pubkeys:g.pubkeys,signatures:g.signatures,maxSignatures:g.maxSignatures}}var k=w.p2pkh({pubkey:t}).output;return{prevOutType:E.P2PKH,prevOutScript:k,hasWitness:!1,signScript:k,signType:E.P2PKH,pubkeys:[t],signatures:[void 0]}}function $(e,t,r){var n=t.pubkeys||[],i=t.signatures||[];switch(e){case E.P2PKH:if(0===n.length)break;if(0===i.length)break;return w.p2pkh({pubkey:n[0],signature:i[0]});case E.P2WPKH:if(0===n.length)break;if(0===i.length)break;return w.p2wpkh({pubkey:n[0],signature:i[0]});case E.P2PK:if(0===n.length)break;if(0===i.length)break;return w.p2pk({signature:i[0]});case E.P2MS:var a=t.maxSignatures;i=r?i.map((function(e){return e||k.OPS.OP_0})):i.filter((function(e){return e}));var o=!r||a===i.length;return w.p2ms({m:a,pubkeys:n,signatures:i},{allowIncomplete:r,validate:o});case E.P2SH:var s=$(t.redeemScriptType,t,r);if(!s)return;return w.p2sh({redeem:{output:s.output||t.redeemScript,input:s.input,witness:s.witness}});case E.P2WSH:var u=$(t.witnessScriptType,t,r);if(!u)return;return w.p2wsh({redeem:{output:t.witnessScript,input:u.input,witness:u.witness}})}}function M(e){return void 0!==e.signScript&&void 0!==e.signType&&void 0!==e.pubkeys&&void 0!==e.signatures&&e.signatures.length===e.pubkeys.length&&e.pubkeys.length>0&&(!1===e.hasWitness||void 0!==e.value)}function U(e){return e.readUInt8(e.length-1)}function F(e,t){if(!C.has(t.prevOutScriptType))throw new TypeError('Unknown prevOutScriptType "'.concat(t.prevOutScriptType,'"'));P(A.Number,t.vin,"sign must include vin parameter as Number (input index)"),P(S.Signer,t.keyPair,"sign must include keyPair parameter as Signer interface"),P(A.maybe(A.Number),t.hashType,"sign hashType parameter must be a number");var r=(e[t.vin]||[]).prevOutType,n=t.prevOutScriptType;switch(n){case"p2pkh":if(r&&"pubkeyhash"!==r)throw new TypeError("input #".concat(t.vin," is not of type p2pkh: ").concat(r));P(A.value(void 0),t.witnessScript,"".concat(n," requires NO witnessScript")),P(A.value(void 0),t.redeemScript,"".concat(n," requires NO redeemScript")),P(A.value(void 0),t.witnessValue,"".concat(n," requires NO witnessValue"));break;case"p2pk":if(r&&"pubkey"!==r)throw new TypeError("input #".concat(t.vin," is not of type p2pk: ").concat(r));P(A.value(void 0),t.witnessScript,"".concat(n," requires NO witnessScript")),P(A.value(void 0),t.redeemScript,"".concat(n," requires NO redeemScript")),P(A.value(void 0),t.witnessValue,"".concat(n," requires NO witnessValue"));break;case"p2wpkh":if(r&&"witnesspubkeyhash"!==r)throw new TypeError("input #".concat(t.vin," is not of type p2wpkh: ").concat(r));P(A.value(void 0),t.witnessScript,"".concat(n," requires NO witnessScript")),P(A.value(void 0),t.redeemScript,"".concat(n," requires NO redeemScript")),P(S.Satoshi,t.witnessValue,"".concat(n," requires witnessValue"));break;case"p2ms":if(r&&"multisig"!==r)throw new TypeError("input #".concat(t.vin," is not of type p2ms: ").concat(r));P(A.value(void 0),t.witnessScript,"".concat(n," requires NO witnessScript")),P(A.value(void 0),t.redeemScript,"".concat(n," requires NO redeemScript")),P(A.value(void 0),t.witnessValue,"".concat(n," requires NO witnessValue"));break;case"p2sh-p2wpkh":if(r&&"scripthash"!==r)throw new TypeError("input #".concat(t.vin," is not of type p2sh-p2wpkh: ").concat(r));P(A.value(void 0),t.witnessScript,"".concat(n," requires NO witnessScript")),P(A.Buffer,t.redeemScript,"".concat(n," requires redeemScript")),P(S.Satoshi,t.witnessValue,"".concat(n," requires witnessValue"));break;case"p2sh-p2ms":case"p2sh-p2pk":case"p2sh-p2pkh":if(r&&"scripthash"!==r)throw new TypeError("input #".concat(t.vin," is not of type ").concat(n,": ").concat(r));P(A.value(void 0),t.witnessScript,"".concat(n," requires NO witnessScript")),P(A.Buffer,t.redeemScript,"".concat(n," requires redeemScript")),P(A.value(void 0),t.witnessValue,"".concat(n," requires NO witnessValue"));break;case"p2wsh-p2ms":case"p2wsh-p2pk":case"p2wsh-p2pkh":if(r&&"witnessscripthash"!==r)throw new TypeError("input #".concat(t.vin," is not of type ").concat(n,": ").concat(r));P(A.Buffer,t.witnessScript,"".concat(n," requires witnessScript")),P(A.value(void 0),t.redeemScript,"".concat(n," requires NO redeemScript")),P(S.Satoshi,t.witnessValue,"".concat(n," requires witnessValue"));break;case"p2sh-p2wsh-p2ms":case"p2sh-p2wsh-p2pk":case"p2sh-p2wsh-p2pkh":if(r&&"scripthash"!==r)throw new TypeError("input #".concat(t.vin," is not of type ").concat(n,": ").concat(r));P(A.Buffer,t.witnessScript,"".concat(n," requires witnessScript")),P(A.Buffer,t.redeemScript,"".concat(n," requires witnessScript")),P(S.Satoshi,t.witnessValue,"".concat(n," requires witnessScript"));break}}function L(e){var t,r=e.input,n=e.ourPubKey,a=e.keyPair,o=e.signatureHash,s=e.hashType,c=e.useLowR,l=!1,f=u(r.pubkeys.entries());try{for(f.s();!(t=f.n()).done;){var d=i(t.value,2),h=d[0],p=d[1];if(n.equals(p)){if(r.signatures[h])throw new Error("Signature already exists");if(33!==n.length&&r.hasWitness)throw new Error("BIP143 rejects uncompressed public keys in P2WPKH or P2WSH");var v=a.sign(o,c);r.signatures[h]=_.signature.encode(v,s),l=!0}}}catch(m){f.e(m)}finally{f.f()}if(!l)throw new Error("Key pair cannot sign for this input")}function D(t,r,n,i,a,o,s,u,c,l,f){var d;if("number"===typeof a)e("warn","DEPRECATED: TransactionBuilder sign method arguments will change in v6, please use the TxbSignArg interface"," at node_modules/bitcoinjs-lib/src/transaction_builder.js:986"),d=a;else{if("object"!==typeof a)throw new TypeError("TransactionBuilder sign first arg must be TxbSignArg or number");F(r,a),d=a.vin,o=a.keyPair,s=a.redeemScript,u=a.hashType,c=a.witnessValue,l=a.witnessScript}if(void 0===o)throw new Error("sign requires keypair");if(o.network&&o.network!==t)throw new TypeError("Inconsistent network");if(!r[d])throw new Error("No input at index: "+d);if(u=u||x.Transaction.SIGHASH_ALL,n(u))throw new Error("Transaction needs outputs");var h=r[d];if(void 0!==h.redeemScript&&s&&!h.redeemScript.equals(s))throw new Error("Inconsistent redeemScript");var p,v=o.publicKey||o.getPublicKey&&o.getPublicKey();if(!M(h)){if(void 0!==c){if(void 0!==h.value&&h.value!==c)throw new Error("Input did not match witnessValue");A(S.Satoshi,c),h.value=c}if(!M(h)){var m=R(h,v,s,l);Object.assign(h,m)}if(!M(h))throw Error(h.prevOutType+" not supported")}return p=h.hasWitness?i.hashForWitnessV0(d,h.signScript,h.value,u):i.hashForSignature(d,h.signScript,u),{input:h,ourPubKey:v,keyPair:o,signatureHash:p,hashType:u,useLowR:!!f}}t.TransactionBuilder=I}).call(this,r("0de9")["default"],r("b639").Buffer)},5702:function(e){e.exports=JSON.parse('{"name":"ropsten","chainId":3,"networkId":3,"comment":"PoW test network","url":"https://github.com/ethereum/ropsten","genesis":{"hash":"0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d","timestamp":null,"gasLimit":16777216,"difficulty":1048576,"nonce":"0x0000000000000042","extraData":"0x3535353535353535353535353535353535353535353535353535353535353535","stateRoot":"0x217b0bbcfb72e2d57e28f33cb361b9983513177755dc3f33ce3e7022ed62b77b"},"hardforks":[{"name":"chainstart","block":0,"consensus":"pow","finality":null},{"name":"homestead","block":0,"consensus":"pow","finality":null},{"name":"dao","block":null,"consensus":"pow","finality":null},{"name":"tangerineWhistle","block":0,"consensus":"pow","finality":null},{"name":"spuriousDragon","block":10,"consensus":"pow","finality":null},{"name":"byzantium","block":1700000,"consensus":"pow","finality":null},{"name":"constantinople","block":4230000,"consensus":"pow","finality":null},{"name":"petersburg","block":4939394,"consensus":"pow","finality":null},{"name":"istanbul","block":6485846,"consensus":"pow","finality":null},{"name":"muirGlacier","block":7117117,"consensus":"pow","finality":null}],"bootstrapNodes":[{"ip":"52.176.7.10","port":30303,"id":"30b7ab30a01c124a6cceca36863ece12c4f5fa68e3ba9b0b51407ccc002eeed3b3102d20a88f1c1d3c3154e2449317b8ef95090e77b312d5cc39354f86d5d606","location":"","comment":"US-Azure geth"},{"ip":"52.176.100.77","port":30303,"id":"865a63255b3bb68023b6bffd5095118fcc13e79dcf014fe4e47e065c350c7cc72af2e53eff895f11ba1bbb6a2b33271c1116ee870f266618eadfc2e78aa7349c","location":"","comment":"US-Azure parity"},{"ip":"52.232.243.152","port":30303,"id":"6332792c4a00e3e4ee0926ed89e0d27ef985424d97b6a45bf0f23e51f0dcb5e66b875777506458aea7af6f9e4ffb69f43f3778ee73c81ed9d34c51c4b16b0b0f","location":"","comment":"Parity"},{"ip":"192.81.208.223","port":30303,"id":"94c15d1b9e2fe7ce56e458b9a3b672ef11894ddedd0c6f247e0f1d3487f52b66208fb4aeb8179fce6e3a749ea93ed147c37976d67af557508d199d9594c35f09","location":"","comment":"@gpip"}]}')},"571e":function(e,t,r){e.exports=r("131d").version},"572f":function(e,t,r){"use strict";var n=r("32f4"),i=r("3a1d").errors,a=r("ba10"),o=r("3a1d").formatters;function s(e){a.call(this),this.id=null,this.callback=n.identity,this.arguments=null,this.lastBlock=null,this.options={subscription:e.subscription,type:e.type,requestManager:e.requestManager}}s.prototype=Object.create(a.prototype),s.prototype.constructor=s,s.prototype._extractCallback=function(e){if(n.isFunction(e[e.length-1]))return e.pop()},s.prototype._validateArgs=function(e){var t=this.options.subscription;if(t||(t={}),t.params||(t.params=0),e.length!==t.params)throw i.InvalidNumberOfParams(e.length,t.params,t.subscriptionName)},s.prototype._formatInput=function(e){var t=this.options.subscription;if(!t)return e;if(!t.inputFormatter)return e;var r=t.inputFormatter.map((function(t,r){return t?t(e[r]):e[r]}));return r},s.prototype._formatOutput=function(e){var t=this.options.subscription;return t&&t.outputFormatter&&e?t.outputFormatter(e):e},s.prototype._toPayload=function(e){var t=[];if(this.callback=this._extractCallback(e)||n.identity,this.subscriptionMethod||(this.subscriptionMethod=e.shift(),this.options.subscription.subscriptionName&&(this.subscriptionMethod=this.options.subscription.subscriptionName)),this.arguments||(this.arguments=this._formatInput(e),this._validateArgs(this.arguments),e=[]),t.push(this.subscriptionMethod),t=t.concat(this.arguments),e.length)throw new Error("Only a callback is allowed as parameter on an already instantiated subscription.");return{method:this.options.type+"_subscribe",params:t}},s.prototype.unsubscribe=function(e){this.options.requestManager.removeSubscription(this.id,e),this.id=null,this.lastBlock=null,this.removeAllListeners()},s.prototype.subscribe=function(){var e=this,t=Array.prototype.slice.call(arguments),r=this._toPayload(t);if(!r)return this;if(!this.options.requestManager.provider)return setTimeout((function(){var t=new Error("No provider set.");e.callback(t,null,e),e.emit("error",t)}),0),this;if(!this.options.requestManager.provider.on)return setTimeout((function(){var t=new Error("The current provider doesn't support subscriptions: "+e.options.requestManager.provider.constructor.name);e.callback(t,null,e),e.emit("error",t)}),0),this;if(this.lastBlock&&n.isObject(this.options.params)&&(r.params[1]=this.options.params,r.params[1].fromBlock=o.inputBlockNumberFormatter(this.lastBlock+1)),this.id&&this.unsubscribe(),this.options.params=r.params[1],"logs"===r.params[0]&&n.isObject(r.params[1])&&r.params[1].hasOwnProperty("fromBlock")&&isFinite(r.params[1].fromBlock)){var i=Object.assign({},r.params[1]);this.options.requestManager.send({method:"eth_getLogs",params:[i]},(function(t,r){t?setTimeout((function(){e.callback(t,null,e),e.emit("error",t)}),0):r.forEach((function(t){var r=e._formatOutput(t);e.callback(null,r,e),e.emit("data",r)}))}))}return"object"===typeof r.params[1]&&delete r.params[1].fromBlock,this.options.requestManager.send(r,(function(t,i){!t&&i?(e.id=i,e.method=r.params[0],e.emit("connected",i),e.options.requestManager.addSubscription(e,(function(t,r){t?(e.callback(t,!1,e),e.emit("error",t)):(n.isArray(r)||(r=[r]),r.forEach((function(t){var r=e._formatOutput(t);if(e.lastBlock=n.isObject(r)?r.blockNumber:null,n.isFunction(e.options.subscription.subscriptionHandler))return e.options.subscription.subscriptionHandler.call(e,r);e.emit("data",r),e.callback(null,r,e)})))}))):setTimeout((function(){e.callback(t,!1,e),e.emit("error",t)}),0)})),this},s.prototype.resubscribe=function(){this.options.requestManager.removeSubscription(this.id),this.id=null,this.subscribe(this.callback)},e.exports=s},"57a0":function(e,t,r){"use strict";r.r(t);var n=r("8f36"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"57d7":function(e,t,r){"use strict";var n=r("4a59");function i(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,r){if(!t)return e;var a;if(r)a=r(t);else if(n.isURLSearchParams(t))a=t.toString();else{var o=[];n.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(n.isArray(e)?t+="[]":e=[e],n.forEach(e,(function(e){n.isDate(e)?e=e.toISOString():n.isObject(e)&&(e=JSON.stringify(e)),o.push(i(t)+"="+i(e))})))})),a=o.join("&")}if(a){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},5859:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("7aa7");function i(e){return"0x"+n.keccak_256(o(e))}function a(e){for(var t=[],r=0;r>>4).toString(16)),t.push((15&e[r]).toString(16));return"0x".concat(t.join("").replace(/^0+/,""))}function o(e){if(null==e)throw new Error("cannot convert null value to array");if("string"===typeof e){var t=e.match(/^(0x)?[0-9a-fA-F]*$/);if(!t)throw new Error("invalid hexidecimal string");if("0x"!==t[1])throw new Error("hex string must have 0x prefix");e=e.substring(2),e.length%2&&(e="0"+e);for(var r=[],n=0;n=256||parseInt(String(r))!=r)return!1}return!0}function u(e){var t=arguments;return void 0!==e.slice||(e.slice=function(){var r=Array.prototype.slice.call(t);return u(new Uint8Array(Array.prototype.slice.apply(e,r)))}),e}t.keccak256=i,t.padLeft=function(e,t){var r=/^0x/i.test(e)||"number"===typeof e;e=e.toString().replace(/^0x/i,"");var n=t-e.length+1>=0?t-e.length+1:0;return(r?"0x":"")+new Array(n).join("0")+e},t.bytesToHex=a,t.toByteArray=o},"585f":function(e,t,r){"use strict";r.r(t);var n=r("8ca7"),i=r("6ec4");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"f64a0d1a",null,!1,n["a"],o);t["default"]=u.exports},"586c":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=xe(r("b366")),i=xe(r("ddcd")),a=xe(r("5bb0")),o=xe(r("8661")),s=xe(r("8dee")),u=xe(r("b8b7")),c=xe(r("1eb9")),l=xe(r("de2b")),f=xe(r("4397")),d=xe(r("af08")),h=xe(r("3a1a")),p=xe(r("826b")),v=xe(r("edca")),m=xe(r("e486")),b=ke(r("3d99")),g=ke(r("9bdd")),y=xe(r("68cb")),w=xe(r("bb68")),_=xe(r("4940")),k=xe(r("5969")),x=xe(r("6604")),S=xe(r("3d57")),A=xe(r("1818")),E=xe(r("166d")),C=xe(r("341c")),P=xe(r("45ac")),T=xe(r("68bf")),O=ke(r("7c50")),I=xe(r("2fda")),j=xe(r("b2fd")),B=xe(r("52a9")),N=xe(r("777c")),R=xe(r("7d4b")),$=xe(r("b455")),M=xe(r("7f84")),U=xe(r("e7c2")),F=xe(r("072c")),L=xe(r("ac4f")),D=xe(r("ea7d")),z=xe(r("b35c")),H=xe(r("8bd4")),q=xe(r("0cdd")),W=xe(r("4236")),K=xe(r("9de2")),V=xe(r("9638")),G=xe(r("da30")),X=xe(r("5ac5")),J=xe(r("beac")),Y=xe(r("2c04")),Z=xe(r("3746")),Q=ke(r("9d8d")),ee=xe(r("fc18")),te=xe(r("7070")),re=xe(r("2abc")),ne=xe(r("d81e")),ie=xe(r("03de")),ae=xe(r("d67b")),oe=xe(r("4627")),se=xe(r("e2f0")),ue=xe(r("7fc4")),ce=xe(r("010e")),le=ke(r("a411")),fe=xe(r("b9da")),de=xe(r("2f06")),he=xe(r("247b")),pe=xe(r("369f")),ve=xe(r("72fe")),me=xe(r("92b3")),be=xe(r("e155")),ge=xe(r("f61b")),ye=xe(r("ed29")),we=xe(r("a5ad")),_e=xe(r("8b54"));function ke(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){var n=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,r):{};n.get||n.set?Object.defineProperty(t,r,n):t[r]=e[r]}return t.default=e,t}function xe(e){return e&&e.__esModule?e:{default:e}}var Se="10.11.0",Ae={version:Se,toDate:n.default,toFloat:i.default,toInt:a.default,toBoolean:o.default,equals:s.default,contains:u.default,matches:c.default,isEmail:l.default,isURL:f.default,isMACAddress:d.default,isIP:h.default,isIPRange:p.default,isFQDN:v.default,isBoolean:m.default,isAlpha:b.default,isAlphaLocales:b.locales,isAlphanumeric:g.default,isAlphanumericLocales:g.locales,isNumeric:y.default,isPort:w.default,isLowercase:_.default,isUppercase:k.default,isAscii:x.default,isFullWidth:S.default,isHalfWidth:A.default,isVariableWidth:E.default,isMultibyte:C.default,isSurrogatePair:P.default,isInt:T.default,isFloat:O.default,isFloatLocales:O.locales,isDecimal:I.default,isHexadecimal:j.default,isDivisibleBy:B.default,isHexColor:N.default,isISRC:R.default,isMD5:$.default,isHash:M.default,isJWT:U.default,isJSON:F.default,isEmpty:L.default,isLength:D.default,isByteLength:z.default,isUUID:H.default,isMongoId:q.default,isAfter:W.default,isBefore:K.default,isIn:V.default,isCreditCard:G.default,isIdentityCard:X.default,isISIN:J.default,isISBN:Y.default,isISSN:Z.default,isMobilePhone:Q.default,isMobilePhoneLocales:Q.locales,isPostalCode:le.default,isPostalCodeLocales:le.locales,isCurrency:ee.default,isISO8601:te.default,isRFC3339:re.default,isISO31661Alpha2:ne.default,isISO31661Alpha3:ie.default,isBase64:ae.default,isDataURI:oe.default,isMagnetURI:se.default,isMimeType:ue.default,isLatLong:ce.default,ltrim:fe.default,rtrim:de.default,trim:he.default,escape:pe.default,unescape:ve.default,stripLow:me.default,whitelist:be.default,blacklist:ge.default,isWhitelisted:ye.default,normalizeEmail:we.default,toString:_e.default},Ee=Ae;t.default=Ee,e.exports=t.default,e.exports.default=t.default},"58a2":function(e,t,r){var n=r("11dc");e.exports=y,y.simpleSieve=b,y.fermatTest=g;var i=r("399f"),a=new i(24),o=r("7a10"),s=new o,u=new i(1),c=new i(2),l=new i(5),f=(new i(16),new i(8),new i(10)),d=new i(3),h=(new i(7),new i(11)),p=new i(4),v=(new i(12),null);function m(){if(null!==v)return v;var e=1048576,t=[];t[0]=2;for(var r=1,n=3;ne)r.ishrn(1);if(r.isEven()&&r.iadd(u),r.testn(1)||r.iadd(c),t.cmp(c)){if(!t.cmp(l))while(r.mod(f).cmp(d))r.iadd(p)}else while(r.mod(a).cmp(h))r.iadd(p);if(o=r.shrn(1),b(o)&&b(r)&&g(o)&&g(r)&&s.test(o)&&s.test(r))return r}}},"58c5":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.hardforks=void 0,t.hardforks=[["chainstart",r("6ec7")],["homestead",r("0720")],["dao",r("a34b")],["tangerineWhistle",r("f032")],["spuriousDragon",r("8e57")],["byzantium",r("bd10")],["constantinople",r("2c10")],["petersburg",r("a719")],["istanbul",r("74d0")],["muirGlacier",r("8caa")]]},"58dc":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.hashMessage=s,t.messagePrefix=void 0;var n=r("2abd"),i=r("06f6"),a=r("3b9a"),o="\x19Ethereum Signed Message:\n";function s(e){return"string"===typeof e&&(e=(0,a.toUtf8Bytes)(e)),(0,i.keccak256)((0,n.concat)([(0,a.toUtf8Bytes)(o),(0,a.toUtf8Bytes)(String(e.length)),e]))}t.messagePrefix=o},5919:function(e,t,r){"use strict";t.sha1=r("13e2"),t.sha224=r("07f2"),t.sha256=r("6eed"),t.sha384=r("8b95"),t.sha512=r("b525")},5926:function(e,t,r){"use strict";var n=r("a34a");function i(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function a(e){return function(){var t=this,r=arguments;return new Promise((function(n,a){var o=e.apply(t,r);function s(e){i(o,n,a,s,u,"next",e)}function u(e){i(o,n,a,s,u,"throw",e)}s(void 0)}))}}var o=r("32f4"),s=r("d5ed"),u=r("3a1d").formatters,c=r("536e"),l=r("1da4"),f=r("efd5"),d=r("6fc5");function h(e){this.eth=e;var t=null;this._detectedAddress=null,this._lastSyncCheck=null,Object.defineProperty(this,"registry",{get:function(){return new l(this)},enumerable:!0}),Object.defineProperty(this,"resolverMethodHandler",{get:function(){return new f(this.registry)},enumerable:!0}),Object.defineProperty(this,"registryAddress",{get:function(){return t},set:function(e){t=null!==e?u.inputAddressFormatter(e):e},enumerable:!0})}h.prototype.supportsInterface=function(e,t,r){return this.getResolver(e).then((function(e){return c.isHexStrict(t)||(t=c.sha3(t).slice(0,10)),e.methods.supportsInterface(t).call(r)})).catch((function(e){if(!o.isFunction(r))throw e;r(e,null)}))},h.prototype.resolver=function(e,t){return this.registry.resolver(e,t)},h.prototype.getResolver=function(e,t){return this.registry.getResolver(e,t)},h.prototype.setResolver=function(e,t,r,n){return this.registry.setResolver(e,t,r,n)},h.prototype.setRecord=function(e,t,r,n,i,a){return this.registry.setRecord(e,t,r,n,i,a)},h.prototype.setSubnodeRecord=function(e,t,r,n,i,a,o){return this.registry.setSubnodeRecord(e,t,r,n,i,a,o)},h.prototype.setApprovalForAll=function(e,t,r,n){return this.registry.setApprovalForAll(e,t,r,n)},h.prototype.isApprovedForAll=function(e,t,r){return this.registry.isApprovedForAll(e,t,r)},h.prototype.recordExists=function(e,t){return this.registry.recordExists(e,t)},h.prototype.setSubnodeOwner=function(e,t,r,n,i){return this.registry.setSubnodeOwner(e,t,r,n,i)},h.prototype.getTTL=function(e,t){return this.registry.getTTL(e,t)},h.prototype.setTTL=function(e,t,r,n){return this.registry.setTTL(e,t,r,n)},h.prototype.getOwner=function(e,t){return this.registry.getOwner(e,t)},h.prototype.setOwner=function(e,t,r,n){return this.registry.setOwner(e,t,r,n)},h.prototype.getAddress=function(e,t){return this.resolverMethodHandler.method(e,"addr",[]).call(t)},h.prototype.setAddress=function(e,t,r,n){return this.resolverMethodHandler.method(e,"setAddr",[t]).send(r,n)},h.prototype.getPubkey=function(e,t){return this.resolverMethodHandler.method(e,"pubkey",[],null,t).call(t)},h.prototype.setPubkey=function(e,t,r,n,i){return this.resolverMethodHandler.method(e,"setPubkey",[t,r]).send(n,i)},h.prototype.getContent=function(e,t){return this.resolverMethodHandler.method(e,"content",[]).call(t)},h.prototype.setContent=function(e,t,r,n){return this.resolverMethodHandler.method(e,"setContent",[t]).send(r,n)},h.prototype.getContenthash=function(e,t){return this.resolverMethodHandler.method(e,"contenthash",[],d.decode).call(t)},h.prototype.setContenthash=function(e,t,r,n){var i;try{i=d.encode(t)}catch(s){var a=new Error("Could not encode "+t+". See docs for supported hash protocols.");if(o.isFunction(n))return void n(a,null);throw a}return this.resolverMethodHandler.method(e,"setContenthash",[i]).send(r,n)},h.prototype.getMultihash=function(e,t){return this.resolverMethodHandler.method(e,"multihash",[]).call(t)},h.prototype.setMultihash=function(e,t,r,n){return this.resolverMethodHandler.method(e,"multihash",[t]).send(r,n)},h.prototype.checkNetwork=a(n.mark((function e(){var t,r,i,a,o;return n.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=new Date/1e3,this._lastSyncCheck&&!(t-this._lastSyncCheck>3600)){e.next=9;break}return e.next=4,this.eth.getBlock("latest");case 4:if(r=e.sent,i=t-r.timestamp,!(i>3600)){e.next=8;break}throw new Error("Network not synced; last block was "+i+" seconds ago");case 8:this._lastSyncCheck=t;case 9:if(!this.registryAddress){e.next=11;break}return e.abrupt("return",this.registryAddress);case 11:if(this._detectedAddress){e.next=20;break}return e.next=14,this.eth.net.getNetworkType();case 14:if(a=e.sent,o=s.addresses[a],"undefined"!==typeof o){e.next=18;break}throw new Error("ENS is not supported on network "+a);case 18:return this._detectedAddress=o,e.abrupt("return",this._detectedAddress);case 20:return e.abrupt("return",this._detectedAddress);case 21:case"end":return e.stop()}}),e,this)}))),e.exports=h},5950:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isValidName=f,t.namehash=d;var n=r("2abd"),i=r("3b9a"),a=r("06f6"),o=r("fa24"),s=r("3dbc"),u=new o.Logger(s.version),c=new Uint8Array(32);c.fill(0);var l=new RegExp("^((.*)\\.)?([^.]+)$");function f(e){try{for(var t=e.split("."),r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);r=t&&n<=r?n-t+10:e})).join("")},s=function(e){var t,r=e;while(r.length>2)t=r.slice(0,9),r=parseInt(t,10)%97+r.slice(t.length);return parseInt(r,10)%97},u=function(e){this._iban=e};u.toAddress=function(e){if(e=new u(e),!e.isDirect())throw new Error("IBAN is indirect and can't be converted");return e.toAddress()},u.toIban=function(e){return u.fromAddress(e).toString()},u.fromAddress=function(e){if(!n.isAddress(e))throw new Error("Provided address is not a valid address: "+e);e=e.replace("0x","").replace("0X","");var t=new i(e,16),r=t.toString(36),o=a(r,15);return u.fromBban(o.toUpperCase())},u.fromBban=function(e){var t="XE",r=s(o(t+"00"+e)),n=("0"+(98-r)).slice(-2);return new u(t+n+e)},u.createIndirect=function(e){return u.fromBban("ETH"+e.institution+e.identifier)},u.isValid=function(e){var t=new u(e);return t.isValid()},u.prototype.isValid=function(){return/^XE[0-9]{2}(ETH[0-9A-Z]{13}|[0-9A-Z]{30,31})$/.test(this._iban)&&1===s(o(this._iban))},u.prototype.isDirect=function(){return 34===this._iban.length||35===this._iban.length},u.prototype.isIndirect=function(){return 20===this._iban.length},u.prototype.checksum=function(){return this._iban.substr(2,2)},u.prototype.institution=function(){return this.isIndirect()?this._iban.substr(7,4):""},u.prototype.client=function(){return this.isIndirect()?this._iban.substr(11):""},u.prototype.toAddress=function(){if(this.isDirect()){var e=this._iban.substr(4),t=new i(e,36);return n.toChecksumAddress(t.toString(16,20))}return""},u.prototype.toString=function(){return this._iban},e.exports=u},"5a76":function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return e._$s(0,"i",e.show)?r("view",{staticClass:e._$s(0,"sc","u-badge"),class:e._$s(0,"c",[e.isDot?"u-badge-dot":"","mini"==e.size?"u-badge-mini":"",e.type?"u-badge--bg--"+e.type:""]),style:e._$s(0,"s",[{top:e.offset[0]+"rpx",right:e.offset[1]+"rpx",fontSize:e.fontSize+"rpx",position:e.absolute?"absolute":"static",color:e.color,backgroundColor:e.bgColor},e.boxStyle]),attrs:{_i:0}},[e._v(e._$s(0,"t0-0",e._s(e.showText)))]):e._e()},a=[]},"5a763":function(e,t,r){var n=r("f576");e.exports=function(e){return(new n).update(e).digest()}},"5ac5":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a={ES:function(e){(0,n.default)(e);var t=/^[0-9X-Z][0-9]{7}[TRWAGMYFPDXBNJZSQVHLCKE]$/,r={X:0,Y:1,Z:2},i=["T","R","W","A","G","M","Y","F","P","D","X","B","N","J","Z","S","Q","V","H","L","C","K","E"],a=e.trim().toUpperCase();if(!t.test(a))return!1;var o=a.slice(0,-1).replace(/[X,Y,Z]/g,(function(e){return r[e]}));return a.endsWith(i[o%23])}};function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"any";if((0,n.default)(e),t in a)return a[t](e);if("any"===t){for(var r in a)if(a.hasOwnProperty(r)){var i=a[r];if(i(e))return!0}return!1}throw new Error("Invalid locale '".concat(t,"'"))}e.exports=t.default,e.exports.default=t.default},"5acf":function(e,t){e.exports="/static/tongyonh/Frame70.png"},"5b53":function(e,t,r){"use strict";var n=r("4b04");function i(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var r=this;this.promise.then((function(e){if(r._listeners){var t,n=r._listeners.length;for(t=0;t256||n%8!==0)&&_.throwArgumentError("invalid "+r[1]+" bit length","param",e),new p.NumberCoder(n/8,"int"===r[1],e.name)}if(r=e.type.match(k),r){var i=parseInt(r[1]);return(0===i||i>32)&&_.throwArgumentError("invalid bytes length","param",e),new d.FixedBytesCoder(i,e.name)}return _.throwArgumentError("invalid type","type",e.type)}},{key:"_getWordSize",value:function(){return 32}},{key:"_getReader",value:function(e,t){return new s.Reader(e,this._getWordSize(),this.coerceFunc,t)}},{key:"_getWriter",value:function(){return new s.Writer(this._getWordSize())}},{key:"encode",value:function(e,t){var r=this;e.length!==t.length&&_.throwError("types/values length mismatch",a.Logger.errors.INVALID_ARGUMENT,{count:{types:e.length,values:t.length},value:{types:e,values:t}});var n=e.map((function(e){return r._getCoder(b.ParamType.from(e))})),i=new m.TupleCoder(n,"_"),o=this._getWriter();return i.encode(o,t),o.data}},{key:"decode",value:function(e,t,r){var i=this,a=e.map((function(e){return i._getCoder(b.ParamType.from(e))})),o=new m.TupleCoder(a,"_");return o.decode(this._getReader((0,n.arrayify)(t),r))}}]),e}();t.AbiCoder=S;var A=new S;t.defaultAbiCoder=A},"5bb0":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){return(0,n.default)(e),parseInt(e,t||10)}e.exports=t.default,e.exports.default=t.default},"5bbc":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"pbkdf2",{enumerable:!0,get:function(){return n.pbkdf2}});var n=r("3e81")},"5bc3":function(e,t){function r(e,t){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:null;e&&this.$emit(e,this.selectValue),this.close()},selectHandler:function(){this.$emit("click")}}};t.default=n},"5dea":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.id=a;var n=r("06f6"),i=r("3b9a");function a(e){return(0,n.keccak256)((0,i.toUtf8Bytes)(e))}},"5dea0":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("d50b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"auto",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rpx";return e=String(e),n.default.number(e)?"".concat(e).concat(t):e}},"5e1a":function(e,t,r){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var i=r("8707").Buffer,a=r(3);function o(e,t,r){e.copy(t,r)}e.exports=function(){function e(){n(this,e),this.head=null,this.tail=null,this.length=0}return e.prototype.push=function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";var t=this.head,r=""+t.data;while(t=t.next)r+=e+t.data;return r},e.prototype.concat=function(e){if(0===this.length)return i.alloc(0);if(1===this.length)return this.head.data;var t=i.allocUnsafe(e>>>0),r=this.head,n=0;while(r)o(r.data,t,n),n+=r.data.length,r=r.next;return t},e}(),a&&a.inspect&&a.inspect.custom&&(e.exports.prototype[a.inspect.custom]=function(){var e=a.inspect({length:this.length});return this.constructor.name+" "+e})},"5e41":function(e,t,r){"use strict";r.r(t);var n=r("ba15"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"5e42":function(e,t,r){"use strict";r.r(t);var n=r("708b"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"5e8a":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.EC=void 0;var n=a(r("399f")),i=a(r("7d92"));function a(e){return e&&e.__esModule?e:{default:e}}"undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof e||"undefined"!==typeof self&&self;function o(e,t,r){return r={path:t,exports:{},require:function(e,t){return s(e,void 0===t||null===t?r.path:t)}},e(r,r.exports),r.exports}function s(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var u=c;function c(e,t){if(!e)throw new Error(t||"Assertion failed")}c.equal=function(e,t,r){if(e!=t)throw new Error(r||"Assertion failed: "+e+" != "+t)};var l=o((function(e,t){var r=t;function n(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"!==typeof e){for(var n=0;n>8,o=255&i;a?r.push(a,o):r.push(o)}return r}function i(e){return 1===e.length?"0"+e:e}function a(e){for(var t="",r=0;r(i>>1)-1?(i>>1)-u:u,a.isubn(s)):s=0,n[o]=s,a.iushrn(1)}return n}function a(e,t){var r=[[],[]];e=e.clone(),t=t.clone();var n,i=0,a=0;while(e.cmpn(-i)>0||t.cmpn(-a)>0){var o,s,u=e.andln(3)+i&3,c=t.andln(3)+a&3;3===u&&(u=-1),3===c&&(c=-1),0===(1&u)?o=0:(n=e.andln(7)+i&7,o=3!==n&&5!==n||2!==c?u:-u),r[0].push(o),0===(1&c)?s=0:(n=t.andln(7)+a&7,s=3!==n&&5!==n||2!==u?c:-c),r[1].push(s),2*i===o+1&&(i=1-i),2*a===s+1&&(a=1-a),e.iushrn(1),t.iushrn(1)}return r}function o(e,t,r){var n="_"+t;e.prototype[t]=function(){return void 0!==this[n]?this[n]:this[n]=r.call(this)}}function s(e){return"string"===typeof e?r.toArray(e,"hex"):e}function c(e){return new n.default(e,"hex","le")}r.assert=u,r.toArray=l.toArray,r.zero2=l.zero2,r.toHex=l.toHex,r.encode=l.encode,r.getNAF=i,r.getJSF=a,r.cachedProperty=o,r.parseBytes=s,r.intFromLE=c})),d=f.getNAF,h=f.getJSF,p=f.assert;function v(e,t){this.type=e,this.p=new n.default(t.p,16),this.red=t.prime?n.default.red(t.prime):n.default.mont(this.p),this.zero=new n.default(0).toRed(this.red),this.one=new n.default(1).toRed(this.red),this.two=new n.default(2).toRed(this.red),this.n=t.n&&new n.default(t.n,16),this.g=t.g&&this.pointFromJSON(t.g,t.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var r=this.n&&this.p.div(this.n);!r||r.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}var m=v;function b(e,t){this.curve=e,this.type=t,this.precomputed=null}v.prototype.point=function(){throw new Error("Not implemented")},v.prototype.validate=function(){throw new Error("Not implemented")},v.prototype._fixedNafMul=function(e,t){p(e.precomputed);var r=e._getDoubles(),n=d(t,1,this._bitLength),i=(1<=a;u--)o=(o<<1)+n[u];s.push(o)}for(var c=this.jpoint(null,null,null),l=this.jpoint(null,null,null),f=i;f>0;f--){for(a=0;a=0;s--){for(var u=0;s>=0&&0===a[s];s--)u++;if(s>=0&&u++,o=o.dblp(u),s<0)break;var c=a[s];p(0!==c),o="affine"===e.type?c>0?o.mixedAdd(i[c-1>>1]):o.mixedAdd(i[-c-1>>1].neg()):c>0?o.add(i[c-1>>1]):o.add(i[-c-1>>1].neg())}return"affine"===e.type?o.toP():o},v.prototype._wnafMulAdd=function(e,t,r,n,i){var a,o,s,u=this._wnafT1,c=this._wnafT2,l=this._wnafT3,f=0;for(a=0;a=1;a-=2){var v=a-1,m=a;if(1===u[v]&&1===u[m]){var b=[t[v],null,null,t[m]];0===t[v].y.cmp(t[m].y)?(b[1]=t[v].add(t[m]),b[2]=t[v].toJ().mixedAdd(t[m].neg())):0===t[v].y.cmp(t[m].y.redNeg())?(b[1]=t[v].toJ().mixedAdd(t[m]),b[2]=t[v].add(t[m].neg())):(b[1]=t[v].toJ().mixedAdd(t[m]),b[2]=t[v].toJ().mixedAdd(t[m].neg()));var g=[-3,-1,-5,-7,0,7,5,1,3],y=h(r[v],r[m]);for(f=Math.max(y[0].length,f),l[v]=new Array(f),l[m]=new Array(f),o=0;o=0;a--){var S=0;while(a>=0){var A=!0;for(o=0;o=0&&S++,k=k.dblp(S),a<0)break;for(o=0;o0?s=c[o][E-1>>1]:E<0&&(s=c[o][-E-1>>1].neg()),k="affine"===s.type?k.mixedAdd(s):k.add(s))}}for(a=0;a=Math.ceil((e.bitLength()+1)/t.step)},b.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],n=this,i=0;i=0&&(o=t,s=r),i.negative&&(i=i.neg(),a=a.neg()),o.negative&&(o=o.neg(),s=s.neg()),[{a:i,b:a},{a:o,b:s}]},w.prototype._endoSplit=function(e){var t=this.endo.basis,r=t[0],n=t[1],i=n.b.mul(e).divRound(this.n),a=r.b.neg().mul(e).divRound(this.n),o=i.mul(r.a),s=a.mul(n.a),u=i.mul(r.b),c=a.mul(n.b),l=e.sub(o).sub(s),f=u.add(c).neg();return{k1:l,k2:f}},w.prototype.pointFromX=function(e,t){e=new n.default(e,16),e.red||(e=e.toRed(this.red));var r=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),i=r.redSqrt();if(0!==i.redSqr().redSub(r).cmp(this.zero))throw new Error("invalid point");var a=i.fromRed().isOdd();return(t&&!a||!t&&a)&&(i=i.redNeg()),this.point(e,i)},w.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,r=e.y,n=this.a.redMul(t),i=t.redSqr().redMul(t).redIAdd(n).redIAdd(this.b);return 0===r.redSqr().redISub(i).cmpn(0)},w.prototype._endoWnafMulAdd=function(e,t,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,a=0;a":""},k.prototype.isInfinity=function(){return this.inf},k.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var r=t.redSqr().redISub(this.x).redISub(e.x),n=t.redMul(this.x.redSub(r)).redISub(this.y);return this.curve.point(r,n)},k.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,r=this.x.redSqr(),n=e.redInvm(),i=r.redAdd(r).redIAdd(r).redIAdd(t).redMul(n),a=i.redSqr().redISub(this.x.redAdd(this.x)),o=i.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,o)},k.prototype.getX=function(){return this.x.fromRed()},k.prototype.getY=function(){return this.y.fromRed()},k.prototype.mul=function(e){return e=new n.default(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},k.prototype.mulAdd=function(e,t,r){var n=[this,t],i=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i):this.curve._wnafMulAdd(1,n,i,2)},k.prototype.jmulAdd=function(e,t,r){var n=[this,t],i=[e,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i,!0):this.curve._wnafMulAdd(1,n,i,2,!0)},k.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},k.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var r=this.precomputed,n=function(e){return e.neg()};t.precomputed={naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(n)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(n)}}}return t},k.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);var e=this.curve.jpoint(this.x,this.y,this.curve.one);return e},g(x,m.BasePoint),w.prototype.jpoint=function(e,t,r){return new x(this,e,t,r)},x.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),r=this.x.redMul(t),n=this.y.redMul(t).redMul(e);return this.curve.point(r,n)},x.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},x.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),r=this.z.redSqr(),n=this.x.redMul(t),i=e.x.redMul(r),a=this.y.redMul(t.redMul(e.z)),o=e.y.redMul(r.redMul(this.z)),s=n.redSub(i),u=a.redSub(o);if(0===s.cmpn(0))return 0!==u.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var c=s.redSqr(),l=c.redMul(s),f=n.redMul(c),d=u.redSqr().redIAdd(l).redISub(f).redISub(f),h=u.redMul(f.redISub(d)).redISub(a.redMul(l)),p=this.z.redMul(e.z).redMul(s);return this.curve.jpoint(d,h,p)},x.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),r=this.x,n=e.x.redMul(t),i=this.y,a=e.y.redMul(t).redMul(this.z),o=r.redSub(n),s=i.redSub(a);if(0===o.cmpn(0))return 0!==s.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var u=o.redSqr(),c=u.redMul(o),l=r.redMul(u),f=s.redSqr().redIAdd(c).redISub(l).redISub(l),d=s.redMul(l.redISub(f)).redISub(i.redMul(c)),h=this.z.redMul(o);return this.curve.jpoint(f,d,h)},x.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();var t;if(this.curve.zeroA||this.curve.threeA){var r=this;for(t=0;t=0)return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}},x.prototype.inspect=function(){return this.isInfinity()?"":""},x.prototype.isInfinity=function(){return 0===this.z.cmpn(0)};var S=o((function(e,t){var r=t;r.base=m,r.short=_,r.mont=null,r.edwards=null})),A=o((function(e,t){var r,n=t,a=f.assert;function o(e){"short"===e.type?this.curve=new S.short(e):"edwards"===e.type?this.curve=new S.edwards(e):this.curve=new S.mont(e),this.g=this.curve.g,this.n=this.curve.n,this.hash=e.hash,a(this.g.validate(),"Invalid curve"),a(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function s(e,t){Object.defineProperty(n,e,{configurable:!0,enumerable:!0,get:function(){var r=new o(t);return Object.defineProperty(n,e,{configurable:!0,enumerable:!0,value:r}),r}})}n.PresetCurve=o,s("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:i.default.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),s("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:i.default.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),s("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:i.default.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),s("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:i.default.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),s("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:i.default.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),s("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:i.default.sha256,gRed:!1,g:["9"]}),s("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:i.default.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{r=null.crash()}catch(u){r=void 0}s("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:i.default.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",r]})}));function E(e){if(!(this instanceof E))return new E(e);this.hash=e.hash,this.predResist=!!e.predResist,this.outLen=this.hash.outSize,this.minEntropy=e.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var t=l.toArray(e.entropy,e.entropyEnc||"hex"),r=l.toArray(e.nonce,e.nonceEnc||"hex"),n=l.toArray(e.pers,e.persEnc||"hex");u(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,r,n)}var C=E;E.prototype._init=function(e,t,r){var n=e.concat(t).concat(r);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var i=0;i=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(r||[])),this._reseed=1},E.prototype.generate=function(e,t,r,n){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!==typeof t&&(n=r,r=t,t=null),r&&(r=l.toArray(r,n||"hex"),this._update(r));var i=[];while(i.length"};var I=f.assert;function j(e,t){if(e instanceof j)return e;this._importDER(e,t)||(I(e.r&&e.s,"Signature without r or s"),this.r=new n.default(e.r,16),this.s=new n.default(e.s,16),void 0===e.recoveryParam?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}var B=j;function N(){this.place=0}function R(e,t){var r=e[t.place++];if(!(128&r))return r;var n=15&r;if(0===n||n>4)return!1;for(var i=0,a=0,o=t.place;a>>=0;return!(i<=127)&&(t.place=o,i)}function $(e){var t=0,r=e.length-1;while(!e[t]&&!(128&e[t+1])&&t>>3);e.push(128|r);while(--r)e.push(t>>>(r<<3)&255);e.push(t)}}j.prototype._importDER=function(e,t){e=f.toArray(e,t);var r=new N;if(48!==e[r.place++])return!1;var i=R(e,r);if(!1===i)return!1;if(i+r.place!==e.length)return!1;if(2!==e[r.place++])return!1;var a=R(e,r);if(!1===a)return!1;var o=e.slice(r.place,a+r.place);if(r.place+=a,2!==e[r.place++])return!1;var s=R(e,r);if(!1===s)return!1;if(e.length!==s+r.place)return!1;var u=e.slice(r.place,s+r.place);if(0===o[0]){if(!(128&o[1]))return!1;o=o.slice(1)}if(0===u[0]){if(!(128&u[1]))return!1;u=u.slice(1)}return this.r=new n.default(o),this.s=new n.default(u),this.recoveryParam=null,!0},j.prototype.toDER=function(e){var t=this.r.toArray(),r=this.s.toArray();128&t[0]&&(t=[0].concat(t)),128&r[0]&&(r=[0].concat(r)),t=$(t),r=$(r);while(!r[0]&&!(128&r[1]))r=r.slice(1);var n=[2];M(n,t.length),n=n.concat(t),n.push(2),M(n,r.length);var i=n.concat(r),a=[48];return M(a,i.length),a=a.concat(i),f.encode(a,e)};var U=function(){throw new Error("unsupported")},F=f.assert;function L(e){if(!(this instanceof L))return new L(e);"string"===typeof e&&(F(Object.prototype.hasOwnProperty.call(A,e),"Unknown curve "+e),e=A[e]),e instanceof A.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}var D=L;L.prototype.keyPair=function(e){return new O(this,e)},L.prototype.keyFromPrivate=function(e,t){return O.fromPrivate(this,e,t)},L.prototype.keyFromPublic=function(e,t){return O.fromPublic(this,e,t)},L.prototype.genKeyPair=function(e){e||(e={});for(var t=new C({hash:this.hash,pers:e.pers,persEnc:e.persEnc||"utf8",entropy:e.entropy||U(this.hash.hmacStrength),entropyEnc:e.entropy&&e.entropyEnc||"utf8",nonce:this.n.toArray()}),r=this.n.byteLength(),i=this.n.sub(new n.default(2));;){var a=new n.default(t.generate(r));if(!(a.cmp(i)>0))return a.iaddn(1),this.keyFromPrivate(a)}},L.prototype._truncateToN=function(e,t){var r=8*e.byteLength()-this.n.bitLength();return r>0&&(e=e.ushrn(r)),!t&&e.cmp(this.n)>=0?e.sub(this.n):e},L.prototype.sign=function(e,t,r,i){"object"===typeof r&&(i=r,r=null),i||(i={}),t=this.keyFromPrivate(t,r),e=this._truncateToN(new n.default(e,16));for(var a=this.n.byteLength(),o=t.getPrivate().toArray("be",a),s=e.toArray("be",a),u=new C({hash:this.hash,entropy:o,nonce:s,pers:i.pers,persEnc:i.persEnc||"utf8"}),c=this.n.sub(new n.default(1)),l=0;;l++){var f=i.k?i.k(l):new n.default(u.generate(this.n.byteLength()));if(f=this._truncateToN(f,!0),!(f.cmpn(1)<=0||f.cmp(c)>=0)){var d=this.g.mul(f);if(!d.isInfinity()){var h=d.getX(),p=h.umod(this.n);if(0!==p.cmpn(0)){var v=f.invm(this.n).mul(p.mul(t.getPrivate()).iadd(e));if(v=v.umod(this.n),0!==v.cmpn(0)){var m=(d.getY().isOdd()?1:0)|(0!==h.cmp(p)?2:0);return i.canonical&&v.cmp(this.nh)>0&&(v=this.n.sub(v),m^=1),new B({r:p,s:v,recoveryParam:m})}}}}}},L.prototype.verify=function(e,t,r,i){e=this._truncateToN(new n.default(e,16)),r=this.keyFromPublic(r,i),t=new B(t,"hex");var a=t.r,o=t.s;if(a.cmpn(1)<0||a.cmp(this.n)>=0)return!1;if(o.cmpn(1)<0||o.cmp(this.n)>=0)return!1;var s,u=o.invm(this.n),c=u.mul(e).umod(this.n),l=u.mul(a).umod(this.n);return this.curve._maxwellTrick?(s=this.g.jmulAdd(c,r.getPublic(),l),!s.isInfinity()&&s.eqXToP(a)):(s=this.g.mulAdd(c,r.getPublic(),l),!s.isInfinity()&&0===s.getX().umod(this.n).cmp(a))},L.prototype.recoverPubKey=function(e,t,r,i){F((3&r)===r,"The recovery param is more than two bits"),t=new B(t,i);var a=this.n,o=new n.default(e),s=t.r,u=t.s,c=1&r,l=r>>1;if(s.cmp(this.curve.p.umod(this.curve.n))>=0&&l)throw new Error("Unable to find sencond key candinate");s=l?this.curve.pointFromX(s.add(this.curve.n),c):this.curve.pointFromX(s,c);var f=t.r.invm(a),d=a.sub(o).mul(f).umod(a),h=u.mul(f).umod(a);return this.g.mulAdd(d,s,h)},L.prototype.getKeyRecoveryParam=function(e,t,r,n){if(t=new B(t,n),null!==t.recoveryParam)return t.recoveryParam;for(var i=0;i<4;i++){var a;try{a=this.recoverPubKey(e,t,i)}catch(e){continue}if(a.eq(r))return i}throw new Error("Unable to find valid recovery factor")};var z=o((function(e,t){var r=t;r.version={version:"6.5.4"}.version,r.utils=f,r.rand=function(){throw new Error("unsupported")},r.curve=S,r.curves=A,r.ec=D,r.eddsa=null})),H=z.ec;t.EC=H}).call(this,r("c8ba"))},"5e95":function(e,t,r){"use strict";r.r(t);var n=r("c1da"),i=r("62a8");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"31fe2099",null,!1,n["a"],o);t["default"]=u.exports},"5ee7":function(e,t,r){"use strict";t.readUInt32BE=function(e,t){var r=e[0+t]<<24|e[1+t]<<16|e[2+t]<<8|e[3+t];return r>>>0},t.writeUInt32BE=function(e,t,r){e[0+r]=t>>>24,e[1+r]=t>>>16&255,e[2+r]=t>>>8&255,e[3+r]=255&t},t.ip=function(e,t,r,n){for(var i=0,a=0,o=6;o>=0;o-=2){for(var s=0;s<=24;s+=8)i<<=1,i|=t>>>s+o&1;for(s=0;s<=24;s+=8)i<<=1,i|=e>>>s+o&1}for(o=6;o>=0;o-=2){for(s=1;s<=25;s+=8)a<<=1,a|=t>>>s+o&1;for(s=1;s<=25;s+=8)a<<=1,a|=e>>>s+o&1}r[n+0]=i>>>0,r[n+1]=a>>>0},t.rip=function(e,t,r,n){for(var i=0,a=0,o=0;o<4;o++)for(var s=24;s>=0;s-=8)i<<=1,i|=t>>>s+o&1,i<<=1,i|=e>>>s+o&1;for(o=4;o<8;o++)for(s=24;s>=0;s-=8)a<<=1,a|=t>>>s+o&1,a<<=1,a|=e>>>s+o&1;r[n+0]=i>>>0,r[n+1]=a>>>0},t.pc1=function(e,t,r,n){for(var i=0,a=0,o=7;o>=5;o--){for(var s=0;s<=24;s+=8)i<<=1,i|=t>>s+o&1;for(s=0;s<=24;s+=8)i<<=1,i|=e>>s+o&1}for(s=0;s<=24;s+=8)i<<=1,i|=t>>s+o&1;for(o=1;o<=3;o++){for(s=0;s<=24;s+=8)a<<=1,a|=t>>s+o&1;for(s=0;s<=24;s+=8)a<<=1,a|=e>>s+o&1}for(s=0;s<=24;s+=8)a<<=1,a|=e>>s+o&1;r[n+0]=i>>>0,r[n+1]=a>>>0},t.r28shl=function(e,t){return e<>>28-t};var n=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];t.pc2=function(e,t,r,i){for(var a=0,o=0,s=n.length>>>1,u=0;u>>n[u]&1;for(u=s;u>>n[u]&1;r[i+0]=a>>>0,r[i+1]=o>>>0},t.expand=function(e,t,r){var n=0,i=0;n=(1&e)<<5|e>>>27;for(var a=23;a>=15;a-=4)n<<=6,n|=e>>>a&63;for(a=11;a>=3;a-=4)i|=e>>>a&63,i<<=6;i|=(31&e)<<1|e>>>31,t[r+0]=n>>>0,t[r+1]=i>>>0};var i=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];t.substitute=function(e,t){for(var r=0,n=0;n<4;n++){var a=e>>>18-6*n&63,o=i[64*n+a];r<<=4,r|=o}for(n=0;n<4;n++){a=t>>>18-6*n&63,o=i[256+64*n+a];r<<=4,r|=o}return r>>>0};var a=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];t.permute=function(e){for(var t=0,r=0;r>>a[r]&1;return t>>>0},t.padSplit=function(e,t,r){var n=e.toString(2);while(n.length37&&t[0]===i.OPS.OP_RETURN&&36===t[1]&&t.slice(2,6).equals(s)}function c(t){o(a.Hash256bit,t);var r=e.allocUnsafe(36);return s.copy(r,0),t.copy(r,4),n.compile([i.OPS.OP_RETURN,r])}function l(e){return o(u,e),n.decompile(e)[1].slice(4,36)}t.check=u,u.toJSON=function(){return"Witness commitment output"},t.encode=c,t.decode=l}).call(this,r("b639").Buffer)},6365:function(e,t){e.exports="/static/tongyonh/chevron_right_24px.png"},6371:function(e,t,r){"use strict";var n;function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={index:(n={faq:"Help Center",t1:"What Is Blockchain?",t2:"What Is a Decentralized Wallet?",t3:"What Is the Private key, Mnemonic and Wallet Password?",t4:"What Is the Miner Fee?",t5:"Why can\u2019t I transfer my assets to the contract address?",t6:"Why can\u2019t transfer tokens between different chains?",t7:"Why can\u2019t I get my funds back when the transfer was failed?",b1:'Blockchain is a shared, immutable ledger that facilitates the process of recording transactions and tracking assets in a business network. An asset can be tangible (a house, car, cash, land) or intangible (intellectual property, patents, copyrights, branding). Virtually anything of value can be tracked and traded on a blockchain network, reducing risk and cutting costs for all involved.\nBusiness runs on information. The faster it\u2019s received and the more accurate it is, the better. Blockchain is ideal for delivering that information because it provides immediate, shared and completely transparent information stored on an immutable ledger that can be accessed only by permission network members. A blockchain network can track orders, payments, accounts, production and much more. And because members share a single view of the truth, you can see all details of a transaction end to end, giving you greater confidence, as well as new efficiencies and opportunities.\nBlockchain has its roots in Bitcoin. On 1 November 2008, a man calling himself Satoshi Nakamoto published an article entitled "Bitcoin: A Peer-to-Peer Electronic Cash System", in which he explained the concept of an electronic cash system based on P2P network technology, cryptography, timestamping technology and blockchain technology, which marked the birth of Bitcoin. Two months later the theory was put into practice and on 3 January 2009 the first block with the serial number 0 was created. A few days later, on 9 January 2009, a block with the number 1 appeared and was connected to the Genesis block with the number 0 to form a chain, marking the birth of the blockchain.',b2:"In contrast to centralized wallets (exchanges) where the private key is in the hands of a third-party service provider, the private key of a decentralized wallet is kept by the user themselves and the assets are stored on the blockchain, the user is the real holder of the digital currency, the wallet is just a tool to help the user manage the assets on the chain and read the blockchain data, so there is no way to control, steal or transfer your assets.\nTherefore, decentralized wallets are difficult to be attacked by hackers centrally, and users do not have to worry about self-stealing or running away from the wallet service provider, because as long as you keep your private key safe when creating the wallet, your assets are still on the chain and can be displayed in a different wallet as well.\nNote: If a decentralized wallet is lost or stolen, it cannot be recovered without a backup of your private key or seed phrase, so be sure to back up your private key securely and correctly.\n",b3:"Private key When dealing with cryptocurrency, a user is usually given a public address and a private key to send and receive coins or tokens. The public address is where the funds are deposited and received. But even though a user has tokens deposited into their address, they won\u2019t be able to withdraw them without the unique private key.\nThe private key can take a few different forms, usually depicted as a series of alphanumeric characters, which makes it hard for a hacker to crack. Most users represent their wallet keys in wallet import format, which has 51 characters. Think of a public address as a mailbox, and the private key as the key to the box.\nOn any wallet, by importing the private key and setting a new password you can import the assets from the previous A wallet into the B wallet. For example, if a mobile phone is lost, the assets can be recovered by simply importing the private key.\nMnemonic Because the private key is composed of 64-bit hexadecimal, which is inconvenient to record and copy. For users' convenience, mnemonic was generated. It is simplified into a mnemonic consisting of 12 words, with a space between each word. The mnemonic and private key have the same function, that is, you can import the wallet by entering the mnemonic and setting a new password. Like the private key, a wallet has one set of mnemonics and cannot be modified.\nAnybody else who discovers the phrase can steal the cryptos, so it must be kept safe like jewels or cash. For example, no one should ask you for it on social networks or messenger, it must not be typed into any website.\nWallet Password When creating a wallet in BitCooo, you need to set a password of at least 8 characters. The wallet password is used to manage the wallet, e.g. to transfer funds, and must be entered when importing a wallet with a private key/keyword. Passwords can be changed or reset. If the original password is forgotten, the wallet can be imported with the private key or mnemonic words and a new password can be set.\nAn analogy can be drawn with bank accounts to differentiate between them. Private key = bank card number + bank card password Mnemonic = bank card number + card password Password = bank card password",b4:"Miner fees, commonly known as transfer fees as an incentive for miners to mine.\nMiner fees are determined by the Gas Price (unit price) and the Gas Limit (amount) consumed. The calculation formula is: Transfer fee/Gas fee/Miner fee = Gas Limit * Gas Price\nThe amount of Gas Limit is mainly affected by the complexity of the operation based on the content of the smart contract. The more complex the operation, the higher the Gas Limit.\nThe Gas Price is set by the sender. The higher the Gas Price set by the sender, the faster the transaction initiated by the sender can be confirmed in the blockchain.\nNotes: The gas fee for ETH is ETH; The gas fee for BSC is BNB; The gas fee for HECO is HT; The gas fee for OKExChain is OKT;\nGas can be returned if it is not used up",b5:"A smart contract is a self-executing contract with the terms of the agreement written into lines of code. The code and the agreements contained therein exist across a distributed, decentralized blockchain network. Taking Ethereum network as an example, issuing ERC20 Tokens on Ethereum network is essentially creating the smart contract of a Token. The code of the smart contract determines all information of the token in this address.\nSince the smart contract doesn\u2019t have a private key, once transferred tokens to the contract address, they may never be returned. In addition, Some contracts have reserved codes that can transfer Tokens, and some people believe that this is a hidden danger left by anonymous project parties.\nTherefore, please be sure to confirm whether the transfer is valid and double check your transfer information before transferring; \nDon't transfer tokens directly to the contract address! \nDon't transfer tokens directly to the contract address! \nDon't transfer tokens directly to the contract address!",b6:"With the development of public chains, exchanges are also launching their own public chains, such as the Binance Smart Chain (BSC) launched by Binance, the Huobi Eco Chain (HECO) launched by Huobi, and OKExChain launched by OKEx.\nThe same asset will appear on different public chains due to the increasing demand for cross-chain. For example, USDT can be circulated in ETH, TRX, BSC, HECO, etc., but they are not completely consistent and cannot be transferred directly to each other. Moreover, the address formats of ETH, BSC, HECO, and OKExChain are all the same, which often leads to errors in user transfers or withdrawals.\nBe careful: \n1. Different public chains cannot transfer the tokens to each other directly. For an example, USDT on Ethereum cannot be transferred to HECO directly. \n2. When withdrawing tokens from exchanges, please pay attentions to choosing the right withdrawing channel/blockchain. For an example, if you want to withdraw from Binance to Binance Smart Chain, you must choose the BEP20 or BSC option. For another example, if you want to withdraw from Huobi to the Huobi Eco Chain, you must select the HECO option, otherwise the tokens cannot be received.\n",b7:'When the transfer was failed on BitCooo wallet, it is usually caused by the following three reasons: \n1.1.\nOut of gas\n2.2.\nBad instruction \n3.3.\nReverted \nIf a transfer fails, BitCooo will not deduct your assets, and you can check your assets on the [Assets] page.\nIt should be noted that the miner fee generated by this transfer will not be refunded. It is not that BitCooo "stolen" your miner fee, but because this transaction has been packaged by the miner, which means that the miner fee has been collected by the miner.',Clicktoverify:"Click to verify fingerprint",Loginwith:"Login with wallet password",Decentralised:"Decentralised wallets,self-directed assets",Localstorage:"Local storage of private keys, safe and secure",EasyDecentralised:"Easy to use multi-chain wallet",EasyLocalstorage:"Easy to manage multiple wallets, your close assistant",NftDecentralised:"NFTCollection",NftLocalstorage:"Convenient management of your NFT collection",Oneidentity:"One identity management",Logintowallet:"Login to wallet",Restoreexisting:"Restore existing wallets",tela:"Enter the token name or contract address",tokensfound:"No related tokens found",thetokenname:"Please enter the token name or contract address to search",mainInfo:"According to relevant laws and regulations, it is currently unable to provide services to your location, which has caused you inconvenience. I am very sorry.",walletname:"Please enter wallet name",Namecannot:"Name cannot be empty",Wallet:"Wallet",NFT:"NFT",Market:"Market",Discover:"Discover",Profile:"Profile",Confirm:"Confirm",Successful:"Successfully",Cancel:"Cancel",Setsuccessfully:"Set successfully",Creationfailed:"Creation failed",correct:"Correct",selectWallet:"Select Wallet",langSelect:"Select",fingerPass:"Fingerprint password",lans:"Language settings",curr:"Currency",curr2:"Currency",nodes:"Node settings",protit:"Profile",apps:"App settings",magew:"Manage Wallet",addBook:"Address Book",Settings:"Settings",helpcen:"Help Center",aboutus:"About Us",Hardware:"Hardware",math:"Matching hardware"},i(n,"Wallet","Wallet"),i(n,"assets","Assets"),i(n,"cwallet","Choose a wallet"),i(n,"manage","Manage"),i(n,"mwallet","Manage wallet"),i(n,"addwallet","Add to"),i(n,"crewalllet","Create a wallet"),i(n,"mneimport","Mnemonic import"),i(n,"privakeyimport","Private key import"),i(n,"backupMneTit","Backup mnemonics"),i(n,"BackupTips","Backup Tips"),i(n,"Axioms","Axioms are the only way to control assets."),i(n,"retrieve","You cannot retrieve a lost mnemonic, so be sure to back it up!"),i(n,"disclose","Do not disclose your mnemonic to anyone."),i(n,"startBack","Start backup"),i(n,"pcopy","Please copy the helper words in"),i(n,"pcopy2","the correct order"),i(n,"booster","The booster words will be used for wallet asset recovery, please copy the booster words in the correct order and keep them in a safe place and do not disclose them to others"),i(n,"copied","I have copied it"),i(n,"conMne","Confirm your wallet mnemonic"),i(n,"boosterword","Please click on the booster words in order to ensure that your backup booster words are correct"),i(n,"backCom","Backup mnemonic completed!"),i(n,"seed","Invalid Seed"),i(n,"wrongWord","You entered the wrong booster words,"),i(n,"wrongWord2","please try again."),i(n,"transPaw","Transaction password"),i(n,"settransPaw","Set transaction password"),i(n,"transPawAgain","Please enter again"),i(n,"Securetransaction","Secure transaction passwords,"),i(n,"Securetransaction2","please do not disclose"),i(n,"Passworddiscrepansies","Password discrepansies"),i(n,"Versionupdate","Version update"),i(n,"Officialwebsite","Official website"),i(n,"TermsofService","Terms of Service"),i(n,"PrivacyPolicy","Privacy Policy"),i(n,"Etiamnisilorem1","Etiam nisi lorem"),i(n,"Etiamnisilorem2","posuere at turpis at, fringilla efficitur quam. Suspendisse vitae lacus ac lectus facilisis ornare. Vivamus vitae pulvinar nisi, in vehicula elit. Praesent iaculis ante tellus, eu mattis lectus suscipit sit amet. Sed congue accumsan nunc in iaculis. Sed malesuada elit turpis, eu egestas eros rhoncus non. Sed pulvinar euismod libero sit amet scelerisque. Vestibulum ante felis, condimentum in vulputate id, tempor eu nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam condimentum augue vitae nulla suscipit eleifend. Phasellus consectetur volutpat nulla, cursus facilisis elit vulputate sed. Mauris in semper sem. Interdum et malesuada fames ac ante ipsum primis in faucibus."),i(n,"Etiamnisilorem3","Etiam nisi lorem, posuere at turpis at, fringilla efficitur quam. Suspendisse vitae lacus ac lectus facilisis ornare. Vivamus vitae pulvinar nisi, in vehicula elit. Praesent iaculis ante tellus, eu mattis lectus suscipit sit amet. Sed congue accumsan nunc in iaculis. Sed malesuada elit turpis, eu egestas eros rhoncus non. Sed pulvinar euismod libero sit amet scelerisque. Vestibulum ante felis, condimentum in vulputate id, tempor eu nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam condimentum augue vitae nulla suscipit eleifend. Phasellus consectetur volutpat nulla, cursus facilisis elit vulputate sed. Mauris in semper sem. Interdum et malesuada fames ac ante ipsum primis in faucibus."),i(n,"TermsofService","Terms of Service"),i(n,"Address","Address"),i(n,"Manage","Manage"),i(n,"Name","Name"),i(n,"Setname","Set name"),i(n,"Backupprivatekey","Backup private key"),i(n,"Newwalletname","New wallet name"),i(n,"keepyourmnemonics","Please keep your mnemonics. Anyone who gets your mnemonics can control your account, including transferring all funds"),i(n,"Incorrectpassword","Incorrect password"),i(n,"keepyourprivatekey","Please keep your private key. Anyone who gets your private key can control your account, including transferring all funds"),i(n,"Showprivatekey","Show private key"),i(n,"Showprivatekeytext","Text"),i(n,"ShowQRCode","QR Code"),i(n,"ShowCopy","Copy"),i(n,"ScantheQR","Scan the QR code to ...."),i(n,"CopyprivatekeySuccessful","Copy private key Successful!"),i(n,"Onemomentplease","One moment please"),i(n,"TrandingPairs","Tranding Pairs"),i(n,"PriceVol","Price/Vol"),i(n,"Chang","24h Chang"),i(n,"DAPPwebsite","Search or enter the DAPP website"),i(n,"Beefy","Beefy finance(BSC)"),i(n,"revenue","Revenue aggregator based on coin security intelligent chain"),i(n,"Bunicorn","Bunicorn"),i(n,"throughmobility","A high performance AMM DEX through mobility"),i(n,"ForTube","ForTube(BSC)"),i(n,"platform","The world is leading defi lending platform (BSC)"),i(n,"Popular","Popular"),i(n,"Lending","Lending"),i(n,"Trade","Trade"),i(n,"Yield","Yield"),i(n,"Stake","Stake"),i(n,"redirected","You will be redirected to a third party dApp page and your use of the third party dApp will be governed by that third party dApp is User Agreement and Privacy Policy, for which the third party dApp is directly and solely liable to you."),i(n,"Disclaimers","Disclaimers"),i(n,"NFTcollection","NFT collection"),i(n,"Contractaddress","Contract address"),i(n,"TokenID","Token ID"),i(n,"entercontractaddress","Please enter the contract address"),i(n,"entertokenID","Please enter token ID"),i(n,"Contracts","Contracts"),i(n,"ID","ID"),i(n,"Collectiondetails","Collection details"),i(n,"Existingbalance","Existing balance"),i(n,"Freezebalance","Freeze balance"),i(n,"All","All"),i(n,"Send","Send"),i(n,"Receive","Receive"),i(n,"Receivingaddress","Receiving address"),i(n,"ReceivingaddressError","Receiving address error"),i(n,"ScanQR","Scan the QR code to transfer to the asset"),i(n,"Copyaddress","Copy address"),i(n,"CopySuccessful","Copy address Successful!"),i(n,"Transfer","Transfer"),i(n,"AddressBook","Address Book"),i(n,"Transferamount","Transfer amount"),i(n,"Balance","Balance"),i(n,"ALL","ALL"),i(n,"Remark","Remark"),i(n,"Transactionfee","Transaction fee"),i(n,"Transferconfirmation","Transfer confirmation"),i(n,"Amount","Amount"),i(n,"Sendaddress","Send address"),i(n,"Fingerprintpassword","Fingerprint password"),i(n,"fingerprintsensor","Touch the fingerprint sensor"),i(n,"UsePassword","Use Password"),i(n,"Fingerprintrecognized","Fingerprint not recognized."),i(n,"Tryagain","Try again"),i(n,"Fingerprintrecognized","Fingerprint recognized."),i(n,"enterthetransferamount","Please enter the transfer amount"),i(n,"enterthereceivingaddress","Please enter the receiving address"),i(n,"lessthan","The entered amount cannot be less than 0"),i(n,"runninglow","Sorry, your credit is running low"),i(n,"fingerprintidentification","This device does not support fingerprint identification"),i(n,"notequipped","This device is not equipped with a password lock screen and cannot use fingerprint identification"),i(n,"oninthesetting","There is no fingerprint entered in this device. Please turn it on in the setting"),i(n,"addressFormatError","Address format error"),i(n,"AddToken","Add Token"),i(n,"Hotassets","Hot assets"),i(n,"Addedsuccessfully","Added successfully"),i(n,"Importviaprivatekey","Import via private key"),i(n,"Privatekeyimportverification","Private key import verification"),i(n,"privatekeyanddo","Please enter your private key and do not disclose it to othersThe external address cannot be recovered by mnemonics. Please keep it properly"),i(n,"enteryourprivatekey","Please enter your private key"),i(n,"beempty","Cannot be empty"),i(n,"beenimported","The wallet has been imported"),i(n,"MnemonicsError","Mnemonics error"),i(n,"Importmnemonics","Import mnemonics"),i(n,"Mnemonicsimportverification","Mnemonics import verification"),i(n,"Language","Language"),i(n,"langfan","\u7e41\u9ad4\u4e2d\u6587"),i(n,"langjian","\u7b80\u4f53\u4e2d\u6587"),i(n,"eng","English"),i(n,"edit","Edit"),i(n,"Delete","Delete"),i(n,"DELETE","DELETE"),i(n,"Addaddress","Add address"),i(n,"Save","Save"),i(n,"selectcurrency","Please select currency"),i(n,"Pleaserecipientaddress","Please enter the recipient address"),i(n,"enterthename","Please enter the name"),i(n,"Addressorname","Address or name cannot be empty"),i(n,"loading","loading"),i(n,"closevalidation","Confirm close validation?"),i(n,"Login","Log in"),i(n,"Transactiondetails","Transaction details"),i(n,"Confirmed","Confirmed"),i(n,"Time","Time"),i(n,"TxFee","Tx Fee"),i(n,"TransactionID","Transaction ID"),i(n,"others","others"),i(n,"me","me"),i(n,"moreinformation","Go to your browser for more information"),i(n,"CopySuccessful","Copy Successful!"),i(n,"Nocontent","No content"),i(n,"Recognitioncancelled","Recognition has been cancelled"),i(n,"Fingerprintidentificationfailed","Fingerprint identification failed, please try again"),i(n,"Fingerprintmatchingfailed","Fingerprint matching failed, please re-enter"),i(n,"Thenumberoffingerprint","The number of fingerprint identification failures exceeds the limit. Please use other methods for authentication"),i(n,"separatedbyspaces","Enter mnemonic words separated by spaces"),i(n,"Notyetopen","Not yet open"),i(n,"Transfersucceeded","Transaction has been broadcast"),i(n,"Transferfailedconfirm","Transfer failed, please confirm the information is correct"),i(n,"yourcredit","Sorry, your credit is running low"),i(n,"failedInitiate","Failed to initiate"),i(n,"offchain","Please enter a note (off-chain)"),i(n,"TermsofServiceTxt",'This "Service Agreement" ("Agreement" or "Service Agreement") contains the terms and conditions governing your access and use of the websites and services (defined below) provided by us, and is between us and you or the entity you represent protocol. Please read this "Service Agreement" carefully before using this website or service. By using this website, or by clicking a button or check box to accept or agree to the terms of service of this "Service Agreement" (if this option is available), or fill in a service order, or, if earlier, use or otherwise access the service ("Effective Date"), you (1) accept and agree to this "Service Agreement" and any additional terms, rules and participation conditions that we publish from time to time, and (2) agree to the collection as described in our "Privacy Policy" , Use, disclosure, and other information processing activities. If you do not agree to this Service Agreement, you may not access or use the service.'),i(n,"updateTitle","Version upgrade prompt"),i(n,"AgreementConfirmation","I have read and agree to the"),i(n,"serviceTit","\u300aBitCooo Terms of Service\u300b"),i(n,"serviceTwo",'\n\t\t
Dear User,
Thank you for choosing BitCooo. This BitCooo Terms of Service (\u201cAgreement\u201d) is made between you (\u201cyou\u201d or \u201cUser\u201d) and BitCooo Foundation Ltd. (\u201cTPF\u201d or \u201cwe\u201d) and is legally binding between you and TPF.

TPF hereby reminds you that you must carefully read the full content of this Agreement and other documents mentioned in this Agreement before using BitCooo (\u201cBitCooo\u201d or \u201cApp\u201d). Particularly, you must carefully read the section of \u201cDisclaimer and Limitation of Liability\u201d and other sections which are displayed in bold. You must make sure that you fully understand the whole Agreement and evaluate the risks of using BitCooo on your own. In addition, BitCooo can be downloaded on mobile application platforms, including but not limited to Google Play and App Store.
I. Confirmation and Acceptance of this Agreement
1.1 You understand that this Agreement and other relevant documents apply to BitCooo and the Decentralized Applications (\u201cDApps\u201d) which are developed and owned independently by TPF on BitCooo (and excluding DApps developed by third parties).
1.2 After you download BitCooo and start to create or import wallet, you are deemed as having read and accepted this Agreement, which shall cause this Agreement to become effective and legally binding on both you and TPF immediately.
1.3 TPF may, at its sole discretion, modify or replace this Agreement at any time. The modified Agreement will automatically take effect once it is posted on BitCooo and you will not be notified separately. If you do not agree with the modifications, you shall cease to use BitCooo immediately. Use of BitCooo by you after any modification to this Agreement constitutes your acceptance of this Agreement as modified.
1.4 If you are under 18 years old or you are a person of no capacity for civil acts or a person of limited capacity for civil acts, please use BitCooo under the guidance of your parents or guardians.
II. Definition
2.1\xa0BitCooo: The blockchain wallet developed by TPF based on BTC/ETH /TRON and other blockchain systems which BitCooo may support in the future, and other supporting tools which are developed for the convenience of the Users when using blockchain systems.
2.2\xa0User: a) a User must be a natural person who possesses full capacity for civil acts; b) if you are under 18 years old, please use BitCooo under the guidance of your parents or guardians. If any person of no capacity for civil acts conducts any transactions on BitCooo or any person of limited capacity for civil acts conducts any transaction which does not commensurate his/her civil rights or act capacity, the parents or guardians of the User shall be liable for the consequences of such transactions.
2.3\xa0Excluded Person: a) except for natural persons, persons who have the legal and consciousness ability to conclude this Agreement; or b) users who are prohibited, restricted, unauthorized or unqualified to use the service (as defined in this Agreement) ) in any form or method (in whole or in part) due to this Agreement, laws, regulatory requirements, or the provisions of the jurisdiction applicable to the user. For the avoidance of doubt, Chinese Users are also regarded as "Excluded Person".
2.4\xa0Terms:
\xa0\xa0\xa0\xa0 a)\xa0Create or import wallet: Using BitCooo to create or import wallet after you accept this Agreement.
\xa0\xa0\xa0\xa0 b)\xa0Wallet Password: The password you set when you create the wallet. The Wallet Password will be used to encrypt and protect your Private Key. BitCooo, as a decentralized application, will not store your Wallet Password on our servers, nor will your Wallet Password be stored in your own mobile devices. If you lose or forget your Wallet Password, you will have to reset the Wallet Password with your Private Key or Mnemonic Words.
Reminder: It is recommended that Users follow the relevant steps for the information prompts involved in the BitCooo operating interface.
\xa0\xa0\xa0\xa0 c)\xa0Specific Users: Users who should cooperate with TPF and disclose Personal Information in order to comply with the laws, regulations and policies of Singapore.
\xa0\xa0\xa0\xa0 d)\xa0Private Key: Consists of 256 random bits. Private Key is the core for the User to hold and use the Tokens.
\xa0\xa0\xa0\xa0 e)\xa0Public Key: Public key is derived from the Private Key based on cryptography and is used to generate wallet addresses. A wallet address is a public address for reception of Tokens.
\xa0\xa0\xa0\xa0 f)\xa0Mnemonic Words: Consists of 12 (or 15/18/21/24) words which are randomly generated, and it is based on BIP39, the industry standard of blockchain. It is a human readable format of words to back up your Private Key for recovery.
\xa0\xa0\xa0\xa0 g)\xa0Keystore: A file that is encrypted by Private Key or Mnemonic Words and protected by the User\u2019s Wallet Password. Keystore is stored only in Users\u2019 mobile device and will not be synchronized to TPF servers.
\xa0\xa0\xa0\xa0 h)\xa0Tokens: The tokens which are supported by BitCooo currently, including but not limited to ETH, EOS and so on.
\xa0\xa0\xa0\xa0 i)\xa0Materials: Contents in the columns of \u201cNews\u201d, etc. on BitCooo. The Materials are TPF\u2019 proprietary properties. User shall not reproduce or distribute the materials without TPF\u2019 permission and authorization.
\xa0\xa0\xa0\xa0 j)\xa0Personal Information: Means information recorded in electronic or any other form which may identify a natural person when used alone or in combination with other information, including but not limited to name, date of birth, identification card number, personal biological identification information, address, telephone number, bank card number, email address, wallet address, mobile device information, operation record, transaction record, but excluding Wallet Password, Private Key, Mnemonic Words and Keystore.
\xa0\xa0\xa0\xa0 k)\xa0PRC: The People\u2019s Republic of China, including Hong Kong, Macau and Taiwan.
\xa0\xa0\xa0\xa0 l)\xa0Third-party services: Products and services provided by third parties such as third-party DApps, third-party DeFi, third-party smart contracts, third-party open source agreements, third-party web pages, third-party hardware wallets, third-party online web wallets, third-party exchanges, etc.
III. Services
3.1 Create or import wallet. You may use BitCooo to create a new wallet or import wallets generated by other wallet application. You may only import wallets with Tokens which are supported by BitCooo.
3.2 Transfer and receive Tokens. You may manage your digital Tokens by using the transfer and reception functions of BitCooo, i.e., you may revise the blockchain ledger by signing with your Private Key. Tokens Transfer means the payer transfer the Token to the blockchain address of the payee. The actual transfer of Tokens happens on the blockchain system (instead of on BitCooo).
3.3 Observe the market. You may use BitCooo to observe the market of the Tokens supported by BitCooo. The quotation of each Token is captured by BitCooo from corresponding exchange and is displayed in the \u201cMarkets\u201d column on BitCooo.
3.4 Manage Tokens. You may use BitCooo to add, manage or delete the Tokens supported by BitCooo.
Browse DApps. Users may use BitCooo to visit and use the services provided by DApps (including DApps developed by TPF and DApps developed by third parties).
3.5 Browse the DApp. Users can link to the DApp and use the services provided by the DApp (including TPF own DApps and third-party DApps) through the link on BitCooo.
3.6 Transaction records. We will copy all or part of your transaction records from the blockchain system. However, Users shall refer to the blockchain system for the latest transaction records.
3.7 Suspension of service. You understand that we are not able to reverse or cancel the transaction because transactions based on blockchain technologies are irrevocable. However, under certain circumstances, we may suspend or limit the function of BitCooo used by a particular User.
3.8 Other services that TPF would like to provide.
IV. Users who use BitCooo must understand that:
4.1 In order to keep the decentralization feature of blockchain and to protect the security of your digital Tokens, TPF offers decentralized service which is largely different from the banking and financial institutions. Users shall understand that TPF (the decentralized solution) DOES NOT provide the following services:
\xa0\xa0\xa0\xa0 a) store Users\u2019 Wallet Password (the password Users set when creating or importing wallets), Private Key, Mnemonic Words or Keystore;
\xa0\xa0\xa0\xa0 b) restore Users\u2019 Wallet Password, Private Key, Mnemonic Words or Keystore;
\xa0\xa0\xa0\xa0 c) freeze the wallet;
\xa0\xa0\xa0\xa0 d) report the loss of wallet;
\xa0\xa0\xa0\xa0 e) restore the wallet;
\xa0\xa0\xa0\xa0 f) rollback transactions.
4.2 Users shall take care of their mobile devices, back up the BitCooo App, and back up the Wallet Password, Mnemonic Words, Private Key and Keystore by themselves. If your mobile device is lost, your BitCooo App or your wallet is deleted and not backed up, your wallet is stolen or you forget your Wallet Password, Private Key, Mnemonic Words or Keystore, TPF is not able to recover the wallet or restore Wallet Password, Private Key, Mnemonic Words or Keystore. Nor can TPF cancel transactions for the mishandling of Users (such as typing in wrong addresses for transactions).
4.3 BitCooo does not support all existing Tokens. Do not use BitCooo to handle any non-supported Tokens.
4.4 BitCooo is only a tool for Users to manage their Tokens and is not an exchange or a trading platform. For the purpose of this Agreement, the word \u201ctransactions\u201d only means transferring and receiving Tokens, which is substantially different from transactions on the exchanges and trading platforms.
4.5 The DApps integrated into BitCooo include those developed independently by TPF and those developed by third parties. BitCooo only acts as a blockchain browser for those third-party-developed DApps. Users shall, at their sole discretion, decide whether there would be any risks to accept the services provided by or to conduct transactions on the third-party-developed DApps.
V. Your Rights and Obligations
5.1 Create or Import Wallet
\xa0\xa0\xa0\xa0 a) Create or import wallet: you are entitled to use BitCooo on your mobile device to create and/or import wallet, set Wallet Password and use your wallet on BitCooo to transfer and receive Tokens on blockchain.
\xa0\xa0\xa0\xa0 b) Identification verification: Specific Users will be asked to complete identification verification before using BitCooo to comply with related laws and regulations, according to the notification of BitCooo. Specific Users may be asked to provide Personal Information including but not limited to name, identification card number, cell phone number, bank card information, etc., without which the Specific Users will not be able to use certain services and the Specific Users alone shall be responsible for the loss caused by their delay in completing the verification.
\xa0\xa0\xa0\xa0 c) TPF may develop different versions of BitCooo for different terminal devices. You shall download and install applicable version. If you download and install BitCooo or other application with the same name as \u201cBitCooo\u201d from any unauthorized third party, TPF cannot guarantee the normal operation or security of such application. Any loss caused by using such application shall be borne by you.
\xa0\xa0\xa0\xa0 d) A previous version of BitCooo may stop to operate after a new version is released. TPF cannot guarantee the security, continuous operation or customer services for the previous version. Users shall download and use the latest version.
5.2 Use of BitCooo
\xa0\xa0\xa0\xa0 a) Users shall take care of their mobile devices, Wallet Password, Private Key, Mnemonic Words and Keystore by themselves. TPF does not store or hold the above information for Users. You shall be responsible for any risks, liabilities, losses and expenses which result from frauds, you losing your mobile device, disclosing (whether actively or passively) or forgetting Wallet Password, Private Key, Mnemonic Words or Keystore, or your wallet being attacked.
\xa0\xa0\xa0\xa0 b) Follow the Alert. You understand and agree to follow the Alert pushed by BitCooo. You shall be responsible for any risks, liabilities, losses and expenses which result from your failure to comply with the Alert.
\xa0\xa0\xa0\xa0 c) You understand that BitCooo undertakes no responsibility to conduct due diligence on the services or transactions provided by third-party-developed DApps. You shall make investment decisions rationally and assume the risks by yourself.
\xa0\xa0\xa0\xa0 d) Complete the identification verification. If BitCooo reasonably deems your operation or transactions to be abnormal, or considers your identification to be doubtful, or BitCooo considers it necessary to verify your identification documents or other necessary documents, you shall cooperate with BitCooo and provide your valid identification documents or other necessary documents and complete the identification verification in time.
\xa0\xa0\xa0\xa0 e) With the registration method using BitCooo mobile phone number and email address (the effective decentralized solution under the EOS system), you can choose to export the private key functions to better manage your account. You are also informed that you can delete the multiple-signature Owner authority added by default and that TPF can no longer help you recover the private key if the authority aforementioned is deleted.
5.3 Transfer of Tokens
\xa0\xa0\xa0\xa0 a) You understand that you may be subject to daily limits on the amount and times of transfers according to your location, regulatory requirements, transferring purposes, risk control by BitCooo, or identification verification.
\xa0\xa0\xa0\xa0 b) You understand that blockchain operations are \u201cirrevocable\u201d. When you use BitCooo to transfer Tokens, you shall be responsible for the consequences of your mishandling of the transfer (including but not limited to wrong address, problems of the node servers selected by you).
\xa0\xa0\xa0\xa0 c) You understand that the following reasons may result in \u201ctransfer failed\u201d or \u201cmining overtime\u201d
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 a. insufficient balance in wallet;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 b. insufficient gas for transaction;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 c. blockchain\u2019s failure to execute the code of smart contracts;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 d. the transfer amount exceeds the transfer limits imposed by authorities, BitCooo or laws or regulations;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 e. technical failure of the network or equipment;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 f. abandoned transactions result from blockchain network congestion or failure;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 g. the wallet address of yours or your counterparty\u2019s is identified as special addresses, such as high-risk address, exchange address, ICO address, Token address etc.
\xa0\xa0\xa0\xa0 d) You understand that BitCooo is only a tool for transfer of Tokens. TPF shall be deemed to have fulfilled its obligations once you have finished the transfer and shall not be held liable for any other disputes.
\xa0\xa0\xa0\xa0 e) Compliance. You understand that you shall abide by relevant laws, regulations and policies when you use BitCooo or the DApps on BitCooo.
\xa0\xa0\xa0\xa0 f) Notifications. BitCooo may send notifications to you by web announcements, e-mails, text messages, phone calls, Notification Centre information, popup tips or client-end notices (e.g., information about your transfer or suggestions on certain operations) which you shall be aware of timely.
5.4 Service fees and taxes.
\xa0\xa0\xa0\xa0 a) BitCooo does not charge you any service fees or handling fees for the time being. BitCooo may reach an agreement with you or announce rules regarding service fees in the future;
\xa0\xa0\xa0\xa0 b) You need to pay gas when you transfer Tokens, the amount of which would be on your sole discretion and would be collected by certain blockchain system;
\xa0\xa0\xa0\xa0 c) You understand that under some specific circumstances, your transfer of Tokens may fail due to instable network, but you may still be charged gas by certain blockchain system;
\xa0\xa0\xa0\xa0 d) You shall bear all the applicable taxes and other expenses occurred due to your transactions on BitCooo.
VI. Risks
6.1 You understand and acknowledge that the blockchain technology is a field of innovation where the laws and regulations are not fully established. You may be faced with material risks including instability of technology or failure of Tokens redemption. You also understand that Tokens have much higher volatility comparing to other financial assets. You shall make investment decisions and hold or dispose of the Tokens in a reasonable way and corresponding to your financial status and risk preferences. You also acknowledge that the market information is captured from exchanges by BitCooo and may not represent the latest or the best quotation of each Token.
6.2 If you or your counterparty fails to comply with this Agreement or fails to follow the instructions, tips or rules on the website or on the page of the transaction or payment, BitCooo does not guarantee successful transfer of the Tokens and BitCooo shall not be held liable for any of the consequences of such failure. If you or your counterparty has already received the payment in BitCooo wallet or third-party wallet, you understand that transactions on blockchain are irreversible and irrevocable. You and your counterparty shall assume the liabilities and consequences of your transactions.
6.3 You understand that blockchain operations and related transactions are irreversible. BitCooo shall not be held liable for the corresponding risks and consequences.
6.4 When you use third-party-developed DApps integrated in BitCooo, TPF strongly suggest you read this Agreement and BitCooo\u2019s Alert carefully, get familiar with the counterparty and the product information and evaluate the risks before you make transactions on such DApps.
6.5 You understand that such transactions and corresponding contractual relationship are between you and your counterparty. BitCooo shall not be held liable for any risks, responsibilities, losses or expenses occurred due to such transactions.
6.6 It is your sole responsibility to make sure that your counterparty is a person with full capacity for civil acts and decide whether you shall transact with him/her.
6.7 You shall check the official blockchain system or other blockchain tools when you receive Alert such as \u201ctransaction failed\u201d or \u201cmining overtime\u201d in order to avoid repetitive transfer. If you fail to follow this instruction, you shall bear the losses and expenses occurred due to such repetitive transfer.
6.8 You understand that after you create or import wallet on BitCooo, your Keystore, Private Key and Mnemonic Words are only stored on your mobile device and will not be stored in BitCooo or on the servers of TPF. You may change another mobile device to use BitCooo after you follow the instructions on BitCooo to backup your wallet. If you lose your mobile device before you could write down or backup your Wallet Password, Private Key, Mnemonic Words or Keystore, you may lose your Tokens and TPF is unable to restore them. If your Wallet Password, Private Key, Mnemonic Words or Keystore is disclosed or the device which stores or holds your Wallet Password, Private Key, Mnemonic Words or Keystore is hacked or attacked, you may lose your Tokens and TPF is unable to restore them. You shall bear the foregoing losses on your own.
6.9 We suggest you backup your Wallet Password, Private Key, Mnemonic Words and Keystore when you create or import wallet by writing them down on papers or backup them in password management apps. Please do not use electronic methods such as screenshots, e-mails, note-taking apps in cell phones, text messages, WeChat or QQ to backup any of the above information.
6.10 In order to avoid potential security risks, we suggest you use BitCooo in a secured network environment. Please do not use a jailbreak or Rooted mobile device.
6.11 Please be alert to frauds when you use BitCooo. If you find any suspicious conducts, we encourage you to inform us immediately.
VIl. Change, Suspension, Termination of TPF Service
7.1 You acknowledge and accept that TPF may, at its sole discretion, provide only a part of services for the time being, suspend certain services or provide new services in the future. When we change our services, your continuous use of BitCooo is deemed as your acceptance of this Agreement and revisions of this Agreement.
7.2 You understand that TPF may suspend services under the following circumstances:
\xa0\xa0\xa0\xa0 a) due to the maintenance, upgrading, failure of equipment and blockchain system and the interruption of communications etc., which lead to the suspension of the operation of BitCooo;
\xa0\xa0\xa0\xa0 b) due to force majeure events including but not limited to typhoon, earthquake, tsunami, flood, power outage, war, or terrorist attacks, or computer viruses, Trojan Horse, hacker attacks, system instability or government behaviors and other reasons, TPF is unable to provide services or in TPF\u2019 reasonable opinion, continuous provision of services would result in significant risks;
\xa0\xa0\xa0\xa0 c) due to other events which TPF cannot control or reasonably predicate.
\xa0\xa0\xa0\xa0 d) TPF reserves the right to unilaterally suspend or terminate all or part of the function of BitCooo under the following circumstances:
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 a. death of Users;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 b. if you steal others\u2019 wallets information or mobile devices;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 c. if you provide false Personal Information on BitCooo or cheat on Questionnaire;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 d. if you refuse to allow mandatory update of BitCooo;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 e. if you use BitCooo to commit illegal or criminal activities;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 f. if you hinder the normal use of BitCooo by other Users;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 g. if you pretend to be staff or management personnel of TPF;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 h. if you threaten the normal operation of TPF computer system by attack, invasion, alternation or any other means;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 i. if you use BitCooo to send spams;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 j. if you spread rumors which endanger the goodwill of TPF and BitCooo;
\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0 k. if you conduct any illegal activities, breach this Agreement etc. or other circumstances under which TPF reasonably considers necessary to suspend services.
7.3 You are entitled to export your wallets within a reasonable amount of time if TPF changes, suspends or terminates its services.
VIIl. Your Representations and Warranties
8.1 You shall comply with all applicable laws and regulations of the country or area you reside in. You shall not use BitCooo for any unlawful purposes or by any unlawful means.
8.2 You shall not use BitCooo to commit any illegal or unlawful activities, including but not limited to:
\xa0\xa0\xa0\xa0 a) activities opposing the basic principles set forth in the constitution, endangering national security, disclosing state secrets, overturning the government or undermining national unity;
\xa0\xa0\xa0\xa0 b) any illegal conducts, such as money laundering, illegal fund raising etc.;
\xa0\xa0\xa0\xa0 c) accessing TPF services, collecting or processing the content provided by TPF, intervening or attempting to intervene any Users, by the employment of any automated programs, software, network engines, web crawlers, web analytics tools, data mining tools or similar tools etc.;
\xa0\xa0\xa0\xa0 d) providing gambling information or inducing others to engage in gambling;
\xa0\xa0\xa0\xa0 e) invading into others\u2019 BitCooo wallets to steal Tokens;
\xa0\xa0\xa0\xa0 f) engaging in any inaccurate or false transactions with the counterparty;
\xa0\xa0\xa0\xa0 g) committing any activities which harms or attempts to harm BitCooo service system and data;
\xa0\xa0\xa0\xa0 h) other activities which TPF has reason to believe are inappropriate.
8.3 You understand and accept that you shall be responsible for any violation of law (including but not limited to the regulations of the Customs and Tax) or for breach of this Agreement by you and shall indemnify TPF against the losses, the third-party claims or administrative penalties against TPF incurred by such violation or breach, including reasonable attorney\u2019s fees.
8.4 You are not an Excluded Person who is eligible to use the BitCooo service.
8.5 You confirm that you will pay the service fees charged by TPF in time (if applicable). TPF reserves the right to suspend the services when the User fails to pay service fees (if applicable).
IX. Privacy Policy
Your privacy is of utmost importance for TPF. Please refer to BitCooo Privacy Policy as updated by us from time to time for relevant privacy protection policies.
X. Disclaimer and Limitation of Liability
10.1 TPF only undertakes obligations expressly set forth in this Agreement.
10.2 YOU ACKNOWLEDGE AND ACCEPT THAT, TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, BitCooo IS PROVIDED ON AN \u201cAS IS\u201d, \u201cAS AVAILABLE\u201d AND \u201cWITH ALL FAULTS\u201d BASIS. TPF shall not be held liable for malfunction of BitCooo which results from the following reasons:
\xa0\xa0\xa0\xa0 a) system maintenance or upgrading of BitCooo;
\xa0\xa0\xa0\xa0 b) force majeure, such as typhoon, earthquake, flood, lightning or terrorist attack etc.;
\xa0\xa0\xa0\xa0 c) malfunction of your mobile device hardware and software, and failure of telecommunication lines and power supply lines;
\xa0\xa0\xa0\xa0 d) your improper, unauthorized or unrecognized use of TPF services;
\xa0\xa0\xa0\xa0 e) computer viruses, Trojan Horse, malicious program attacks, network congestion, system instability, system or equipment failure, telecommunication failure, power failure, banking issues, government acts etc.;
\xa0\xa0\xa0\xa0 f) any other reasons not imputed to TPF.
10.3 TPF shall not be held liable under the following circumstances:
\xa0\xa0\xa0\xa0 a) Users lose their mobile devices, delete BitCooo applications and wallets without back-up, forget Wallet Passwords, Private Keys, Mnemonic Words, Keystores without back-up, which result in the loss of their Tokens;
\xa0\xa0\xa0\xa0 b) Users disclose their Wallet Passwords, Private Keys, Mnemonic Words, Keystores, or lend or transfer their BitCooo wallets to others, or authorize others to use their mobile devices or BitCooo wallets, or download BitCooo applications through unofficial channels, or use BitCooo applications by other insecure means, which result in the loss of their Tokens;
\xa0\xa0\xa0\xa0 c) Users mishandle BitCooo (including but not limited to wrong address, failure of the node servers selected by you), which result in the loss of Tokens;
\xa0\xa0\xa0\xa0 d) Users are unfamiliar with the knowledge of blockchain and their mishandling of BitCooo results in loss of their Tokens;
\xa0\xa0\xa0\xa0 e) BitCooo is unable to copy accurate transaction records due to system delay or blockchain instability etc.;
10.4 Under the registration method using BitCooo mobile phone number and email address (the effective decentralized solution under the EOS system), users can choose to export the private key. The property damage arising from loss or stolen private key after the user changes the authority of Owner and Active shall not be borne by TPF in any way.
10.5 Under the default mode of the registration method using BitCooo mobile phone number and email address (the effective decentralized solution under the EOS system), if the private key cannot be retrieved through mobile phone number due to the user\u2019s causes (such as the user cannot gain a new SIM card), TPF will not provide the service to retrieve the private key.
10.6 Property loss caused by users themselves (including but not limited to loss of mobile phone number, email address, the disclosure of the verification code, publication of the private key by the user, and the user\u2019s personal information being hacked) shall not be borne by TPF in any way.
10.7 Users shall undertake the risks and consequences of their transactions on the third-party-developed DApps.You understand that BitCooo is only an management tool for Tokens which is incapable to control the quality, security and legitimacy of products and services provided by the third-party-developed DApps, or the authenticity and accuracy of their information and their capabilities to fulfill the obligations under the agreements with you. You, at your sole discretion, decide whether to transact on the third-party-developed DApps. It is the third-party-developed DApps, instead of BitCooo, that transact with you. We kindly remind you to carefully review the authenticity, legitimacy, and effectiveness of related information provided by the third-party-developed DApps before you decide to use the DApps. In addition, you shall also assume all the risks arising from the transactions between you and any third party exchanges.

You acknowledge that BitCooo may provide services to you and your counterparties simultaneously and you agree to waive any actual or potential conflicts of interests and will not claim against TPF on such base or burden TPF with more responsibilities or duty of care.
XI. TPF does not warrant that:
a) services provided by TPF would satisfy all your needs;
b) all techniques, products, services, information or other materials from TPF would meet your expectations;
c) all the transaction information in digital tokens markets captured from the third party exchanges are prompt, accurate, complete, and reliable;
d) your counterparties on BitCooo will perform their obligations in the transaction agreements with you timely.
e) in any case, the total liability for TPF under this Agreement shall not exceed the greater of:
\xa0\xa0\xa0\xa0 a. 0.1 Ether; or
\xa0\xa0\xa0\xa0 b. 500 SGD, higher value shall prevail.
11.1 You are aware that BitCooo is only a tool for Users to manage their Tokens and to display transaction information. TPF does not provide legal, tax or investment advice. You shall seek advice from professional legal, tax, and investment advisors. In addition, TPF shall not be liable for any investment loss, data loss etc. during your use of our service.
11.2 You understand that we may change our entry standards, limit the range and ways to provide services for specific Users etc. at any time in accordance with relevant laws and regulations.
XII. Entire Agreement
12.1 This Agreement incorporates BitCooo Terms of Service, BitCooo Privacy Policy, and other rules (including contents in the \u201cSupport\u201d column) posted by TPF from time to time.
12.2 If any provision of this Agreement is found by a court with competent jurisdiction to be invalid, the other provisions of this Agreement remain in full force and effect.
12.3 This English version and other translated version of this Agreement (if any) are provided for the convenience of Users, and are not intended to revise the Chinese version of this Agreement. If there is any discrepancy between the Chinese version and non-Chinese version of this Agreement, the Chinese version shall prevail.
XIll. Intellectual Property Rights Protection
BitCooo is an application developed and owned by TPF. The intellectual property rights of any contents displayed in BitCooo (including this Agreement, announcements, articles, videos, audios, images, archives, information, materials, trademarks or logos) are owned by TPF or the third party licensors. Users can only use the BitCooo applications and its contents for the purpose of holding and managing their Tokens. In particular, without prior written consent from BitCooo or the third party licensors, no one shall use, modify, decompile, reproduce, publicly disseminate, alter, distribute, issue or publicly publish the abovementioned applications and contents.
XIV. Governing Law and Dispute Resolution
14.1 The validity, interpretation, alternation, enforcement, dispute resolution of this Agreement and its revised versions shall be governed and construed in accordance with the TPF\'s national laws. Where there is no applicable law, this Agreement shall be interpreted by applicable commercial and/or industrial practices.
14.2 If any dispute or claim in connection with this Agreement arises between you and TPF, the parties shall first attempt to resolve the dispute or claim through amicable negotiations in good faith. If the parties cannot reach an agreement, either party may sue the other party at the competent court where TPF is located.
XV. Miscellaneous
15.1 If you live outside of Singapore, you shall fully understand and conform to the laws, regulations and rules in your jurisdictions which are relevant to use of TPF services.
15.2 During your use of TPF services, if you come across any problems, you can contact us through the submission of your feedbacks on BitCooo.
15.3 This Agreement is accessible for all Users on BitCooo. We encourage you to read this Agreement each time you log onto BitCooo.

As for any issues not covered in this Agreement, you shall comply with the announcements and relevant rules as updated by TPF from time to time.

BitCooo

\n\t\t'),n)};t.default=a},6382:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("399f"),i=r("3337").ec,a=new i("secp256k1"),o=a.curve;t.privateKeyExport=function(e,t){void 0===t&&(t=!0);var r=new n(e);if(r.ucmp(o.n)>=0)throw new Error("couldn't export to DER format");var i=a.g.mul(r);return s(i.getX(),i.getY(),t)},t.privateKeyModInverse=function(t){var r=new n(t);if(r.ucmp(o.n)>=0||r.isZero())throw new Error("private key range is invalid");return r.invm(o.n).toArrayLike(e,"be",32)},t.signatureImport=function(t){var r=new n(t.r);r.ucmp(o.n)>=0&&(r=new n(0));var i=new n(t.s);return i.ucmp(o.n)>=0&&(i=new n(0)),e.concat([r.toArrayLike(e,"be",32),i.toArrayLike(e,"be",32)])},t.ecdhUnsafe=function(e,t,r){void 0===r&&(r=!0);var i=a.keyFromPublic(e),u=new n(t);if(u.ucmp(o.n)>=0||u.isZero())throw new Error("scalar was invalid (zero or overflow)");var c=i.pub.mul(u);return s(c.getX(),c.getY(),r)};var s=function(t,r,n){var i;return n?(i=e.alloc(33),i[0]=r.isOdd()?3:2,t.toArrayLike(e,"be",32).copy(i,1)):(i=e.alloc(65),i[0]=4,t.toArrayLike(e,"be",32).copy(i,1),r.toArrayLike(e,"be",32).copy(i,33)),i}}).call(this,r("b639").Buffer)},"63db":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.toUtf8Bytes=p,t._toEscapedUtf8String=m,t._toUtf8String=b,t.toUtf8String=g,t.toUtf8CodePoints=y,t.Utf8ErrorFuncs=t.Utf8ErrorReason=t.UnicodeNormalizationForm=void 0;var n,i,a=r("2abd"),o=r("fa24"),s=r("283a"),u=new o.Logger(s.version);function c(e,t,r,n,i){return u.throwArgumentError("invalid codepoint at offset ".concat(t,"; ").concat(e),"bytes",r)}function l(e,t,r,n,a){if(e===i.BAD_PREFIX||e===i.UNEXPECTED_CONTINUE){for(var o=0,s=t+1;s>6!==2)break;o++}return o}return e===i.OVERRUN?r.length-t-1:0}function f(e,t,r,n,a){return e===i.OVERLONG?(n.push(a),0):(n.push(65533),l(e,t,r,n,a))}t.UnicodeNormalizationForm=n,function(e){e["current"]="",e["NFC"]="NFC",e["NFD"]="NFD",e["NFKC"]="NFKC",e["NFKD"]="NFKD"}(n||(t.UnicodeNormalizationForm=n={})),t.Utf8ErrorReason=i,function(e){e["UNEXPECTED_CONTINUE"]="unexpected continuation byte",e["BAD_PREFIX"]="bad codepoint prefix",e["OVERRUN"]="string overrun",e["MISSING_CONTINUE"]="missing continuation byte",e["OUT_OF_RANGE"]="out of UTF-8 range",e["UTF16_SURROGATE"]="UTF-16 surrogate",e["OVERLONG"]="overlong representation"}(i||(t.Utf8ErrorReason=i={}));var d=Object.freeze({error:c,ignore:l,replace:f});function h(e,t){null==t&&(t=d.error),e=(0,a.arrayify)(e);var r=[],n=0;while(n>7!==0){var s=null,u=null;if(192===(224&o))s=1,u=127;else if(224===(240&o))s=2,u=2047;else{if(240!==(248&o)){n+=t(128===(192&o)?i.UNEXPECTED_CONTINUE:i.BAD_PREFIX,n-1,e,r);continue}s=3,u=65535}if(n-1+s>=e.length)n+=t(i.OVERRUN,n-1,e,r);else{for(var c=o&(1<<8-s-1)-1,l=0;l1114111?n+=t(i.OUT_OF_RANGE,n-1-s,e,r,c):c>=55296&&c<=57343?n+=t(i.UTF16_SURROGATE,n-1-s,e,r,c):c<=u?n+=t(i.OVERLONG,n-1-s,e,r,c):r.push(c))}}else r.push(o)}return r}function p(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:n.current;t!=n.current&&(u.checkNormalize(),e=e.normalize(t));for(var r=[],i=0;i>6|192),r.push(63&o|128);else if(55296==(64512&o)){i++;var s=e.charCodeAt(i);if(i>=e.length||56320!==(64512&s))throw new Error("invalid utf-8 string");var c=65536+((1023&o)<<10)+(1023&s);r.push(c>>18|240),r.push(c>>12&63|128),r.push(c>>6&63|128),r.push(63&c|128)}else r.push(o>>12|224),r.push(o>>6&63|128),r.push(63&o|128)}return(0,a.arrayify)(r)}function v(e){var t="0000"+e.toString(16);return"\\u"+t.substring(t.length-4)}function m(e,t){return'"'+h(e,t).map((function(e){if(e<256){switch(e){case 8:return"\\b";case 9:return"\\t";case 10:return"\\n";case 13:return"\\r";case 34:return'\\"';case 92:return"\\\\"}if(e>=32&&e<127)return String.fromCharCode(e)}return e<=65535?v(e):(e-=65536,v(55296+(e>>10&1023))+v(56320+(1023&e)))})).join("")+'"'}function b(e){return e.map((function(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10&1023),56320+(1023&e)))})).join("")}function g(e,t){return b(h(e,t))}function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:n.current;return h(p(e,t))}t.Utf8ErrorFuncs=d},6427:function(e,t,r){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r4&&void 0!==arguments[4]?arguments[4]:0,s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,u=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;n(this,t),this.__D=e,this.__Q=r,this.chainCode=i,this.network=a,this.__DEPTH=o,this.__INDEX=s,this.__PARENT_FINGERPRINT=u,c(d,a),this.lowR=!1}return a(t,[{key:"isNeutered",value:function(){return void 0===this.__D}},{key:"neutered",value:function(){return x(this.publicKey,this.chainCode,this.network,this.depth,this.index,this.parentFingerprint)}},{key:"toBase58",value:function(){var t=this.network,r=this.isNeutered()?t.bip32.public:t.bip32.private,n=e.allocUnsafe(78);return n.writeUInt32BE(r,0),n.writeUInt8(this.depth,4),n.writeUInt32BE(this.parentFingerprint,5),n.writeUInt32BE(this.index,9),this.chainCode.copy(n,13),this.isNeutered()?this.publicKey.copy(n,45):(n.writeUInt8(0,45),this.privateKey.copy(n,46)),s.encode(n)}},{key:"toWIF",value:function(){if(!this.privateKey)throw new TypeError("Missing private key");return l.encode(this.network.wif,this.privateKey,!0)}},{key:"derive",value:function(t){c(c.UInt32,t);var r=t>=p,n=e.allocUnsafe(37);if(r){if(this.isNeutered())throw new TypeError("Missing private key for hardened child key");n[0]=0,this.privateKey.copy(n,1),n.writeUInt32BE(t,33)}else this.publicKey.copy(n,0),n.writeUInt32BE(t,33);var i,a=o.hmacSHA512(this.chainCode,n),s=a.slice(0,32),l=a.slice(32);if(!u.isPrivate(s))return this.derive(t+1);if(this.isNeutered()){var f=u.pointAddScalar(this.publicKey,s,!0);if(null===f)return this.derive(t+1);i=x(f,l,this.network,this.depth+1,t,this.fingerprint.readUInt32BE(0))}else{var d=u.privateAdd(this.privateKey,s);if(null==d)return this.derive(t+1);i=_(d,l,this.network,this.depth+1,t,this.fingerprint.readUInt32BE(0))}return i}},{key:"deriveHardened",value:function(e){return c(b,e),this.derive(e+p)}},{key:"derivePath",value:function(e){c(m,e);var t=e.split("/");if("m"===t[0]){if(this.parentFingerprint)throw new TypeError("Expected master, got child");t=t.slice(1)}return t.reduce((function(e,t){var r;return"'"===t.slice(-1)?(r=parseInt(t.slice(0,-1),10),e.deriveHardened(r)):(r=parseInt(t,10),e.derive(r))}),this)}},{key:"sign",value:function(t,r){if(!this.privateKey)throw new Error("Missing private key");if(void 0===r&&(r=this.lowR),!1===r)return u.sign(t,this.privateKey);var n=u.sign(t,this.privateKey),i=e.alloc(32,0),a=0;while(n[0]>127)a++,i.writeUIntLE(a,0,6),n=u.signWithEntropy(t,this.privateKey,i);return n}},{key:"verify",value:function(e,t){return u.verify(e,this.publicKey,t)}},{key:"depth",get:function(){return this.__DEPTH}},{key:"index",get:function(){return this.__INDEX}},{key:"parentFingerprint",get:function(){return this.__PARENT_FINGERPRINT}},{key:"publicKey",get:function(){return void 0===this.__Q&&(this.__Q=u.pointFromScalar(this.__D,!0)),this.__Q}},{key:"privateKey",get:function(){return this.__D}},{key:"identifier",get:function(){return o.hash160(this.publicKey)}},{key:"fingerprint",get:function(){return this.identifier.slice(0,4)}},{key:"compressed",get:function(){return!0}}]),t}();function y(e,t){var r=s.decode(e);if(78!==r.length)throw new TypeError("Invalid buffer length");t=t||h;var n=r.readUInt32BE(0);if(n!==t.bip32.private&&n!==t.bip32.public)throw new TypeError("Invalid network version");var i=r[4],a=r.readUInt32BE(5);if(0===i&&0!==a)throw new TypeError("Invalid parent fingerprint");var o=r.readUInt32BE(9);if(0===i&&0!==o)throw new TypeError("Invalid index");var u,c=r.slice(13,45);if(n===t.bip32.private){if(0!==r.readUInt8(45))throw new TypeError("Invalid private key");var l=r.slice(46,78);u=_(l,c,t,i,o,a)}else{var f=r.slice(45,78);u=x(f,c,t,i,o,a)}return u}function w(e,t,r){return _(e,t,r)}function _(e,t,r,n,i,a){if(c({privateKey:f,chainCode:f},{privateKey:e,chainCode:t}),r=r||h,!u.isPrivate(e))throw new TypeError("Private key not in range [1, n)");return new g(e,void 0,t,r,n,i,a)}function k(e,t,r){return x(e,t,r)}function x(e,t,r,n,i,a){if(c({publicKey:c.BufferN(33),chainCode:f},{publicKey:e,chainCode:t}),r=r||h,!u.isPoint(e))throw new TypeError("Point is not on the curve");return new g(void 0,e,t,r,n,i,a)}function S(t,r){if(c(c.Buffer,t),t.length<16)throw new TypeError("Seed should be at least 128 bits");if(t.length>64)throw new TypeError("Seed should be at most 512 bits");r=r||h;var n=o.hmacSHA512(e.from("Bitcoin seed","utf8"),t),i=n.slice(0,32),a=n.slice(32);return w(i,a,r)}t.fromBase58=y,t.fromPrivateKey=w,t.fromPublicKey=k,t.fromSeed=S}).call(this,r("b639").Buffer)},6430:function(e,t,r){var n=r("8707").Buffer,i=r("d485").Transform,a=r("7d72").StringDecoder,o=r("3fb5");function s(e){i.call(this),this.hashMode="string"===typeof e,this.hashMode?this[e]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}o(s,i),s.prototype.update=function(e,t,r){"string"===typeof e&&(e=n.from(e,t));var i=this._update(e);return this.hashMode?this:(r&&(i=this._toString(i,r)),i)},s.prototype.setAutoPadding=function(){},s.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},s.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},s.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},s.prototype._transform=function(e,t,r){var n;try{this.hashMode?this._update(e):this.push(this._update(e))}catch(i){n=i}finally{r(n)}},s.prototype._flush=function(e){var t;try{this.push(this.__final())}catch(r){t=r}e(t)},s.prototype._finalOrDigest=function(e){var t=this.__final()||n.alloc(0);return e&&(t=this._toString(t,e,!0)),t},s.prototype._toString=function(e,t,r){if(this._decoder||(this._decoder=new a(t),this._encoding=t),this._encoding!==t)throw new Error("can't switch encodings");var n=this._decoder.write(e);return r&&(n+=this._decoder.end()),n},e.exports=s},"643c":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=a(r("f4f9")),i=a(r("d50b"));function a(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({method:"GET",url:e,header:n,data:r})},this.post=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"POST",header:n,data:r})},this.put=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"PUT",header:n,data:r})},this.delete=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"DELETE",header:n,data:r})}}return u(e,[{key:"setConfig",value:function(e){this.config=(0,n.default)(this.config,e)}},{key:"request",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(this.interceptor.request&&"function"===typeof this.interceptor.request){var r=this.interceptor.request(t);if(!1===r)return new Promise((function(){}));this.options=r}return t.dataType=t.dataType||this.config.dataType,t.responseType=t.responseType||this.config.responseType,t.url=t.url||"",t.params=t.params||{},t.header=Object.assign({},this.config.header,t.header),t.method=t.method||this.config.method,new Promise((function(r,n){t.complete=function(t){if(uni.hideLoading(),clearTimeout(e.config.timer),e.config.timer=null,e.config.originalData)if(e.interceptor.response&&"function"===typeof e.interceptor.response){var i=e.interceptor.response(t);!1!==i?r(i):n(t)}else r(t);else if(200==t.statusCode)if(e.interceptor.response&&"function"===typeof e.interceptor.response){var a=e.interceptor.response(t.data);!1!==a?r(a):n(t.data)}else r(t.data);else n(t)},t.url=i.default.url(t.url)?t.url:e.config.baseUrl+(0==t.url.indexOf("/")?t.url:"/"+t.url),e.config.showLoading&&!e.config.timer&&(e.config.timer=setTimeout((function(){uni.showLoading({title:e.config.loadingText,mask:e.config.loadingMask}),e.config.timer=null}),e.config.loadingTime)),uni.request(t)}))}}]),e}(),l=new c;t.default=l},6442:function(e,t,r){t.publicEncrypt=r("ad25"),t.privateDecrypt=r("0f2c"),t.privateEncrypt=function(e,r){return t.publicEncrypt(e,r,!0)},t.publicDecrypt=function(e,r){return t.privateDecrypt(e,r,!0)}},6453:function(e,t,r){"use strict";e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},"646e":function(e,t,r){"use strict";r.r(t);var n=r("36b4"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},6476:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uInput:r("3b5b").default,uButton:r("704d").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.Importmnemonics)))]),n("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[n("view",{staticClass:e._$s(3,"sc","title"),attrs:{_i:3}},[e._v(e._$s(3,"t0-0",e._s(e.i18n.Mnemonicsimportverification)))]),n("u-input",{staticClass:e._$s(4,"sc","textareaa"),attrs:{type:"textarea",clearable:!1,placeholder:e.teee,placeholderStyle:"color:rgb(224,229,242)",focus:e.foucStatus,_i:4},on:{input:function(t){return e.getmon()},blur:e.hideMon},model:{value:e._$s(4,"v-model",e.wordInfo),callback:function(t){e.wordInfo=t},expression:"wordInfo"}}),n("u-button",{staticClass:e._$s(5,"sc","custom-style"),attrs:{_i:5},on:{click:e.confirm}},[e._v(e._$s(5,"t0-0",e._s(e.i18n.Confirm)))]),e._$s(6,"i",e.show)?n("view",{staticClass:e._$s(6,"sc","info_con"),attrs:{_i:6}},[n("image",{staticClass:e._$s(7,"sc","img2"),attrs:{src:e._$s(7,"a-src",r("492f")),_i:7},on:{click:function(t){e.show=!1}}}),n("image",{staticClass:e._$s(8,"sc","img"),attrs:{src:e._$s(8,"a-src",r("189b")),_i:8}}),n("view",{staticClass:e._$s(9,"sc","info"),attrs:{_i:9}},[e._v(e._$s(9,"t0-0",e._s(e.i18n.Successful)))]),n("view",{staticClass:e._$s(10,"sc","text"),attrs:{_i:10}},[e._v(e._$s(10,"t0-0",e._s(e.i18n.backCom)))]),n("view",{staticClass:e._$s(11,"sc","btn"),attrs:{_i:11}},[e._v(e._$s(11,"t0-0",e._s(e.i18n.Confirm)))])]):e._e(),e._$s(12,"i",e.show2)?n("view",{staticClass:e._$s(12,"sc","info_con"),attrs:{_i:12}},[n("image",{staticClass:e._$s(13,"sc","img2"),attrs:{src:e._$s(13,"a-src",r("492f")),_i:13},on:{click:function(t){e.show2=!1}}}),n("image",{staticClass:e._$s(14,"sc","img"),attrs:{src:e._$s(14,"a-src",r("3965")),_i:14}}),n("view",{staticClass:e._$s(15,"sc","info"),attrs:{_i:15}},[e._v(e._$s(15,"t0-0",e._s(e.i18n.seed)))]),n("view",{staticClass:e._$s(16,"sc","text"),attrs:{_i:16}},[e._v(e._$s(16,"t0-0",e._s(e.i18n.wrongWord))),n("br"),e._v(e._$s(16,"t2-0",e._s(e.i18n.wrongWord2)))]),n("view",{staticClass:e._$s(18,"sc","btncon"),attrs:{_i:18}},[n("view",{staticClass:e._$s(19,"sc","can"),attrs:{_i:19},on:{click:function(t){e.show2=!1}}},[e._v(e._$s(19,"t0-0",e._s(e.i18n.Cancel)))]),n("view",{staticClass:e._$s(20,"sc","con"),attrs:{_i:20},on:{click:e.restart}},[e._v(e._$s(20,"t0-0",e._s(e.i18n.Confirm)))])])]):e._e(),n("u-mask",{attrs:{show:e.show,"z-index":"10",_i:21}}),n("u-mask",{attrs:{show:e.show2,"z-index":"10",_i:22}})],1),e._$s(23,"i",e.wordType)?n("scroll-view",{attrs:{_i:23}},[n("view",{staticClass:e._$s(24,"sc","scroll"),attrs:{_i:24}},e._l(e._$s(25,"f",{forItems:e.worcon}),(function(t,r,i,a){return n("view",{key:e._$s(25,"f",{forIndex:i,key:"25-"+a}),staticClass:e._$s("25-"+a,"sc","item"),attrs:{_i:"25-"+a},on:{touchend:function(r){return r.preventDefault(),e.toWord(t)}}},[e._v(e._$s("25-"+a,"t0-0",e._s(t)))])})),0)]):e._e()],1)},a=[]},6572:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));i(r("9493"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={data:function(){return{recordInfo:[]}},computed:{i18n:function(){return this.$t("index")}},methods:{getHomeSlideFunc:function(){var e=this;return o(n.default.mark((function t(){var r;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.$api.getCoinTickerList();case 2:r=t.sent,e.recordInfo=r.data.value;case 4:case"end":return t.stop()}}),t)})))()}},onLoad:function(){this.getHomeSlideFunc();var t=this;uni.onSocketOpen((function(e){})),uni.connectSocket({url:t.$SystemConfiguration.constant.coinTickerWs}),uni.sendSocketMessage({data:'{"type":"add_ticker"}'}),uni.onSocketMessage((function(r){var n=JSON.parse(r.data);e("log",n,11111," at pages/menu/market/index.vue:87"),t.recordInfo=n.value}))},onUnload:function(){uni.onSocketClose((function(t){e("log","WebSocket \u5df2\u5173\u95ed\uff01"," at pages/menu/market/index.vue:94")}))},onHide:function(){uni.onSocketClose((function(t){e("log","WebSocket \u5df2\u5173\u95ed\uff01"," at pages/menu/market/index.vue:98")}))}};t.default=s}).call(this,r("0de9")["default"])},6604:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^[\x00-\x7F]+$/;function o(e){return(0,n.default)(e),a.test(e)}e.exports=t.default,e.exports.default=t.default},6613:function(e,t,r){var n=r("5a43");function i(e,t){if(e){if("string"===typeof e)return n(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(e,t):void 0}}e.exports=i},6640:function(e,t,r){var n=r("727e"),i=r("3ca0");e.exports=function(e){var t=n(e),r=i(e);return function(e,n){var i="string"===typeof e?e.toLowerCase():e;switch(i){case"keccak224":return new t(1152,448,null,224,n);case"keccak256":return new t(1088,512,null,256,n);case"keccak384":return new t(832,768,null,384,n);case"keccak512":return new t(576,1024,null,512,n);case"sha3-224":return new t(1152,448,6,224,n);case"sha3-256":return new t(1088,512,6,256,n);case"sha3-384":return new t(832,768,6,384,n);case"sha3-512":return new t(576,1024,6,512,n);case"shake128":return new r(1344,256,31,n);case"shake256":return new r(1088,512,31,n);default:throw new Error("Invald algorithm: "+e)}}}},"664b":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",{staticClass:e._$s(0,"sc","maintoP"),attrs:{_i:0}},[n("navigation",{staticClass:e._$s(1,"sc","head"),attrs:{showBack:!1,bgnum:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.NFTcollection)))]),n("view",{staticClass:e._$s(2,"sc","big_con main_con"),attrs:{_i:2}},[n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("scroll-view",{staticClass:e._$s(4,"sc","main_con"),attrs:{_i:4}},e._l(e._$s(5,"f",{forItems:e.collectinInfo}),(function(t,i,a,o){return n("view",{key:e._$s(5,"f",{forIndex:a,key:i}),staticClass:e._$s("5-"+o,"sc","item flex"),attrs:{_i:"5-"+o},on:{click:function(r){return e.showMsg(t,i)}}},[n("view",{staticClass:e._$s("6-"+o,"sc","left flex2"),attrs:{_i:"6-"+o}},[n("image",{staticClass:e._$s("7-"+o,"sc","img"),attrs:{src:e._$s("7-"+o,"a-src",t.projectIconUrlAbs),_i:"7-"+o}}),n("view",{staticClass:e._$s("8-"+o,"sc","textcon"),attrs:{_i:"8-"+o}},[n("view",{staticClass:e._$s("9-"+o,"sc","text1"),attrs:{_i:"9-"+o}},[e._v(e._$s("9-"+o,"t0-0",e._s(t.projectName)))]),n("view",{staticClass:e._$s("10-"+o,"sc","text2"),attrs:{_i:"10-"+o}},[e._v(e._$s("10-"+o,"t0-0",e._s(t.collectionTotal)))]),n("view",{staticClass:e._$s("11-"+o,"sc","text2"),attrs:{_i:"11-"+o}},[e._v(e._$s("11-"+o,"t0-0",e._s(t.chainName)))])])]),n("image",{staticClass:e._$s("12-"+o,"sc","letImg"),attrs:{src:e._$s("12-"+o,"a-src",r("6365")),_i:"12-"+o}})])})),0)]),n("tab-bar",{attrs:{selectActive:2,_i:13}})],1),e._$s(14,"i",e.showbottom)?n("view",{staticClass:e._$s(14,"sc","bottom_con"),attrs:{_i:14}},[n("image",{staticClass:e._$s(15,"sc","ethimg2"),attrs:{src:e._$s(15,"a-src",r("492f")),_i:15},on:{click:function(t){e.showbottom=!1}}}),n("view",{staticClass:e._$s(16,"sc","title_con"),attrs:{_i:16}},[e._v(e._$s(16,"t0-0",e._s(e.i18n.selectWallet)))]),n("view",{staticClass:e._$s(17,"sc","money_con"),attrs:{_i:17}},[n("view",{staticClass:e._$s(18,"sc","info_con"),attrs:{_i:18}},e._l(e._$s(19,"f",{forItems:e.ethInfo}),(function(t,i,a,o){return n("view",{key:e._$s(19,"f",{forIndex:a,key:i}),staticClass:e._$s("19-"+o,"sc","item flexx pur"),attrs:{_i:"19-"+o},on:{click:function(r){return e.goDetail2(t)}}},[n("view",{staticClass:e._$s("20-"+o,"sc","left flex"),attrs:{_i:"20-"+o}},[n("image",{staticClass:e._$s("21-"+o,"sc","ethimg1"),attrs:{src:e._$s("21-"+o,"a-src",r("c168")),_i:"21-"+o}}),n("view",{staticClass:e._$s("22-"+o,"sc","textcon"),attrs:{_i:"22-"+o}},[n("view",{staticClass:e._$s("23-"+o,"sc","text1 text111"),attrs:{_i:"23-"+o}},[e._v(e._$s("23-"+o,"t0-0",e._s(t.coinList[0].name)))]),n("view",{staticClass:e._$s("24-"+o,"sc","text2"),attrs:{_i:"24-"+o}},[e._v(e._$s("24-"+o,"t0-0",e._s(t.address)))])])])])})),0)])]):e._e(),n("u-mask",{attrs:{show:e.showbottom,"z-index":"8888",_i:25}})],1)},a=[]},"66de":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[e._v("")]),r("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[r("view",{staticClass:e._$s(3,"sc","main_con"),attrs:{_i:3}},[r("view",{staticClass:e._$s(4,"sc","item"),attrs:{_i:4}},[r("view",{staticClass:e._$s(5,"sc","text1"),attrs:{_i:5}}),r("input",{staticClass:e._$s(6,"sc","input1"),attrs:{_i:6}})]),r("view",{staticClass:e._$s(7,"sc","item"),attrs:{_i:7}},[r("view",{staticClass:e._$s(8,"sc","text1"),attrs:{_i:8}}),r("input",{staticClass:e._$s(9,"sc","input1"),attrs:{_i:9}})]),r("view",{staticClass:e._$s(10,"sc","select_btn"),attrs:{_i:10}})])])],1)},a=[]},"671b":function(e,t,r){"use strict";function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function i(e){for(var t=1;t0&&(this.BTCAddressInfo=uni.getStorageSync("BTCAddressInfo"),e("log",this.BTCAddressInfo,777," at pages/menu/sendToken/address/index.vue:333")),uni.getStorageSync("ETHAddressInfo").length>0&&(this.ETHAddressInfo=uni.getStorageSync("ETHAddressInfo"),e("log",this.ETHAddressInfo,777," at pages/menu/sendToken/address/index.vue:337")),uni.getStorageSync("TRXAddressInfo").length>0&&(this.TRXAddressInfo=uni.getStorageSync("TRXAddressInfo"),e("log",this.TRXAddressInfo,777," at pages/menu/sendToken/address/index.vue:341")),e("log",this.BTCAddressInfo.length," at pages/menu/sendToken/address/index.vue:343"),e("log",this.ETHAddressInfo.length," at pages/menu/sendToken/address/index.vue:344"),e("log",this.TRXAddressInfo.length," at pages/menu/sendToken/address/index.vue:345"),0==this.BTCAddressInfo.length&&0==this.ETHAddressInfo.length&&0==this.TRXAddressInfo.length?this.showInfo=!0:this.showInfo=!1}};t.default=i}).call(this,r("0de9")["default"])},"676f":function(e,t,r){"use strict";var n=r("399f"),i=r("3fb5"),a=r("ea53"),o=r("f3a3");function s(e){a.call(this,"mont",e),this.a=new n(e.a,16).toRed(this.red),this.b=new n(e.b,16).toRed(this.red),this.i4=new n(4).toRed(this.red).redInvm(),this.two=new n(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function u(e,t,r){a.BasePoint.call(this,e,"projective"),null===t&&null===r?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new n(t,16),this.z=new n(r,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}i(s,a),e.exports=s,s.prototype.validate=function(e){var t=e.normalize().x,r=t.redSqr(),n=r.redMul(t).redAdd(r.redMul(this.a)).redAdd(t),i=n.redSqrt();return 0===i.redSqr().cmp(n)},i(u,a.BasePoint),s.prototype.decodePoint=function(e,t){return this.point(o.toArray(e,t),1)},s.prototype.point=function(e,t){return new u(this,e,t)},s.prototype.pointFromJSON=function(e){return u.fromJSON(this,e)},u.prototype.precompute=function(){},u.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},u.fromJSON=function(e,t){return new u(e,t[0],t[1]||e.one)},u.prototype.inspect=function(){return this.isInfinity()?"":""},u.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},u.prototype.dbl=function(){var e=this.x.redAdd(this.z),t=e.redSqr(),r=this.x.redSub(this.z),n=r.redSqr(),i=t.redSub(n),a=t.redMul(n),o=i.redMul(n.redAdd(this.curve.a24.redMul(i)));return this.curve.point(a,o)},u.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},u.prototype.diffAdd=function(e,t){var r=this.x.redAdd(this.z),n=this.x.redSub(this.z),i=e.x.redAdd(e.z),a=e.x.redSub(e.z),o=a.redMul(r),s=i.redMul(n),u=t.z.redMul(o.redAdd(s).redSqr()),c=t.x.redMul(o.redISub(s).redSqr());return this.curve.point(u,c)},u.prototype.mul=function(e){for(var t=e.clone(),r=this,n=this.curve.point(null,null),i=this,a=[];0!==t.cmpn(0);t.iushrn(1))a.push(t.andln(1));for(var o=a.length-1;o>=0;o--)0===a[o]?(r=r.diffAdd(n,i),n=n.dbl()):(n=r.diffAdd(n,i),r=r.dbl());return n},u.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},u.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},u.prototype.eq=function(e){return 0===this.getX().cmp(e.getX())},u.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},u.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},"67ff":function(e,t,r){"use strict";r.r(t);var n=r("d64d"),i=r("1b39");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"a4a6f3bc",null,!1,n["a"],o);t["default"]=u.exports},6896:function(e){e.exports=JSON.parse('["\u1100\u1161\u1100\u1167\u11a8","\u1100\u1161\u1101\u1173\u11b7","\u1100\u1161\u1102\u1161\u11ab","\u1100\u1161\u1102\u1173\u11bc","\u1100\u1161\u1103\u1173\u11a8","\u1100\u1161\u1105\u1173\u110e\u1175\u11b7","\u1100\u1161\u1106\u116e\u11b7","\u1100\u1161\u1107\u1161\u11bc","\u1100\u1161\u1109\u1161\u11bc","\u1100\u1161\u1109\u1173\u11b7","\u1100\u1161\u110b\u116e\u11ab\u1103\u1166","\u1100\u1161\u110b\u1173\u11af","\u1100\u1161\u110b\u1175\u1103\u1173","\u1100\u1161\u110b\u1175\u11b8","\u1100\u1161\u110c\u1161\u11bc","\u1100\u1161\u110c\u1165\u11bc","\u1100\u1161\u110c\u1169\u11a8","\u1100\u1161\u110c\u116e\u11a8","\u1100\u1161\u11a8\u110b\u1169","\u1100\u1161\u11a8\u110c\u1161","\u1100\u1161\u11ab\u1100\u1167\u11a8","\u1100\u1161\u11ab\u1107\u116e","\u1100\u1161\u11ab\u1109\u1165\u11b8","\u1100\u1161\u11ab\u110c\u1161\u11bc","\u1100\u1161\u11ab\u110c\u1165\u11b8","\u1100\u1161\u11ab\u1111\u1161\u11ab","\u1100\u1161\u11af\u1103\u1173\u11bc","\u1100\u1161\u11af\u1107\u1175","\u1100\u1161\u11af\u1109\u1162\u11a8","\u1100\u1161\u11af\u110c\u1173\u11bc","\u1100\u1161\u11b7\u1100\u1161\u11a8","\u1100\u1161\u11b7\u1100\u1175","\u1100\u1161\u11b7\u1109\u1169","\u1100\u1161\u11b7\u1109\u116e\u1109\u1165\u11bc","\u1100\u1161\u11b7\u110c\u1161","\u1100\u1161\u11b7\u110c\u1165\u11bc","\u1100\u1161\u11b8\u110c\u1161\u1100\u1175","\u1100\u1161\u11bc\u1102\u1161\u11b7","\u1100\u1161\u11bc\u1103\u1161\u11bc","\u1100\u1161\u11bc\u1103\u1169","\u1100\u1161\u11bc\u1105\u1167\u11a8\u1112\u1175","\u1100\u1161\u11bc\u1107\u1167\u11ab","\u1100\u1161\u11bc\u1107\u116e\u11a8","\u1100\u1161\u11bc\u1109\u1161","\u1100\u1161\u11bc\u1109\u116e\u1105\u1163\u11bc","\u1100\u1161\u11bc\u110b\u1161\u110c\u1175","\u1100\u1161\u11bc\u110b\u116f\u11ab\u1103\u1169","\u1100\u1161\u11bc\u110b\u1174","\u1100\u1161\u11bc\u110c\u1166","\u1100\u1161\u11bc\u110c\u1169","\u1100\u1161\u11c0\u110b\u1175","\u1100\u1162\u1100\u116e\u1105\u1175","\u1100\u1162\u1102\u1161\u1105\u1175","\u1100\u1162\u1107\u1161\u11bc","\u1100\u1162\u1107\u1167\u11af","\u1100\u1162\u1109\u1165\u11ab","\u1100\u1162\u1109\u1165\u11bc","\u1100\u1162\u110b\u1175\u11ab","\u1100\u1162\u11a8\u1100\u116a\u11ab\u110c\u1165\u11a8","\u1100\u1165\u1109\u1175\u11af","\u1100\u1165\u110b\u1162\u11a8","\u1100\u1165\u110b\u116e\u11af","\u1100\u1165\u110c\u1175\u11ba","\u1100\u1165\u1111\u116e\u11b7","\u1100\u1165\u11a8\u110c\u1165\u11bc","\u1100\u1165\u11ab\u1100\u1161\u11bc","\u1100\u1165\u11ab\u1106\u116e\u11af","\u1100\u1165\u11ab\u1109\u1165\u11af","\u1100\u1165\u11ab\u110c\u1169","\u1100\u1165\u11ab\u110e\u116e\u11a8","\u1100\u1165\u11af\u110b\u1173\u11b7","\u1100\u1165\u11b7\u1109\u1161","\u1100\u1165\u11b7\u1110\u1169","\u1100\u1166\u1109\u1175\u1111\u1161\u11ab","\u1100\u1166\u110b\u1175\u11b7","\u1100\u1167\u110b\u116e\u11af","\u1100\u1167\u11ab\u1112\u1162","\u1100\u1167\u11af\u1100\u116a","\u1100\u1167\u11af\u1100\u116e\u11a8","\u1100\u1167\u11af\u1105\u1169\u11ab","\u1100\u1167\u11af\u1109\u1165\u11a8","\u1100\u1167\u11af\u1109\u1173\u11bc","\u1100\u1167\u11af\u1109\u1175\u11b7","\u1100\u1167\u11af\u110c\u1165\u11bc","\u1100\u1167\u11af\u1112\u1169\u11ab","\u1100\u1167\u11bc\u1100\u1168","\u1100\u1167\u11bc\u1100\u1169","\u1100\u1167\u11bc\u1100\u1175","\u1100\u1167\u11bc\u1105\u1167\u11a8","\u1100\u1167\u11bc\u1107\u1169\u11a8\u1100\u116e\u11bc","\u1100\u1167\u11bc\u1107\u1175","\u1100\u1167\u11bc\u1109\u1161\u11bc\u1103\u1169","\u1100\u1167\u11bc\u110b\u1167\u11bc","\u1100\u1167\u11bc\u110b\u116e","\u1100\u1167\u11bc\u110c\u1162\u11bc","\u1100\u1167\u11bc\u110c\u1166","\u1100\u1167\u11bc\u110c\u116e","\u1100\u1167\u11bc\u110e\u1161\u11af","\u1100\u1167\u11bc\u110e\u1175","\u1100\u1167\u11bc\u1112\u1163\u11bc","\u1100\u1167\u11bc\u1112\u1165\u11b7","\u1100\u1168\u1100\u1169\u11a8","\u1100\u1168\u1103\u1161\u11ab","\u1100\u1168\u1105\u1161\u11ab","\u1100\u1168\u1109\u1161\u11ab","\u1100\u1168\u1109\u1169\u11a8","\u1100\u1168\u110b\u1163\u11a8","\u1100\u1168\u110c\u1165\u11af","\u1100\u1168\u110e\u1173\u11bc","\u1100\u1168\u1112\u116c\u11a8","\u1100\u1169\u1100\u1162\u11a8","\u1100\u1169\u1100\u116e\u1105\u1167","\u1100\u1169\u1100\u116e\u11bc","\u1100\u1169\u1100\u1173\u11b8","\u1100\u1169\u1103\u1173\u11bc\u1112\u1161\u11a8\u1109\u1162\u11bc","\u1100\u1169\u1106\u116e\u1109\u1175\u11ab","\u1100\u1169\u1106\u1175\u11ab","\u1100\u1169\u110b\u1163\u11bc\u110b\u1175","\u1100\u1169\u110c\u1161\u11bc","\u1100\u1169\u110c\u1165\u11ab","\u1100\u1169\u110c\u1175\u11b8","\u1100\u1169\u110e\u116e\u11ba\u1100\u1161\u1105\u116e","\u1100\u1169\u1110\u1169\u11bc","\u1100\u1169\u1112\u1163\u11bc","\u1100\u1169\u11a8\u1109\u1175\u11a8","\u1100\u1169\u11af\u1106\u1169\u11a8","\u1100\u1169\u11af\u110d\u1161\u1100\u1175","\u1100\u1169\u11af\u1111\u1173","\u1100\u1169\u11bc\u1100\u1161\u11ab","\u1100\u1169\u11bc\u1100\u1162","\u1100\u1169\u11bc\u1100\u1167\u11a8","\u1100\u1169\u11bc\u1100\u116e\u11ab","\u1100\u1169\u11bc\u1100\u1173\u11b8","\u1100\u1169\u11bc\u1100\u1175","\u1100\u1169\u11bc\u1103\u1169\u11bc","\u1100\u1169\u11bc\u1106\u116e\u110b\u116f\u11ab","\u1100\u1169\u11bc\u1107\u116e","\u1100\u1169\u11bc\u1109\u1161","\u1100\u1169\u11bc\u1109\u1175\u11a8","\u1100\u1169\u11bc\u110b\u1165\u11b8","\u1100\u1169\u11bc\u110b\u1167\u11ab","\u1100\u1169\u11bc\u110b\u116f\u11ab","\u1100\u1169\u11bc\u110c\u1161\u11bc","\u1100\u1169\u11bc\u110d\u1161","\u1100\u1169\u11bc\u110e\u1162\u11a8","\u1100\u1169\u11bc\u1110\u1169\u11bc","\u1100\u1169\u11bc\u1111\u1169","\u1100\u1169\u11bc\u1112\u1161\u11bc","\u1100\u1169\u11bc\u1112\u1172\u110b\u1175\u11af","\u1100\u116a\u1106\u1169\u11a8","\u1100\u116a\u110b\u1175\u11af","\u1100\u116a\u110c\u1161\u11bc","\u1100\u116a\u110c\u1165\u11bc","\u1100\u116a\u1112\u1161\u11a8","\u1100\u116a\u11ab\u1100\u1162\u11a8","\u1100\u116a\u11ab\u1100\u1168","\u1100\u116a\u11ab\u1100\u116a\u11bc","\u1100\u116a\u11ab\u1102\u1167\u11b7","\u1100\u116a\u11ab\u1105\u1161\u11b7","\u1100\u116a\u11ab\u1105\u1167\u11ab","\u1100\u116a\u11ab\u1105\u1175","\u1100\u116a\u11ab\u1109\u1173\u11b8","\u1100\u116a\u11ab\u1109\u1175\u11b7","\u1100\u116a\u11ab\u110c\u1165\u11b7","\u1100\u116a\u11ab\u110e\u1161\u11af","\u1100\u116a\u11bc\u1100\u1167\u11bc","\u1100\u116a\u11bc\u1100\u1169","\u1100\u116a\u11bc\u110c\u1161\u11bc","\u1100\u116a\u11bc\u110c\u116e","\u1100\u116c\u1105\u1169\u110b\u116e\u11b7","\u1100\u116c\u11bc\u110c\u1161\u11bc\u1112\u1175","\u1100\u116d\u1100\u116a\u1109\u1165","\u1100\u116d\u1106\u116e\u11ab","\u1100\u116d\u1107\u1169\u11a8","\u1100\u116d\u1109\u1175\u11af","\u1100\u116d\u110b\u1163\u11bc","\u1100\u116d\u110b\u1172\u11a8","\u1100\u116d\u110c\u1161\u11bc","\u1100\u116d\u110c\u1175\u11a8","\u1100\u116d\u1110\u1169\u11bc","\u1100\u116d\u1112\u116a\u11ab","\u1100\u116d\u1112\u116e\u11ab","\u1100\u116e\u1100\u1167\u11bc","\u1100\u116e\u1105\u1173\u11b7","\u1100\u116e\u1106\u1165\u11bc","\u1100\u116e\u1107\u1167\u11af","\u1100\u116e\u1107\u116e\u11ab","\u1100\u116e\u1109\u1165\u11a8","\u1100\u116e\u1109\u1165\u11bc","\u1100\u116e\u1109\u1169\u11a8","\u1100\u116e\u110b\u1167\u11a8","\u1100\u116e\u110b\u1175\u11b8","\u1100\u116e\u110e\u1165\u11bc","\u1100\u116e\u110e\u1166\u110c\u1165\u11a8","\u1100\u116e\u11a8\u1100\u1161","\u1100\u116e\u11a8\u1100\u1175","\u1100\u116e\u11a8\u1102\u1162","\u1100\u116e\u11a8\u1105\u1175\u11b8","\u1100\u116e\u11a8\u1106\u116e\u11af","\u1100\u116e\u11a8\u1106\u1175\u11ab","\u1100\u116e\u11a8\u1109\u116e","\u1100\u116e\u11a8\u110b\u1165","\u1100\u116e\u11a8\u110b\u116a\u11bc","\u1100\u116e\u11a8\u110c\u1165\u11a8","\u1100\u116e\u11a8\u110c\u1166","\u1100\u116e\u11a8\u1112\u116c","\u1100\u116e\u11ab\u1103\u1162","\u1100\u116e\u11ab\u1109\u1161","\u1100\u116e\u11ab\u110b\u1175\u11ab","\u1100\u116e\u11bc\u1100\u1173\u11a8\u110c\u1165\u11a8","\u1100\u116f\u11ab\u1105\u1175","\u1100\u116f\u11ab\u110b\u1171","\u1100\u116f\u11ab\u1110\u116e","\u1100\u1171\u1100\u116e\u11a8","\u1100\u1171\u1109\u1175\u11ab","\u1100\u1172\u110c\u1165\u11bc","\u1100\u1172\u110e\u1175\u11a8","\u1100\u1172\u11ab\u1112\u1167\u11bc","\u1100\u1173\u1102\u1161\u11af","\u1100\u1173\u1102\u1163\u11bc","\u1100\u1173\u1102\u1173\u11af","\u1100\u1173\u1105\u1165\u1102\u1161","\u1100\u1173\u1105\u116e\u11b8","\u1100\u1173\u1105\u1173\u11ba","\u1100\u1173\u1105\u1175\u11b7","\u1100\u1173\u110c\u1166\u1109\u1165\u110b\u1163","\u1100\u1173\u1110\u1169\u1105\u1169\u11a8","\u1100\u1173\u11a8\u1107\u1169\u11a8","\u1100\u1173\u11a8\u1112\u1175","\u1100\u1173\u11ab\u1100\u1165","\u1100\u1173\u11ab\u1100\u116d","\u1100\u1173\u11ab\u1105\u1162","\u1100\u1173\u11ab\u1105\u1169","\u1100\u1173\u11ab\u1106\u116e","\u1100\u1173\u11ab\u1107\u1169\u11ab","\u1100\u1173\u11ab\u110b\u116f\u11ab","\u1100\u1173\u11ab\u110b\u1172\u11a8","\u1100\u1173\u11ab\u110e\u1165","\u1100\u1173\u11af\u110a\u1175","\u1100\u1173\u11af\u110c\u1161","\u1100\u1173\u11b7\u1100\u1161\u11bc\u1109\u1161\u11ab","\u1100\u1173\u11b7\u1100\u1169","\u1100\u1173\u11b7\u1102\u1167\u11ab","\u1100\u1173\u11b7\u1106\u1166\u1103\u1161\u11af","\u1100\u1173\u11b7\u110b\u1162\u11a8","\u1100\u1173\u11b7\u110b\u1167\u11ab","\u1100\u1173\u11b7\u110b\u116d\u110b\u1175\u11af","\u1100\u1173\u11b7\u110c\u1175","\u1100\u1173\u11bc\u110c\u1165\u11bc\u110c\u1165\u11a8","\u1100\u1175\u1100\u1161\u11ab","\u1100\u1175\u1100\u116a\u11ab","\u1100\u1175\u1102\u1167\u11b7","\u1100\u1175\u1102\u1173\u11bc","\u1100\u1175\u1103\u1169\u11a8\u1100\u116d","\u1100\u1175\u1103\u116e\u11bc","\u1100\u1175\u1105\u1169\u11a8","\u1100\u1175\u1105\u1173\u11b7","\u1100\u1175\u1107\u1165\u11b8","\u1100\u1175\u1107\u1169\u11ab","\u1100\u1175\u1107\u116e\u11ab","\u1100\u1175\u1108\u1173\u11b7","\u1100\u1175\u1109\u116e\u11a8\u1109\u1161","\u1100\u1175\u1109\u116e\u11af","\u1100\u1175\u110b\u1165\u11a8","\u1100\u1175\u110b\u1165\u11b8","\u1100\u1175\u110b\u1169\u11ab","\u1100\u1175\u110b\u116e\u11ab","\u1100\u1175\u110b\u116f\u11ab","\u1100\u1175\u110c\u1165\u11a8","\u1100\u1175\u110c\u116e\u11ab","\u1100\u1175\u110e\u1175\u11b7","\u1100\u1175\u1112\u1169\u11ab","\u1100\u1175\u1112\u116c\u11a8","\u1100\u1175\u11ab\u1100\u1173\u11b8","\u1100\u1175\u11ab\u110c\u1161\u11bc","\u1100\u1175\u11af\u110b\u1175","\u1100\u1175\u11b7\u1107\u1161\u11b8","\u1100\u1175\u11b7\u110e\u1175","\u1100\u1175\u11b7\u1111\u1169\u1100\u1169\u11bc\u1112\u1161\u11bc","\u1101\u1161\u11a8\u1103\u116e\u1100\u1175","\u1101\u1161\u11b7\u1108\u1161\u11a8","\u1101\u1162\u1103\u1161\u11af\u110b\u1173\u11b7","\u1101\u1162\u1109\u1169\u1100\u1173\u11b7","\u1101\u1165\u11b8\u110c\u1175\u11af","\u1101\u1169\u11a8\u1103\u1162\u1100\u1175","\u1101\u1169\u11be\u110b\u1175\u11c1","\u1102\u1161\u1103\u1173\u11af\u110b\u1175","\u1102\u1161\u1105\u1161\u11ab\u1112\u1175","\u1102\u1161\u1106\u1165\u110c\u1175","\u1102\u1161\u1106\u116e\u11af","\u1102\u1161\u110e\u1175\u11b7\u1107\u1161\u11ab","\u1102\u1161\u1112\u1173\u11af","\u1102\u1161\u11a8\u110b\u1167\u11b8","\u1102\u1161\u11ab\u1107\u1161\u11bc","\u1102\u1161\u11af\u1100\u1162","\u1102\u1161\u11af\u110a\u1175","\u1102\u1161\u11af\u110d\u1161","\u1102\u1161\u11b7\u1102\u1167","\u1102\u1161\u11b7\u1103\u1162\u1106\u116e\u11ab","\u1102\u1161\u11b7\u1106\u1162","\u1102\u1161\u11b7\u1109\u1161\u11ab","\u1102\u1161\u11b7\u110c\u1161","\u1102\u1161\u11b7\u1111\u1167\u11ab","\u1102\u1161\u11b7\u1112\u1161\u11a8\u1109\u1162\u11bc","\u1102\u1161\u11bc\u1107\u1175","\u1102\u1161\u11c0\u1106\u1161\u11af","\u1102\u1162\u1102\u1167\u11ab","\u1102\u1162\u110b\u116d\u11bc","\u1102\u1162\u110b\u1175\u11af","\u1102\u1162\u11b7\u1107\u1175","\u1102\u1162\u11b7\u1109\u1162","\u1102\u1162\u11ba\u1106\u116e\u11af","\u1102\u1162\u11bc\u1103\u1169\u11bc","\u1102\u1162\u11bc\u1106\u1167\u11ab","\u1102\u1162\u11bc\u1107\u1161\u11bc","\u1102\u1162\u11bc\u110c\u1161\u11bc\u1100\u1169","\u1102\u1166\u11a8\u1110\u1161\u110b\u1175","\u1102\u1166\u11ba\u110d\u1162","\u1102\u1169\u1103\u1169\u11bc","\u1102\u1169\u1105\u1161\u11ab\u1109\u1162\u11a8","\u1102\u1169\u1105\u1167\u11a8","\u1102\u1169\u110b\u1175\u11ab","\u1102\u1169\u11a8\u110b\u1173\u11b7","\u1102\u1169\u11a8\u110e\u1161","\u1102\u1169\u11a8\u1112\u116a","\u1102\u1169\u11ab\u1105\u1175","\u1102\u1169\u11ab\u1106\u116e\u11ab","\u1102\u1169\u11ab\u110c\u1162\u11bc","\u1102\u1169\u11af\u110b\u1175","\u1102\u1169\u11bc\u1100\u116e","\u1102\u1169\u11bc\u1103\u1161\u11b7","\u1102\u1169\u11bc\u1106\u1175\u11ab","\u1102\u1169\u11bc\u1107\u116e","\u1102\u1169\u11bc\u110b\u1165\u11b8","\u1102\u1169\u11bc\u110c\u1161\u11bc","\u1102\u1169\u11bc\u110e\u1169\u11ab","\u1102\u1169\u11c1\u110b\u1175","\u1102\u116e\u11ab\u1103\u1169\u11bc\u110c\u1161","\u1102\u116e\u11ab\u1106\u116e\u11af","\u1102\u116e\u11ab\u110a\u1165\u11b8","\u1102\u1172\u110b\u116d\u11a8","\u1102\u1173\u1101\u1175\u11b7","\u1102\u1173\u11a8\u1103\u1162","\u1102\u1173\u11bc\u1103\u1169\u11bc\u110c\u1165\u11a8","\u1102\u1173\u11bc\u1105\u1167\u11a8","\u1103\u1161\u1107\u1161\u11bc","\u1103\u1161\u110b\u1163\u11bc\u1109\u1165\u11bc","\u1103\u1161\u110b\u1173\u11b7","\u1103\u1161\u110b\u1175\u110b\u1165\u1110\u1173","\u1103\u1161\u1112\u1162\u11bc","\u1103\u1161\u11ab\u1100\u1168","\u1103\u1161\u11ab\u1100\u1169\u11af","\u1103\u1161\u11ab\u1103\u1169\u11a8","\u1103\u1161\u11ab\u1106\u1161\u11ba","\u1103\u1161\u11ab\u1109\u116e\u11ab","\u1103\u1161\u11ab\u110b\u1165","\u1103\u1161\u11ab\u110b\u1171","\u1103\u1161\u11ab\u110c\u1165\u11b7","\u1103\u1161\u11ab\u110e\u1166","\u1103\u1161\u11ab\u110e\u116e","\u1103\u1161\u11ab\u1111\u1167\u11ab","\u1103\u1161\u11ab\u1111\u116e\u11bc","\u1103\u1161\u11af\u1100\u1163\u11af","\u1103\u1161\u11af\u1105\u1165","\u1103\u1161\u11af\u1105\u1167\u11a8","\u1103\u1161\u11af\u1105\u1175","\u1103\u1161\u11b0\u1100\u1169\u1100\u1175","\u1103\u1161\u11b7\u1103\u1161\u11bc","\u1103\u1161\u11b7\u1107\u1162","\u1103\u1161\u11b7\u110b\u116d","\u1103\u1161\u11b7\u110b\u1175\u11b7","\u1103\u1161\u11b8\u1107\u1167\u11ab","\u1103\u1161\u11b8\u110c\u1161\u11bc","\u1103\u1161\u11bc\u1100\u1173\u11ab","\u1103\u1161\u11bc\u1107\u116e\u11ab\u1100\u1161\u11ab","\u1103\u1161\u11bc\u110b\u1167\u11ab\u1112\u1175","\u1103\u1161\u11bc\u110c\u1161\u11bc","\u1103\u1162\u1100\u1172\u1106\u1169","\u1103\u1162\u1102\u1161\u11bd","\u1103\u1162\u1103\u1161\u11ab\u1112\u1175","\u1103\u1162\u1103\u1161\u11b8","\u1103\u1162\u1103\u1169\u1109\u1175","\u1103\u1162\u1105\u1163\u11a8","\u1103\u1162\u1105\u1163\u11bc","\u1103\u1162\u1105\u1172\u11a8","\u1103\u1162\u1106\u116e\u11ab","\u1103\u1162\u1107\u116e\u1107\u116e\u11ab","\u1103\u1162\u1109\u1175\u11ab","\u1103\u1162\u110b\u1173\u11bc","\u1103\u1162\u110c\u1161\u11bc","\u1103\u1162\u110c\u1165\u11ab","\u1103\u1162\u110c\u1165\u11b8","\u1103\u1162\u110c\u116e\u11bc","\u1103\u1162\u110e\u1162\u11a8","\u1103\u1162\u110e\u116e\u11af","\u1103\u1162\u110e\u116e\u11bc","\u1103\u1162\u1110\u1169\u11bc\u1105\u1167\u11bc","\u1103\u1162\u1112\u1161\u11a8","\u1103\u1162\u1112\u1161\u11ab\u1106\u1175\u11ab\u1100\u116e\u11a8","\u1103\u1162\u1112\u1161\u11b8\u1109\u1175\u11af","\u1103\u1162\u1112\u1167\u11bc","\u1103\u1165\u11bc\u110b\u1165\u1105\u1175","\u1103\u1166\u110b\u1175\u1110\u1173","\u1103\u1169\u1103\u1162\u110e\u1166","\u1103\u1169\u1103\u1165\u11a8","\u1103\u1169\u1103\u116e\u11a8","\u1103\u1169\u1106\u1161\u11bc","\u1103\u1169\u1109\u1165\u1100\u116a\u11ab","\u1103\u1169\u1109\u1175\u11b7","\u1103\u1169\u110b\u116e\u11b7","\u1103\u1169\u110b\u1175\u11b8","\u1103\u1169\u110c\u1161\u1100\u1175","\u1103\u1169\u110c\u1165\u1112\u1175","\u1103\u1169\u110c\u1165\u11ab","\u1103\u1169\u110c\u116e\u11bc","\u1103\u1169\u110e\u1161\u11a8","\u1103\u1169\u11a8\u1100\u1161\u11b7","\u1103\u1169\u11a8\u1105\u1175\u11b8","\u1103\u1169\u11a8\u1109\u1165","\u1103\u1169\u11a8\u110b\u1175\u11af","\u1103\u1169\u11a8\u110e\u1161\u11bc\u110c\u1165\u11a8","\u1103\u1169\u11bc\u1112\u116a\u110e\u1162\u11a8","\u1103\u1171\u11ba\u1106\u1169\u1109\u1173\u11b8","\u1103\u1171\u11ba\u1109\u1161\u11ab","\u1104\u1161\u11af\u110b\u1161\u110b\u1175","\u1106\u1161\u1102\u116e\u1105\u1161","\u1106\u1161\u1102\u1173\u11af","\u1106\u1161\u1103\u1161\u11bc","\u1106\u1161\u1105\u1161\u1110\u1169\u11ab","\u1106\u1161\u1105\u1167\u11ab","\u1106\u1161\u1106\u116e\u1105\u1175","\u1106\u1161\u1109\u1161\u110c\u1175","\u1106\u1161\u110b\u1163\u11a8","\u1106\u1161\u110b\u116d\u1102\u1166\u110c\u1173","\u1106\u1161\u110b\u1173\u11af","\u1106\u1161\u110b\u1173\u11b7","\u1106\u1161\u110b\u1175\u110f\u1173","\u1106\u1161\u110c\u116e\u11bc","\u1106\u1161\u110c\u1175\u1106\u1161\u11a8","\u1106\u1161\u110e\u1161\u11ab\u1100\u1161\u110c\u1175","\u1106\u1161\u110e\u1161\u11af","\u1106\u1161\u1112\u1173\u11ab","\u1106\u1161\u11a8\u1100\u1165\u11af\u1105\u1175","\u1106\u1161\u11a8\u1102\u1162","\u1106\u1161\u11a8\u1109\u1161\u11bc","\u1106\u1161\u11ab\u1102\u1161\u11b7","\u1106\u1161\u11ab\u1103\u116e","\u1106\u1161\u11ab\u1109\u1166","\u1106\u1161\u11ab\u110b\u1163\u11a8","\u1106\u1161\u11ab\u110b\u1175\u11af","\u1106\u1161\u11ab\u110c\u1165\u11b7","\u1106\u1161\u11ab\u110c\u1169\u11a8","\u1106\u1161\u11ab\u1112\u116a","\u1106\u1161\u11ad\u110b\u1175","\u1106\u1161\u11af\u1100\u1175","\u1106\u1161\u11af\u110a\u1173\u11b7","\u1106\u1161\u11af\u1110\u116e","\u1106\u1161\u11b7\u1103\u1162\u1105\u1169","\u1106\u1161\u11bc\u110b\u116f\u11ab\u1100\u1167\u11bc","\u1106\u1162\u1102\u1167\u11ab","\u1106\u1162\u1103\u1161\u11af","\u1106\u1162\u1105\u1167\u11a8","\u1106\u1162\u1107\u1165\u11ab","\u1106\u1162\u1109\u1173\u110f\u1165\u11b7","\u1106\u1162\u110b\u1175\u11af","\u1106\u1162\u110c\u1161\u11bc","\u1106\u1162\u11a8\u110c\u116e","\u1106\u1165\u11a8\u110b\u1175","\u1106\u1165\u11ab\u110c\u1165","\u1106\u1165\u11ab\u110c\u1175","\u1106\u1165\u11af\u1105\u1175","\u1106\u1166\u110b\u1175\u11af","\u1106\u1167\u1102\u1173\u1105\u1175","\u1106\u1167\u110e\u1175\u11af","\u1106\u1167\u11ab\u1103\u1161\u11b7","\u1106\u1167\u11af\u110e\u1175","\u1106\u1167\u11bc\u1103\u1161\u11ab","\u1106\u1167\u11bc\u1105\u1167\u11bc","\u1106\u1167\u11bc\u110b\u1168","\u1106\u1167\u11bc\u110b\u1174","\u1106\u1167\u11bc\u110c\u1165\u11af","\u1106\u1167\u11bc\u110e\u1175\u11bc","\u1106\u1167\u11bc\u1112\u1161\u11b7","\u1106\u1169\u1100\u1173\u11b7","\u1106\u1169\u1102\u1175\u1110\u1165","\u1106\u1169\u1103\u1166\u11af","\u1106\u1169\u1103\u1173\u11ab","\u1106\u1169\u1107\u1165\u11b7","\u1106\u1169\u1109\u1173\u11b8","\u1106\u1169\u110b\u1163\u11bc","\u1106\u1169\u110b\u1175\u11b7","\u1106\u1169\u110c\u1169\u1105\u1175","\u1106\u1169\u110c\u1175\u11b8","\u1106\u1169\u1110\u116e\u11bc\u110b\u1175","\u1106\u1169\u11a8\u1100\u1165\u11af\u110b\u1175","\u1106\u1169\u11a8\u1105\u1169\u11a8","\u1106\u1169\u11a8\u1109\u1161","\u1106\u1169\u11a8\u1109\u1169\u1105\u1175","\u1106\u1169\u11a8\u1109\u116e\u11b7","\u1106\u1169\u11a8\u110c\u1165\u11a8","\u1106\u1169\u11a8\u1111\u116d","\u1106\u1169\u11af\u1105\u1162","\u1106\u1169\u11b7\u1106\u1162","\u1106\u1169\u11b7\u1106\u116e\u1100\u1166","\u1106\u1169\u11b7\u1109\u1161\u11af","\u1106\u1169\u11b7\u1109\u1169\u11a8","\u1106\u1169\u11b7\u110c\u1175\u11ba","\u1106\u1169\u11b7\u1110\u1169\u11bc","\u1106\u1169\u11b8\u1109\u1175","\u1106\u116e\u1100\u116a\u11ab\u1109\u1175\u11b7","\u1106\u116e\u1100\u116e\u11bc\u1112\u116a","\u1106\u116e\u1103\u1165\u110b\u1171","\u1106\u116e\u1103\u1165\u11b7","\u1106\u116e\u1105\u1173\u11c1","\u1106\u116e\u1109\u1173\u11ab","\u1106\u116e\u110b\u1165\u11ba","\u1106\u116e\u110b\u1167\u11a8","\u1106\u116e\u110b\u116d\u11bc","\u1106\u116e\u110c\u1169\u1100\u1165\u11ab","\u1106\u116e\u110c\u1175\u1100\u1162","\u1106\u116e\u110e\u1165\u11a8","\u1106\u116e\u11ab\u1100\u116e","\u1106\u116e\u11ab\u1103\u1173\u11a8","\u1106\u116e\u11ab\u1107\u1165\u11b8","\u1106\u116e\u11ab\u1109\u1165","\u1106\u116e\u11ab\u110c\u1166","\u1106\u116e\u11ab\u1112\u1161\u11a8","\u1106\u116e\u11ab\u1112\u116a","\u1106\u116e\u11af\u1100\u1161","\u1106\u116e\u11af\u1100\u1165\u11ab","\u1106\u116e\u11af\u1100\u1167\u11af","\u1106\u116e\u11af\u1100\u1169\u1100\u1175","\u1106\u116e\u11af\u1105\u1169\u11ab","\u1106\u116e\u11af\u1105\u1175\u1112\u1161\u11a8","\u1106\u116e\u11af\u110b\u1173\u11b7","\u1106\u116e\u11af\u110c\u1175\u11af","\u1106\u116e\u11af\u110e\u1166","\u1106\u1175\u1100\u116e\u11a8","\u1106\u1175\u1103\u1175\u110b\u1165","\u1106\u1175\u1109\u1161\u110b\u1175\u11af","\u1106\u1175\u1109\u116e\u11af","\u1106\u1175\u110b\u1167\u11a8","\u1106\u1175\u110b\u116d\u11bc\u1109\u1175\u11af","\u1106\u1175\u110b\u116e\u11b7","\u1106\u1175\u110b\u1175\u11ab","\u1106\u1175\u1110\u1175\u11bc","\u1106\u1175\u1112\u1169\u11ab","\u1106\u1175\u11ab\u1100\u1161\u11ab","\u1106\u1175\u11ab\u110c\u1169\u11a8","\u1106\u1175\u11ab\u110c\u116e","\u1106\u1175\u11ae\u110b\u1173\u11b7","\u1106\u1175\u11af\u1100\u1161\u1105\u116e","\u1106\u1175\u11af\u1105\u1175\u1106\u1175\u1110\u1165","\u1106\u1175\u11c0\u1107\u1161\u1103\u1161\u11a8","\u1107\u1161\u1100\u1161\u110c\u1175","\u1107\u1161\u1100\u116e\u1102\u1175","\u1107\u1161\u1102\u1161\u1102\u1161","\u1107\u1161\u1102\u1173\u11af","\u1107\u1161\u1103\u1161\u11a8","\u1107\u1161\u1103\u1161\u11ba\u1100\u1161","\u1107\u1161\u1105\u1161\u11b7","\u1107\u1161\u110b\u1175\u1105\u1165\u1109\u1173","\u1107\u1161\u1110\u1161\u11bc","\u1107\u1161\u11a8\u1106\u116e\u11af\u1100\u116a\u11ab","\u1107\u1161\u11a8\u1109\u1161","\u1107\u1161\u11a8\u1109\u116e","\u1107\u1161\u11ab\u1103\u1162","\u1107\u1161\u11ab\u1103\u1173\u1109\u1175","\u1107\u1161\u11ab\u1106\u1161\u11af","\u1107\u1161\u11ab\u1107\u1161\u11af","\u1107\u1161\u11ab\u1109\u1165\u11bc","\u1107\u1161\u11ab\u110b\u1173\u11bc","\u1107\u1161\u11ab\u110c\u1161\u11bc","\u1107\u1161\u11ab\u110c\u116e\u11a8","\u1107\u1161\u11ab\u110c\u1175","\u1107\u1161\u11ab\u110e\u1161\u11ab","\u1107\u1161\u11ae\u110e\u1175\u11b7","\u1107\u1161\u11af\u1100\u1161\u1105\u1161\u11a8","\u1107\u1161\u11af\u1100\u1165\u11af\u110b\u1173\u11b7","\u1107\u1161\u11af\u1100\u1167\u11ab","\u1107\u1161\u11af\u1103\u1161\u11af","\u1107\u1161\u11af\u1105\u1166","\u1107\u1161\u11af\u1106\u1169\u11a8","\u1107\u1161\u11af\u1107\u1161\u1103\u1161\u11a8","\u1107\u1161\u11af\u1109\u1162\u11bc","\u1107\u1161\u11af\u110b\u1173\u11b7","\u1107\u1161\u11af\u110c\u1161\u1100\u116e\u11a8","\u1107\u1161\u11af\u110c\u1165\u11ab","\u1107\u1161\u11af\u1110\u1169\u11b8","\u1107\u1161\u11af\u1111\u116d","\u1107\u1161\u11b7\u1112\u1161\u1102\u1173\u11af","\u1107\u1161\u11b8\u1100\u1173\u1105\u1173\u11ba","\u1107\u1161\u11b8\u1106\u1161\u11ba","\u1107\u1161\u11b8\u1109\u1161\u11bc","\u1107\u1161\u11b8\u1109\u1169\u11c0","\u1107\u1161\u11bc\u1100\u1173\u11b7","\u1107\u1161\u11bc\u1106\u1167\u11ab","\u1107\u1161\u11bc\u1106\u116e\u11ab","\u1107\u1161\u11bc\u1107\u1161\u1103\u1161\u11a8","\u1107\u1161\u11bc\u1107\u1165\u11b8","\u1107\u1161\u11bc\u1109\u1169\u11bc","\u1107\u1161\u11bc\u1109\u1175\u11a8","\u1107\u1161\u11bc\u110b\u1161\u11ab","\u1107\u1161\u11bc\u110b\u116e\u11af","\u1107\u1161\u11bc\u110c\u1175","\u1107\u1161\u11bc\u1112\u1161\u11a8","\u1107\u1161\u11bc\u1112\u1162","\u1107\u1161\u11bc\u1112\u1163\u11bc","\u1107\u1162\u1100\u1167\u11bc","\u1107\u1162\u1101\u1169\u11b8","\u1107\u1162\u1103\u1161\u11af","\u1107\u1162\u1103\u1173\u1106\u1175\u11ab\u1110\u1165\u11ab","\u1107\u1162\u11a8\u1103\u116e\u1109\u1161\u11ab","\u1107\u1162\u11a8\u1109\u1162\u11a8","\u1107\u1162\u11a8\u1109\u1165\u11bc","\u1107\u1162\u11a8\u110b\u1175\u11ab","\u1107\u1162\u11a8\u110c\u1166","\u1107\u1162\u11a8\u1112\u116a\u110c\u1165\u11b7","\u1107\u1165\u1105\u1173\u11ba","\u1107\u1165\u1109\u1165\u11ba","\u1107\u1165\u1110\u1173\u11ab","\u1107\u1165\u11ab\u1100\u1162","\u1107\u1165\u11ab\u110b\u1167\u11a8","\u1107\u1165\u11ab\u110c\u1175","\u1107\u1165\u11ab\u1112\u1169","\u1107\u1165\u11af\u1100\u1173\u11b7","\u1107\u1165\u11af\u1105\u1166","\u1107\u1165\u11af\u110a\u1165","\u1107\u1165\u11b7\u110b\u1171","\u1107\u1165\u11b7\u110b\u1175\u11ab","\u1107\u1165\u11b7\u110c\u116c","\u1107\u1165\u11b8\u1105\u1172\u11af","\u1107\u1165\u11b8\u110b\u116f\u11ab","\u1107\u1165\u11b8\u110c\u1165\u11a8","\u1107\u1165\u11b8\u110e\u1175\u11a8","\u1107\u1166\u110b\u1175\u110c\u1175\u11bc","\u1107\u1166\u11af\u1110\u1173","\u1107\u1167\u11ab\u1100\u1167\u11bc","\u1107\u1167\u11ab\u1103\u1169\u11bc","\u1107\u1167\u11ab\u1106\u1167\u11bc","\u1107\u1167\u11ab\u1109\u1175\u11ab","\u1107\u1167\u11ab\u1112\u1169\u1109\u1161","\u1107\u1167\u11ab\u1112\u116a","\u1107\u1167\u11af\u1103\u1169","\u1107\u1167\u11af\u1106\u1167\u11bc","\u1107\u1167\u11af\u110b\u1175\u11af","\u1107\u1167\u11bc\u1109\u1175\u11af","\u1107\u1167\u11bc\u110b\u1161\u1105\u1175","\u1107\u1167\u11bc\u110b\u116f\u11ab","\u1107\u1169\u1100\u116a\u11ab","\u1107\u1169\u1102\u1165\u1109\u1173","\u1107\u1169\u1105\u1161\u1109\u1162\u11a8","\u1107\u1169\u1105\u1161\u11b7","\u1107\u1169\u1105\u1173\u11b7","\u1107\u1169\u1109\u1161\u11bc","\u1107\u1169\u110b\u1161\u11ab","\u1107\u1169\u110c\u1161\u1100\u1175","\u1107\u1169\u110c\u1161\u11bc","\u1107\u1169\u110c\u1165\u11ab","\u1107\u1169\u110c\u1169\u11ab","\u1107\u1169\u1110\u1169\u11bc","\u1107\u1169\u1111\u1167\u11ab\u110c\u1165\u11a8","\u1107\u1169\u1112\u1165\u11b7","\u1107\u1169\u11a8\u1103\u1169","\u1107\u1169\u11a8\u1109\u1161","\u1107\u1169\u11a8\u1109\u116e\u11bc\u110b\u1161","\u1107\u1169\u11a8\u1109\u1173\u11b8","\u1107\u1169\u11a9\u110b\u1173\u11b7","\u1107\u1169\u11ab\u1100\u1167\u11a8\u110c\u1165\u11a8","\u1107\u1169\u11ab\u1105\u1162","\u1107\u1169\u11ab\u1107\u116e","\u1107\u1169\u11ab\u1109\u1161","\u1107\u1169\u11ab\u1109\u1165\u11bc","\u1107\u1169\u11ab\u110b\u1175\u11ab","\u1107\u1169\u11ab\u110c\u1175\u11af","\u1107\u1169\u11af\u1111\u1166\u11ab","\u1107\u1169\u11bc\u1109\u1161","\u1107\u1169\u11bc\u110c\u1175","\u1107\u1169\u11bc\u1110\u116e","\u1107\u116e\u1100\u1173\u11ab","\u1107\u116e\u1101\u1173\u1105\u1165\u110b\u116e\u11b7","\u1107\u116e\u1103\u1161\u11b7","\u1107\u116e\u1103\u1169\u11bc\u1109\u1161\u11ab","\u1107\u116e\u1106\u116e\u11ab","\u1107\u116e\u1107\u116e\u11ab","\u1107\u116e\u1109\u1161\u11ab","\u1107\u116e\u1109\u1161\u11bc","\u1107\u116e\u110b\u1165\u11bf","\u1107\u116e\u110b\u1175\u11ab","\u1107\u116e\u110c\u1161\u11a8\u110b\u116d\u11bc","\u1107\u116e\u110c\u1161\u11bc","\u1107\u116e\u110c\u1165\u11bc","\u1107\u116e\u110c\u1169\u11a8","\u1107\u116e\u110c\u1175\u1105\u1165\u11ab\u1112\u1175","\u1107\u116e\u110e\u1175\u11ab","\u1107\u116e\u1110\u1161\u11a8","\u1107\u116e\u1111\u116e\u11b7","\u1107\u116e\u1112\u116c\u110c\u1161\u11bc","\u1107\u116e\u11a8\u1107\u116e","\u1107\u116e\u11a8\u1112\u1161\u11ab","\u1107\u116e\u11ab\u1102\u1169","\u1107\u116e\u11ab\u1105\u1163\u11bc","\u1107\u116e\u11ab\u1105\u1175","\u1107\u116e\u11ab\u1106\u1167\u11bc","\u1107\u116e\u11ab\u1109\u1165\u11a8","\u1107\u116e\u11ab\u110b\u1163","\u1107\u116e\u11ab\u110b\u1171\u1100\u1175","\u1107\u116e\u11ab\u1111\u1175\u11af","\u1107\u116e\u11ab\u1112\u1169\u11bc\u1109\u1162\u11a8","\u1107\u116e\u11af\u1100\u1169\u1100\u1175","\u1107\u116e\u11af\u1100\u116a","\u1107\u116e\u11af\u1100\u116d","\u1107\u116e\u11af\u1101\u1169\u11be","\u1107\u116e\u11af\u1106\u1161\u11ab","\u1107\u116e\u11af\u1107\u1165\u11b8","\u1107\u116e\u11af\u1107\u1175\u11be","\u1107\u116e\u11af\u110b\u1161\u11ab","\u1107\u116e\u11af\u110b\u1175\u110b\u1175\u11a8","\u1107\u116e\u11af\u1112\u1162\u11bc","\u1107\u1173\u1105\u1162\u11ab\u1103\u1173","\u1107\u1175\u1100\u1173\u11a8","\u1107\u1175\u1102\u1161\u11ab","\u1107\u1175\u1102\u1175\u11af","\u1107\u1175\u1103\u116e\u11af\u1100\u1175","\u1107\u1175\u1103\u1175\u110b\u1169","\u1107\u1175\u1105\u1169\u1109\u1169","\u1107\u1175\u1106\u1161\u11ab","\u1107\u1175\u1106\u1167\u11bc","\u1107\u1175\u1106\u1175\u11af","\u1107\u1175\u1107\u1161\u1105\u1161\u11b7","\u1107\u1175\u1107\u1175\u11b7\u1107\u1161\u11b8","\u1107\u1175\u1109\u1161\u11bc","\u1107\u1175\u110b\u116d\u11bc","\u1107\u1175\u110b\u1172\u11af","\u1107\u1175\u110c\u116e\u11bc","\u1107\u1175\u1110\u1161\u1106\u1175\u11ab","\u1107\u1175\u1111\u1161\u11ab","\u1107\u1175\u11af\u1103\u1175\u11bc","\u1107\u1175\u11ba\u1106\u116e\u11af","\u1107\u1175\u11ba\u1107\u1161\u11bc\u110b\u116e\u11af","\u1107\u1175\u11ba\u110c\u116e\u11af\u1100\u1175","\u1107\u1175\u11be\u1101\u1161\u11af","\u1108\u1161\u11af\u1100\u1161\u11ab\u1109\u1162\u11a8","\u1108\u1161\u11af\u1105\u1162","\u1108\u1161\u11af\u1105\u1175","\u1109\u1161\u1100\u1165\u11ab","\u1109\u1161\u1100\u1168\u110c\u1165\u11af","\u1109\u1161\u1102\u1161\u110b\u1175","\u1109\u1161\u1102\u1163\u11bc","\u1109\u1161\u1105\u1161\u11b7","\u1109\u1161\u1105\u1161\u11bc","\u1109\u1161\u1105\u1175\u11b8","\u1109\u1161\u1106\u1169\u1102\u1175\u11b7","\u1109\u1161\u1106\u116e\u11af","\u1109\u1161\u1107\u1161\u11bc","\u1109\u1161\u1109\u1161\u11bc","\u1109\u1161\u1109\u1162\u11bc\u1112\u116a\u11af","\u1109\u1161\u1109\u1165\u11af","\u1109\u1161\u1109\u1173\u11b7","\u1109\u1161\u1109\u1175\u11af","\u1109\u1161\u110b\u1165\u11b8","\u1109\u1161\u110b\u116d\u11bc","\u1109\u1161\u110b\u116f\u11af","\u1109\u1161\u110c\u1161\u11bc","\u1109\u1161\u110c\u1165\u11ab","\u1109\u1161\u110c\u1175\u11ab","\u1109\u1161\u110e\u1169\u11ab","\u1109\u1161\u110e\u116e\u11ab\u1100\u1175","\u1109\u1161\u1110\u1161\u11bc","\u1109\u1161\u1110\u116e\u1105\u1175","\u1109\u1161\u1112\u1173\u11af","\u1109\u1161\u11ab\u1100\u1175\u11af","\u1109\u1161\u11ab\u1107\u116e\u110b\u1175\u11ab\u1100\u116a","\u1109\u1161\u11ab\u110b\u1165\u11b8","\u1109\u1161\u11ab\u110e\u1162\u11a8","\u1109\u1161\u11af\u1105\u1175\u11b7","\u1109\u1161\u11af\u110b\u1175\u11ab","\u1109\u1161\u11af\u110d\u1161\u11a8","\u1109\u1161\u11b7\u1100\u1168\u1110\u1161\u11bc","\u1109\u1161\u11b7\u1100\u116e\u11a8","\u1109\u1161\u11b7\u1109\u1175\u11b8","\u1109\u1161\u11b7\u110b\u116f\u11af","\u1109\u1161\u11b7\u110e\u1169\u11ab","\u1109\u1161\u11bc\u1100\u116a\u11ab","\u1109\u1161\u11bc\u1100\u1173\u11b7","\u1109\u1161\u11bc\u1103\u1162","\u1109\u1161\u11bc\u1105\u1172","\u1109\u1161\u11bc\u1107\u1161\u11ab\u1100\u1175","\u1109\u1161\u11bc\u1109\u1161\u11bc","\u1109\u1161\u11bc\u1109\u1175\u11a8","\u1109\u1161\u11bc\u110b\u1165\u11b8","\u1109\u1161\u11bc\u110b\u1175\u11ab","\u1109\u1161\u11bc\u110c\u1161","\u1109\u1161\u11bc\u110c\u1165\u11b7","\u1109\u1161\u11bc\u110e\u1165","\u1109\u1161\u11bc\u110e\u116e","\u1109\u1161\u11bc\u1110\u1162","\u1109\u1161\u11bc\u1111\u116d","\u1109\u1161\u11bc\u1111\u116e\u11b7","\u1109\u1161\u11bc\u1112\u116a\u11bc","\u1109\u1162\u1107\u1167\u11a8","\u1109\u1162\u11a8\u1101\u1161\u11af","\u1109\u1162\u11a8\u110b\u1167\u11ab\u1111\u1175\u11af","\u1109\u1162\u11bc\u1100\u1161\u11a8","\u1109\u1162\u11bc\u1106\u1167\u11bc","\u1109\u1162\u11bc\u1106\u116e\u11af","\u1109\u1162\u11bc\u1107\u1161\u11bc\u1109\u1169\u11bc","\u1109\u1162\u11bc\u1109\u1161\u11ab","\u1109\u1162\u11bc\u1109\u1165\u11ab","\u1109\u1162\u11bc\u1109\u1175\u11ab","\u1109\u1162\u11bc\u110b\u1175\u11af","\u1109\u1162\u11bc\u1112\u116a\u11af","\u1109\u1165\u1105\u1161\u11b8","\u1109\u1165\u1105\u1173\u11ab","\u1109\u1165\u1106\u1167\u11bc","\u1109\u1165\u1106\u1175\u11ab","\u1109\u1165\u1107\u1175\u1109\u1173","\u1109\u1165\u110b\u1163\u11bc","\u1109\u1165\u110b\u116e\u11af","\u1109\u1165\u110c\u1165\u11a8","\u1109\u1165\u110c\u1165\u11b7","\u1109\u1165\u110d\u1169\u11a8","\u1109\u1165\u110f\u1173\u11af","\u1109\u1165\u11a8\u1109\u1161","\u1109\u1165\u11a8\u110b\u1172","\u1109\u1165\u11ab\u1100\u1165","\u1109\u1165\u11ab\u1106\u116e\u11af","\u1109\u1165\u11ab\u1107\u1162","\u1109\u1165\u11ab\u1109\u1162\u11bc","\u1109\u1165\u11ab\u1109\u116e","\u1109\u1165\u11ab\u110b\u116f\u11ab","\u1109\u1165\u11ab\u110c\u1161\u11bc","\u1109\u1165\u11ab\u110c\u1165\u11ab","\u1109\u1165\u11ab\u1110\u1162\u11a8","\u1109\u1165\u11ab\u1111\u116e\u11bc\u1100\u1175","\u1109\u1165\u11af\u1100\u1165\u110c\u1175","\u1109\u1165\u11af\u1102\u1161\u11af","\u1109\u1165\u11af\u1105\u1165\u11bc\u1110\u1161\u11bc","\u1109\u1165\u11af\u1106\u1167\u11bc","\u1109\u1165\u11af\u1106\u116e\u11ab","\u1109\u1165\u11af\u1109\u1161","\u1109\u1165\u11af\u110b\u1161\u11a8\u1109\u1161\u11ab","\u1109\u1165\u11af\u110e\u1175","\u1109\u1165\u11af\u1110\u1161\u11bc","\u1109\u1165\u11b8\u110a\u1175","\u1109\u1165\u11bc\u1100\u1169\u11bc","\u1109\u1165\u11bc\u1103\u1161\u11bc","\u1109\u1165\u11bc\u1106\u1167\u11bc","\u1109\u1165\u11bc\u1107\u1167\u11af","\u1109\u1165\u11bc\u110b\u1175\u11ab","\u1109\u1165\u11bc\u110c\u1161\u11bc","\u1109\u1165\u11bc\u110c\u1165\u11a8","\u1109\u1165\u11bc\u110c\u1175\u11af","\u1109\u1165\u11bc\u1112\u1161\u11b7","\u1109\u1166\u1100\u1173\u11b7","\u1109\u1166\u1106\u1175\u1102\u1161","\u1109\u1166\u1109\u1161\u11bc","\u1109\u1166\u110b\u116f\u11af","\u1109\u1166\u110c\u1169\u11bc\u1103\u1162\u110b\u116a\u11bc","\u1109\u1166\u1110\u1161\u11a8","\u1109\u1166\u11ab\u1110\u1165","\u1109\u1166\u11ab\u1110\u1175\u1106\u1175\u1110\u1165","\u1109\u1166\u11ba\u110d\u1162","\u1109\u1169\u1100\u1172\u1106\u1169","\u1109\u1169\u1100\u1173\u11a8\u110c\u1165\u11a8","\u1109\u1169\u1100\u1173\u11b7","\u1109\u1169\u1102\u1161\u1100\u1175","\u1109\u1169\u1102\u1167\u11ab","\u1109\u1169\u1103\u1173\u11a8","\u1109\u1169\u1106\u1161\u11bc","\u1109\u1169\u1106\u116e\u11ab","\u1109\u1169\u1109\u1165\u11af","\u1109\u1169\u1109\u1169\u11a8","\u1109\u1169\u110b\u1161\u1100\u116a","\u1109\u1169\u110b\u116d\u11bc","\u1109\u1169\u110b\u116f\u11ab","\u1109\u1169\u110b\u1173\u11b7","\u1109\u1169\u110c\u116e\u11bc\u1112\u1175","\u1109\u1169\u110c\u1175\u1111\u116e\u11b7","\u1109\u1169\u110c\u1175\u11af","\u1109\u1169\u1111\u116e\u11bc","\u1109\u1169\u1112\u1167\u11bc","\u1109\u1169\u11a8\u1103\u1161\u11b7","\u1109\u1169\u11a8\u1103\u1169","\u1109\u1169\u11a8\u110b\u1169\u11ba","\u1109\u1169\u11ab\u1100\u1161\u1105\u1161\u11a8","\u1109\u1169\u11ab\u1100\u1175\u11af","\u1109\u1169\u11ab\u1102\u1167","\u1109\u1169\u11ab\u1102\u1175\u11b7","\u1109\u1169\u11ab\u1103\u1173\u11bc","\u1109\u1169\u11ab\u1106\u1169\u11a8","\u1109\u1169\u11ab\u1108\u1167\u11a8","\u1109\u1169\u11ab\u1109\u1175\u11af","\u1109\u1169\u11ab\u110c\u1175\u11af","\u1109\u1169\u11ab\u1110\u1169\u11b8","\u1109\u1169\u11ab\u1112\u1162","\u1109\u1169\u11af\u110c\u1175\u11a8\u1112\u1175","\u1109\u1169\u11b7\u110a\u1175","\u1109\u1169\u11bc\u110b\u1161\u110c\u1175","\u1109\u1169\u11bc\u110b\u1175","\u1109\u1169\u11bc\u1111\u1167\u11ab","\u1109\u116c\u1100\u1169\u1100\u1175","\u1109\u116d\u1111\u1175\u11bc","\u1109\u116e\u1100\u1165\u11ab","\u1109\u116e\u1102\u1167\u11ab","\u1109\u116e\u1103\u1161\u11ab","\u1109\u116e\u1103\u1169\u11ba\u1106\u116e\u11af","\u1109\u116e\u1103\u1169\u11bc\u110c\u1165\u11a8","\u1109\u116e\u1106\u1167\u11ab","\u1109\u116e\u1106\u1167\u11bc","\u1109\u116e\u1107\u1161\u11a8","\u1109\u116e\u1109\u1161\u11bc","\u1109\u116e\u1109\u1165\u11a8","\u1109\u116e\u1109\u116e\u11af","\u1109\u116e\u1109\u1175\u1105\u1169","\u1109\u116e\u110b\u1165\u11b8","\u1109\u116e\u110b\u1167\u11b7","\u1109\u116e\u110b\u1167\u11bc","\u1109\u116e\u110b\u1175\u11b8","\u1109\u116e\u110c\u116e\u11ab","\u1109\u116e\u110c\u1175\u11b8","\u1109\u116e\u110e\u116e\u11af","\u1109\u116e\u110f\u1165\u11ba","\u1109\u116e\u1111\u1175\u11af","\u1109\u116e\u1112\u1161\u11a8","\u1109\u116e\u1112\u1165\u11b7\u1109\u1162\u11bc","\u1109\u116e\u1112\u116a\u1100\u1175","\u1109\u116e\u11a8\u1102\u1167","\u1109\u116e\u11a8\u1109\u1169","\u1109\u116e\u11a8\u110c\u1166","\u1109\u116e\u11ab\u1100\u1161\u11ab","\u1109\u116e\u11ab\u1109\u1165","\u1109\u116e\u11ab\u1109\u116e","\u1109\u116e\u11ab\u1109\u1175\u11a8\u1100\u1161\u11ab","\u1109\u116e\u11ab\u110b\u1171","\u1109\u116e\u11ae\u1100\u1161\u1105\u1161\u11a8","\u1109\u116e\u11af\u1107\u1167\u11bc","\u1109\u116e\u11af\u110c\u1175\u11b8","\u1109\u116e\u11ba\u110c\u1161","\u1109\u1173\u1102\u1175\u11b7","\u1109\u1173\u1106\u116e\u11af","\u1109\u1173\u1109\u1173\u1105\u1169","\u1109\u1173\u1109\u1173\u11bc","\u1109\u1173\u110b\u1170\u1110\u1165","\u1109\u1173\u110b\u1171\u110e\u1175","\u1109\u1173\u110f\u1166\u110b\u1175\u1110\u1173","\u1109\u1173\u1110\u1172\u1103\u1175\u110b\u1169","\u1109\u1173\u1110\u1173\u1105\u1166\u1109\u1173","\u1109\u1173\u1111\u1169\u110e\u1173","\u1109\u1173\u11af\u110d\u1165\u11a8","\u1109\u1173\u11af\u1111\u1173\u11b7","\u1109\u1173\u11b8\u1100\u116a\u11ab","\u1109\u1173\u11b8\u1100\u1175","\u1109\u1173\u11bc\u1100\u1162\u11a8","\u1109\u1173\u11bc\u1105\u1175","\u1109\u1173\u11bc\u1107\u116e","\u1109\u1173\u11bc\u110b\u116d\u11bc\u110e\u1161","\u1109\u1173\u11bc\u110c\u1175\u11ab","\u1109\u1175\u1100\u1161\u11a8","\u1109\u1175\u1100\u1161\u11ab","\u1109\u1175\u1100\u1169\u11af","\u1109\u1175\u1100\u1173\u11b7\u110e\u1175","\u1109\u1175\u1102\u1161\u1105\u1175\u110b\u1169","\u1109\u1175\u1103\u1162\u11a8","\u1109\u1175\u1105\u1175\u110c\u1173","\u1109\u1175\u1106\u1166\u11ab\u1110\u1173","\u1109\u1175\u1106\u1175\u11ab","\u1109\u1175\u1107\u116e\u1106\u1169","\u1109\u1175\u1109\u1165\u11ab","\u1109\u1175\u1109\u1165\u11af","\u1109\u1175\u1109\u1173\u1110\u1166\u11b7","\u1109\u1175\u110b\u1161\u1107\u1165\u110c\u1175","\u1109\u1175\u110b\u1165\u1106\u1165\u1102\u1175","\u1109\u1175\u110b\u116f\u11af","\u1109\u1175\u110b\u1175\u11ab","\u1109\u1175\u110b\u1175\u11af","\u1109\u1175\u110c\u1161\u11a8","\u1109\u1175\u110c\u1161\u11bc","\u1109\u1175\u110c\u1165\u11af","\u1109\u1175\u110c\u1165\u11b7","\u1109\u1175\u110c\u116e\u11bc","\u1109\u1175\u110c\u1173\u11ab","\u1109\u1175\u110c\u1175\u11b8","\u1109\u1175\u110e\u1165\u11bc","\u1109\u1175\u1112\u1161\u11b8","\u1109\u1175\u1112\u1165\u11b7","\u1109\u1175\u11a8\u1100\u116e","\u1109\u1175\u11a8\u1100\u1175","\u1109\u1175\u11a8\u1103\u1161\u11bc","\u1109\u1175\u11a8\u1105\u1163\u11bc","\u1109\u1175\u11a8\u1105\u116d\u1111\u116e\u11b7","\u1109\u1175\u11a8\u1106\u116e\u11af","\u1109\u1175\u11a8\u1108\u1161\u11bc","\u1109\u1175\u11a8\u1109\u1161","\u1109\u1175\u11a8\u1109\u1162\u11bc\u1112\u116a\u11af","\u1109\u1175\u11a8\u110e\u1169","\u1109\u1175\u11a8\u1110\u1161\u11a8","\u1109\u1175\u11a8\u1111\u116e\u11b7","\u1109\u1175\u11ab\u1100\u1169","\u1109\u1175\u11ab\u1100\u1172","\u1109\u1175\u11ab\u1102\u1167\u11b7","\u1109\u1175\u11ab\u1106\u116e\u11ab","\u1109\u1175\u11ab\u1107\u1161\u11af","\u1109\u1175\u11ab\u1107\u1175","\u1109\u1175\u11ab\u1109\u1161","\u1109\u1175\u11ab\u1109\u1166","\u1109\u1175\u11ab\u110b\u116d\u11bc","\u1109\u1175\u11ab\u110c\u1166\u1111\u116e\u11b7","\u1109\u1175\u11ab\u110e\u1165\u11bc","\u1109\u1175\u11ab\u110e\u1166","\u1109\u1175\u11ab\u1112\u116a","\u1109\u1175\u11af\u1100\u1161\u11b7","\u1109\u1175\u11af\u1102\u1162","\u1109\u1175\u11af\u1105\u1167\u11a8","\u1109\u1175\u11af\u1105\u1168","\u1109\u1175\u11af\u1106\u1161\u11bc","\u1109\u1175\u11af\u1109\u116e","\u1109\u1175\u11af\u1109\u1173\u11b8","\u1109\u1175\u11af\u1109\u1175","\u1109\u1175\u11af\u110c\u1161\u11bc","\u1109\u1175\u11af\u110c\u1165\u11bc","\u1109\u1175\u11af\u110c\u1175\u11af\u110c\u1165\u11a8","\u1109\u1175\u11af\u110e\u1165\u11ab","\u1109\u1175\u11af\u110e\u1166","\u1109\u1175\u11af\u110f\u1165\u11ba","\u1109\u1175\u11af\u1110\u1162","\u1109\u1175\u11af\u1111\u1162","\u1109\u1175\u11af\u1112\u1165\u11b7","\u1109\u1175\u11af\u1112\u1167\u11ab","\u1109\u1175\u11b7\u1105\u1175","\u1109\u1175\u11b7\u1107\u116e\u1105\u1173\u11b7","\u1109\u1175\u11b7\u1109\u1161","\u1109\u1175\u11b7\u110c\u1161\u11bc","\u1109\u1175\u11b7\u110c\u1165\u11bc","\u1109\u1175\u11b7\u1111\u1161\u11ab","\u110a\u1161\u11bc\u1103\u116e\u11bc\u110b\u1175","\u110a\u1175\u1105\u1173\u11b7","\u110a\u1175\u110b\u1161\u11ba","\u110b\u1161\u1100\u1161\u110a\u1175","\u110b\u1161\u1102\u1161\u110b\u116e\u11ab\u1109\u1165","\u110b\u1161\u1103\u1173\u1102\u1175\u11b7","\u110b\u1161\u1103\u1173\u11af","\u110b\u1161\u1109\u1171\u110b\u116e\u11b7","\u110b\u1161\u1109\u1173\u1111\u1161\u11af\u1110\u1173","\u110b\u1161\u1109\u1175\u110b\u1161","\u110b\u1161\u110b\u116e\u11af\u1105\u1165","\u110b\u1161\u110c\u1165\u110a\u1175","\u110b\u1161\u110c\u116e\u11b7\u1106\u1161","\u110b\u1161\u110c\u1175\u11a8","\u110b\u1161\u110e\u1175\u11b7","\u110b\u1161\u1111\u1161\u1110\u1173","\u110b\u1161\u1111\u1173\u1105\u1175\u110f\u1161","\u110b\u1161\u1111\u1173\u11b7","\u110b\u1161\u1112\u1169\u11b8","\u110b\u1161\u1112\u1173\u11ab","\u110b\u1161\u11a8\u1100\u1175","\u110b\u1161\u11a8\u1106\u1169\u11bc","\u110b\u1161\u11a8\u1109\u116e","\u110b\u1161\u11ab\u1100\u1162","\u110b\u1161\u11ab\u1100\u1167\u11bc","\u110b\u1161\u11ab\u1100\u116a","\u110b\u1161\u11ab\u1102\u1162","\u110b\u1161\u11ab\u1102\u1167\u11bc","\u110b\u1161\u11ab\u1103\u1169\u11bc","\u110b\u1161\u11ab\u1107\u1161\u11bc","\u110b\u1161\u11ab\u1107\u116e","\u110b\u1161\u11ab\u110c\u116e","\u110b\u1161\u11af\u1105\u116e\u1106\u1175\u1102\u1172\u11b7","\u110b\u1161\u11af\u110f\u1169\u110b\u1169\u11af","\u110b\u1161\u11b7\u1109\u1175","\u110b\u1161\u11b7\u110f\u1165\u11ba","\u110b\u1161\u11b8\u1105\u1167\u11a8","\u110b\u1161\u11c1\u1102\u1161\u11af","\u110b\u1161\u11c1\u1106\u116e\u11ab","\u110b\u1162\u110b\u1175\u11ab","\u110b\u1162\u110c\u1165\u11bc","\u110b\u1162\u11a8\u1109\u116e","\u110b\u1162\u11af\u1107\u1165\u11b7","\u110b\u1163\u1100\u1161\u11ab","\u110b\u1163\u1103\u1161\u11ab","\u110b\u1163\u110b\u1169\u11bc","\u110b\u1163\u11a8\u1100\u1161\u11ab","\u110b\u1163\u11a8\u1100\u116e\u11a8","\u110b\u1163\u11a8\u1109\u1169\u11a8","\u110b\u1163\u11a8\u1109\u116e","\u110b\u1163\u11a8\u110c\u1165\u11b7","\u110b\u1163\u11a8\u1111\u116e\u11b7","\u110b\u1163\u11a8\u1112\u1169\u11ab\u1102\u1167","\u110b\u1163\u11bc\u1102\u1167\u11b7","\u110b\u1163\u11bc\u1105\u1167\u11a8","\u110b\u1163\u11bc\u1106\u1161\u11af","\u110b\u1163\u11bc\u1107\u1162\u110e\u116e","\u110b\u1163\u11bc\u110c\u116e","\u110b\u1163\u11bc\u1111\u1161","\u110b\u1165\u1103\u116e\u11b7","\u110b\u1165\u1105\u1167\u110b\u116e\u11b7","\u110b\u1165\u1105\u1173\u11ab","\u110b\u1165\u110c\u1166\u11ba\u1107\u1161\u11b7","\u110b\u1165\u110d\u1162\u11bb\u1103\u1173\u11ab","\u110b\u1165\u110d\u1165\u1103\u1161\u1100\u1161","\u110b\u1165\u110d\u1165\u11ab\u110c\u1175","\u110b\u1165\u11ab\u1102\u1175","\u110b\u1165\u11ab\u1103\u1165\u11a8","\u110b\u1165\u11ab\u1105\u1169\u11ab","\u110b\u1165\u11ab\u110b\u1165","\u110b\u1165\u11af\u1100\u116e\u11af","\u110b\u1165\u11af\u1105\u1173\u11ab","\u110b\u1165\u11af\u110b\u1173\u11b7","\u110b\u1165\u11af\u1111\u1175\u11ba","\u110b\u1165\u11b7\u1106\u1161","\u110b\u1165\u11b8\u1106\u116e","\u110b\u1165\u11b8\u110c\u1169\u11bc","\u110b\u1165\u11b8\u110e\u1166","\u110b\u1165\u11bc\u1103\u1165\u11bc\u110b\u1175","\u110b\u1165\u11bc\u1106\u1161\u11bc","\u110b\u1165\u11bc\u1110\u1165\u1105\u1175","\u110b\u1165\u11bd\u1100\u1173\u110c\u1166","\u110b\u1166\u1102\u1165\u110c\u1175","\u110b\u1166\u110b\u1165\u110f\u1165\u11ab","\u110b\u1166\u11ab\u110c\u1175\u11ab","\u110b\u1167\u1100\u1165\u11ab","\u110b\u1167\u1100\u1169\u1109\u1162\u11bc","\u110b\u1167\u1100\u116a\u11ab","\u110b\u1167\u1100\u116e\u11ab","\u110b\u1167\u1100\u116f\u11ab","\u110b\u1167\u1103\u1162\u1109\u1162\u11bc","\u110b\u1167\u1103\u1165\u11b2","\u110b\u1167\u1103\u1169\u11bc\u1109\u1162\u11bc","\u110b\u1167\u1103\u1173\u11ab","\u110b\u1167\u1105\u1169\u11ab","\u110b\u1167\u1105\u1173\u11b7","\u110b\u1167\u1109\u1165\u11ba","\u110b\u1167\u1109\u1165\u11bc","\u110b\u1167\u110b\u116a\u11bc","\u110b\u1167\u110b\u1175\u11ab","\u110b\u1167\u110c\u1165\u11ab\u1112\u1175","\u110b\u1167\u110c\u1175\u11a8\u110b\u116f\u11ab","\u110b\u1167\u1112\u1161\u11a8\u1109\u1162\u11bc","\u110b\u1167\u1112\u1162\u11bc","\u110b\u1167\u11a8\u1109\u1161","\u110b\u1167\u11a8\u1109\u1175","\u110b\u1167\u11a8\u1112\u1161\u11af","\u110b\u1167\u11ab\u1100\u1167\u11af","\u110b\u1167\u11ab\u1100\u116e","\u110b\u1167\u11ab\u1100\u1173\u11a8","\u110b\u1167\u11ab\u1100\u1175","\u110b\u1167\u11ab\u1105\u1161\u11a8","\u110b\u1167\u11ab\u1109\u1165\u11af","\u110b\u1167\u11ab\u1109\u1166","\u110b\u1167\u11ab\u1109\u1169\u11a8","\u110b\u1167\u11ab\u1109\u1173\u11b8","\u110b\u1167\u11ab\u110b\u1162","\u110b\u1167\u11ab\u110b\u1168\u110b\u1175\u11ab","\u110b\u1167\u11ab\u110b\u1175\u11ab","\u110b\u1167\u11ab\u110c\u1161\u11bc","\u110b\u1167\u11ab\u110c\u116e","\u110b\u1167\u11ab\u110e\u116e\u11af","\u110b\u1167\u11ab\u1111\u1175\u11af","\u110b\u1167\u11ab\u1112\u1161\u11b8","\u110b\u1167\u11ab\u1112\u1172","\u110b\u1167\u11af\u1100\u1175","\u110b\u1167\u11af\u1106\u1162","\u110b\u1167\u11af\u1109\u116c","\u110b\u1167\u11af\u1109\u1175\u11b7\u1112\u1175","\u110b\u1167\u11af\u110c\u1165\u11bc","\u110b\u1167\u11af\u110e\u1161","\u110b\u1167\u11af\u1112\u1173\u11af","\u110b\u1167\u11b7\u1105\u1167","\u110b\u1167\u11b8\u1109\u1165","\u110b\u1167\u11bc\u1100\u116e\u11a8","\u110b\u1167\u11bc\u1102\u1161\u11b7","\u110b\u1167\u11bc\u1109\u1161\u11bc","\u110b\u1167\u11bc\u110b\u1163\u11bc","\u110b\u1167\u11bc\u110b\u1167\u11a8","\u110b\u1167\u11bc\u110b\u116e\u11bc","\u110b\u1167\u11bc\u110b\u116f\u11ab\u1112\u1175","\u110b\u1167\u11bc\u1112\u1161","\u110b\u1167\u11bc\u1112\u1163\u11bc","\u110b\u1167\u11bc\u1112\u1169\u11ab","\u110b\u1167\u11bc\u1112\u116a","\u110b\u1167\u11c1\u1100\u116e\u1105\u1175","\u110b\u1167\u11c1\u1107\u1161\u11bc","\u110b\u1167\u11c1\u110c\u1175\u11b8","\u110b\u1168\u1100\u1161\u11b7","\u110b\u1168\u1100\u1173\u11b7","\u110b\u1168\u1107\u1161\u11bc","\u110b\u1168\u1109\u1161\u11ab","\u110b\u1168\u1109\u1161\u11bc","\u110b\u1168\u1109\u1165\u11ab","\u110b\u1168\u1109\u116e\u11af","\u110b\u1168\u1109\u1173\u11b8","\u110b\u1168\u1109\u1175\u11a8\u110c\u1161\u11bc","\u110b\u1168\u110b\u1163\u11a8","\u110b\u1168\u110c\u1165\u11ab","\u110b\u1168\u110c\u1165\u11af","\u110b\u1168\u110c\u1165\u11bc","\u110b\u1168\u110f\u1165\u11ab\u1103\u1162","\u110b\u1168\u11ba\u1102\u1161\u11af","\u110b\u1169\u1102\u1173\u11af","\u110b\u1169\u1105\u1161\u11a8","\u110b\u1169\u1105\u1162\u11ba\u1103\u1169\u11bc\u110b\u1161\u11ab","\u110b\u1169\u1105\u1166\u11ab\u110c\u1175","\u110b\u1169\u1105\u1169\u110c\u1175","\u110b\u1169\u1105\u1173\u11ab\u1107\u1161\u11af","\u110b\u1169\u1107\u1173\u11ab","\u110b\u1169\u1109\u1175\u11b8","\u110b\u1169\u110b\u1167\u11b7","\u110b\u1169\u110b\u116f\u11af","\u110b\u1169\u110c\u1165\u11ab","\u110b\u1169\u110c\u1175\u11a8","\u110b\u1169\u110c\u1175\u11bc\u110b\u1165","\u110b\u1169\u1111\u1166\u1105\u1161","\u110b\u1169\u1111\u1175\u1109\u1173\u1110\u1166\u11af","\u110b\u1169\u1112\u1175\u1105\u1167","\u110b\u1169\u11a8\u1109\u1161\u11bc","\u110b\u1169\u11a8\u1109\u116e\u1109\u116e","\u110b\u1169\u11ab\u1100\u1161\u11bd","\u110b\u1169\u11ab\u1105\u1161\u110b\u1175\u11ab","\u110b\u1169\u11ab\u1106\u1169\u11b7","\u110b\u1169\u11ab\u110c\u1169\u11bc\u110b\u1175\u11af","\u110b\u1169\u11ab\u1110\u1169\u11bc","\u110b\u1169\u11af\u1100\u1161\u110b\u1173\u11af","\u110b\u1169\u11af\u1105\u1175\u11b7\u1111\u1175\u11a8","\u110b\u1169\u11af\u1112\u1162","\u110b\u1169\u11ba\u110e\u1161\u1105\u1175\u11b7","\u110b\u116a\u110b\u1175\u1109\u1167\u110e\u1173","\u110b\u116a\u110b\u1175\u11ab","\u110b\u116a\u11ab\u1109\u1165\u11bc","\u110b\u116a\u11ab\u110c\u1165\u11ab","\u110b\u116a\u11bc\u1107\u1175","\u110b\u116a\u11bc\u110c\u1161","\u110b\u116b\u1102\u1163\u1112\u1161\u1106\u1167\u11ab","\u110b\u116b\u11ab\u110c\u1175","\u110b\u116c\u1100\u1161\u11ba\u110c\u1175\u11b8","\u110b\u116c\u1100\u116e\u11a8","\u110b\u116c\u1105\u1169\u110b\u116e\u11b7","\u110b\u116c\u1109\u1161\u11b7\u110e\u1169\u11ab","\u110b\u116c\u110e\u116e\u11af","\u110b\u116c\u110e\u1175\u11b7","\u110b\u116c\u1112\u1161\u11af\u1106\u1165\u1102\u1175","\u110b\u116c\u11ab\u1107\u1161\u11af","\u110b\u116c\u11ab\u1109\u1169\u11ab","\u110b\u116c\u11ab\u110d\u1169\u11a8","\u110b\u116d\u1100\u1173\u11b7","\u110b\u116d\u110b\u1175\u11af","\u110b\u116d\u110c\u1173\u11b7","\u110b\u116d\u110e\u1165\u11bc","\u110b\u116d\u11bc\u1100\u1175","\u110b\u116d\u11bc\u1109\u1165","\u110b\u116d\u11bc\u110b\u1165","\u110b\u116e\u1109\u1161\u11ab","\u110b\u116e\u1109\u1165\u11ab","\u110b\u116e\u1109\u1173\u11bc","\u110b\u116e\u110b\u1167\u11ab\u1112\u1175","\u110b\u116e\u110c\u1165\u11bc","\u110b\u116e\u110e\u1166\u1100\u116e\u11a8","\u110b\u116e\u1111\u1167\u11ab","\u110b\u116e\u11ab\u1103\u1169\u11bc","\u110b\u116e\u11ab\u1106\u1167\u11bc","\u110b\u116e\u11ab\u1107\u1161\u11ab","\u110b\u116e\u11ab\u110c\u1165\u11ab","\u110b\u116e\u11ab\u1112\u1162\u11bc","\u110b\u116e\u11af\u1109\u1161\u11ab","\u110b\u116e\u11af\u110b\u1173\u11b7","\u110b\u116e\u11b7\u110c\u1175\u11a8\u110b\u1175\u11b7","\u110b\u116e\u11ba\u110b\u1165\u1105\u1173\u11ab","\u110b\u116e\u11ba\u110b\u1173\u11b7","\u110b\u116f\u1102\u1161\u11a8","\u110b\u116f\u11ab\u1100\u1169","\u110b\u116f\u11ab\u1105\u1162","\u110b\u116f\u11ab\u1109\u1165","\u110b\u116f\u11ab\u1109\u116e\u11bc\u110b\u1175","\u110b\u116f\u11ab\u110b\u1175\u11ab","\u110b\u116f\u11ab\u110c\u1161\u11bc","\u110b\u116f\u11ab\u1111\u1175\u1109\u1173","\u110b\u116f\u11af\u1100\u1173\u11b8","\u110b\u116f\u11af\u1103\u1173\u110f\u1165\u11b8","\u110b\u116f\u11af\u1109\u1166","\u110b\u116f\u11af\u110b\u116d\u110b\u1175\u11af","\u110b\u1170\u110b\u1175\u1110\u1165","\u110b\u1171\u1107\u1161\u11ab","\u110b\u1171\u1107\u1165\u11b8","\u110b\u1171\u1109\u1165\u11bc","\u110b\u1171\u110b\u116f\u11ab","\u110b\u1171\u1112\u1165\u11b7","\u110b\u1171\u1112\u1167\u11b8","\u110b\u1171\u11ba\u1109\u1161\u1105\u1161\u11b7","\u110b\u1172\u1102\u1161\u11ab\u1112\u1175","\u110b\u1172\u1105\u1165\u11b8","\u110b\u1172\u1106\u1167\u11bc","\u110b\u1172\u1106\u116e\u11af","\u110b\u1172\u1109\u1161\u11ab","\u110b\u1172\u110c\u1165\u11a8","\u110b\u1172\u110e\u1175\u110b\u116f\u11ab","\u110b\u1172\u1112\u1161\u11a8","\u110b\u1172\u1112\u1162\u11bc","\u110b\u1172\u1112\u1167\u11bc","\u110b\u1172\u11a8\u1100\u116e\u11ab","\u110b\u1172\u11a8\u1109\u1161\u11bc","\u110b\u1172\u11a8\u1109\u1175\u11b8","\u110b\u1172\u11a8\u110e\u1166","\u110b\u1173\u11ab\u1112\u1162\u11bc","\u110b\u1173\u11b7\u1105\u1167\u11a8","\u110b\u1173\u11b7\u1105\u116d","\u110b\u1173\u11b7\u1107\u1161\u11ab","\u110b\u1173\u11b7\u1109\u1165\u11bc","\u110b\u1173\u11b7\u1109\u1175\u11a8","\u110b\u1173\u11b7\u110b\u1161\u11a8","\u110b\u1173\u11b7\u110c\u116e","\u110b\u1174\u1100\u1167\u11ab","\u110b\u1174\u1102\u1169\u11ab","\u110b\u1174\u1106\u116e\u11ab","\u110b\u1174\u1107\u1169\u11a8","\u110b\u1174\u1109\u1175\u11a8","\u110b\u1174\u1109\u1175\u11b7","\u110b\u1174\u110b\u116c\u1105\u1169","\u110b\u1174\u110b\u116d\u11a8","\u110b\u1174\u110b\u116f\u11ab","\u110b\u1174\u1112\u1161\u11a8","\u110b\u1175\u1100\u1165\u11ba","\u110b\u1175\u1100\u1169\u11ba","\u110b\u1175\u1102\u1167\u11b7","\u110b\u1175\u1102\u1169\u11b7","\u110b\u1175\u1103\u1161\u11af","\u110b\u1175\u1103\u1162\u1105\u1169","\u110b\u1175\u1103\u1169\u11bc","\u110b\u1175\u1105\u1165\u11c2\u1100\u1166","\u110b\u1175\u1105\u1167\u11a8\u1109\u1165","\u110b\u1175\u1105\u1169\u11ab\u110c\u1165\u11a8","\u110b\u1175\u1105\u1173\u11b7","\u110b\u1175\u1106\u1175\u11ab","\u110b\u1175\u1107\u1161\u11af\u1109\u1169","\u110b\u1175\u1107\u1167\u11af","\u110b\u1175\u1107\u116e\u11af","\u110b\u1175\u1108\u1161\u11af","\u110b\u1175\u1109\u1161\u11bc","\u110b\u1175\u1109\u1165\u11bc","\u110b\u1175\u1109\u1173\u11af","\u110b\u1175\u110b\u1163\u1100\u1175","\u110b\u1175\u110b\u116d\u11bc","\u110b\u1175\u110b\u116e\u11ba","\u110b\u1175\u110b\u116f\u11af","\u110b\u1175\u110b\u1173\u11a8\u1100\u1169","\u110b\u1175\u110b\u1175\u11a8","\u110b\u1175\u110c\u1165\u11ab","\u110b\u1175\u110c\u116e\u11bc","\u110b\u1175\u1110\u1173\u11ae\u1102\u1161\u11af","\u110b\u1175\u1110\u1173\u11af","\u110b\u1175\u1112\u1169\u11ab","\u110b\u1175\u11ab\u1100\u1161\u11ab","\u110b\u1175\u11ab\u1100\u1167\u11a8","\u110b\u1175\u11ab\u1100\u1169\u11bc","\u110b\u1175\u11ab\u1100\u116e","\u110b\u1175\u11ab\u1100\u1173\u11ab","\u110b\u1175\u11ab\u1100\u1175","\u110b\u1175\u11ab\u1103\u1169","\u110b\u1175\u11ab\u1105\u1172","\u110b\u1175\u11ab\u1106\u116e\u11af","\u110b\u1175\u11ab\u1109\u1162\u11bc","\u110b\u1175\u11ab\u1109\u116b","\u110b\u1175\u11ab\u110b\u1167\u11ab","\u110b\u1175\u11ab\u110b\u116f\u11ab","\u110b\u1175\u11ab\u110c\u1162","\u110b\u1175\u11ab\u110c\u1169\u11bc","\u110b\u1175\u11ab\u110e\u1165\u11ab","\u110b\u1175\u11ab\u110e\u1166","\u110b\u1175\u11ab\u1110\u1165\u1102\u1166\u11ba","\u110b\u1175\u11ab\u1112\u1161","\u110b\u1175\u11ab\u1112\u1167\u11bc","\u110b\u1175\u11af\u1100\u1169\u11b8","\u110b\u1175\u11af\u1100\u1175","\u110b\u1175\u11af\u1103\u1161\u11ab","\u110b\u1175\u11af\u1103\u1162","\u110b\u1175\u11af\u1103\u1173\u11bc","\u110b\u1175\u11af\u1107\u1161\u11ab","\u110b\u1175\u11af\u1107\u1169\u11ab","\u110b\u1175\u11af\u1107\u116e","\u110b\u1175\u11af\u1109\u1161\u11bc","\u110b\u1175\u11af\u1109\u1162\u11bc","\u110b\u1175\u11af\u1109\u1169\u11ab","\u110b\u1175\u11af\u110b\u116d\u110b\u1175\u11af","\u110b\u1175\u11af\u110b\u116f\u11af","\u110b\u1175\u11af\u110c\u1165\u11bc","\u110b\u1175\u11af\u110c\u1169\u11bc","\u110b\u1175\u11af\u110c\u116e\u110b\u1175\u11af","\u110b\u1175\u11af\u110d\u1175\u11a8","\u110b\u1175\u11af\u110e\u1166","\u110b\u1175\u11af\u110e\u1175","\u110b\u1175\u11af\u1112\u1162\u11bc","\u110b\u1175\u11af\u1112\u116c\u110b\u116d\u11bc","\u110b\u1175\u11b7\u1100\u1173\u11b7","\u110b\u1175\u11b7\u1106\u116e","\u110b\u1175\u11b8\u1103\u1162","\u110b\u1175\u11b8\u1105\u1167\u11a8","\u110b\u1175\u11b8\u1106\u1161\u11ba","\u110b\u1175\u11b8\u1109\u1161","\u110b\u1175\u11b8\u1109\u116e\u11af","\u110b\u1175\u11b8\u1109\u1175","\u110b\u1175\u11b8\u110b\u116f\u11ab","\u110b\u1175\u11b8\u110c\u1161\u11bc","\u110b\u1175\u11b8\u1112\u1161\u11a8","\u110c\u1161\u1100\u1161\u110b\u116d\u11bc","\u110c\u1161\u1100\u1167\u11a8","\u110c\u1161\u1100\u1173\u11a8","\u110c\u1161\u1103\u1169\u11bc","\u110c\u1161\u1105\u1161\u11bc","\u110c\u1161\u1107\u116e\u1109\u1175\u11b7","\u110c\u1161\u1109\u1175\u11a8","\u110c\u1161\u1109\u1175\u11ab","\u110c\u1161\u110b\u1167\u11ab","\u110c\u1161\u110b\u116f\u11ab","\u110c\u1161\u110b\u1172\u11af","\u110c\u1161\u110c\u1165\u11ab\u1100\u1165","\u110c\u1161\u110c\u1165\u11bc","\u110c\u1161\u110c\u1169\u11ab\u1109\u1175\u11b7","\u110c\u1161\u1111\u1161\u11ab","\u110c\u1161\u11a8\u1100\u1161","\u110c\u1161\u11a8\u1102\u1167\u11ab","\u110c\u1161\u11a8\u1109\u1165\u11bc","\u110c\u1161\u11a8\u110b\u1165\u11b8","\u110c\u1161\u11a8\u110b\u116d\u11bc","\u110c\u1161\u11a8\u110b\u1173\u11ab\u1104\u1161\u11af","\u110c\u1161\u11a8\u1111\u116e\u11b7","\u110c\u1161\u11ab\u1103\u1175","\u110c\u1161\u11ab\u1104\u1173\u11a8","\u110c\u1161\u11ab\u110e\u1175","\u110c\u1161\u11af\u1106\u1169\u11ba","\u110c\u1161\u11b7\u1101\u1161\u11ab","\u110c\u1161\u11b7\u1109\u116e\u1112\u1161\u11b7","\u110c\u1161\u11b7\u1109\u1175","\u110c\u1161\u11b7\u110b\u1169\u11ba","\u110c\u1161\u11b7\u110c\u1161\u1105\u1175","\u110c\u1161\u11b8\u110c\u1175","\u110c\u1161\u11bc\u1100\u116a\u11ab","\u110c\u1161\u11bc\u1100\u116e\u11ab","\u110c\u1161\u11bc\u1100\u1175\u1100\u1161\u11ab","\u110c\u1161\u11bc\u1105\u1162","\u110c\u1161\u11bc\u1105\u1168","\u110c\u1161\u11bc\u1105\u1173","\u110c\u1161\u11bc\u1106\u1161","\u110c\u1161\u11bc\u1106\u1167\u11ab","\u110c\u1161\u11bc\u1106\u1169","\u110c\u1161\u11bc\u1106\u1175","\u110c\u1161\u11bc\u1107\u1175","\u110c\u1161\u11bc\u1109\u1161","\u110c\u1161\u11bc\u1109\u1169","\u110c\u1161\u11bc\u1109\u1175\u11a8","\u110c\u1161\u11bc\u110b\u1162\u110b\u1175\u11ab","\u110c\u1161\u11bc\u110b\u1175\u11ab","\u110c\u1161\u11bc\u110c\u1165\u11b7","\u110c\u1161\u11bc\u110e\u1161","\u110c\u1161\u11bc\u1112\u1161\u11a8\u1100\u1173\u11b7","\u110c\u1162\u1102\u1173\u11bc","\u110c\u1162\u1108\u1161\u11af\u1105\u1175","\u110c\u1162\u1109\u1161\u11ab","\u110c\u1162\u1109\u1162\u11bc","\u110c\u1162\u110c\u1161\u11a8\u1102\u1167\u11ab","\u110c\u1162\u110c\u1165\u11bc","\u110c\u1162\u110e\u1162\u1100\u1175","\u110c\u1162\u1111\u1161\u11ab","\u110c\u1162\u1112\u1161\u11a8","\u110c\u1162\u1112\u116a\u11af\u110b\u116d\u11bc","\u110c\u1165\u1100\u1165\u11ba","\u110c\u1165\u1100\u1169\u1105\u1175","\u110c\u1165\u1100\u1169\u11ba","\u110c\u1165\u1102\u1167\u11a8","\u110c\u1165\u1105\u1165\u11ab","\u110c\u1165\u1105\u1165\u11c2\u1100\u1166","\u110c\u1165\u1107\u1165\u11ab","\u110c\u1165\u110b\u116e\u11af","\u110c\u1165\u110c\u1165\u11af\u1105\u1169","\u110c\u1165\u110e\u116e\u11a8","\u110c\u1165\u11a8\u1100\u1173\u11a8","\u110c\u1165\u11a8\u1103\u1161\u11bc\u1112\u1175","\u110c\u1165\u11a8\u1109\u1165\u11bc","\u110c\u1165\u11a8\u110b\u116d\u11bc","\u110c\u1165\u11a8\u110b\u1173\u11bc","\u110c\u1165\u11ab\u1100\u1162","\u110c\u1165\u11ab\u1100\u1169\u11bc","\u110c\u1165\u11ab\u1100\u1175","\u110c\u1165\u11ab\u1103\u1161\u11af","\u110c\u1165\u11ab\u1105\u1161\u1103\u1169","\u110c\u1165\u11ab\u1106\u1161\u11bc","\u110c\u1165\u11ab\u1106\u116e\u11ab","\u110c\u1165\u11ab\u1107\u1161\u11ab","\u110c\u1165\u11ab\u1107\u116e","\u110c\u1165\u11ab\u1109\u1166","\u110c\u1165\u11ab\u1109\u1175","\u110c\u1165\u11ab\u110b\u116d\u11bc","\u110c\u1165\u11ab\u110c\u1161","\u110c\u1165\u11ab\u110c\u1162\u11bc","\u110c\u1165\u11ab\u110c\u116e","\u110c\u1165\u11ab\u110e\u1165\u11af","\u110c\u1165\u11ab\u110e\u1166","\u110c\u1165\u11ab\u1110\u1169\u11bc","\u110c\u1165\u11ab\u1112\u1167","\u110c\u1165\u11ab\u1112\u116e","\u110c\u1165\u11af\u1103\u1162","\u110c\u1165\u11af\u1106\u1161\u11bc","\u110c\u1165\u11af\u1107\u1161\u11ab","\u110c\u1165\u11af\u110b\u1163\u11a8","\u110c\u1165\u11af\u110e\u1161","\u110c\u1165\u11b7\u1100\u1165\u11b7","\u110c\u1165\u11b7\u1109\u116e","\u110c\u1165\u11b7\u1109\u1175\u11b7","\u110c\u1165\u11b7\u110b\u116f\u11ab","\u110c\u1165\u11b7\u110c\u1165\u11b7","\u110c\u1165\u11b7\u110e\u1161","\u110c\u1165\u11b8\u1100\u1173\u11ab","\u110c\u1165\u11b8\u1109\u1175","\u110c\u1165\u11b8\u110e\u1169\u11a8","\u110c\u1165\u11ba\u1100\u1161\u1105\u1161\u11a8","\u110c\u1165\u11bc\u1100\u1165\u110c\u1161\u11bc","\u110c\u1165\u11bc\u1103\u1169","\u110c\u1165\u11bc\u1105\u1172\u110c\u1161\u11bc","\u110c\u1165\u11bc\u1105\u1175","\u110c\u1165\u11bc\u1106\u1161\u11af","\u110c\u1165\u11bc\u1106\u1167\u11ab","\u110c\u1165\u11bc\u1106\u116e\u11ab","\u110c\u1165\u11bc\u1107\u1161\u11ab\u1103\u1162","\u110c\u1165\u11bc\u1107\u1169","\u110c\u1165\u11bc\u1107\u116e","\u110c\u1165\u11bc\u1107\u1175","\u110c\u1165\u11bc\u1109\u1161\u11bc","\u110c\u1165\u11bc\u1109\u1165\u11bc","\u110c\u1165\u11bc\u110b\u1169","\u110c\u1165\u11bc\u110b\u116f\u11ab","\u110c\u1165\u11bc\u110c\u1161\u11bc","\u110c\u1165\u11bc\u110c\u1175","\u110c\u1165\u11bc\u110e\u1175","\u110c\u1165\u11bc\u1112\u116a\u11a8\u1112\u1175","\u110c\u1166\u1100\u1169\u11bc","\u110c\u1166\u1100\u116a\u110c\u1165\u11b7","\u110c\u1166\u1103\u1162\u1105\u1169","\u110c\u1166\u1106\u1169\u11a8","\u110c\u1166\u1107\u1161\u11af","\u110c\u1166\u1107\u1165\u11b8","\u110c\u1166\u1109\u1161\u11ba\u1102\u1161\u11af","\u110c\u1166\u110b\u1161\u11ab","\u110c\u1166\u110b\u1175\u11af","\u110c\u1166\u110c\u1161\u11a8","\u110c\u1166\u110c\u116e\u1103\u1169","\u110c\u1166\u110e\u116e\u11af","\u110c\u1166\u1111\u116e\u11b7","\u110c\u1166\u1112\u1161\u11ab","\u110c\u1169\u1100\u1161\u11a8","\u110c\u1169\u1100\u1165\u11ab","\u110c\u1169\u1100\u1173\u11b7","\u110c\u1169\u1100\u1175\u11bc","\u110c\u1169\u1106\u1167\u11bc","\u110c\u1169\u1106\u1175\u1105\u116d","\u110c\u1169\u1109\u1161\u11bc","\u110c\u1169\u1109\u1165\u11ab","\u110c\u1169\u110b\u116d\u11bc\u1112\u1175","\u110c\u1169\u110c\u1165\u11af","\u110c\u1169\u110c\u1165\u11bc","\u110c\u1169\u110c\u1175\u11a8","\u110c\u1169\u11ab\u1103\u1162\u11ba\u1106\u1161\u11af","\u110c\u1169\u11ab\u110c\u1162","\u110c\u1169\u11af\u110b\u1165\u11b8","\u110c\u1169\u11af\u110b\u1173\u11b7","\u110c\u1169\u11bc\u1100\u116d","\u110c\u1169\u11bc\u1105\u1169","\u110c\u1169\u11bc\u1105\u1172","\u110c\u1169\u11bc\u1109\u1169\u1105\u1175","\u110c\u1169\u11bc\u110b\u1165\u11b8\u110b\u116f\u11ab","\u110c\u1169\u11bc\u110c\u1169\u11bc","\u110c\u1169\u11bc\u1112\u1161\u11b8","\u110c\u116a\u1109\u1165\u11a8","\u110c\u116c\u110b\u1175\u11ab","\u110c\u116e\u1100\u116a\u11ab\u110c\u1165\u11a8","\u110c\u116e\u1105\u1173\u11b7","\u110c\u116e\u1106\u1161\u11af","\u110c\u116e\u1106\u1165\u1102\u1175","\u110c\u116e\u1106\u1165\u11a8","\u110c\u116e\u1106\u116e\u11ab","\u110c\u116e\u1106\u1175\u11ab","\u110c\u116e\u1107\u1161\u11bc","\u110c\u116e\u1107\u1167\u11ab","\u110c\u116e\u1109\u1175\u11a8","\u110c\u116e\u110b\u1175\u11ab","\u110c\u116e\u110b\u1175\u11af","\u110c\u116e\u110c\u1161\u11bc","\u110c\u116e\u110c\u1165\u11ab\u110c\u1161","\u110c\u116e\u1110\u1162\u11a8","\u110c\u116e\u11ab\u1107\u1175","\u110c\u116e\u11af\u1100\u1165\u1105\u1175","\u110c\u116e\u11af\u1100\u1175","\u110c\u116e\u11af\u1106\u116e\u1102\u1174","\u110c\u116e\u11bc\u1100\u1161\u11ab","\u110c\u116e\u11bc\u1100\u1168\u1107\u1161\u11bc\u1109\u1169\u11bc","\u110c\u116e\u11bc\u1100\u116e\u11a8","\u110c\u116e\u11bc\u1102\u1167\u11ab","\u110c\u116e\u11bc\u1103\u1161\u11ab","\u110c\u116e\u11bc\u1103\u1169\u11a8","\u110c\u116e\u11bc\u1107\u1161\u11ab","\u110c\u116e\u11bc\u1107\u116e","\u110c\u116e\u11bc\u1109\u1166","\u110c\u116e\u11bc\u1109\u1169\u1100\u1175\u110b\u1165\u11b8","\u110c\u116e\u11bc\u1109\u116e\u11ab","\u110c\u116e\u11bc\u110b\u1161\u11bc","\u110c\u116e\u11bc\u110b\u116d","\u110c\u116e\u11bc\u1112\u1161\u11a8\u1100\u116d","\u110c\u1173\u11a8\u1109\u1165\u11a8","\u110c\u1173\u11a8\u1109\u1175","\u110c\u1173\u11af\u1100\u1165\u110b\u116e\u11b7","\u110c\u1173\u11bc\u1100\u1161","\u110c\u1173\u11bc\u1100\u1165","\u110c\u1173\u11bc\u1100\u116f\u11ab","\u110c\u1173\u11bc\u1109\u1161\u11bc","\u110c\u1173\u11bc\u1109\u1166","\u110c\u1175\u1100\u1161\u11a8","\u110c\u1175\u1100\u1161\u11b8","\u110c\u1175\u1100\u1167\u11bc","\u110c\u1175\u1100\u1173\u11a8\u1112\u1175","\u110c\u1175\u1100\u1173\u11b7","\u110c\u1175\u1100\u1173\u11b8","\u110c\u1175\u1102\u1173\u11bc","\u110c\u1175\u1105\u1173\u11b7\u1100\u1175\u11af","\u110c\u1175\u1105\u1175\u1109\u1161\u11ab","\u110c\u1175\u1107\u1161\u11bc","\u110c\u1175\u1107\u116e\u11bc","\u110c\u1175\u1109\u1175\u11a8","\u110c\u1175\u110b\u1167\u11a8","\u110c\u1175\u110b\u116e\u1100\u1162","\u110c\u1175\u110b\u116f\u11ab","\u110c\u1175\u110c\u1165\u11a8","\u110c\u1175\u110c\u1165\u11b7","\u110c\u1175\u110c\u1175\u11ab","\u110c\u1175\u110e\u116e\u11af","\u110c\u1175\u11a8\u1109\u1165\u11ab","\u110c\u1175\u11a8\u110b\u1165\u11b8","\u110c\u1175\u11a8\u110b\u116f\u11ab","\u110c\u1175\u11a8\u110c\u1161\u11bc","\u110c\u1175\u11ab\u1100\u1173\u11b8","\u110c\u1175\u11ab\u1103\u1169\u11bc","\u110c\u1175\u11ab\u1105\u1169","\u110c\u1175\u11ab\u1105\u116d","\u110c\u1175\u11ab\u1105\u1175","\u110c\u1175\u11ab\u110d\u1161","\u110c\u1175\u11ab\u110e\u1161\u11af","\u110c\u1175\u11ab\u110e\u116e\u11af","\u110c\u1175\u11ab\u1110\u1169\u11bc","\u110c\u1175\u11ab\u1112\u1162\u11bc","\u110c\u1175\u11af\u1106\u116e\u11ab","\u110c\u1175\u11af\u1107\u1167\u11bc","\u110c\u1175\u11af\u1109\u1165","\u110c\u1175\u11b7\u110c\u1161\u11a8","\u110c\u1175\u11b8\u1103\u1161\u11ab","\u110c\u1175\u11b8\u110b\u1161\u11ab","\u110c\u1175\u11b8\u110c\u116e\u11bc","\u110d\u1161\u110c\u1173\u11bc","\u110d\u1175\u1101\u1165\u1100\u1175","\u110e\u1161\u1102\u1161\u11b7","\u110e\u1161\u1105\u1161\u1105\u1175","\u110e\u1161\u1105\u1163\u11bc","\u110e\u1161\u1105\u1175\u11b7","\u110e\u1161\u1107\u1167\u11af","\u110e\u1161\u1109\u1165\u11ab","\u110e\u1161\u110e\u1173\u11b7","\u110e\u1161\u11a8\u1100\u1161\u11a8","\u110e\u1161\u11ab\u1106\u116e\u11af","\u110e\u1161\u11ab\u1109\u1165\u11bc","\u110e\u1161\u11b7\u1100\u1161","\u110e\u1161\u11b7\u1100\u1175\u1105\u1173\u11b7","\u110e\u1161\u11b7\u1109\u1162","\u110e\u1161\u11b7\u1109\u1165\u11a8","\u110e\u1161\u11b7\u110b\u1167","\u110e\u1161\u11b7\u110b\u116c","\u110e\u1161\u11b7\u110c\u1169","\u110e\u1161\u11ba\u110c\u1161\u11ab","\u110e\u1161\u11bc\u1100\u1161","\u110e\u1161\u11bc\u1100\u1169","\u110e\u1161\u11bc\u1100\u116e","\u110e\u1161\u11bc\u1106\u116e\u11ab","\u110e\u1161\u11bc\u1107\u1161\u11a9","\u110e\u1161\u11bc\u110c\u1161\u11a8","\u110e\u1161\u11bc\u110c\u1169","\u110e\u1162\u1102\u1165\u11af","\u110e\u1162\u110c\u1165\u11b7","\u110e\u1162\u11a8\u1100\u1161\u1107\u1161\u11bc","\u110e\u1162\u11a8\u1107\u1161\u11bc","\u110e\u1162\u11a8\u1109\u1161\u11bc","\u110e\u1162\u11a8\u110b\u1175\u11b7","\u110e\u1162\u11b7\u1111\u1175\u110b\u1165\u11ab","\u110e\u1165\u1107\u1165\u11af","\u110e\u1165\u110b\u1173\u11b7","\u110e\u1165\u11ab\u1100\u116e\u11a8","\u110e\u1165\u11ab\u1103\u116e\u11bc","\u110e\u1165\u11ab\u110c\u1161\u11bc","\u110e\u1165\u11ab\u110c\u1162","\u110e\u1165\u11ab\u110e\u1165\u11ab\u1112\u1175","\u110e\u1165\u11af\u1103\u1169","\u110e\u1165\u11af\u110c\u1165\u1112\u1175","\u110e\u1165\u11af\u1112\u1161\u11a8","\u110e\u1165\u11ba\u1102\u1161\u11af","\u110e\u1165\u11ba\u110d\u1162","\u110e\u1165\u11bc\u1102\u1167\u11ab","\u110e\u1165\u11bc\u1107\u1161\u110c\u1175","\u110e\u1165\u11bc\u1109\u1169","\u110e\u1165\u11bc\u110e\u116e\u11ab","\u110e\u1166\u1100\u1168","\u110e\u1166\u1105\u1167\u11a8","\u110e\u1166\u110b\u1169\u11ab","\u110e\u1166\u110b\u1172\u11a8","\u110e\u1166\u110c\u116e\u11bc","\u110e\u1166\u1112\u1165\u11b7","\u110e\u1169\u1103\u1173\u11bc\u1112\u1161\u11a8\u1109\u1162\u11bc","\u110e\u1169\u1107\u1161\u11ab","\u110e\u1169\u1107\u1161\u11b8","\u110e\u1169\u1109\u1161\u11bc\u1112\u116a","\u110e\u1169\u1109\u116e\u11ab","\u110e\u1169\u110b\u1167\u1105\u1173\u11b7","\u110e\u1169\u110b\u116f\u11ab","\u110e\u1169\u110c\u1165\u1102\u1167\u11a8","\u110e\u1169\u110c\u1165\u11b7","\u110e\u1169\u110e\u1165\u11bc","\u110e\u1169\u110f\u1169\u11af\u1105\u1175\u11ba","\u110e\u1169\u11ba\u1107\u116e\u11af","\u110e\u1169\u11bc\u1100\u1161\u11a8","\u110e\u1169\u11bc\u1105\u1175","\u110e\u1169\u11bc\u110c\u1161\u11bc","\u110e\u116a\u11af\u110b\u1167\u11bc","\u110e\u116c\u1100\u1173\u11ab","\u110e\u116c\u1109\u1161\u11bc","\u110e\u116c\u1109\u1165\u11ab","\u110e\u116c\u1109\u1175\u11ab","\u110e\u116c\u110b\u1161\u11a8","\u110e\u116c\u110c\u1169\u11bc","\u110e\u116e\u1109\u1165\u11a8","\u110e\u116e\u110b\u1165\u11a8","\u110e\u116e\u110c\u1175\u11ab","\u110e\u116e\u110e\u1165\u11ab","\u110e\u116e\u110e\u1173\u11a8","\u110e\u116e\u11a8\u1100\u116e","\u110e\u116e\u11a8\u1109\u1169","\u110e\u116e\u11a8\u110c\u1166","\u110e\u116e\u11a8\u1112\u1161","\u110e\u116e\u11af\u1100\u1173\u11ab","\u110e\u116e\u11af\u1107\u1161\u11af","\u110e\u116e\u11af\u1109\u1161\u11ab","\u110e\u116e\u11af\u1109\u1175\u11ab","\u110e\u116e\u11af\u110b\u1167\u11ab","\u110e\u116e\u11af\u110b\u1175\u11b8","\u110e\u116e\u11af\u110c\u1161\u11bc","\u110e\u116e\u11af\u1111\u1161\u11ab","\u110e\u116e\u11bc\u1100\u1167\u11a8","\u110e\u116e\u11bc\u1100\u1169","\u110e\u116e\u11bc\u1103\u1169\u11af","\u110e\u116e\u11bc\u1107\u116e\u11ab\u1112\u1175","\u110e\u116e\u11bc\u110e\u1165\u11bc\u1103\u1169","\u110e\u1171\u110b\u1165\u11b8","\u110e\u1171\u110c\u1175\u11a8","\u110e\u1171\u1112\u1163\u11bc","\u110e\u1175\u110b\u1163\u11a8","\u110e\u1175\u11ab\u1100\u116e","\u110e\u1175\u11ab\u110e\u1165\u11a8","\u110e\u1175\u11af\u1109\u1175\u11b8","\u110e\u1175\u11af\u110b\u116f\u11af","\u110e\u1175\u11af\u1111\u1161\u11ab","\u110e\u1175\u11b7\u1103\u1162","\u110e\u1175\u11b7\u1106\u116e\u11a8","\u110e\u1175\u11b7\u1109\u1175\u11af","\u110e\u1175\u11ba\u1109\u1169\u11af","\u110e\u1175\u11bc\u110e\u1161\u11ab","\u110f\u1161\u1106\u1166\u1105\u1161","\u110f\u1161\u110b\u116e\u11ab\u1110\u1165","\u110f\u1161\u11af\u1100\u116e\u11a8\u1109\u116e","\u110f\u1162\u1105\u1175\u11a8\u1110\u1165","\u110f\u1162\u11b7\u1111\u1165\u1109\u1173","\u110f\u1162\u11b7\u1111\u1166\u110b\u1175\u11ab","\u110f\u1165\u1110\u1173\u11ab","\u110f\u1165\u11ab\u1103\u1175\u1109\u1167\u11ab","\u110f\u1165\u11af\u1105\u1165","\u110f\u1165\u11b7\u1111\u1172\u1110\u1165","\u110f\u1169\u1101\u1175\u1105\u1175","\u110f\u1169\u1106\u1175\u1103\u1175","\u110f\u1169\u11ab\u1109\u1165\u1110\u1173","\u110f\u1169\u11af\u1105\u1161","\u110f\u1169\u11b7\u1111\u1173\u11af\u1105\u1166\u11a8\u1109\u1173","\u110f\u1169\u11bc\u1102\u1161\u1106\u116e\u11af","\u110f\u116b\u1100\u1161\u11b7","\u110f\u116e\u1103\u1166\u1110\u1161","\u110f\u1173\u1105\u1175\u11b7","\u110f\u1173\u11ab\u1100\u1175\u11af","\u110f\u1173\u11ab\u1104\u1161\u11af","\u110f\u1173\u11ab\u1109\u1169\u1105\u1175","\u110f\u1173\u11ab\u110b\u1161\u1103\u1173\u11af","\u110f\u1173\u11ab\u110b\u1165\u1106\u1165\u1102\u1175","\u110f\u1173\u11ab\u110b\u1175\u11af","\u110f\u1173\u11ab\u110c\u1165\u11af","\u110f\u1173\u11af\u1105\u1162\u1109\u1175\u11a8","\u110f\u1173\u11af\u1105\u1165\u11b8","\u110f\u1175\u11af\u1105\u1169","\u1110\u1161\u110b\u1175\u11b8","\u1110\u1161\u110c\u1161\u1100\u1175","\u1110\u1161\u11a8\u1100\u116e","\u1110\u1161\u11a8\u110c\u1161","\u1110\u1161\u11ab\u1109\u1162\u11bc","\u1110\u1162\u1100\u116f\u11ab\u1103\u1169","\u1110\u1162\u110b\u1163\u11bc","\u1110\u1162\u1111\u116e\u11bc","\u1110\u1162\u11a8\u1109\u1175","\u1110\u1162\u11af\u1105\u1165\u11ab\u1110\u1173","\u1110\u1165\u1102\u1165\u11af","\u1110\u1165\u1106\u1175\u1102\u1165\u11af","\u1110\u1166\u1102\u1175\u1109\u1173","\u1110\u1166\u1109\u1173\u1110\u1173","\u1110\u1166\u110b\u1175\u1107\u1173\u11af","\u1110\u1166\u11af\u1105\u1166\u1107\u1175\u110c\u1165\u11ab","\u1110\u1169\u1105\u1169\u11ab","\u1110\u1169\u1106\u1161\u1110\u1169","\u1110\u1169\u110b\u116d\u110b\u1175\u11af","\u1110\u1169\u11bc\u1100\u1168","\u1110\u1169\u11bc\u1100\u116a","\u1110\u1169\u11bc\u1105\u1169","\u1110\u1169\u11bc\u1109\u1175\u11ab","\u1110\u1169\u11bc\u110b\u1167\u11a8","\u1110\u1169\u11bc\u110b\u1175\u11af","\u1110\u1169\u11bc\u110c\u1161\u11bc","\u1110\u1169\u11bc\u110c\u1166","\u1110\u1169\u11bc\u110c\u1173\u11bc","\u1110\u1169\u11bc\u1112\u1161\u11b8","\u1110\u1169\u11bc\u1112\u116a","\u1110\u116c\u1100\u1173\u11ab","\u1110\u116c\u110b\u116f\u11ab","\u1110\u116c\u110c\u1175\u11a8\u1100\u1173\u11b7","\u1110\u1171\u1100\u1175\u11b7","\u1110\u1173\u1105\u1165\u11a8","\u1110\u1173\u11a8\u1100\u1173\u11b8","\u1110\u1173\u11a8\u1107\u1167\u11af","\u1110\u1173\u11a8\u1109\u1165\u11bc","\u1110\u1173\u11a8\u1109\u116e","\u1110\u1173\u11a8\u110c\u1175\u11bc","\u1110\u1173\u11a8\u1112\u1175","\u1110\u1173\u11ab\u1110\u1173\u11ab\u1112\u1175","\u1110\u1175\u1109\u1167\u110e\u1173","\u1111\u1161\u1105\u1161\u11ab\u1109\u1162\u11a8","\u1111\u1161\u110b\u1175\u11af","\u1111\u1161\u110e\u116e\u11af\u1109\u1169","\u1111\u1161\u11ab\u1100\u1167\u11af","\u1111\u1161\u11ab\u1103\u1161\u11ab","\u1111\u1161\u11ab\u1106\u1162","\u1111\u1161\u11ab\u1109\u1161","\u1111\u1161\u11af\u1109\u1175\u11b8","\u1111\u1161\u11af\u110b\u116f\u11af","\u1111\u1161\u11b8\u1109\u1169\u11bc","\u1111\u1162\u1109\u1167\u11ab","\u1111\u1162\u11a8\u1109\u1173","\u1111\u1162\u11a8\u1109\u1175\u1106\u1175\u11af\u1105\u1175","\u1111\u1162\u11ab\u1110\u1175","\u1111\u1165\u1109\u1166\u11ab\u1110\u1173","\u1111\u1166\u110b\u1175\u11ab\u1110\u1173","\u1111\u1167\u11ab\u1100\u1167\u11ab","\u1111\u1167\u11ab\u110b\u1174","\u1111\u1167\u11ab\u110c\u1175","\u1111\u1167\u11ab\u1112\u1175","\u1111\u1167\u11bc\u1100\u1161","\u1111\u1167\u11bc\u1100\u1172\u11ab","\u1111\u1167\u11bc\u1109\u1162\u11bc","\u1111\u1167\u11bc\u1109\u1169","\u1111\u1167\u11bc\u110b\u1163\u11bc","\u1111\u1167\u11bc\u110b\u1175\u11af","\u1111\u1167\u11bc\u1112\u116a","\u1111\u1169\u1109\u1173\u1110\u1165","\u1111\u1169\u110b\u1175\u11ab\u1110\u1173","\u1111\u1169\u110c\u1161\u11bc","\u1111\u1169\u1112\u1161\u11b7","\u1111\u116d\u1106\u1167\u11ab","\u1111\u116d\u110c\u1165\u11bc","\u1111\u116d\u110c\u116e\u11ab","\u1111\u116d\u1112\u1167\u11ab","\u1111\u116e\u11b7\u1106\u1169\u11a8","\u1111\u116e\u11b7\u110c\u1175\u11af","\u1111\u116e\u11bc\u1100\u1167\u11bc","\u1111\u116e\u11bc\u1109\u1169\u11a8","\u1111\u116e\u11bc\u1109\u1173\u11b8","\u1111\u1173\u1105\u1161\u11bc\u1109\u1173","\u1111\u1173\u1105\u1175\u11ab\u1110\u1165","\u1111\u1173\u11af\u1105\u1161\u1109\u1173\u1110\u1175\u11a8","\u1111\u1175\u1100\u1169\u11ab","\u1111\u1175\u1106\u1161\u11bc","\u1111\u1175\u110b\u1161\u1102\u1169","\u1111\u1175\u11af\u1105\u1173\u11b7","\u1111\u1175\u11af\u1109\u116e","\u1111\u1175\u11af\u110b\u116d","\u1111\u1175\u11af\u110c\u1161","\u1111\u1175\u11af\u1110\u1169\u11bc","\u1111\u1175\u11bc\u1100\u1168","\u1112\u1161\u1102\u1173\u1102\u1175\u11b7","\u1112\u1161\u1102\u1173\u11af","\u1112\u1161\u1103\u1173\u110b\u1170\u110b\u1165","\u1112\u1161\u1105\u116e\u11ba\u1107\u1161\u11b7","\u1112\u1161\u1107\u1161\u11ab\u1100\u1175","\u1112\u1161\u1109\u116e\u11a8\u110c\u1175\u11b8","\u1112\u1161\u1109\u116e\u11ab","\u1112\u1161\u110b\u1167\u1110\u1173\u11ab","\u1112\u1161\u110c\u1175\u1106\u1161\u11ab","\u1112\u1161\u110e\u1165\u11ab","\u1112\u1161\u1111\u116e\u11b7","\u1112\u1161\u1111\u1175\u11af","\u1112\u1161\u11a8\u1100\u116a","\u1112\u1161\u11a8\u1100\u116d","\u1112\u1161\u11a8\u1100\u1173\u11b8","\u1112\u1161\u11a8\u1100\u1175","\u1112\u1161\u11a8\u1102\u1167\u11ab","\u1112\u1161\u11a8\u1105\u1167\u11a8","\u1112\u1161\u11a8\u1107\u1165\u11ab","\u1112\u1161\u11a8\u1107\u116e\u1106\u1169","\u1112\u1161\u11a8\u1107\u1175","\u1112\u1161\u11a8\u1109\u1162\u11bc","\u1112\u1161\u11a8\u1109\u116e\u11af","\u1112\u1161\u11a8\u1109\u1173\u11b8","\u1112\u1161\u11a8\u110b\u116d\u11bc\u1111\u116e\u11b7","\u1112\u1161\u11a8\u110b\u116f\u11ab","\u1112\u1161\u11a8\u110b\u1171","\u1112\u1161\u11a8\u110c\u1161","\u1112\u1161\u11a8\u110c\u1165\u11b7","\u1112\u1161\u11ab\u1100\u1168","\u1112\u1161\u11ab\u1100\u1173\u11af","\u1112\u1161\u11ab\u1101\u1165\u1107\u1165\u11ab\u110b\u1166","\u1112\u1161\u11ab\u1102\u1161\u11bd","\u1112\u1161\u11ab\u1102\u116e\u11ab","\u1112\u1161\u11ab\u1103\u1169\u11bc\u110b\u1161\u11ab","\u1112\u1161\u11ab\u1104\u1162","\u1112\u1161\u11ab\u1105\u1161\u1109\u1161\u11ab","\u1112\u1161\u11ab\u1106\u1161\u1103\u1175","\u1112\u1161\u11ab\u1106\u116e\u11ab","\u1112\u1161\u11ab\u1107\u1165\u11ab","\u1112\u1161\u11ab\u1107\u1169\u11a8","\u1112\u1161\u11ab\u1109\u1175\u11a8","\u1112\u1161\u11ab\u110b\u1167\u1105\u1173\u11b7","\u1112\u1161\u11ab\u110d\u1169\u11a8","\u1112\u1161\u11af\u1106\u1165\u1102\u1175","\u1112\u1161\u11af\u110b\u1161\u1107\u1165\u110c\u1175","\u1112\u1161\u11af\u110b\u1175\u11ab","\u1112\u1161\u11b7\u1101\u1166","\u1112\u1161\u11b7\u1107\u116e\u1105\u1169","\u1112\u1161\u11b8\u1100\u1167\u11a8","\u1112\u1161\u11b8\u1105\u1175\u110c\u1165\u11a8","\u1112\u1161\u11bc\u1100\u1169\u11bc","\u1112\u1161\u11bc\u1100\u116e","\u1112\u1161\u11bc\u1109\u1161\u11bc","\u1112\u1161\u11bc\u110b\u1174","\u1112\u1162\u1100\u1167\u11af","\u1112\u1162\u1100\u116e\u11ab","\u1112\u1162\u1103\u1161\u11b8","\u1112\u1162\u1103\u1161\u11bc","\u1112\u1162\u1106\u116e\u11af","\u1112\u1162\u1109\u1165\u11a8","\u1112\u1162\u1109\u1165\u11af","\u1112\u1162\u1109\u116e\u110b\u116d\u11a8\u110c\u1161\u11bc","\u1112\u1162\u110b\u1161\u11ab","\u1112\u1162\u11a8\u1109\u1175\u11b7","\u1112\u1162\u11ab\u1103\u1173\u1107\u1162\u11a8","\u1112\u1162\u11b7\u1107\u1165\u1100\u1165","\u1112\u1162\u11ba\u1107\u1167\u11c0","\u1112\u1162\u11ba\u1109\u1161\u11af","\u1112\u1162\u11bc\u1103\u1169\u11bc","\u1112\u1162\u11bc\u1107\u1169\u11a8","\u1112\u1162\u11bc\u1109\u1161","\u1112\u1162\u11bc\u110b\u116e\u11ab","\u1112\u1162\u11bc\u110b\u1171","\u1112\u1163\u11bc\u1100\u1175","\u1112\u1163\u11bc\u1109\u1161\u11bc","\u1112\u1163\u11bc\u1109\u116e","\u1112\u1165\u1105\u1161\u11a8","\u1112\u1165\u110b\u116d\u11bc","\u1112\u1166\u11af\u1100\u1175","\u1112\u1167\u11ab\u1100\u116a\u11ab","\u1112\u1167\u11ab\u1100\u1173\u11b7","\u1112\u1167\u11ab\u1103\u1162","\u1112\u1167\u11ab\u1109\u1161\u11bc","\u1112\u1167\u11ab\u1109\u1175\u11af","\u1112\u1167\u11ab\u110c\u1161\u11bc","\u1112\u1167\u11ab\u110c\u1162","\u1112\u1167\u11ab\u110c\u1175","\u1112\u1167\u11af\u110b\u1162\u11a8","\u1112\u1167\u11b8\u1105\u1167\u11a8","\u1112\u1167\u11bc\u1107\u116e","\u1112\u1167\u11bc\u1109\u1161","\u1112\u1167\u11bc\u1109\u116e","\u1112\u1167\u11bc\u1109\u1175\u11a8","\u1112\u1167\u11bc\u110c\u1166","\u1112\u1167\u11bc\u1110\u1162","\u1112\u1167\u11bc\u1111\u1167\u11ab","\u1112\u1168\u1110\u1162\u11a8","\u1112\u1169\u1100\u1175\u1109\u1175\u11b7","\u1112\u1169\u1102\u1161\u11b7","\u1112\u1169\u1105\u1161\u11bc\u110b\u1175","\u1112\u1169\u1107\u1161\u11a8","\u1112\u1169\u1110\u1166\u11af","\u1112\u1169\u1112\u1173\u11b8","\u1112\u1169\u11a8\u1109\u1175","\u1112\u1169\u11af\u1105\u1169","\u1112\u1169\u11b7\u1111\u1166\u110b\u1175\u110c\u1175","\u1112\u1169\u11bc\u1107\u1169","\u1112\u1169\u11bc\u1109\u116e","\u1112\u1169\u11bc\u110e\u1161","\u1112\u116a\u1106\u1167\u11ab","\u1112\u116a\u1107\u116e\u11ab","\u1112\u116a\u1109\u1161\u11af","\u1112\u116a\u110b\u116d\u110b\u1175\u11af","\u1112\u116a\u110c\u1161\u11bc","\u1112\u116a\u1112\u1161\u11a8","\u1112\u116a\u11a8\u1107\u1169","\u1112\u116a\u11a8\u110b\u1175\u11ab","\u1112\u116a\u11a8\u110c\u1161\u11bc","\u1112\u116a\u11a8\u110c\u1165\u11bc","\u1112\u116a\u11ab\u1100\u1161\u11b8","\u1112\u116a\u11ab\u1100\u1167\u11bc","\u1112\u116a\u11ab\u110b\u1167\u11bc","\u1112\u116a\u11ab\u110b\u1172\u11af","\u1112\u116a\u11ab\u110c\u1161","\u1112\u116a\u11af\u1100\u1175","\u1112\u116a\u11af\u1103\u1169\u11bc","\u1112\u116a\u11af\u1107\u1161\u11af\u1112\u1175","\u1112\u116a\u11af\u110b\u116d\u11bc","\u1112\u116a\u11af\u110d\u1161\u11a8","\u1112\u116c\u1100\u1167\u11ab","\u1112\u116c\u1100\u116a\u11ab","\u1112\u116c\u1107\u1169\u11a8","\u1112\u116c\u1109\u1162\u11a8","\u1112\u116c\u110b\u116f\u11ab","\u1112\u116c\u110c\u1161\u11bc","\u1112\u116c\u110c\u1165\u11ab","\u1112\u116c\u11ba\u1109\u116e","\u1112\u116c\u11bc\u1103\u1161\u11ab\u1107\u1169\u1103\u1169","\u1112\u116d\u110b\u1172\u11af\u110c\u1165\u11a8","\u1112\u116e\u1107\u1161\u11ab","\u1112\u116e\u110e\u116e\u11ba\u1100\u1161\u1105\u116e","\u1112\u116e\u11ab\u1105\u1167\u11ab","\u1112\u116f\u11af\u110a\u1175\u11ab","\u1112\u1172\u1109\u1175\u11a8","\u1112\u1172\u110b\u1175\u11af","\u1112\u1172\u11bc\u1102\u1162","\u1112\u1173\u1105\u1173\u11b7","\u1112\u1173\u11a8\u1107\u1162\u11a8","\u1112\u1173\u11a8\u110b\u1175\u11ab","\u1112\u1173\u11ab\u110c\u1165\u11a8","\u1112\u1173\u11ab\u1112\u1175","\u1112\u1173\u11bc\u1106\u1175","\u1112\u1173\u11bc\u1107\u116e\u11ab","\u1112\u1174\u1100\u1169\u11a8","\u1112\u1174\u1106\u1161\u11bc","\u1112\u1174\u1109\u1162\u11bc","\u1112\u1174\u11ab\u1109\u1162\u11a8","\u1112\u1175\u11b7\u1101\u1165\u11ba"]')},"68a9":function(e,t,r){"use strict";r.r(t);var n=r("983f");for(var i in n)"default"!==i&&function(e){r.d(t,e,(function(){return n[e]}))}(i);var a,o,s,u,c=r("f0c5"),l=Object(c["a"])(n["default"],a,o,!1,null,null,null,!1,s,u);t["default"]=l.exports},"68bf":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^(?:[-+]?(?:0|[1-9][0-9]*))$/,o=/^[-+]?[0-9]+$/;function s(e,t){(0,n.default)(e),t=t||{};var r=t.hasOwnProperty("allow_leading_zeroes")&&!t.allow_leading_zeroes?a:o,i=!t.hasOwnProperty("min")||e>=t.min,s=!t.hasOwnProperty("max")||e<=t.max,u=!t.hasOwnProperty("lt")||et.gt;return r.test(e)&&i&&s&&u&&c}e.exports=t.default,e.exports.default=t.default},"68cb":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^[+-]?([0-9]*[.])?[0-9]+$/,o=/^[0-9]+$/;function s(e,t){return(0,n.default)(e),t&&t.no_symbols?o.test(e):a.test(e)}e.exports=t.default,e.exports.default=t.default},"68d8":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e){this.type=e,this.bubbles=!1,this.cancelable=!1,this.loaded=0,this.lengthComputable=!1,this.total=0}return e}();t.ProgressEvent=n},6935:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493")),n(r("1f5b"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{}},methods:{}};t.default=i},"6935a":function(e,t,r){"use strict";r.r(t);var n=r("e21e"),i=r("a9aa");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"38f1838d",null,!1,n["a"],o);t["default"]=u.exports},"69da":function(e,t,r){"use strict";r.r(t);var n=r("be24"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"69f2":function(e,t,r){t=e.exports=function(e){e=e.toLowerCase();var r=t[e];if(!r)throw new Error(e+" is not supported (we accept pull requests)");return new r};t.sha=r("087f"),t.sha1=r("7e78"),t.sha224=r("72aa"),t.sha256=r("a255"),t.sha384=r("b837"),t.sha512=r("4fd1")},"6a2e":function(e,t,r){"use strict";(function(e){function n(e,t){return u(e)||s(e,t)||a(e,t)||i()}function i(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function a(e,t){if(e){if("string"===typeof e)return o(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(e,t):void 0}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r36)throw new Error("illegal radix "+e+".");if(0===this._s)return"0";if(10===e){var t=this._s<0?"-":"";t+=this._d[this._d.length-1].toString();for(var n=this._d.length-2;n>=0;n--){var a=this._d[n].toString();while(a.length=e?i-e+a:0;var s=new Array(i+1).join("0"),u=r+n;return(t||"")+(a?u=s+u:u+=s).substr(0,o+=a?s.length:0)+(o36)throw new Error("Illegal radix "+n+".");if(n=+n,!r.radixRegex[n].test(f))throw new Error("Bad digit for radix "+n);if(f=f.replace(/^0+/,"").split(""),0===f.length)return a;if(c="-"===c?-1:1,10==n){var d=[];while(f.length>=i)d.push(parseInt(f.splice(f.length-r.base_log10,r.base_log10).join(""),10));return d.push(parseInt(f.join(""),10)),new r(d,c,t)}d=a;n=r.small[n];for(var h=r.small,p=0;ps&&(a=o,s=u),d=l;f&&dn)return 1;for(var i=this._d,a=e._d,o=t-1;o>=0;o--)if(i[o]!==a[o])return i[o]=e._d.length,s=(o?this:e)._d,u=(o?e:this)._d,c=s.length,l=u.length,f=c+l,d=new Array(f);for(i=0;i=n?[i%n|0,i/n|0]:[i],1,t);if(2===e)return this.add(this);if(this.isUnit())return new r([e],1,t);for(var o=this._d,s=o.length,u=s+1,c=new Array(u),l=0;lc._d.length&&(m=(m+1)*n),i=Math.ceil(m/b)}do{var g=c.multiplySingleDigit(i);if(g.compareAbs(h)<=0)break;i--}while(i);if(d.push(i),i){var y=h.subtract(g);h._d=y._d.slice()}}return[new r(d.reverse(),u,t),new r(h._d,this._s,t)]},r.prototype.divRemSmall=function(e){var i;if(e=+e,0===e)throw new Error("Divide by zero");var o=e<0?-1:1,s=this._s*o;if(e=Math.abs(e),e<1||e>=n)throw new Error("Argument out of range");if(0===this._s)return[a,a];if(1===e||-1===e)return[1===s?this.abs():new r(this._d,s,t),a];if(1===this._d.length){var u=new r([this._d[0]/e|0],1,t);return i=new r([this._d[0]%e|0],1,t),s<0&&(u=u.negate()),this._s<0&&(i=i.negate()),[u,i]}var c,l=this._d.slice(),f=new Array(l.length),d=0,h=0,p=0;while(l.length)if(d=d*n+l[l.length-1],d0},r.prototype.isNegative=function(){return this._s<0},r.prototype.isZero=function(){return 0===this._s},r.prototype.exp10=function(e){if(e=+e,0===e)return this;if(Math.abs(e)>Number(u))throw new Error("exponent too large in BigInteger.exp10");if(0===this._s)return a;if(e>0){for(var n=new r(this._d.slice(),this._s,t);e>=i;e-=i)n._d.unshift(0);return 0==e?n:(n._s=1,n=n.multiplySingleDigit(Math.pow(10,e)),this._s<0?n.negate():n)}if(-e>=this._d.length*i)return a;n=new r(this._d.slice(),this._s,t);for(e=-e;e>=i;e-=i)n._d.shift();return 0==e?n:n.divRemSmall(Math.pow(10,e))[0]},r.prototype.pow=function(e){if(this.isUnit())return this._s>0||r(e).isOdd()?this:this.negate();if(e=r(e),0===e._s)return o;if(e._s<0){if(0===this._s)throw new Error("Divide by zero");return a}if(0===this._s)return a;if(e.isUnit())return this;if(e.compareAbs(u)>0)throw new Error("exponent too large in BigInteger.pow");var t=this,n=o,i=r.small[2];while(e.isPositive()){if(e.isOdd()&&(n=n.multiply(t),e.isUnit()))return n;t=t.square(),e=e.quotient(i)}return n},r.prototype.modPow=function(e,t){var n=o,i=this;while(e.isPositive())e.isOdd()&&(n=n.multiply(i).remainder(t)),e=e.quotient(r.small[2]),e.isPositive()&&(i=i.square().remainder(t));return n},r.prototype.log=function(){switch(this._s){case 0:return-1/0;case-1:return NaN;default:}var e=this._d.length;if(e*i<30)return Math.log(this.valueOf());var a=Math.ceil(30/i),o=this._d.slice(e-a);return Math.log(new r(o,1,t).valueOf())+(e-a)*Math.log(n)},r.prototype.valueOf=function(){return parseInt(this.toString(),10)},r.prototype.toJSValue=function(){return parseInt(this.toString(),10)},r.prototype.lowVal=function(){return this._d[0]||0};var u=r(2147483647);r.MAX_EXP=u,function(){function e(e){return function(t){return e.call(r(t))}}function t(e){return function(t,n){return e.call(r(t),r(n))}}function n(e){return function(t,n,i){return e.call(r(t),r(n),r(i))}}(function(){var i,a,o="toJSValue,isEven,isOdd,sign,isZero,isNegative,abs,isUnit,square,negate,isPositive,toString,next,prev,log".split(","),s="compare,remainder,divRem,subtract,add,quotient,divide,multiply,pow,compareAbs".split(","),u=["modPow"];for(i=0;i=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,r,n)}e.exports=o,o.prototype._init=function(e,t,r){var n=e.concat(t).concat(r);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var i=0;i=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(r||[])),this._reseed=1},o.prototype.generate=function(e,t,r,n){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!==typeof t&&(n=r,r=t,t=null),r&&(r=i.toArray(r,n||"hex"),this._update(r));var a=[];while(a.length=r&&e<=r+i.h&&(e-r)%(i.d||1)===0){if(i.e&&-1!==i.e.indexOf(e-r))continue;return i}}return null}var u=o("221,13-1b,5f-,40-10,51-f,11-3,3-3,2-2,2-4,8,2,15,2d,28-8,88,48,27-,3-5,11-20,27-,8,28,3-5,12,18,b-a,1c-4,6-16,2-d,2-2,2,1b-4,17-9,8f-,10,f,1f-2,1c-34,33-14e,4,36-,13-,6-2,1a-f,4,9-,3-,17,8,2-2,5-,2,8-,3-,4-8,2-3,3,6-,16-6,2-,7-3,3-,17,8,3,3,3-,2,6-3,3-,4-a,5,2-6,10-b,4,8,2,4,17,8,3,6-,b,4,4-,2-e,2-4,b-10,4,9-,3-,17,8,3-,5-,9-2,3-,4-7,3-3,3,4-3,c-10,3,7-2,4,5-2,3,2,3-2,3-2,4-2,9,4-3,6-2,4,5-8,2-e,d-d,4,9,4,18,b,6-3,8,4,5-6,3-8,3-3,b-11,3,9,4,18,b,6-3,8,4,5-6,3-6,2,3-3,b-11,3,9,4,18,11-3,7-,4,5-8,2-7,3-3,b-11,3,13-2,19,a,2-,8-2,2-3,7,2,9-11,4-b,3b-3,1e-24,3,2-,3,2-,2-5,5,8,4,2,2-,3,e,4-,6,2,7-,b-,3-21,49,23-5,1c-3,9,25,10-,2-2f,23,6,3,8-2,5-5,1b-45,27-9,2a-,2-3,5b-4,45-4,53-5,8,40,2,5-,8,2,5-,28,2,5-,20,2,5-,8,2,5-,8,8,18,20,2,5-,8,28,14-5,1d-22,56-b,277-8,1e-2,52-e,e,8-a,18-8,15-b,e,4,3-b,5e-2,b-15,10,b-5,59-7,2b-555,9d-3,5b-5,17-,7-,27-,7-,9,2,2,2,20-,36,10,f-,7,14-,4,a,54-3,2-6,6-5,9-,1c-10,13-1d,1c-14,3c-,10-6,32-b,240-30,28-18,c-14,a0,115-,3,66-,b-76,5,5-,1d,24,2,5-2,2,8-,35-2,19,f-10,1d-3,311-37f,1b,5a-b,d7-19,d-3,41,57-,68-4,29-3,5f,29-37,2e-2,25-c,2c-2,4e-3,30,78-3,64-,20,19b7-49,51a7-59,48e-2,38-738,2ba5-5b,222f-,3c-94,8-b,6-4,1b,6,2,3,3,6d-20,16e-f,41-,37-7,2e-2,11-f,5-b,18-,b,14,5-3,6,88-,2,bf-2,7-,7-,7-,4-2,8,8-9,8-2ff,20,5-b,1c-b4,27-,27-cbb1,f7-9,28-2,b5-221,56,48,3-,2-,3-,5,d,2,5,3,42,5-,9,8,1d,5,6,2-2,8,153-3,123-3,33-27fd,a6da-5128,21f-5df,3-fffd,3-fffd,3-fffd,3-fffd,3-fffd,3-fffd,3-fffd,3-fffd,3-fffd,3-fffd,3-fffd,3,2-1d,61-ff7d"),c="ad,34f,1806,180b,180c,180d,200b,200c,200d,2060,feff".split(",").map((function(e){return parseInt(e,16)})),l=[{h:25,s:32,l:65},{h:30,s:32,e:[23],l:127},{h:54,s:1,e:[48],l:64,d:2},{h:14,s:1,l:57,d:2},{h:44,s:1,l:17,d:2},{h:10,s:1,e:[2,6,8],l:61,d:2},{h:16,s:1,l:68,d:2},{h:84,s:1,e:[18,24,66],l:19,d:2},{h:26,s:32,e:[17],l:435},{h:22,s:1,l:71,d:2},{h:15,s:80,l:40},{h:31,s:32,l:16},{h:32,s:1,l:80,d:2},{h:52,s:1,l:42,d:2},{h:12,s:1,l:55,d:2},{h:40,s:1,e:[38],l:15,d:2},{h:14,s:1,l:48,d:2},{h:37,s:48,l:49},{h:148,s:1,l:6351,d:2},{h:88,s:1,l:160,d:2},{h:15,s:16,l:704},{h:25,s:26,l:854},{h:25,s:32,l:55915},{h:37,s:40,l:1247},{h:25,s:-119711,l:53248},{h:25,s:-119763,l:52},{h:25,s:-119815,l:52},{h:25,s:-119867,e:[1,4,5,7,8,11,12,17],l:52},{h:25,s:-119919,l:52},{h:24,s:-119971,e:[2,7,8,17],l:52},{h:24,s:-120023,e:[2,7,13,15,16,17],l:52},{h:25,s:-120075,l:52},{h:25,s:-120127,l:52},{h:25,s:-120179,l:52},{h:25,s:-120231,l:52},{h:25,s:-120283,l:52},{h:25,s:-120335,l:52},{h:24,s:-119543,e:[17],l:56},{h:24,s:-119601,e:[17],l:58},{h:24,s:-119659,e:[17],l:58},{h:24,s:-119717,e:[17],l:58},{h:24,s:-119775,e:[17],l:58}],f=a("b5:3bc,c3:ff,7:73,2:253,5:254,3:256,1:257,5:259,1:25b,3:260,1:263,2:269,1:268,5:26f,1:272,2:275,7:280,3:283,5:288,3:28a,1:28b,5:292,3f:195,1:1bf,29:19e,125:3b9,8b:3b2,1:3b8,1:3c5,3:3c6,1:3c0,1a:3ba,1:3c1,1:3c3,2:3b8,1:3b5,1bc9:3b9,1c:1f76,1:1f77,f:1f7a,1:1f7b,d:1f78,1:1f79,1:1f7c,1:1f7d,107:63,5:25b,4:68,1:68,1:68,3:69,1:69,1:6c,3:6e,4:70,1:71,1:72,1:72,1:72,7:7a,2:3c9,2:7a,2:6b,1:e5,1:62,1:63,3:65,1:66,2:6d,b:3b3,1:3c0,6:64,1b574:3b8,1a:3c3,20:3b8,1a:3c3,20:3b8,1a:3c3,20:3b8,1a:3c3,20:3b8,1a:3c3"),d=a("179:1,2:1,2:1,5:1,2:1,a:4f,a:1,8:1,2:1,2:1,3:1,5:1,3:1,4:1,2:1,3:1,4:1,8:2,1:1,2:2,1:1,2:2,27:2,195:26,2:25,1:25,1:25,2:40,2:3f,1:3f,33:1,11:-6,1:-9,1ac7:-3a,6d:-8,1:-8,1:-8,1:-8,1:-8,1:-8,1:-8,1:-8,9:-8,1:-8,1:-8,1:-8,1:-8,1:-8,b:-8,1:-8,1:-8,1:-8,1:-8,1:-8,1:-8,1:-8,9:-8,1:-8,1:-8,1:-8,1:-8,1:-8,1:-8,1:-8,9:-8,1:-8,1:-8,1:-8,1:-8,1:-8,c:-8,2:-8,2:-8,2:-8,9:-8,1:-8,1:-8,1:-8,1:-8,1:-8,1:-8,1:-8,49:-8,1:-8,1:-4a,1:-4a,d:-56,1:-56,1:-56,1:-56,d:-8,1:-8,f:-8,1:-8,3:-7"),h=a("df:00730073,51:00690307,19:02BC006E,a7:006A030C,18a:002003B9,16:03B903080301,20:03C503080301,1d7:05650582,190f:00680331,1:00740308,1:0077030A,1:0079030A,1:006102BE,b6:03C50313,2:03C503130300,2:03C503130301,2:03C503130342,2a:1F0003B9,1:1F0103B9,1:1F0203B9,1:1F0303B9,1:1F0403B9,1:1F0503B9,1:1F0603B9,1:1F0703B9,1:1F0003B9,1:1F0103B9,1:1F0203B9,1:1F0303B9,1:1F0403B9,1:1F0503B9,1:1F0603B9,1:1F0703B9,1:1F2003B9,1:1F2103B9,1:1F2203B9,1:1F2303B9,1:1F2403B9,1:1F2503B9,1:1F2603B9,1:1F2703B9,1:1F2003B9,1:1F2103B9,1:1F2203B9,1:1F2303B9,1:1F2403B9,1:1F2503B9,1:1F2603B9,1:1F2703B9,1:1F6003B9,1:1F6103B9,1:1F6203B9,1:1F6303B9,1:1F6403B9,1:1F6503B9,1:1F6603B9,1:1F6703B9,1:1F6003B9,1:1F6103B9,1:1F6203B9,1:1F6303B9,1:1F6403B9,1:1F6503B9,1:1F6603B9,1:1F6703B9,3:1F7003B9,1:03B103B9,1:03AC03B9,2:03B10342,1:03B1034203B9,5:03B103B9,6:1F7403B9,1:03B703B9,1:03AE03B9,2:03B70342,1:03B7034203B9,5:03B703B9,6:03B903080300,1:03B903080301,3:03B90342,1:03B903080342,b:03C503080300,1:03C503080301,1:03C10313,2:03C50342,1:03C503080342,b:1F7C03B9,1:03C903B9,1:03CE03B9,2:03C90342,1:03C9034203B9,5:03C903B9,ac:00720073,5b:00B00063,6:00B00066,d:006E006F,a:0073006D,1:00740065006C,1:0074006D,124f:006800700061,2:00610075,2:006F0076,b:00700061,1:006E0061,1:03BC0061,1:006D0061,1:006B0061,1:006B0062,1:006D0062,1:00670062,3:00700066,1:006E0066,1:03BC0066,4:0068007A,1:006B0068007A,1:006D0068007A,1:00670068007A,1:00740068007A,15:00700061,1:006B00700061,1:006D00700061,1:006700700061,8:00700076,1:006E0076,1:03BC0076,1:006D0076,1:006B0076,1:006D0076,1:00700077,1:006E0077,1:03BC0077,1:006D0077,1:006B0077,1:006D0077,1:006B03C9,1:006D03C9,2:00620071,3:00632215006B0067,1:0063006F002E,1:00640062,1:00670079,2:00680070,2:006B006B,1:006B006D,9:00700068,2:00700070006D,1:00700072,2:00730076,1:00770062,c723:00660066,1:00660069,1:0066006C,1:006600660069,1:00660066006C,1:00730074,1:00730074,d:05740576,1:05740565,1:0574056B,1:057E0576,1:0574056D",i),p=o("80-20,2a0-,39c,32,f71,18e,7f2-f,19-7,30-4,7-5,f81-b,5,a800-20ff,4d1-1f,110,fa-6,d174-7,2e84-,ffff-,ffff-,ffff-,ffff-,ffff-,ffff-,ffff-,ffff-,ffff-,ffff-,ffff-,ffff-,2,1f-5f,ff7f-20001");function v(e){return e.reduce((function(e,t){return t.forEach((function(t){e.push(t)})),e}),[])}function m(e){return!!s(e,u)}function b(e){var t=s(e,l);if(t)return[e+t.s];var r=f[e];if(r)return r;var n=d[e];if(n)return[e+n[0]];var i=h[e];return i||null}function g(e){return!!s(e,p)}function y(e){if(e.match(/^[a-z0-9-]*$/i)&&e.length<=59)return e.toLowerCase();var t=(0,n.toUtf8CodePoints)(e);t=v(t.map((function(e){if(c.indexOf(e)>=0)return[];if(e>=65024&&e<=65039)return[];var t=b(e);return t||[e]}))),t=(0,n.toUtf8CodePoints)((0,n._toUtf8String)(t),n.UnicodeNormalizationForm.NFKC),t.forEach((function(e){if(g(e))throw new Error("STRINGPREP_CONTAINS_PROHIBITED")})),t.forEach((function(e){if(m(e))throw new Error("STRINGPREP_CONTAINS_UNASSIGNED")}));var r=(0,n._toUtf8String)(t);if("-"===r.substring(0,1)||"--"===r.substring(2,4)||"-"===r.substring(r.length-1))throw new Error("invalid hyphen");if(r.length>63)throw new Error("too long");return r}},"6bdc":function(e,t){e.exports="/static/tongyonh/search.png"},"6c2d":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("f09b")),n(r("011f")),n(r("8651")),n(r("128f")),n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{language:"en"==this.$store.state.language?"English":"\u7b80\u4f53\u4e2d\u6587",cnt:this.$t("index").Confirm,can:this.$t("index").Cancel,show:!1,list3:[{label:this.$t("index").langfan,disabled:!1,value:"b"},{label:this.$t("index").langjian,disabled:!1,value:"a"},{label:this.$t("index").eng,disabled:!1,value:"c"}],list2:[{name:"",checked:!1,disabled:!1}],list:["","../../../static/tongyonh/phone_image.png"],indicatorDots:!0,autoplay:!0,interval:3e3,inde:1,walletInfo:{}}},computed:{i18n:function(){return this.$t("index")}},onLoad:function(){},onShow:function(){e("log",uni.getStorageSync("walletInfo")," at pages/register/index.vue:168"),uni.getStorageSync("walletInfo")&&uni.reLaunch({url:"/pages/menu/wallet/index"}),this.list2.checked=!1},methods:{confirm:function(e){uni.setStorageSync("lang",e[0].value),"c"==e[0].value?(this._i18n.locale="en",this.$store.commit("setLanguage","en"),uni.setStorageSync("langTrue","English"),uni.setStorageSync("language","en"),uni.redirectTo({url:"/pages/register/index"})):"a"==e[0].value?(this._i18n.locale="zh-CN",this.$store.commit("setLanguage","zh-CN"),uni.setStorageSync("language","zh-CN"),uni.setStorageSync("langTrue","\u7b80\u4f53\u4e2d\u6587"),uni.redirectTo({url:"/pages/register/index"})):"b"==e[0].value&&(this._i18n.locale="zh-CNF",this.$store.commit("setLanguage","zh-CNF"),uni.setStorageSync("language","zh-CNF"),uni.setStorageSync("langTrue","\u7e41\u9ad4\u4e2d\u6587"),uni.redirectTo({url:"/pages/register/index"}))},checkboxGroupChange:function(){},checkboxChange:function(){this.inde%2==0?this.list2[0].checked=!1:this.list2[0].checked=!0,this.inde++},createWallet:function(){if(1==this.list2[0].checked){var t=this.$Token.generateMnemonic();uni.setStorage({key:"word",data:t,success:function(){e("log","success",t," at pages/register/index.vue:236")}}),e("log",this.list2.checked,224," at pages/register/index.vue:239"),this.list2[0].checked=!1,e("log",this.list2.checked,444," at pages/register/index.vue:241"),uni.navigateTo({url:"../menu/backUp/index"})}else uni.showToast({title:"Please check the terms of service",icon:"none",duration:1500})},loginWallet:function(){1==this.list2[0].checked?(this.list2[0].checked=!1,uni.navigateTo({url:"../menu/backUp/backUp4/index"})):uni.showToast({title:"Please check the terms of service",icon:"none",duration:1500})},Terms:function(){uni.navigateTo({url:"../menu/about/terms/index"})}}};t.default=i}).call(this,r("0de9")["default"])},"6c55":function(e,t){var r=function(){if("object"===typeof self&&self)return self;if("object"===typeof window&&window)return window;throw new Error("Unable to resolve global `this`")};e.exports=function(){if(this)return this;if("object"===typeof globalThis&&globalThis)return globalThis;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch(e){return r()}try{return __global__||r()}finally{delete Object.prototype.__global__}}()},"6c57":function(e,t,r){var n=r("72bf"),i=r("9926"),a=r("320c"),o=r("36f2"),s=r("8754"),u="application/json",c=function(){};function l(e,t,r){if(!e||"string"!==typeof e)throw new TypeError("must specify a URL");if("function"===typeof t&&(r=t,t={}),r&&"function"!==typeof r)throw new TypeError("expected cb to be undefined or a function");r=r||c,t=t||{};var l=t.json?"json":"text";t=a({responseType:l},t);var f=t.headers||{},d=(t.method||"GET").toUpperCase(),h=t.query;return h&&("string"!==typeof h&&(h=n.stringify(h)),e=i(e,h)),"json"===t.responseType&&o(f,"Accept",u),t.json&&"GET"!==d&&"HEAD"!==d&&(o(f,"Content-Type",u),t.body=JSON.stringify(t.body)),t.method=d,t.url=e,t.headers=f,delete t.query,delete t.json,s(t,r)}e.exports=l},"6c95":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));i(r("9493")),i(r("128f"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={data:function(){return{trueIndex:[],coinType:"",coinInfo:[],imgindex:[],walletInfo:{},coinAddress:"",toTop:!1,tmoney:0}},computed:{i18n:function(){return this.$t("index")}},onLoad:function(){uni.getStorageSync("imgindex").length>0&&(this.imgindex=uni.getStorageSync("imgindex")),uni.getStorageSync("trueIndex").length>0&&(this.trueIndex=uni.getStorageSync("trueIndex")),this.coinAddress=uni.getStorageSync("wallet").address,this.coinType=uni.getStorageSync("wallet").type,this.walletInfo=uni.getStorageSync("walletInfo"),this.getCoin()},methods:{goSearch:function(){uni.navigateTo({url:"/pages/menu/wallet/search/index"})},back:function(){uni.reLaunch({url:"/pages/menu/wallet/index"})},addOther:function(t,r){var n=this;e("log",r,454545," at pages/menu/wallet/otherCoin/index.vue:93"),e("log",t,444," at pages/menu/wallet/otherCoin/index.vue:94"),this.imgindex.push(t.contractAddress);for(var i=0;i2)throw new Error("[ethjs-unit] while converting number "+e+" to wei, too many decimal points");var d=f[0],h=f[1];if(d||(d="0"),h||(h="0"),h.length>a)throw new Error("[ethjs-unit] while converting number "+e+" to wei, too many decimal places");while(h.length=4&&(i="0x"+n.fromIpfs(t));else if("bzz"===r)t.length>=4&&(i="0x"+n.fromSwarm(t));else if("onion"===r)16===t.length&&(i="0x"+n.encode("onion",t));else{if("onion3"!==r)throw new Error("Could not encode content hash: unsupported content type");56===t.length&&(i="0x"+n.encode("onion3",t))}}catch(o){throw o}}return i}e.exports={decode:i,encode:a}},"6fe7":function(e,t,r){var n=r("8707").Buffer,i=r("1a2a"),a=r("a958"),o=r("3337").ec,s=r("399f"),u=r("2aee"),c=r("cd91");function l(e,t,r,i,o){var s=u(t);if(s.curve){if("ecdsa"!==i&&"ecdsa/rsa"!==i)throw new Error("wrong private key type");return f(e,s)}if("dsa"===s.type){if("dsa"!==i)throw new Error("wrong private key type");return d(e,s,r)}if("rsa"!==i&&"ecdsa/rsa"!==i)throw new Error("wrong private key type");e=n.concat([o,e]);var c=s.modulus.byteLength(),l=[0,1];while(e.length+l.length+10&&r.ishrn(n),r}function m(e,t){e=v(e,t),e=e.mod(t);var r=n.from(e.toArray());if(r.length21)throw new TypeError(e+" is too long");var r=t.readUInt8(0),n=t.slice(1);return{version:r,hash:n}}function f(t){var r=s.decode(t),n=s.fromWords(r.words.slice(1));return{version:r.words[0],prefix:r.prefix,data:e.from(n)}}function d(t,r){c(o.tuple(o.Hash160bit,o.UInt8),arguments);var n=e.allocUnsafe(21);return n.writeUInt8(r,0),t.copy(n,1),u.encode(n)}function h(e,t,r){var n=s.toWords(e);return n.unshift(t),s.encode(r,n)}function p(e,t){t=t||n.bitcoin;try{return i.p2pkh({output:e,network:t}).address}catch(r){}try{return i.p2sh({output:e,network:t}).address}catch(r){}try{return i.p2wpkh({output:e,network:t}).address}catch(r){}try{return i.p2wsh({output:e,network:t}).address}catch(r){}throw new Error(a.toASM(e)+" has no matching Address")}function v(e,t){var r,a;t=t||n.bitcoin;try{r=l(e)}catch(o){}if(r){if(r.version===t.pubKeyHash)return i.p2pkh({hash:r.hash}).output;if(r.version===t.scriptHash)return i.p2sh({hash:r.hash}).output}else{try{a=f(e)}catch(o){}if(a){if(a.prefix!==t.bech32)throw new Error(e+" has an invalid prefix");if(0===a.version){if(20===a.data.length)return i.p2wpkh({hash:a.data}).output;if(32===a.data.length)return i.p2wsh({hash:a.data}).output}}}throw new Error(e+" has no matching Script")}t.fromBase58Check=l,t.fromBech32=f,t.toBase58Check=d,t.toBech32=h,t.fromOutputScript=p,t.toOutputScript=v}).call(this,r("b639").Buffer)},7037:function(e,t){function r(t){return"function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?e.exports=r=function(e){return typeof e}:e.exports=r=function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(t)}e.exports=r},"704d":function(e,t,r){"use strict";r.r(t);var n=r("7b93"),i=r("a6c6");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"65533ede",null,!1,n["a"],o);t["default"]=u.exports},7070:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-3])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/,o=function(e){var t=e.match(/^(\d{4})-?(\d{3})([ T]{1}\.*|$)/);if(t){var r=Number(t[1]),n=Number(t[2]);return r%4===0&&r%100!==0?n<=366:n<=365}var i=e.match(/(\d{4})-?(\d{0,2})-?(\d*)/).map(Number),a=i[1],o=i[2],s=i[3],u=o?"0".concat(o).slice(-2):o,c=s?"0".concat(s).slice(-2):s,l=new Date("".concat(a,"-").concat(u||"01","-").concat(c||"01"));return!isNaN(l.getUTCFullYear())&&(!o||!s||l.getUTCFullYear()===a&&l.getUTCMonth()+1===o&&l.getUTCDate()===s)};function s(e,t){(0,n.default)(e);var r=a.test(e);return t&&r&&t.strict?o(e):r}e.exports=t.default,e.exports.default=t.default},"708b":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={name:"u-message-input",props:{maxlength:{type:[Number,String],default:4},dotFill:{type:Boolean,default:!1},mode:{type:String,default:"box"},value:{type:[String,Number],default:""},breathe:{type:Boolean,default:!0},focus:{type:Boolean,default:!1},bold:{type:Boolean,default:!1},fontSize:{type:[String,Number],default:60},activeColor:{type:String,default:"#2979ff"},inactiveColor:{type:String,default:"#606266"},width:{type:[Number,String],default:"80"},disabledKeyboard:{type:Boolean,default:!1}},watch:{value:{immediate:!0,handler:function(e){e=String(e),this.valueModel=e.substring(0,this.maxlength)}}},data:function(){return{valueModel:""}},computed:{animationClass:function(){var e=this;return function(t){return e.breathe&&e.charArr.length==t?"u-breathe":""}},charArr:function(){return this.valueModel.split("")},charArrLength:function(){return this.charArr.length},loopCharArr:function(){return new Array(this.maxlength)}},methods:{getVal:function(t){var r=t.detail.value;this.valueModel=r,e("log",this.valueModel,777," at uview-ui/components/u-message-input/u-message-input.vue:171"),String(r).length>this.maxlength||(this.$emit("change",r),String(r).length==this.maxlength&&this.$emit("finish",r))}}};t.default=r}).call(this,r("0de9")["default"])},"710d":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMask:r("d779").default,uRadioGroup:r("d799").default,uRadio:r("069a").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",{staticClass:e._$s(0,"sc","hr"),attrs:{_i:0}},[n("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[n("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}},[e._v(e._$s(2,"t0-0",e._s(e.i18n.Addaddress)))])]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","main_con"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","item"),attrs:{_i:5}},[n("view",{staticClass:e._$s(6,"sc","top flex"),attrs:{_i:6}},[n("view",{staticClass:e._$s(7,"sc","text1"),attrs:{_i:7}},[e._v(e._$s(7,"t0-0",e._s(e.i18n.curr)))])]),n("view",{staticClass:e._$s(8,"sc","inputcon"),attrs:{_i:8}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.value,expression:"value"}],staticClass:e._$s(9,"sc","input1"),attrs:{placeholder:e._$s(9,"a-placeholder",e.teee1),_i:9},domProps:{value:e._$s(9,"v-model",e.value)},on:{click:function(t){return e.showSelect()},input:function(t){t.target.composing||(e.value=t.target.value)}}}),n("image",{staticClass:e._$s(10,"sc","img1"),attrs:{src:e._$s(10,"a-src",r("6365")),_i:10}})])]),n("view",{staticClass:e._$s(11,"sc","item"),attrs:{_i:11}},[n("view",{staticClass:e._$s(12,"sc","top flex"),attrs:{_i:12}},[n("view",{staticClass:e._$s(13,"sc","text1"),attrs:{_i:13}},[e._v(e._$s(13,"t0-0",e._s(e.i18n.Address)))])]),n("view",{staticClass:e._$s(14,"sc","inputcon"),attrs:{_i:14}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.bigAddress,expression:"bigAddress"}],staticClass:e._$s(15,"sc","input1"),attrs:{placeholder:e._$s(15,"a-placeholder",e.teee2),_i:15},domProps:{value:e._$s(15,"v-model",e.bigAddress)},on:{input:[function(t){t.target.composing||(e.bigAddress=t.target.value)},function(t){return e.showSave()}]}}),n("image",{staticClass:e._$s(16,"sc","img2"),attrs:{src:e._$s(16,"a-src",r("5979")),_i:16},on:{click:e.chooseImage}})])]),n("view",{staticClass:e._$s(17,"sc","item"),attrs:{_i:17}},[n("view",{staticClass:e._$s(18,"sc","top flex"),attrs:{_i:18}},[n("view",{staticClass:e._$s(19,"sc","text1"),attrs:{_i:19}},[e._v(e._$s(19,"t0-0",e._s(e.i18n.Name)))])]),n("view",{staticClass:e._$s(20,"sc","inputcon"),attrs:{_i:20}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.addressName,expression:"addressName"}],staticClass:e._$s(21,"sc","input1"),attrs:{placeholder:e._$s(21,"a-placeholder",e.teee3),_i:21},domProps:{value:e._$s(21,"v-model",e.addressName)},on:{input:[function(t){t.target.composing||(e.addressName=t.target.value)},e.showSave]}})])]),n("view",{staticClass:e._$s(22,"sc","btn"),class:e._$s(22,"c",e.save?"sheng":""),attrs:{_i:22},on:{click:function(t){return e.handove()}}},[e._v(e._$s(22,"t0-0",e._s(e.i18n.Save)))])]),n("u-mask",{attrs:{"z-index":"10",show:e.show,_i:23},on:{click:function(t){e.show=!1}}})],1),e._$s(24,"i",e.show)?n("view",{staticClass:e._$s(24,"sc","big_con w100"),attrs:{_i:24}},[n("view",{staticClass:e._$s(25,"sc","tiao"),attrs:{_i:25},on:{click:function(t){e.show=!1}}}),n("view",{staticClass:e._$s(26,"sc","title"),attrs:{_i:26}},[e._v(e._$s(26,"t0-0",e._s(e.i18n.selectcurrency)))]),e._$s(27,"i",e.show)?n("view",{staticClass:e._$s(27,"sc","bottom_con zindex"),attrs:{_i:27}},[n("u-radio-group",{attrs:{_i:28},model:{value:e._$s(28,"v-model",e.value),callback:function(t){e.value=t},expression:"value"}},e._l(e._$s(29,"f",{forItems:e.list}),(function(t,r,i,a){return n("view",{key:e._$s(29,"f",{forIndex:i,key:r}),staticClass:e._$s("29-"+a,"sc","item flex"),attrs:{_i:"29-"+a},on:{click:function(r){return e.handove2(t)}}},[n("view",{staticClass:e._$s("30-"+a,"sc","text1 flex"),attrs:{_i:"30-"+a}},[n("image",{staticClass:e._$s("31-"+a,"sc","img"),attrs:{src:e._$s("31-"+a,"a-src",t.url),_i:"31-"+a}}),n("view",{staticClass:e._$s("32-"+a,"sc","textcon"),attrs:{_i:"32-"+a}},[n("view",{staticClass:e._$s("33-"+a,"sc","text1"),attrs:{_i:"33-"+a}},[e._v(e._$s("33-"+a,"t0-0",e._s(t.lang)))]),n("view",{staticClass:e._$s("34-"+a,"sc","text2"),attrs:{_i:"34-"+a}},[e._v(e._$s("34-"+a,"t0-0",e._s(t.name)))])])]),n("u-radio",{attrs:{name:t.name,disabled:t.disabled,"active-color":"#5B53FF",_i:"35-"+a}})],1)})),0),n("view",{staticClass:e._$s(36,"sc","select_btn"),attrs:{_i:36}},[e._v(e._$s(36,"t0-0",e._s(e.i18n.langSelect)))])],1):e._e()]):e._e()],1)},a=[]},"71b3":function(e,t,r){var n,i;(function(r,a){n=[],i=function(){return a()}.apply(t,n),void 0===i||(e.exports=i)})(0,(function(){var e=[new Uint32Array([2157250,2157314,2157378,2157442,2157506,2157570,2157634,0,2157698,2157762,2157826,2157890,2157954,0,2158018,0]),new Uint32Array([2179041,6291456,2179073,6291456,2179105,6291456,2179137,6291456,2179169,6291456,2179201,6291456,2179233,6291456,2179265,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,14680064,14680064,14680064,14680064,14680064]),new Uint32Array([0,2113729,2197345,2197377,2113825,2197409,2197441,2113921,2197473,2114017,2197505,2197537,2197569,2197601,2197633,2197665]),new Uint32Array([6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,23068672,23068672,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,0,23068672,23068672,23068672,0,0,0,0,23068672]),new Uint32Array([14680064,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,14680064,14680064]),new Uint32Array([2196001,2196033,2196065,2196097,2196129,2196161,2196193,2196225,2196257,2196289,2196321,2196353,2196385,2196417,2196449,2196481]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,6291456,0,0,0,0,0]),new Uint32Array([2097281,2105921,2097729,2106081,0,2097601,2162337,2106017,2133281,2097505,2105889,2097185,2097697,2135777,2097633,2097441]),new Uint32Array([2177025,6291456,2177057,6291456,2177089,6291456,2177121,6291456,2177153,6291456,2177185,6291456,2177217,6291456,2177249,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,0,6291456,6291456,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456]),new Uint32Array([0,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,6291456]),new Uint32Array([2134435,2134531,2134627,2134723,2134723,2134819,2134819,2134915,2134915,2135011,2105987,2135107,2135203,2135299,2131587,2135395]),new Uint32Array([0,0,0,0,0,0,0,6291456,2168673,2169249,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2147906,2147970,2148034,2148098,2148162,2148226,2148290,2148354,2147906,2147970,2148034,2148098,2148162,2148226,2148290,2148354]),new Uint32Array([2125219,2125315,2152834,2152898,2125411,2152962,2153026,2125506,2125507,2125603,2153090,2153154,2153218,2153282,2153346,2105348]),new Uint32Array([2203393,6291456,2203425,6291456,2203457,6291456,2203489,6291456,6291456,6291456,6291456,2203521,6291456,2181281,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,23068672,6291456,2145538,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,6291456]),new Uint32Array([2139426,2160834,2160898,2160962,2134242,2161026,2161090,2161154,2161218,2161282,2161346,2161410,2138658,2161474,2161538,2134722]),new Uint32Array([2119939,2124930,2125026,2106658,2125218,2128962,2129058,2129154,2129250,2129346,2129442,2108866,2108770,2150466,2150530,2150594]),new Uint32Array([2201601,6291456,2201633,6291456,2201665,6291456,2201697,6291456,2201729,6291456,2201761,6291456,2201793,6291456,2201825,6291456]),new Uint32Array([2193537,2193569,2193601,2193633,2193665,2193697,2193729,2193761,2193793,2193825,2193857,2193889,2193921,2193953,2193985,2194017]),new Uint32Array([6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2190561,6291456,2190593,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2190625,6291456,2190657,6291456,23068672]),new Uint32Array([2215905,2215937,2215969,2216001,2216033,2216065,2216097,2216129,2216161,2216193,2216225,2216257,2105441,2216289,2216321,2216353]),new Uint32Array([23068672,18884130,23068672,23068672,23068672,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2191233,2191265,2191297,2191329,2191361,2191393,2191425,2117377,2191457,2191489,2191521,2191553,2191585,2191617,2191649,2117953]),new Uint32Array([2132227,2132323,2132419,2132419,2132515,2132515,2132611,2132707,2132707,2132803,2132899,2132899,2132995,2132995,2133091,2133187]),new Uint32Array([0,0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,6291456,0,0]),new Uint32Array([2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,10609889,10610785,10609921,10610817,2222241]),new Uint32Array([6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,0,0]),new Uint32Array([2219969,2157121,2157441,2157505,2157889,2157953,2220001,2158465,2158529,10575617,2156994,2157058,2129923,2130019,2157122,2157186]),new Uint32Array([6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0]),new Uint32Array([2185249,6291456,2185281,6291456,2185313,6291456,2185345,6291456,2185377,6291456,2185409,6291456,2185441,6291456,2185473,6291456]),new Uint32Array([0,0,0,0,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,0,23068672,23068672,0,0,23068672,23068672,23068672,6291456,0]),new Uint32Array([2183361,6291456,2183393,6291456,2183425,6291456,2183457,6291456,2183489,6291456,2183521,6291456,2183553,6291456,2183585,6291456]),new Uint32Array([2192161,2192193,2192225,2192257,2192289,2192321,2192353,2192385,2192417,2192449,2192481,2192513,2192545,2192577,2192609,2192641]),new Uint32Array([2212001,2212033,2212065,2212097,2212129,2212161,2212193,2212225,2212257,2212289,2212321,2212353,2212385,2212417,2212449,2207265]),new Uint32Array([2249825,2249857,2249889,2249921,2249954,2250018,2250082,2250145,2250177,2250209,2250241,2250274,2250337,2250370,2250433,2250465]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2147905,2147969,2148033,2148097,2148161,2148225,2148289,2148353]),new Uint32Array([10485857,6291456,2197217,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,23068672,23068672]),new Uint32Array([0,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([2180353,2180385,2144033,2180417,2180449,2180481,2180513,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,10610209,10610465,10610241,10610753,10609857]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,0,0]),new Uint32Array([2223842,2223906,2223970,2224034,2224098,2224162,2224226,2224290,2224354,2224418,2224482,2224546,2224610,2224674,2224738,2224802]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,6291456,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456]),new Uint32Array([23068672,23068672,23068672,18923650,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,18923714,23068672,23068672]),new Uint32Array([2126179,2125538,2126275,2126371,2126467,2125634,2126563,2105603,2105604,2125346,2126659,2126755,2126851,2098179,2098181,2098182]),new Uint32Array([2227426,2227490,2227554,2227618,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2192353,2240642,2240642,2240705,2240737,2240737,2240769,2240802,2240866,2240929,2240961,2240993,2241025,2241057,2241089,2241121]),new Uint32Array([6291456,2170881,2170913,2170945,6291456,2170977,6291456,2171009,2171041,6291456,6291456,6291456,2171073,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2132226,2132514,2163586,2132610,2160386,2133090,2133186,2160450,2160514,2160578,2133570,2106178,2160642,2133858,2160706,2160770]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,10532162,10532226,10532290,10532354,10532418,10532482,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,23068672]),new Uint32Array([2098209,2108353,2108193,2108481,2170241,2111713,2105473,2105569,2105601,2112289,2112481,2098305,2108321,0,0,0]),new Uint32Array([2209121,2209153,2209185,2209217,2209249,2209281,2209313,2209345,2209377,2209409,2209441,2209473,2207265,2209505,2209537,2209569]),new Uint32Array([2189025,6291456,2189057,6291456,2189089,6291456,2189121,6291456,2189153,6291456,2189185,6291456,2189217,6291456,2189249,6291456]),new Uint32Array([2173825,2153473,2173857,2173889,2173921,2173953,2173985,2173761,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233057]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2165764,2140004]),new Uint32Array([2215105,6291456,2215137,6291456,6291456,2215169,2215201,6291456,6291456,6291456,2215233,2215265,2215297,2215329,2215361,2215393]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,6291456,6291456,6291456,23068672,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([10505091,10505187,10505283,10505379,10505475,10505571,10505667,10505763,10505859,10505955,10506051,10506147,10506243,10506339,10506435,10506531]),new Uint32Array([2229730,2229794,2229858,2229922,2229986,2230050,2230114,2230178,2230242,2230306,2230370,2230434,2230498,2230562,2230626,2230690]),new Uint32Array([2105505,2098241,2108353,2108417,2105825,0,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177]),new Uint32Array([6291456,6291456,6291456,6291456,10502115,10502178,10502211,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456]),new Uint32Array([2190305,6291456,2190337,6291456,2190369,6291456,2190401,6291456,2190433,6291456,2190465,6291456,2190497,6291456,2190529,6291456]),new Uint32Array([2173793,2173985,2174017,6291456,2173761,2173697,6291456,2174689,6291456,2174017,2174721,6291456,6291456,2174753,2174785,2174817]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2099521,2099105,2120705,2098369,2120801,2103361,2097985,2098433,2121377,2121473,2099169,2099873,2098401,2099393,2152609,2100033]),new Uint32Array([2132898,2163842,2163906,2133282,2132034,2131938,2137410,2132802,2132706,2164866,2133282,2160578,2165186,2165186,6291456,6291456]),new Uint32Array([10500003,10500099,10500195,10500291,10500387,10500483,10500579,10500675,10500771,10500867,10500963,10501059,10501155,10501251,10501347,10501443]),new Uint32Array([2163458,2130978,2131074,2131266,2131362,2163522,2160130,2132066,2131010,2131106,2106018,2131618,2131298,2132034,2131938,2137410]),new Uint32Array([2212961,2116993,2212993,2213025,2213057,2213089,2213121,2213153,2213185,2213217,2213249,2209633,2213281,2213313,2213345,2213377]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([2113729,2113825,2113921,2114017,2114113,2114209,2114305,2114401,2114497,2114593,2114689,2114785,2114881,2114977,2115073,2115169]),new Uint32Array([2238177,2238209,2238241,2238273,2238305,2238337,2238337,2217537,2238369,2238401,2238433,2238465,2215649,2238497,2238529,2238561]),new Uint32Array([2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905]),new Uint32Array([6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,0]),new Uint32Array([6291456,0,6291456,2145026,0,6291456,2145090,0,6291456,6291456,0,0,23068672,0,23068672,23068672]),new Uint32Array([2099233,2122017,2200673,2098113,2121537,2103201,2200705,2104033,2121857,2121953,2122401,2099649,2099969,2123009,2100129,2100289]),new Uint32Array([6291456,23068672,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,23068672,23068672,0,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0]),new Uint32Array([2187681,2187713,2187745,2187777,2187809,2187841,2187873,2187905,2187937,2187969,2188001,2188033,2188065,2188097,2188129,2188161]),new Uint32Array([0,10554498,10554562,10554626,10554690,10554754,10554818,10554882,10554946,10555010,10555074,6291456,6291456,0,0,0]),new Uint32Array([2235170,2235234,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0]),new Uint32Array([2181153,6291456,2188897,6291456,6291456,2188929,6291456,6291456,6291456,6291456,6291456,6291456,2111905,2100865,2188961,2188993]),new Uint32Array([2100833,2100897,0,0,2101569,2101697,2101825,2101953,2102081,2102209,10575617,2187041,10502177,10489601,10489697,2112289]),new Uint32Array([6291456,2172833,6291456,2172865,2172897,2172929,2172961,6291456,2172993,6291456,2173025,6291456,2173057,6291456,2173089,6291456]),new Uint32Array([6291456,0,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,0,0,23068672,6291456,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,2190721]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,23068672,6291456,6291456]),new Uint32Array([2184993,6291456,2185025,6291456,2185057,6291456,2185089,6291456,2185121,6291456,2185153,6291456,2185185,6291456,2185217,6291456]),new Uint32Array([2115265,2115361,2115457,2115553,2115649,2115745,2115841,2115937,2116033,2116129,2116225,2116321,2150658,2150722,2200225,6291456]),new Uint32Array([2168321,6291456,2168353,6291456,2168385,6291456,2168417,6291456,2168449,6291456,2168481,6291456,2168513,6291456,2168545,6291456]),new Uint32Array([23068672,23068672,23068672,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,0,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,0,6291456,0,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,2186625,0,0,6291456,6291456,2186657,2186689,2186721,2173505,0,10496067,10496163,10496259]),new Uint32Array([2178785,6291456,2178817,6291456,2178849,6291456,2178881,6291456,2178913,6291456,2178945,6291456,2178977,6291456,2179009,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0]),new Uint32Array([2097152,0,0,0,2097152,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,2197857,2197889,2197921,2197953,2197985,2198017,0,0,2198049,2198081,2198113,2198145,2198177,2198209]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2098209,2167297,2111137,6291456]),new Uint32Array([2171393,6291456,2171425,6291456,2171457,6291456,2171489,6291456,2171521,6291456,2171553,6291456,2171585,6291456,2171617,6291456]),new Uint32Array([2206753,2206785,2195457,2206817,2206849,2206881,2206913,2197153,2197153,2206945,2117857,2206977,2207009,2207041,2207073,2207105]),new Uint32Array([0,0,0,0,0,0,0,23068672,0,0,0,0,2144834,2144898,0,2144962]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,23068672]),new Uint32Array([2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,0,2105505,2098241]),new Uint32Array([6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,2202049,6291456,2202081,6291456,2202113,6291456,2202145,6291456,2202177,6291456,2202209,6291456,2202241,6291456]),new Uint32Array([10501155,10501251,10501347,10501443,10501539,10501635,10501731,10501827,10501923,10502019,2141731,2105505,2098177,2155586,2166530,0]),new Uint32Array([2102081,2102209,2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,2100833,2100737,2098337,2101441]),new Uint32Array([2146882,2146946,2147010,2147074,2147138,2147202,2147266,2147330,2146882,2146946,2147010,2147074,2147138,2147202,2147266,2147330]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([10502307,10502403,10502499,10502595,10502691,10502787,10502883,10502979,10503075,10503171,10503267,10503363,10503459,10503555,10503651,10503747]),new Uint32Array([2179937,2179969,2180001,2180033,2156545,2180065,2156577,2180097,2180129,2180161,2180193,2180225,2180257,2180289,2156737,2180321]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,0,0,0,6291456,0,0,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0]),new Uint32Array([2227682,2227746,2227810,2227874,2227938,2228002,2228066,2228130,2228194,2228258,2228322,2228386,2228450,2228514,2228578,2228642]),new Uint32Array([2105601,2169121,2108193,2170049,2181025,2181057,2112481,2108321,2108289,2181089,2170497,2100865,2181121,2173601,2173633,2173665]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2180641,6291456,6291456,6291456]),new Uint32Array([0,6291456,6291456,6291456,0,6291456,0,6291456,0,0,6291456,6291456,0,6291456,6291456,6291456]),new Uint32Array([2178273,6291456,2178305,6291456,2178337,6291456,2178369,6291456,2178401,6291456,2178433,6291456,2178465,6291456,2178497,6291456]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,6291456,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,14680064,14680064,14680064,14680064,14680064,14680064]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456]),new Uint32Array([2237377,2237409,2236225,2237441,2237473,2217441,2215521,2215553,2217473,2237505,2237537,2209697,2237569,2215585,2237601,2237633]),new Uint32Array([2221985,2165601,2165601,2165665,2165665,2222017,2222017,2165729,2165729,2158913,2158913,2158913,2158913,2097281,2097281,2105921]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2149634,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2176897,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,2176929,6291456,2176961,6291456,2176993,6291456]),new Uint32Array([2172641,6291456,2172673,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2172705,2172737,6291456,2172769,2172801,6291456]),new Uint32Array([2099173,2104196,2121667,2099395,2121763,2152258,2152322,2098946,2152386,2121859,2121955,2099333,2122051,2104324,2099493,2122147]),new Uint32Array([6291456,6291456,6291456,2145794,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,2145858,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,0,0,6291456,0]),new Uint32Array([0,2105921,2097729,0,2097377,0,0,2106017,0,2097505,2105889,2097185,2097697,2135777,2097633,2097441]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2239074,2239138,2239201,2239233,2239265,2239297,2239329,2239361,0,2239393,2239425,2239425,2239458,2239521,2239553,2209569]),new Uint32Array([14680064,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,6291456,23068672]),new Uint32Array([2108321,2108289,2113153,2098209,2180897,2180929,2180961,2111137,2098241,2108353,2170241,2170273,2180993,2105825,6291456,2105473]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2146114,6291456,6291456,6291456,0,0,0]),new Uint32Array([2105921,2105921,2105921,2222049,2222049,2130977,2130977,2130977,2130977,2160065,2160065,2160065,2160065,2097729,2097729,2097729]),new Uint32Array([2218145,2214785,2207937,2218177,2218209,2192993,2210113,2212769,2218241,2218273,2216129,2218305,2216161,2218337,2218369,2218401]),new Uint32Array([0,0,0,2156546,2156610,2156674,2156738,2156802,0,0,0,0,0,2156866,23068672,2156930]),new Uint32Array([23068672,23068672,23068672,0,0,0,0,23068672,23068672,0,0,23068672,23068672,23068672,0,0]),new Uint32Array([2213409,2213441,2213473,2213505,2213537,2213569,2213601,2213633,2213665,2195681,2213697,2213729,2213761,2213793,2213825,2213857]),new Uint32Array([2100033,2099233,2122017,2200673,2098113,2121537,2103201,2200705,2104033,2121857,2121953,2122401,2099649,2099969,2123009,2100129]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0]),new Uint32Array([2201857,6291456,2201889,6291456,2201921,6291456,2201953,6291456,2201985,6291456,2202017,6291456,2176193,2176257,23068672,23068672]),new Uint32Array([6291456,6291456,23068672,23068672,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2188193,2188225,2188257,2188289,2188321,2188353,2188385,2188417,2188449,2188481,2188513,2188545,2188577,2188609,2188641,0]),new Uint32Array([10554529,2221089,0,10502113,10562017,10537921,10538049,2221121,2221153,0,0,0,0,0,0,0]),new Uint32Array([2213889,2213921,2213953,2213985,2214017,2214049,2214081,2194177,2214113,2214145,2214177,2214209,2214241,2214273,2214305,2214337]),new Uint32Array([2166978,2167042,2099169,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2180545,6291456,6291456,6291456]),new Uint32Array([10518915,10519011,10519107,10519203,2162242,2162306,2159554,2162370,2159362,2159618,2105922,2162434,2159746,2162498,2159810,2159874]),new Uint32Array([2161730,2161794,2135586,2161858,2161922,2137186,2131810,2160290,2135170,2161986,2137954,2162050,2162114,2162178,10518723,10518819]),new Uint32Array([10506627,10506723,10506819,10506915,10507011,10507107,10507203,10507299,10507395,10507491,10507587,10507683,10507779,10507875,10507971,10508067]),new Uint32Array([6291456,23068672,23068672,23068672,0,23068672,23068672,0,0,0,0,0,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0]),new Uint32Array([2175873,2175905,2175937,2175969,2176001,2176033,2176065,2176097,2176129,2176161,2176193,2176225,2176257,2176289,2176321,2176353]),new Uint32Array([2140006,2140198,2140390,2140582,2140774,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,23068672,23068672,23068672]),new Uint32Array([2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241]),new Uint32Array([0,23068672,0,0,0,0,0,0,0,2145154,2145218,2145282,6291456,0,2145346,0]),new Uint32Array([0,0,0,0,10531458,10495395,2148545,2143201,2173473,2148865,2173505,0,2173537,0,2173569,2149121]),new Uint32Array([10537282,10495683,2148738,2148802,2148866,0,6291456,2148930,2186593,2173473,2148737,2148865,2148802,10495779,10495875,10495971]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2215425,2215457,2215489,2215521,2215553,2215585,2215617,2215649,2215681,2215713,2215745,2215777,2192033,2215809,2215841,2215873]),new Uint32Array([2242049,2242081,2242113,2242145,2242177,2242209,2242241,2242273,2215937,2242305,2242338,2242401,2242433,2242465,2242497,2216001]),new Uint32Array([10554529,2221089,0,0,10562017,10502113,10538049,10537921,2221185,10489601,10489697,10609889,10609921,2141729,2141793,10610273]),new Uint32Array([2141923,2142019,2142115,2142211,2142307,2142403,2142499,2142595,2142691,0,0,0,0,0,0,0]),new Uint32Array([0,2221185,2221217,10609857,10609857,10489601,10489697,10609889,10609921,2141729,2141793,2221345,2221377,2221409,2221441,2187105]),new Uint32Array([6291456,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,18923970,23068672,23068672,23068672,0,6291456,6291456]),new Uint32Array([2183105,6291456,2183137,6291456,2183169,6291456,2183201,6291456,2183233,6291456,2183265,6291456,2183297,6291456,2183329,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456]),new Uint32Array([2134434,2134818,2097666,2097186,2097474,2097698,2105986,2131586,2132450,2131874,2131778,2135970,2135778,2161602,2136162,2161666]),new Uint32Array([2236865,2236897,2236930,2236993,2237025,2235681,2237058,2237121,2237153,2237185,2237217,2217281,2237250,2191233,2237313,2237345]),new Uint32Array([2190049,6291456,2190081,6291456,2190113,6291456,2190145,6291456,2190177,6291456,2190209,6291456,2190241,6291456,2190273,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2101922,2102050,2102178,2102306,10498755,10498851,10498947,10499043,10499139,10499235,10499331,10499427,10499523,10489604,10489732,10489860]),new Uint32Array([2166914,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0]),new Uint32Array([2181601,2170561,2181633,2181665,2170753,2181697,2172897,2170881,2181729,2170913,2172929,2113441,2181761,2181793,2171009,2173761]),new Uint32Array([0,2105921,2097729,2106081,0,2097601,2162337,2106017,2133281,2097505,0,2097185,2097697,2135777,2097633,2097441]),new Uint32Array([6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,0,0,0,0]),new Uint32Array([2248001,2248033,2248066,2248130,2248193,2248226,2248289,2248322,2248385,2248417,2216673,2248450,2248514,2248577,2248610,2248673]),new Uint32Array([6291456,6291456,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,0,0,0]),new Uint32Array([2169729,6291456,2169761,6291456,2169793,6291456,2169825,6291456,2169857,2169889,6291456,2169921,6291456,2143329,6291456,2098305]),new Uint32Array([2162178,2163202,2163266,2135170,2136226,2161986,2137954,2159426,2159490,2163330,2159554,2163394,2159682,2139522,2136450,2159746]),new Uint32Array([2173953,2173985,0,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2174209,2174241,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,4271169,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2174273]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,0,0,0,0,0,0,0,6291456,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,2190785,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2189793,6291456,2189825,6291456,2189857,6291456,2189889,6291456,2189921,6291456,2189953,6291456,2189985,6291456,2190017,6291456]),new Uint32Array([2105601,2112289,2108193,2112481,2112577,0,2098305,2108321,2108289,2100865,2113153,2108481,2113345,0,2098209,2111137]),new Uint32Array([2172129,6291456,2172161,6291456,2172193,6291456,2172225,6291456,2172257,6291456,2172289,6291456,2172321,6291456,2172353,6291456]),new Uint32Array([2214753,6291456,2214785,6291456,6291456,2214817,2214849,2214881,2214913,2214945,2214977,2215009,2215041,2215073,2194401,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,6291456,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([0,0,0,0,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([10610305,10610337,10575617,2221761,10610401,10610433,10502177,0,10610465,10610497,10610529,10610561,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,23068672,0,0,0,0,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2187105,2187137,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2199393,2199425,2199457,2199489,2199521,2199553,2199585,2199617,2199649,2199681,2199713,2199745,2199777,2199809,2199841,0]),new Uint32Array([2217249,2217281,2217313,2217345,2217377,2217409,2217441,2217473,2215617,2217505,2217537,2217569,2214753,2217601,2217633,2217665]),new Uint32Array([2170273,2170305,6291456,2170337,2170369,6291456,2170401,2170433,2170465,6291456,6291456,6291456,2170497,2170529,6291456,2170561]),new Uint32Array([2188673,6291456,2188705,2188737,2188769,6291456,6291456,2188801,6291456,2188833,6291456,2188865,6291456,2180929,2181505,2180897]),new Uint32Array([10489988,10490116,10490244,10490372,10490500,10490628,10490756,10490884,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2147393,2147457,2147521,2147585,2147649,2147713,2147777,2147841]),new Uint32Array([23068672,23068672,0,23068672,23068672,0,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0]),new Uint32Array([2241153,2241185,2241217,2215809,2241250,2241313,2241345,2241377,2217921,2241377,2241409,2215873,2241441,2241473,2241505,2241537]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2220417,2220417,2220449,2220449,2220481,2220481,2220513,2220513,2220545,2220545,2220577,2220577,2220609,2220609,2220641,2220641]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,2144002,0,6291456,6291456,0,0,6291456,6291456,6291456]),new Uint32Array([2167105,2167137,2167169,2167201,2167233,2167265,2167297,2167329,2167361,2167393,2167425,2167457,2167489,2167521,2167553,2167585]),new Uint32Array([10575521,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193]),new Uint32Array([2234146,2234210,2234274,2234338,2234402,2234466,2234530,2234594,2234658,2234722,2234786,2234850,2234914,2234978,2235042,2235106]),new Uint32Array([0,0,0,0,0,0,0,2180577,0,0,0,0,0,2180609,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,0,0,6291456,6291456]),new Uint32Array([2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2242529,2242561,2242593,2242625,2242657,2242689,2242721,2242753,2207937,2218177,2242785,2242817,2242849,2242882,2242945,2242977]),new Uint32Array([2118049,2105345,2118241,2105441,2118433,2118529,2118625,2118721,2118817,2200257,2200289,2191809,2200321,2200353,2200385,2200417]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0]),new Uint32Array([2185505,6291456,2185537,6291456,2185569,6291456,2185601,6291456,2185633,6291456,2185665,6291456,2185697,6291456,2185729,6291456]),new Uint32Array([2231970,2232034,2232098,2232162,2232226,2232290,2232354,2232418,2232482,2232546,2232610,2232674,2232738,2232802,2232866,2232930]),new Uint32Array([2218625,2246402,2246466,2246530,2246594,2246657,2246689,2246689,2218657,2219681,2246721,2246753,2246785,2246818,2246881,2208481]),new Uint32Array([2197025,2197057,2197089,2197121,2197153,2197185,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2219137,2216961,2219169,2219201,2219233,2219265,2219297,2217025,2215041,2219329,2217057,2219361,2217089,2219393,2197153,2219426]),new Uint32Array([23068672,23068672,23068672,0,0,0,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,0,0]),new Uint32Array([2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713]),new Uint32Array([2243522,2243585,2243617,2243649,2243681,2210113,2243713,2243746,2243810,2243874,2243937,2243970,2244033,2244065,2244097,2244129]),new Uint32Array([2178017,6291456,2178049,6291456,2178081,6291456,2178113,6291456,2178145,6291456,2178177,6291456,2178209,6291456,2178241,6291456]),new Uint32Array([10553858,2165314,10518722,6291456,10518818,0,10518914,2130690,10519010,2130786,10519106,2130882,10519202,2165378,10554050,2165506]),new Uint32Array([0,0,2135491,2135587,2135683,2135779,2135875,2135971,2135971,2136067,2136163,2136259,2136355,2136355,2136451,2136547]),new Uint32Array([23068672,23068672,23068672,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2220033,2220033,2220065,2220065,2220065,2220065,2220097,2220097,2220097,2220097,2220129,2220129,2220129,2220129,2220161,2220161]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,23068672,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2100897,2100898,2100899,2150018,2100865,2100866,2100867,2100868,2150082,2108481,2109858,2109859,2105569,2105505,2098241,2105601]),new Uint32Array([2097217,2097505,2097505,2097505,2097505,2165570,2165570,2165634,2165634,2165698,2165698,2097858,2097858,0,0,2097152]),new Uint32Array([23068672,6291456,23068672,23068672,23068672,6291456,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,23068672,23068672]),new Uint32Array([23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([10503843,10503939,10504035,10504131,10504227,10504323,10504419,10504515,10504611,10504707,10504803,10504899,10504995,10491140,10491268,0]),new Uint32Array([2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953,2173985,2173761,2174017,2174049]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2134145,2097153,2134241,2105953,2132705,2130977,2160065,2131297,2162049,2133089,2160577,2133857,2235297,2220769,2235329,2235361]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2222401,2222433,2222465,10531394,2222497,2222529,2222561,0,2222593,2222625,2222657,2222689,2222721,2222753,2222785,0]),new Uint32Array([2184481,6291456,2184513,6291456,2184545,6291456,2184577,6291456,2184609,6291456,2184641,6291456,2184673,6291456,2184705,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,0,0,0,0,0,0,0,0,0]),new Uint32Array([2105570,2156034,2126947,2156098,2153666,2127043,2127139,2156162,0,2127235,2156226,2156290,2156354,2156418,2127331,2127427]),new Uint32Array([2215905,2207041,2153185,2241569,2241601,2241633,2241665,2241697,2241730,2241793,2241825,2241857,2241889,2241921,2241954,2242017]),new Uint32Array([2203777,6291456,2203809,6291456,2203841,6291456,2203873,6291456,2203905,6291456,2173121,2180993,2181249,2203937,2181313,0]),new Uint32Array([2168577,6291456,2168609,6291456,2168641,6291456,2168673,6291456,2168705,6291456,2168737,6291456,2168769,6291456,2168801,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,23068672,23068672,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,0,23068672,23068672,23068672,0,0]),new Uint32Array([2210113,2195521,2210145,2210177,2210209,2210241,2210273,2210305,2210337,2210369,2210401,2210433,2210465,2210497,2210529,2210561]),new Uint32Array([6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([2228706,2228770,2228834,2228898,2228962,2229026,2229090,2229154,2229218,2229282,2229346,2229410,2229474,2229538,2229602,2229666]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,18874368,18874368,18874368,0,0]),new Uint32Array([2133089,2133281,2133281,2133281,2133281,2160577,2160577,2160577,2160577,2097441,2097441,2097441,2097441,2133857,2133857,2133857]),new Uint32Array([6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2173825,2153473,2173857,2173889,2173921,2173953,2173985,2174017,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233089]),new Uint32Array([2178529,6291456,2178561,6291456,2178593,6291456,2178625,6291456,2178657,6291456,2178689,6291456,2178721,6291456,2178753,6291456]),new Uint32Array([2221025,2221025,2221057,2221057,2159329,2159329,2159329,2159329,2097217,2097217,2158914,2158914,2158978,2158978,2159042,2159042]),new Uint32Array([2208161,2208193,2208225,2208257,2194433,2208289,2208321,2208353,2208385,2208417,2208449,2208481,2208513,2208545,2208577,2208609]),new Uint32Array([2169217,6291456,2169249,6291456,2169281,6291456,2169313,6291456,2169345,6291456,2169377,6291456,2169409,6291456,2169441,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456]),new Uint32Array([2133187,2133283,2133283,2133379,2133475,2133571,2133667,2133667,2133763,2133859,2133955,2134051,2134147,2134147,2134243,2134339]),new Uint32Array([2197697,2114113,2114209,2197729,2197761,2114305,2197793,2114401,2114497,2197825,2114593,2114689,2114785,2114881,2114977,0]),new Uint32Array([2193089,2193121,2193153,2193185,2117665,2117569,2193217,2193249,2193281,2193313,2193345,2193377,2193409,2193441,2193473,2193505]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2184225,6291456,2184257,6291456,2184289,6291456,2184321,6291456,2184353,6291456,2184385,6291456,2184417,6291456,2184449,6291456]),new Uint32Array([2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2100833,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2098657,2098049,2200737,2123489,2123681,2200769,2098625,2100321,2098145,2100449,2098017,2098753,2200801,2200833,2200865,0]),new Uint32Array([23068672,23068672,23068672,0,0,0,0,0,0,0,0,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0]),new Uint32Array([2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,0,2098241,2108353,2108417,2105825,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2181153,2105505,2181185,2167617,2180993]),new Uint32Array([2160002,2160066,2160130,2160194,2160258,2132066,2131010,2131106,2106018,2131618,2160322,2131298,2132034,2131938,2137410,2132226]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,6291456]),new Uint32Array([2183617,6291456,2183649,6291456,2183681,6291456,2183713,6291456,2183745,6291456,2183777,6291456,2183809,6291456,2183841,6291456]),new Uint32Array([0,6291456,6291456,0,6291456,0,0,6291456,6291456,0,6291456,0,0,6291456,0,0]),new Uint32Array([2250977,2251009,2251041,2251073,2195009,2251106,2251169,2251201,2251233,2251265,2251297,2251330,2251394,2251457,2251489,2251521]),new Uint32Array([2205729,2205761,2205793,2205825,2205857,2205889,2205921,2205953,2205985,2206017,2206049,2206081,2206113,2206145,2206177,2206209]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2143170,2168993,6291456,2169025,6291456,2169057,6291456,2169089,6291456,2143234,2169121,6291456,2169153,6291456,2169185,6291456]),new Uint32Array([23068672,23068672,2190689,6291456,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2248706,2248769,2248801,2248833,2248865,2248897,2248929,2248962,2249026,2249090,2249154,2240705,2249217,2249249,2249281,2249313]),new Uint32Array([10485857,6291456,6291456,6291456,6291456,6291456,6291456,6291456,10495394,6291456,2098209,6291456,6291456,2097152,6291456,10531394]),new Uint32Array([0,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([14680064,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2173985,2173953,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889]),new Uint32Array([6291456,2186977,6291456,6291456,6291456,6291456,6291456,10537858,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2209601,2209633,2209665,2209697,2209729,2209761,2209793,2209825,2209857,2209889,2209921,2209953,2209985,2210017,2210049,2210081]),new Uint32Array([10501539,10501635,10501731,10501827,10501923,10502019,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905]),new Uint32Array([2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953,2173985,2174017,2174017,2174049]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2194561,2194593,2194625,2119777,2119873,2194657,2194689,2194721,2194753,2194785,2194817,2194849,2194881,2194913,2194945,2194977]),new Uint32Array([2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569]),new Uint32Array([2222818,2222882,2222946,2223010,2223074,2223138,2223202,2223266,2223330,2223394,2223458,2223522,2223586,2223650,2223714,2223778]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672]),new Uint32Array([0,2179553,2179585,2179617,2179649,2144001,2179681,2179713,2179745,2179777,2179809,2156705,2179841,2156833,2179873,2179905]),new Uint32Array([6291456,23068672,6291456,2145602,23068672,23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,6291456,0,0]),new Uint32Array([2196513,2196545,2196577,2196609,2196641,2196673,2196705,2196737,2196769,2196801,2196833,2196865,2196897,2196929,2196961,2196993]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2177281,6291456,2177313,6291456,2177345,6291456,2177377,6291456,2177409,6291456,2177441,6291456,2177473,6291456,2177505,6291456]),new Uint32Array([2187137,2221473,2221505,2221537,2221569,6291456,6291456,10610209,10610241,10537986,10537986,10537986,10537986,10609857,10609857,10609857]),new Uint32Array([2243009,2243041,2216033,2243074,2243137,2243169,2243201,2219617,2243233,2243265,2243297,2243329,2243362,2243425,2243457,2243489]),new Uint32Array([10485857,10485857,10485857,10485857,10485857,10485857,10485857,10485857,10485857,10485857,10485857,2097152,4194304,4194304,0,0]),new Uint32Array([2143042,6291456,2143106,2143106,2168833,6291456,2168865,6291456,6291456,2168897,6291456,2168929,6291456,2168961,6291456,2143170]),new Uint32Array([6291456,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2204193,2204225,2204257,2204289,2204321,2204353,2204385,2204417,2204449,2204481,2204513,2204545,2204577,2204609,2204641,2204673]),new Uint32Array([2202753,6291456,2202785,6291456,2202817,6291456,2202849,6291456,2202881,6291456,2202913,6291456,2202945,6291456,2202977,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321]),new Uint32Array([2147394,2147458,2147522,2147586,2147650,2147714,2147778,2147842,2147394,2147458,2147522,2147586,2147650,2147714,2147778,2147842]),new Uint32Array([2253313,2253346,2253409,2253441,2253473,2253505,2253537,2253569,2253601,2253634,2219393,2253697,2253729,2253761,2253793,2253825]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([2162562,2162626,2131362,2162690,2159938,2160002,2162754,2162818,2160130,2162882,2160194,2160258,2160834,2160898,2161026,2161090]),new Uint32Array([2175361,2175393,2175425,2175457,2175489,2175521,2175553,2175585,2175617,2175649,2175681,2175713,2175745,2175777,2175809,2175841]),new Uint32Array([2253858,2253921,2253954,2254018,2254082,2196737,2254145,2196865,2254177,2254209,2254241,2254273,2197025,2254306,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2202113,2204129,2188705,2204161]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([2173985,2174017,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233089,2173697,2173761,2173793,2174113,2173985,2173953]),new Uint32Array([2101569,2101697,2101825,2101953,2102081,2102209,2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209]),new Uint32Array([2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,0,2108417,0,2111713,2100897,2111905]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0]),new Uint32Array([2175425,2175489,2175809,2175905,2175937,2175937,2176193,2176417,2180865,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,2143298,2143298,2143298,2143362,2143362,2143362,2143426,2143426,2143426,2171105,6291456,2171137]),new Uint32Array([2120162,2120258,2151618,2151682,2151746,2151810,2151874,2151938,2152002,2120035,2120131,2120227,2152066,2120323,2152130,2120419]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2195361,2142433,2236065,2236097,2236129,2236161,2118241,2117473,2236193,2236225,2236257,2236289,0,0,0,0]),new Uint32Array([2189281,6291456,2189313,6291456,2189345,6291456,2189377,6291456,2189409,6291456,2189441,6291456,2189473,6291456,2189505,6291456]),new Uint32Array([6291456,6291456,2145922,6291456,6291456,6291456,6291456,2145986,6291456,6291456,6291456,6291456,2146050,6291456,6291456,6291456]),new Uint32Array([2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,10502113,10562017,10610401,10502177,10610433,10538049]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,2186401,0,2186433,0,2186465,0,2186497]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,23068672,23068672,23068672]),new Uint32Array([0,0,2198241,2198273,2198305,2198337,2198369,2198401,0,0,2198433,2198465,2198497,0,0,0]),new Uint32Array([6291456,0,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,0,6291456,0,23068672,23068672,23068672,23068672,23068672,23068672,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,0,0,23068672,6291456,23068672,23068672]),new Uint32Array([0,2105921,2097729,0,2097377,0,0,2106017,2133281,2097505,2105889,0,2097697,2135777,2097633,2097441]),new Uint32Array([2197889,2197921,2197953,2197985,2198017,2198049,2198081,2198113,2198145,2198177,2198209,2198241,2198273,2198305,2198337,2198369]),new Uint32Array([2132514,2132610,2160386,2133090,2133186,2160450,2160514,2133282,2160578,2133570,2106178,2160642,2133858,2160706,2160770,2134146]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,0,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,23068672,23068672,6291456,23068672,23068672,6291456,23068672,0,0,0,0,0,0,0,0]),new Uint32Array([2184737,6291456,2184769,6291456,2184801,6291456,2184833,6291456,2184865,6291456,2184897,6291456,2184929,6291456,2184961,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,6291456,6291456,6291456,6291456,0,6291456]),new Uint32Array([6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,23068672,23068672,23068672,6291456,23068672,23068672,23068672,23068672,23068672,0,0]),new Uint32Array([6291456,6291456,6291456,2186753,6291456,6291456,6291456,6291456,2186785,2186817,2186849,2173569,2186881,10496355,10495395,10575521]),new Uint32Array([0,0,2097729,0,0,0,0,2106017,0,2097505,0,2097185,0,2135777,2097633,2097441]),new Uint32Array([2189537,6291456,2189569,6291456,2189601,6291456,2189633,6291456,2189665,6291456,2189697,6291456,2189729,6291456,2189761,6291456]),new Uint32Array([2202497,6291456,2202529,6291456,2202561,6291456,2202593,6291456,2202625,6291456,2202657,6291456,2202689,6291456,2202721,6291456]),new Uint32Array([2245217,2218369,2245249,2245282,2245345,2245377,2245410,2245474,2245537,2245569,2245601,2245633,2245665,2245665,2245697,2245729]),new Uint32Array([6291456,0,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,0,0,0,0,0,0,23068672,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,6291456,23068672,6291456,23068672,6291456,6291456,6291456,6291456,23068672,23068672]),new Uint32Array([0,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0]),new Uint32Array([2097281,2105921,2097729,2106081,2097377,2097601,2162337,2106017,2133281,2097505,0,2097185,2097697,2135777,2097633,2097441]),new Uint32Array([2176641,6291456,2176673,6291456,2176705,6291456,2176737,6291456,2176769,6291456,2176801,6291456,2176833,6291456,2176865,6291456]),new Uint32Array([2174145,2174177,2149057,2233089,2173697,2173761,2173793,2174113,2173985,2173953,2174369,2174369,0,0,2100833,2100737]),new Uint32Array([2116513,2190817,2190849,2190881,2190913,2190945,2116609,2190977,2191009,2191041,2191073,2117185,2191105,2191137,2191169,2191201]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,6291456,6291456,6291456]),new Uint32Array([0,0,0,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456]),new Uint32Array([2167617,2167649,2167681,2167713,2167745,2167777,2167809,6291456,2167841,2167873,2167905,2167937,2167969,2168001,2168033,4240130]),new Uint32Array([2165122,2163970,2164034,2164098,2164162,2164226,2164290,2164354,2164418,2164482,2164546,2133122,2134562,2132162,2132834,2136866]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,2186209,2186241,2186273,2186305,2186337,2186369,0,0]),new Uint32Array([2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,14680064,14680064,14680064,14680064,14680064]),new Uint32Array([0,0,23068672,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456]),new Uint32Array([0,10537921,10610689,10610273,10610497,10610529,10610305,10610721,10489601,10489697,10610337,10575617,10554529,2221761,2197217,10496577]),new Uint32Array([2105473,2105569,2105601,2112289,0,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441]),new Uint32Array([2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481]),new Uint32Array([2125346,2153410,2153474,2127394,2153538,2153602,2153666,2153730,2105507,2105476,2153794,2153858,2153922,2153986,2154050,2105794]),new Uint32Array([2200449,2119681,2200481,2153313,2199873,2199905,2199937,2200513,2200545,2200577,2200609,2119105,2119201,2119297,2119393,2119489]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2175777,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2222273,2197217,2221473,2221505,2221089,2222305,2200865,2099681,2104481,2222337,2099905,2120737,2222369,2103713,2100225,2098785]),new Uint32Array([2201377,6291456,2201409,6291456,2201441,6291456,2201473,6291456,2201505,6291456,2201537,6291456,2201569,6291456,6291456,23068672]),new Uint32Array([2174081,2174113,2174145,2174177,2149057,2233057,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793]),new Uint32Array([2200897,6291456,2200929,6291456,2200961,6291456,2200993,6291456,2201025,6291456,2180865,6291456,2201057,6291456,2201089,6291456]),new Uint32Array([0,0,0,0,0,23068672,23068672,0,6291456,6291456,6291456,0,0,0,0,0]),new Uint32Array([2161154,2161410,2138658,2161474,2161538,2097666,2097186,2097474,2162946,2132450,2163010,2163074,2136162,2163138,2161666,2161730]),new Uint32Array([2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953]),new Uint32Array([0,0,0,0,0,0,23068672,23068672,0,0,0,0,2145410,2145474,0,6291456]),new Uint32Array([2244161,2216065,2212769,2244193,2244225,2244257,2244290,2244353,2244385,2244417,2244449,2218273,2244481,2244514,2244577,2244609]),new Uint32Array([2125730,2125699,2125795,2125891,2125987,2154114,2154178,2154242,2154306,2154370,2154434,2154498,2126082,2126178,2126274,2126083]),new Uint32Array([2237665,2237697,2237697,2237697,2237730,2237793,2237825,2237857,2237890,2237953,2237985,2238017,2238049,2238081,2238113,2238145]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2150146,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,0,23068672,23068672,0,0,23068672,23068672,23068672,0,0]),new Uint32Array([2214369,2238593,2238625,2238657,2238689,2238721,2238753,2238785,2238817,2238850,2238913,2238945,2238977,2235457,2239009,2239041]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([2252066,2252130,2252193,2252225,2252257,2252290,2252353,2252385,2252417,2252449,2252481,2252513,2252545,2252578,2252641,2252673]),new Uint32Array([2197697,2114113,2114209,2197729,2197761,2114305,2197793,2114401,2114497,2197825,2114593,2114689,2114785,2114881,2114977,2197857]),new Uint32Array([2224866,2224930,2224994,2225058,2225122,2225186,2225250,2225314,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2219490,2219554,2219617,2219649,2219681,2219714,2219778,2219842,2219905,2219937,0,0,0,0,0,0]),new Uint32Array([6291456,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456]),new Uint32Array([2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289]),new Uint32Array([2174081,2174113,2174145,2174177,2149057,2233089,2173697,2173761,2173793,2174113,2173985,2173953,2148481,2173601,2173633,2173665]),new Uint32Array([2220161,2220161,2220193,2220193,2220193,2220193,2220225,2220225,2220225,2220225,2220257,2220257,2220257,2220257,2220289,2220289]),new Uint32Array([2192673,2192705,2192737,2192769,2192801,2192833,2192865,2118049,2192897,2117473,2117761,2192929,2192961,2192993,2193025,2193057]),new Uint32Array([2179297,6291456,2179329,6291456,2179361,6291456,2179393,6291456,2179425,6291456,2179457,6291456,2179489,6291456,2179521,6291456]),new Uint32Array([6291456,6291456,6291456,23068672,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0]),new Uint32Array([2235745,2235777,2193633,2235809,2235841,2235873,2235905,2235937,2235969,2116513,2116705,2236001,2200513,2199905,2200545,2236033]),new Uint32Array([2113153,2108481,2113345,2113441,2232993,2233025,0,0,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761]),new Uint32Array([2170593,6291456,2170625,6291456,2170657,6291456,2170689,2170721,6291456,2170753,6291456,6291456,2170785,6291456,2170817,2170849]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2166786,2166850,0,0,0,0]),new Uint32Array([23068672,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,10575617,2187041,10502177,10489601,10489697,0]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2134562,2132162,2132834,2136866,2136482,2164610,2164674,2164738,2164802,2132802,2132706,2164866,2132898,2164930,2164994,2165058]),new Uint32Array([6291456,6291456,2098337,2101441,10531458,2153473,6291456,6291456,10531522,2100737,2108193,6291456,2106499,2106595,2106691,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,0]),new Uint32Array([2233122,2233186,2233250,2233314,2233378,2233442,2233506,2233570,2233634,2233698,2233762,2233826,2233890,2233954,2234018,2234082]),new Uint32Array([23068672,6291456,23068672,23068672,23068672,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2205217,2205249,2205281,2205313,2205345,2205377,2205409,2205441,2205473,2205505,2205537,2205569,2205601,2205633,2205665,2205697]),new Uint32Array([6291456,0,6291456,0,0,0,6291456,6291456,6291456,6291456,0,0,23068672,6291456,23068672,23068672]),new Uint32Array([2173601,2173761,2174081,2173569,2174241,2174113,2173953,6291456,2174305,6291456,2174337,6291456,2174369,6291456,2174401,6291456]),new Uint32Array([6291456,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([2152450,2152514,2099653,2104452,2099813,2122243,2099973,2152578,2122339,2122435,2122531,2122627,2122723,2104580,2122819,2152642]),new Uint32Array([2236385,2236417,2236449,2236482,2236545,2215425,2236577,2236609,2236641,2236673,2215457,2236705,2236737,2236770,2215489,2236833]),new Uint32Array([2163394,2159746,2163458,2131362,2163522,2160130,2163778,2132226,2163842,2132898,2163906,2161410,2138658,2097666,2136162,2163650]),new Uint32Array([2218721,2246913,2246946,2216385,2247010,2247074,2215009,2247137,2247169,2216481,2247201,2247233,2247266,2247330,2247330,0]),new Uint32Array([2129730,2129762,2129858,2129731,2129827,2156482,2156482,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,0,0,0,0,6291456,0,0]),new Uint32Array([2203969,2204001,2181377,2204033,2204065,6291456,2204097,6291456,0,0,0,0,0,0,0,0]),new Uint32Array([2169473,6291456,2169505,6291456,2169537,6291456,2169569,6291456,2169601,6291456,2169633,6291456,2169665,6291456,2169697,6291456]),new Uint32Array([2141542,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2220801,2220801,2220801,2220801,2220833,2220833,2220865,2220865,2220865,2220865,2220897,2220897,2220897,2220897,2139873,2139873]),new Uint32Array([0,0,0,0,0,23068672,23068672,0,0,0,0,0,0,0,6291456,0]),new Uint32Array([2214849,2218433,2218465,2218497,2218529,2218561,2214881,2218593,2218625,2218657,2218689,2218721,2218753,2216545,2218785,2218817]),new Uint32Array([23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0,6291456]),new Uint32Array([2136482,2164610,2164674,2164738,2164802,2132802,2132706,2164866,2132898,2164930,2164994,2165058,2165122,2132802,2132706,2164866]),new Uint32Array([2207649,2207681,2207713,2207745,2207777,2207809,2207841,2207873,2207905,2207937,2207969,2208001,2208033,2208065,2208097,2208129]),new Uint32Array([2123683,2105092,2152706,2123779,2105220,2152770,2100453,2098755,2123906,2124002,2124098,2124194,2124290,2124386,2124482,2124578]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,6291456,0,0,0,0,0,0,0,10485857]),new Uint32Array([6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([10508163,10508259,10508355,10508451,2200129,2200161,2192737,2200193,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2203553,6291456,2203585,6291456,6291456,6291456,2203617,6291456,2203649,6291456,2203681,6291456,2203713,6291456,2203745,6291456]),new Uint32Array([18884449,18884065,23068672,18884417,18884034,18921185,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,18874368]),new Uint32Array([2247393,2247426,2247489,2247521,2247553,2247586,2247649,2247681,2247713,2247745,2247777,2247810,2247873,2247905,2247937,2247969]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,23068672]),new Uint32Array([2134145,2097153,2134241,0,2132705,2130977,2160065,2131297,0,2133089,2160577,2133857,2235297,0,2235329,0]),new Uint32Array([2182593,6291456,2182625,6291456,2182657,6291456,2182689,6291456,2182721,6291456,2182753,6291456,2182785,6291456,2182817,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2102402,2102403,6291456,2110050]),new Uint32Array([2149890,2108323,2149954,6291456,2113441,6291456,2149057,6291456,2113441,6291456,2105473,2167265,2111137,2105505,6291456,2108353]),new Uint32Array([2219105,2219137,2195233,2251554,2251617,2251649,2251681,2251713,2251746,2251810,2251873,2251905,2251937,2251970,2252033,2219169]),new Uint32Array([2203009,6291456,2203041,6291456,2203073,6291456,2203105,6291456,2203137,6291456,2203169,6291456,2203201,6291456,2203233,6291456]),new Uint32Array([2128195,2128291,2128387,2128483,2128579,2128675,2128771,2128867,2128963,2129059,2129155,2129251,2129347,2129443,2129539,2129635]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2140964,2141156,2140966,2141158,2141350]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2225378,2225442,2225506,2225570,2225634,2225698,2225762,2225826,2225890,2225954,2226018,2226082,2226146,2226210,2226274,2226338]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417]),new Uint32Array([2108353,2108417,0,2105601,2108193,2157121,2157313,2157377,2157441,2100897,6291456,2108419,2173953,2173633,2173633,2173953]),new Uint32Array([2111713,2173121,2111905,2098177,2173153,2173185,2173217,2113153,2113345,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,2190753]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,2197249,6291456,2117377,2197281,2197313,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,0,0,0,0,0,0,23068672,0,0,0,0,0,6291456,6291456,6291456]),new Uint32Array([2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0]),new Uint32Array([0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,23068672,23068672,23068672]),new Uint32Array([2173281,6291456,2173313,6291456,2173345,6291456,2173377,6291456,0,0,10532546,6291456,6291456,6291456,10562017,2173441]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,0,0]),new Uint32Array([23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2159426,2159490,2159554,2159362,2159618,2159682,2139522,2136450,2159746,2159810,2159874,2130978,2131074,2131266,2131362,2159938]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2203233,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2203265,6291456,2203297,6291456,2203329,2203361,6291456]),new Uint32Array([6291456,6291456,2148418,2148482,2148546,0,6291456,2148610,2186529,2186561,2148417,2148545,2148482,10495778,2143969,10495778]),new Uint32Array([2134146,2139426,2160962,2134242,2161218,2161282,2161346,2161410,2138658,2134722,2134434,2134818,2097666,2097346,2097698,2105986]),new Uint32Array([2198881,2198913,2198945,2198977,2199009,2199041,2199073,2199105,2199137,2199169,2199201,2199233,2199265,2199297,2199329,2199361]),new Uint32Array([0,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456]),new Uint32Array([10610561,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193]),new Uint32Array([2183873,6291456,2183905,6291456,2183937,6291456,2183969,6291456,2184001,6291456,2184033,6291456,2184065,6291456,2184097,6291456]),new Uint32Array([2244642,2244706,2244769,2244801,2218305,2244833,2244865,2244897,2244929,2244961,2244993,2245026,2245089,2245122,2245185,0]),new Uint32Array([6291456,6291456,2116513,2116609,2116705,2116801,2199873,2199905,2199937,2199969,2190913,2200001,2200033,2200065,2200097,2191009]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,2180673,2180705,2180737,2180769,2180801,2180833,0,0]),new Uint32Array([2098081,2099521,2099105,2120705,2098369,2120801,2103361,2097985,2098433,2121377,2121473,2099169,2099873,2098401,2099393,2152609]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2150402]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,2145666,2145730,6291456,6291456]),new Uint32Array([2173921,2173953,2173985,2173761,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233057,2148481,2173601,2173633,2173665]),new Uint32Array([2187073,6291456,6291456,6291456,6291456,2098241,2098241,2108353,2100897,2111905,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2102404,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,2100612,6291456,6291456,6291456,6291456,6291456,6291456,6291456,10485857]),new Uint32Array([2149057,2233057,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889]),new Uint32Array([2217697,2217729,2217761,2217793,2217825,2217857,2217889,2217921,2217953,2215873,2217985,2215905,2218017,2218049,2218081,2218113]),new Uint32Array([2211233,2218849,2216673,2218881,2218913,2218945,2218977,2219009,2216833,2219041,2215137,2219073,2216865,2209505,2219105,2216897]),new Uint32Array([2240097,2240129,2240161,2240193,2240225,2240257,2240289,2240321,2240353,2240386,2240449,2240481,2240513,2240545,2207905,2240578]),new Uint32Array([6291456,6291456,2202273,6291456,2202305,6291456,2202337,6291456,2202369,6291456,2202401,6291456,2202433,6291456,2202465,6291456]),new Uint32Array([0,23068672,23068672,18923394,23068672,18923458,18923522,18884099,18923586,18884195,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2201121,6291456,2201153,6291456,2201185,6291456,2201217,6291456,2201249,6291456,2201281,6291456,2201313,6291456,2201345,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456]),new Uint32Array([2211041,2211073,2211105,2211137,2211169,2211201,2211233,2211265,2211297,2211329,2211361,2211393,2211425,2211457,2211489,2211521]),new Uint32Array([2181825,6291456,2181857,6291456,2181889,6291456,2181921,6291456,2181953,6291456,2181985,6291456,2182017,6291456,2182049,6291456]),new Uint32Array([2162337,2097633,2097633,2097633,2097633,2132705,2132705,2132705,2132705,2097153,2097153,2097153,2097153,2133089,2133089,2133089]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,2148545,6291456,2173473,6291456,2148865,6291456,2173505,6291456,2173537,6291456,2173569,6291456,2149121,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,0,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0]),new Uint32Array([2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953,2173985,2174017,2174017,2174049,2174081,2174113]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2207137,2207169,2207201,2207233,2207265,2207297,2207329,2207361,2207393,2207425,2207457,2207489,2207521,2207553,2207585,2207617]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,6291456,6291456,0,23068672,23068672,0,0,0,0,0,0]),new Uint32Array([2198401,2198433,2198465,2198497,0,2198529,2198561,2198593,2198625,2198657,2198689,2198721,2198753,2198785,2198817,2198849]),new Uint32Array([2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,0,0]),new Uint32Array([2216385,2118721,2216417,2216449,2216481,2216513,2216545,2211233,2216577,2216609,2216641,2216673,2216705,2216737,2216737,2216769]),new Uint32Array([2216801,2216833,2216865,2216897,2216929,2216961,2216993,2215169,2217025,2217057,2217089,2217121,2217154,2217217,0,0]),new Uint32Array([2210593,2191809,2210625,2210657,2210689,2210721,2210753,2210785,2210817,2210849,2191297,2210881,2210913,2210945,2210977,2211009]),new Uint32Array([0,0,2105825,0,0,2111905,2105473,0,0,2112289,2108193,2112481,2112577,0,2098305,2108321]),new Uint32Array([0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,2097153,2134241,0,2132705,0,0,2131297,0,2133089,0,2133857,0,2220769,0,2235361]),new Uint32Array([14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,6291456,6291456,14680064]),new Uint32Array([23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0]),new Uint32Array([2171873,6291456,2171905,6291456,2171937,6291456,2171969,6291456,2172001,6291456,2172033,6291456,2172065,6291456,2172097,6291456]),new Uint32Array([2220929,2220929,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2133857,2134145,2134145,2134145,2134145,2134241,2134241,2134241,2134241,2105889,2105889,2105889,2105889,2097185,2097185,2097185]),new Uint32Array([2173697,2173761,2173793,2174113,2173985,2173953,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,10499619,10499715,10499811,10499907]),new Uint32Array([0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,0,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,0,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,2144322,2144386,2144450,2144514,2144578,2144642,2144706,2144770]),new Uint32Array([23068672,23068672,23068672,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456]),new Uint32Array([2113153,2108481,2113345,2113441,2098209,2111137,0,2098241,2108353,2108417,2105825,0,0,2111905,2105473,2105569]),new Uint32Array([2236321,2236353,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2152194,2121283,2103684,2103812,2097986,2098533,2097990,2098693,2098595,2098853,2099013,2103940,2121379,2121475,2121571,2104068]),new Uint32Array([2206241,2206273,2206305,2206337,2206369,2206401,2206433,2206465,2206497,2206529,2206561,2206593,2206625,2206657,2206689,2206721]),new Uint32Array([6291456,6291456,6291456,6291456,16777216,16777216,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,23068672,23068672,10538818,10538882,6291456,6291456,2150338]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2214369,2214401,2214433,2214465,2214497,2214529,2214561,2214593,2194977,2214625,2195073,2214657,2214689,2214721,6291456,6291456]),new Uint32Array([2097152,2097152,2097152,2097152,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2182081,6291456,2182113,6291456,2182145,6291456,2182177,6291456,2182209,6291456,2182241,6291456,2182273,6291456,2182305,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2146881,2146945,2147009,2147073,2147137,2147201,2147265,2147329]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,23068672,23068672]),new Uint32Array([0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2122915,2123011,2123107,2104708,2123203,2123299,2123395,2100133,2104836,2100290,2100293,2104962,2104964,2098052,2123491,2123587]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456]),new Uint32Array([6291456,2171169,6291456,2171201,6291456,2171233,6291456,2171265,6291456,2171297,6291456,2171329,6291456,6291456,2171361,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,2148994,2149058,2149122,0,6291456,2149186,2186945,2173537,2148993,2149121,2149058,10531458,10496066,0]),new Uint32Array([2195009,2195041,2195073,2195105,2195137,2195169,2195201,2195233,2195265,2195297,2195329,2195361,2195393,2195425,2195457,2195489]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,0,0,6291456,6291456]),new Uint32Array([2182849,6291456,2182881,6291456,2182913,6291456,2182945,6291456,2182977,6291456,2183009,6291456,2183041,6291456,2183073,6291456]),new Uint32Array([2211553,2210081,2211585,2211617,2211649,2211681,2211713,2211745,2211777,2211809,2209569,2211841,2211873,2211905,2211937,2211969]),new Uint32Array([2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2166594,2127298,2166658,2142978,2141827,2166722]),new Uint32Array([2173985,2173761,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233057,2148481,2173601,2173633,2173665,2173697,2173729]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,2185761,2185793,2185825,2185857,2185889,2185921,0,0]),new Uint32Array([6291456,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,6291456]),new Uint32Array([0,0,0,2220961,2220961,2220961,2220961,2144193,2144193,2159201,2159201,2159265,2159265,2144194,2220993,2220993]),new Uint32Array([2192641,2235393,2235425,2152257,2116609,2235457,2235489,2200065,2235521,2235553,2235585,2212449,2235617,2235649,2235681,2235713]),new Uint32Array([2194049,2194081,2194113,2194145,2194177,2194209,2194241,2194273,2194305,2194337,2194369,2194401,2194433,2194465,2194497,2194529]),new Uint32Array([2196673,2208641,2208673,2208705,2208737,2208769,2208801,2208833,2208865,2208897,2208929,2208961,2208993,2209025,2209057,2209089]),new Uint32Array([2191681,2191713,2191745,2191777,2153281,2191809,2191841,2191873,2191905,2191937,2191969,2192001,2192033,2192065,2192097,2192129]),new Uint32Array([2230946,2231010,2231074,2231138,2231202,2231266,2231330,2231394,2231458,2231522,2231586,2231650,2231714,2231778,2231842,2231906]),new Uint32Array([14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2185953,2185985,2186017,2186049,2186081,2186113,2186145,2186177]),new Uint32Array([2139811,2139907,2097284,2105860,2105988,2106116,2106244,2097444,2097604,2097155,10485778,10486344,2106372,6291456,0,0]),new Uint32Array([2110051,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2172385,6291456,2172417,6291456,2172449,6291456,2172481,6291456,2172513,6291456,2172545,6291456,2172577,6291456,2172609,6291456]),new Uint32Array([0,0,23068672,23068672,6291456,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2249345,2249377,2249409,2249441,2249473,2249505,2249537,2249570,2210209,2249633,2249665,2249697,2249729,2249761,2249793,2216769]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,6291456,6291456,6291456,6291456]),new Uint32Array([2187169,2187201,2187233,2187265,2187297,2187329,2187361,2187393,2187425,2187457,2187489,2187521,2187553,2187585,2187617,2187649]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,0,6291456,6291456,0,0,0,6291456,6291456,6291456,0,0,0,6291456,6291456]),new Uint32Array([2182337,6291456,2182369,6291456,2182401,6291456,2182433,6291456,2182465,6291456,2182497,6291456,2182529,6291456,2182561,6291456]),new Uint32Array([2138179,2138275,2138371,2138467,2134243,2134435,2138563,2138659,2138755,2138851,2138947,2139043,2138947,2138755,2139139,2139235]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0]),new Uint32Array([0,0,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2250498,2250562,2250625,2250657,2208321,2250689,2250721,2250753,2250785,2250817,2250849,2218945,2250881,2250913,2250945,0]),new Uint32Array([2170369,2105569,2098305,2108481,2173249,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456]),new Uint32Array([2100897,2111905,2105473,2105569,2105601,0,2108193,0,0,0,2098305,2108321,2108289,2100865,2113153,2108481]),new Uint32Array([2100897,2100897,2105569,2105569,6291456,2112289,2149826,6291456,6291456,2112481,2112577,2098177,2098177,2098177,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,6291456,6291456,6291456]),new Uint32Array([6291456,2169953,2169985,6291456,2170017,6291456,2170049,2170081,6291456,2170113,2170145,2170177,6291456,6291456,2170209,2170241]),new Uint32Array([6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2220641,2220641,2220673,2220673,2220673,2220673,2220705,2220705,2220705,2220705,2220737,2220737,2220737,2220737,2220769,2220769]),new Uint32Array([2127650,2127746,2127842,2127938,2128034,2128130,2128226,2128322,2128418,2127523,2127619,2127715,2127811,2127907,2128003,2128099]),new Uint32Array([2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953,2173985,2173761,2174017,2174049,2174081,2174113,2174145,2174177]),new Uint32Array([0,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2204705,2204737,2204769,2204801,2204833,2204865,2204897,2204929,2204961,2204993,2205025,2205057,2205089,2205121,2205153,2205185]),new Uint32Array([2176385,6291456,2176417,6291456,2176449,6291456,2176481,6291456,2176513,6291456,2176545,6291456,2176577,6291456,2176609,6291456]),new Uint32Array([2195521,2195553,2195585,2195617,2195649,2195681,2117857,2195713,2195745,2195777,2195809,2195841,2195873,2195905,2195937,2195969]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456]),new Uint32Array([2173921,2173953,2173985,2174017,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233089,2173697,2173761,2173793,2174113]),new Uint32Array([2131586,2132450,2135970,2135778,2161602,2136162,2163650,2161794,2135586,2163714,2137186,2131810,2160290,2135170,2097506,2159554]),new Uint32Array([2134145,2097153,2134241,2105953,2132705,2130977,2160065,2131297,2162049,2133089,2160577,2133857,0,0,0,0]),new Uint32Array([2116513,2116609,2116705,2116801,2116897,2116993,2117089,2117185,2117281,2117377,2117473,2117569,2117665,2117761,2117857,2117953]),new Uint32Array([2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,2100802,2101154,2101282,2101410,2101538,2101666,2101794]),new Uint32Array([2100289,2098657,2098049,2200737,2123489,2123681,2200769,2098625,2100321,2098145,2100449,2098017,2098753,2098977,2150241,2150305]),new Uint32Array([6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,2109955,6291456,6291456,0,0,0,0]),new Uint32Array([18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,6291456,0,0]),new Uint32Array([2130979,2131075,2131075,2131171,2131267,2131363,2131459,2131555,2131651,2131651,2131747,2131843,2131939,2132035,2132131,2132227]),new Uint32Array([0,2177793,6291456,2177825,6291456,2177857,6291456,2177889,6291456,2177921,6291456,2177953,6291456,2177985,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2113345,0,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289]),new Uint32Array([2136643,2136739,2136835,2136931,2137027,2137123,2137219,2137315,2137411,2137507,2137603,2137699,2137795,2137891,2137987,2138083]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([2174433,6291456,2174465,6291456,2174497,6291456,2174529,6291456,2174561,6291456,2174593,6291456,2174625,6291456,2174657,6291456]),new Uint32Array([0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441]),new Uint32Array([10496547,10496643,2105505,2149698,6291456,10496739,10496835,2170273,6291456,2149762,2105825,2111713,2111713,2111713,2111713,2168673]),new Uint32Array([6291456,2143490,2143490,2143490,2171649,6291456,2171681,2171713,2171745,6291456,2171777,6291456,2171809,6291456,2171841,6291456]),new Uint32Array([2159106,2159106,2159170,2159170,2159234,2159234,2159298,2159298,2159298,2159362,2159362,2159362,2106401,2106401,2106401,2106401]),new Uint32Array([2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137]),new Uint32Array([2108417,2181217,2181249,2181281,2170433,2170401,2181313,2181345,2181377,2181409,2181441,2181473,2181505,2181537,2170529,2181569]),new Uint32Array([2218433,2245761,2245793,2245825,2245857,2245890,2245953,2245986,2209665,2246050,2246113,2246146,2246210,2246274,2246337,2246369]),new Uint32Array([2230754,2230818,2230882,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,0,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2184129,6291456,2184161,6291456,2184193,6291456,6291456,6291456,6291456,6291456,2146818,2183361,6291456,6291456,2142978,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2135170,2097506,2130691,2130787,2130883,2163970,2164034,2164098,2164162,2164226,2164290,2164354,2164418,2164482,2164546,2133122]),new Uint32Array([2108515,2108611,2100740,2108707,2108803,2108899,2108995,2109091,2109187,2109283,2109379,2109475,2109571,2109667,2109763,2100738]),new Uint32Array([2102788,2102916,2103044,2120515,2103172,2120611,2120707,2098373,2103300,2120803,2120899,2120995,2103428,2103556,2121091,2121187]),new Uint32Array([2158082,2158146,0,2158210,2158274,0,2158338,2158402,2158466,2129922,2158530,2158594,2158658,2158722,2158786,2158850]),new Uint32Array([10499619,10499715,10499811,10499907,10500003,10500099,10500195,10500291,10500387,10500483,10500579,10500675,10500771,10500867,10500963,10501059]),new Uint32Array([2239585,2239618,2239681,2239713,0,2191969,2239745,2239777,2192033,2239809,2239841,2239874,2239937,2239970,2240033,2240065]),new Uint32Array([2252705,2252738,2252801,2252833,2252865,2252897,2252930,2252994,2253057,2253089,2253121,2253154,2253217,2253250,2219361,2219361]),new Uint32Array([2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,10538050,10538114,10538178,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2226402,2226466,2226530,2226594,2226658,2226722,2226786,2226850,2226914,2226978,2227042,2227106,2227170,2227234,2227298,2227362]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,2144066,2144130,2144194,2144258,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,6291456,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0]),new Uint32Array([2124674,2124770,2123875,2123971,2124067,2124163,2124259,2124355,2124451,2124547,2124643,2124739,2124835,2124931,2125027,2125123]),new Uint32Array([2168065,6291456,2168097,6291456,2168129,6291456,2168161,6291456,2168193,6291456,2168225,6291456,2168257,6291456,2168289,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0]),new Uint32Array([23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,2100610,2100611,6291456,2107842,2107843,6291456,6291456,6291456,6291456,10537922,6291456,10537986,6291456]),new Uint32Array([2174849,2174881,2174913,2174945,2174977,2175009,2175041,2175073,2175105,2175137,2175169,2175201,2175233,2175265,2175297,2175329]),new Uint32Array([2154562,2154626,2154690,2154754,2141858,2154818,2154882,2127298,2154946,2127298,2155010,2155074,2155138,2155202,2155266,2155202]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,23068672,0]),new Uint32Array([2200641,2150786,2150850,2150914,2150978,2151042,2106562,2151106,2150562,2151170,2151234,2151298,2151362,2151426,2151490,2151554]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,6291456,6291456]),new Uint32Array([2220289,2220289,2220321,2220321,2220321,2220321,2220353,2220353,2220353,2220353,2220385,2220385,2220385,2220385,2220417,2220417]),new Uint32Array([2155330,2155394,0,2155458,2155522,2155586,2105732,0,2155650,2155714,2155778,2125314,2155842,2155906,2126274,2155970]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,6291456,6291456,23068672,23068672,6291456,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0]),new Uint32Array([2097729,2106017,2106017,2106017,2106017,2131297,2131297,2131297,2131297,2106081,2106081,2162049,2162049,2105953,2105953,2162337]),new Uint32Array([2097185,2097697,2097697,2097697,2097697,2135777,2135777,2135777,2135777,2097377,2097377,2097377,2097377,2097601,2097601,2097217]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23068672]),new Uint32Array([2139331,2139427,2139523,2139043,2133571,2132611,2139619,2139715,0,0,0,0,0,0,0,0]),new Uint32Array([2174113,2174145,2100897,2098177,2108289,2100865,2173601,2173633,2173985,2174113,2174145,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,23068672,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,18923778,23068672,23068672,23068672,23068672,18923842,23068672,23068672,23068672,23068672,18923906,23068672,23068672,23068672]),new Uint32Array([2134145,2097153,2134241,0,2132705,2130977,2160065,2131297,0,2133089,0,2133857,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2177537,6291456,2177569,6291456,2177601,6291456,2177633,6291456,2177665,6291456,2177697,6291456,2177729,6291456,2177761,6291456]),new Uint32Array([2212481,2212513,2212545,2212577,2197121,2212609,2212641,2212673,2212705,2212737,2212769,2212801,2212833,2212865,2212897,2212929]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,6291456,6291456,0,0,0,0,0,0,0,0,0]),new Uint32Array([2098241,2108353,2170209,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,6291456,2108193,2172417,2112481,2098177]),new Uint32Array([6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456])],t=new Uint16Array([616,616,565,147,161,411,330,2,131,131,328,454,241,408,86,86,696,113,285,350,325,301,473,214,639,232,447,64,369,598,124,672,567,223,621,154,107,86,86,86,86,86,86,505,86,68,634,86,218,218,218,218,486,218,218,513,188,608,216,86,217,463,668,85,700,360,184,86,86,86,647,402,153,10,346,718,662,260,145,298,117,1,443,342,138,54,563,86,240,572,218,70,387,86,118,460,641,602,86,86,306,218,86,692,86,86,86,86,86,162,707,86,458,26,86,218,638,86,86,86,86,86,65,449,86,86,306,183,86,58,391,667,86,157,131,131,131,131,86,433,131,406,31,218,247,86,86,693,218,581,351,86,438,295,69,462,45,126,173,650,14,295,69,97,168,187,641,78,523,390,69,108,287,664,173,219,83,295,69,108,431,426,173,694,412,115,628,52,257,398,641,118,501,121,69,579,151,423,173,620,464,121,69,382,151,476,173,27,53,121,86,594,578,226,173,86,632,130,86,96,228,268,641,622,563,86,86,21,148,650,131,131,321,43,144,343,381,531,131,131,178,20,86,399,156,375,164,541,30,60,715,198,92,118,131,131,86,86,306,407,86,280,457,196,488,358,131,131,244,86,86,143,86,86,86,86,86,667,563,86,86,86,86,86,86,86,86,86,86,86,86,86,336,363,86,86,336,86,86,380,678,67,86,86,86,678,86,86,86,512,86,307,86,708,86,86,86,86,86,528,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,563,307,86,86,86,86,86,104,450,337,86,720,86,32,450,397,86,86,86,587,218,558,708,708,293,708,86,86,86,86,86,694,205,86,8,86,86,86,86,549,86,667,697,697,679,86,458,460,86,86,650,86,708,543,86,86,86,245,86,86,86,140,218,127,708,708,458,197,131,131,131,131,500,86,86,483,251,86,306,510,515,86,722,86,86,86,65,201,86,86,483,580,470,86,86,86,368,131,131,131,694,114,110,555,86,86,123,721,163,142,713,418,86,317,675,209,218,218,218,371,545,592,629,490,603,199,46,320,525,680,310,279,388,111,42,252,593,607,235,617,410,377,50,548,135,356,17,520,189,116,392,600,349,332,482,699,690,535,119,106,451,71,152,667,131,218,218,265,671,637,492,504,533,683,269,269,658,86,86,86,86,86,86,86,86,86,491,619,86,86,6,86,86,86,86,86,86,86,86,86,86,86,229,86,86,86,86,86,86,86,86,86,86,86,86,667,86,86,171,131,118,131,656,206,234,571,89,334,670,246,311,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,534,86,86,86,86,86,86,82,86,86,86,86,86,430,86,86,86,86,86,86,86,86,86,599,86,324,86,470,69,640,264,131,626,101,174,86,86,667,233,105,73,374,394,221,204,84,28,326,86,86,471,86,86,86,109,573,86,171,200,200,200,200,218,218,86,86,86,86,460,131,131,131,86,506,86,86,86,86,86,220,404,34,614,47,442,305,25,612,338,601,648,7,344,255,131,131,51,86,312,507,563,86,86,86,86,588,86,86,86,86,86,530,511,86,458,3,435,384,556,522,230,527,86,118,86,86,717,86,137,273,79,181,484,23,93,112,655,249,417,703,370,87,98,313,684,585,155,465,596,481,695,18,416,428,61,701,706,282,643,495,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,549,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,549,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,307,86,86,86,171,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,650,131,422,542,420,263,24,172,86,86,86,86,86,566,86,86,132,540,395,353,494,519,19,485,284,472,131,131,131,16,714,86,211,708,86,86,86,694,698,86,86,483,704,708,218,272,86,86,120,86,159,478,86,307,247,86,86,663,597,459,627,667,86,86,277,455,39,302,86,250,86,86,86,271,99,452,306,281,329,400,200,86,86,362,549,352,646,461,323,586,86,86,4,708,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,717,86,518,86,86,650,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,125,554,480,300,613,72,333,288,561,544,604,48,719,91,169,176,590,224,76,191,29,559,560,231,537,166,477,538,256,437,131,131,469,167,40,0,685,266,441,705,239,642,475,568,640,610,299,673,517,318,385,22,202,180,179,359,424,215,90,66,521,653,467,682,453,409,479,88,131,661,35,303,15,262,666,630,712,131,131,618,659,175,218,195,347,193,227,261,150,165,709,546,294,569,710,270,413,376,524,55,242,38,419,529,170,657,3,304,122,379,278,131,651,86,67,576,458,458,131,131,86,86,86,86,86,86,86,118,309,86,86,547,86,86,86,86,667,650,664,131,131,86,86,56,131,131,131,131,131,131,131,131,86,307,86,86,86,664,238,650,86,86,717,86,118,86,86,315,86,59,86,86,574,549,131,131,340,57,436,86,86,86,86,86,86,458,708,499,691,62,86,650,86,86,694,86,86,86,319,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,171,86,549,694,131,131,131,131,131,131,131,131,131,77,86,86,139,86,502,86,86,86,667,595,131,131,131,86,12,86,13,86,609,131,131,131,131,86,86,86,625,86,669,86,86,182,129,86,5,694,104,86,86,86,86,131,131,86,86,386,171,86,86,86,345,86,324,86,589,86,213,36,131,131,131,131,131,86,86,86,86,104,131,131,131,141,290,80,677,86,86,86,267,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,667,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,515,86,86,33,136,669,86,711,515,86,86,550,640,86,104,708,515,86,159,372,717,86,86,444,515,86,86,663,37,86,563,460,86,390,624,702,131,131,131,131,389,59,708,86,86,341,208,708,635,295,69,108,431,508,100,190,131,131,131,131,131,131,131,131,86,86,86,649,516,660,131,131,86,86,86,218,631,708,131,131,131,131,131,131,131,131,131,131,86,86,341,575,238,514,131,131,86,86,86,218,291,708,307,131,86,86,306,367,708,131,131,131,86,378,697,86,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,615,253,86,86,86,292,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,104,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,69,86,341,553,549,86,307,86,86,645,275,455,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,708,131,131,131,131,131,131,86,86,86,86,86,86,667,460,86,86,86,86,86,86,86,86,86,86,86,86,717,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,667,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,171,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,104,86,667,459,131,131,131,131,131,131,86,458,225,86,86,86,516,549,11,390,405,86,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,460,44,218,197,711,515,131,131,131,131,664,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,307,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,308,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,640,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,118,307,104,286,591,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,549,86,86,681,86,86,75,185,314,582,86,358,496,474,86,104,131,86,86,86,86,146,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,171,86,640,131,131,131,131,131,131,131,131,246,503,689,339,674,81,258,415,439,128,562,366,414,246,503,689,583,222,557,316,636,665,186,355,95,670,246,503,689,339,674,557,258,415,439,186,355,95,670,246,503,689,446,644,536,652,331,532,335,440,274,421,297,570,74,425,364,425,606,552,403,509,134,365,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,218,218,218,498,218,218,577,627,551,497,572,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,553,354,236,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,296,455,131,131,456,243,103,86,41,459,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,9,276,158,716,393,564,383,489,401,654,210,654,131,131,131,640,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,650,86,86,86,86,86,86,717,667,563,563,563,86,549,102,686,133,246,605,86,448,86,86,207,307,131,131,131,641,86,177,611,445,373,194,584,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,308,307,171,86,86,86,86,86,86,86,717,86,86,86,86,86,460,131,131,650,86,86,86,694,708,86,86,694,86,458,131,131,131,131,131,131,667,694,289,650,667,131,131,86,640,131,131,664,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,171,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,460,86,86,86,86,86,86,86,86,86,86,86,86,86,458,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,640,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,466,203,149,429,94,432,160,687,539,63,237,283,192,248,348,259,427,526,396,676,254,468,487,212,327,623,49,633,322,493,434,688,357,361,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131]),r="\u0635\u0644\u0649 \u0627\u0644\u0644\u0647 \u0639\u0644\u064a\u0647 \u0648\u0633\u0644\u0645\u062c\u0644 \u062c\u0644\u0627\u0644\u0647\u30ad\u30ed\u30e1\u30fc\u30c8\u30ebrad\u2215s2\u30a8\u30b9\u30af\u30fc\u30c9\u30ad\u30ed\u30b0\u30e9\u30e0\u30ad\u30ed\u30ef\u30c3\u30c8\u30b0\u30e9\u30e0\u30c8\u30f3\u30af\u30eb\u30bc\u30a4\u30ed\u30b5\u30f3\u30c1\u30fc\u30e0\u30d1\u30fc\u30bb\u30f3\u30c8\u30d4\u30a2\u30b9\u30c8\u30eb\u30d5\u30a1\u30e9\u30c3\u30c9\u30d6\u30c3\u30b7\u30a7\u30eb\u30d8\u30af\u30bf\u30fc\u30eb\u30de\u30f3\u30b7\u30e7\u30f3\u30df\u30ea\u30d0\u30fc\u30eb\u30ec\u30f3\u30c8\u30b2\u30f3\u2032\u2032\u2032\u20321\u204410viii(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)\u222b\u222b\u222b\u222b(\uc624\uc804)(\uc624\ud6c4)\u30a2\u30d1\u30fc\u30c8\u30a2\u30eb\u30d5\u30a1\u30a2\u30f3\u30da\u30a2\u30a4\u30cb\u30f3\u30b0\u30a8\u30fc\u30ab\u30fc\u30ab\u30e9\u30c3\u30c8\u30ab\u30ed\u30ea\u30fc\u30ad\u30e5\u30ea\u30fc\u30ae\u30eb\u30c0\u30fc\u30af\u30ed\u30fc\u30cd\u30b5\u30a4\u30af\u30eb\u30b7\u30ea\u30f3\u30b0\u30d0\u30fc\u30ec\u30eb\u30d5\u30a3\u30fc\u30c8\u30dd\u30a4\u30f3\u30c8\u30de\u30a4\u30af\u30ed\u30df\u30af\u30ed\u30f3\u30e1\u30ac\u30c8\u30f3\u30ea\u30c3\u30c8\u30eb\u30eb\u30fc\u30d6\u30eb\u682a\u5f0f\u4f1a\u793ekcalm\u2215s2c\u2215kg\u0627\u0643\u0628\u0631\u0645\u062d\u0645\u062f\u0635\u0644\u0639\u0645\u0631\u0633\u0648\u0644\u0631\u06cc\u0627\u06441\u204441\u204423\u20444 \u0308\u0301\u0fb2\u0f71\u0f80\u0fb3\u0f71\u0f80 \u0308\u0342 \u0313\u0300 \u0313\u0301 \u0313\u0342 \u0314\u0300 \u0314\u0301 \u0314\u0342 \u0308\u0300\u2035\u2035\u2035a/ca/sc/oc/utelfax1\u204471\u204491\u204432\u204431\u204452\u204453\u204454\u204451\u204465\u204461\u204483\u204485\u204487\u20448xii0\u20443\u222e\u222e\u222e(1)(2)(3)(4)(5)(6)(7)(8)(9)(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)(m)(n)(o)(p)(q)(r)(s)(t)(u)(v)(w)(x)(y)(z)::====(\u1100)(\u1102)(\u1103)(\u1105)(\u1106)(\u1107)(\u1109)(\u110b)(\u110c)(\u110e)(\u110f)(\u1110)(\u1111)(\u1112)(\uac00)(\ub098)(\ub2e4)(\ub77c)(\ub9c8)(\ubc14)(\uc0ac)(\uc544)(\uc790)(\ucc28)(\uce74)(\ud0c0)(\ud30c)(\ud558)(\uc8fc)(\u4e00)(\u4e8c)(\u4e09)(\u56db)(\u4e94)(\u516d)(\u4e03)(\u516b)(\u4e5d)(\u5341)(\u6708)(\u706b)(\u6c34)(\u6728)(\u91d1)(\u571f)(\u65e5)(\u682a)(\u6709)(\u793e)(\u540d)(\u7279)(\u8ca1)(\u795d)(\u52b4)(\u4ee3)(\u547c)(\u5b66)(\u76e3)(\u4f01)(\u8cc7)(\u5354)(\u796d)(\u4f11)(\u81ea)(\u81f3)pte10\u670811\u670812\u6708ergltd\u30a2\u30fc\u30eb\u30a4\u30f3\u30c1\u30a6\u30a9\u30f3\u30aa\u30f3\u30b9\u30aa\u30fc\u30e0\u30ab\u30a4\u30ea\u30ac\u30ed\u30f3\u30ac\u30f3\u30de\u30ae\u30cb\u30fc\u30b1\u30fc\u30b9\u30b3\u30eb\u30ca\u30b3\u30fc\u30dd\u30bb\u30f3\u30c1\u30c0\u30fc\u30b9\u30ce\u30c3\u30c8\u30cf\u30a4\u30c4\u30d1\u30fc\u30c4\u30d4\u30af\u30eb\u30d5\u30e9\u30f3\u30da\u30cb\u30d2\u30d8\u30eb\u30c4\u30da\u30f3\u30b9\u30da\u30fc\u30b8\u30d9\u30fc\u30bf\u30dc\u30eb\u30c8\u30dd\u30f3\u30c9\u30db\u30fc\u30eb\u30db\u30fc\u30f3\u30de\u30a4\u30eb\u30de\u30c3\u30cf\u30de\u30eb\u30af\u30e4\u30fc\u30c9\u30e4\u30fc\u30eb\u30e6\u30a2\u30f3\u30eb\u30d4\u30fc10\u70b911\u70b912\u70b913\u70b914\u70b915\u70b916\u70b917\u70b918\u70b919\u70b920\u70b921\u70b922\u70b923\u70b924\u70b9hpabardm2dm3khzmhzghzthzmm2cm2km2mm3cm3km3kpampagpalogmilmolppmv\u2215ma\u2215m10\u65e511\u65e512\u65e513\u65e514\u65e515\u65e516\u65e517\u65e518\u65e519\u65e520\u65e521\u65e522\u65e523\u65e524\u65e525\u65e526\u65e527\u65e528\u65e529\u65e530\u65e531\u65e5galffiffl\u05e9\u05bc\u05c1\u05e9\u05bc\u05c2 \u064c\u0651 \u064d\u0651 \u064e\u0651 \u064f\u0651 \u0650\u0651 \u0651\u0670\u0640\u064e\u0651\u0640\u064f\u0651\u0640\u0650\u0651\u062a\u062c\u0645\u062a\u062d\u062c\u062a\u062d\u0645\u062a\u062e\u0645\u062a\u0645\u062c\u062a\u0645\u062d\u062a\u0645\u062e\u062c\u0645\u062d\u062d\u0645\u064a\u062d\u0645\u0649\u0633\u062d\u062c\u0633\u062c\u062d\u0633\u062c\u0649\u0633\u0645\u062d\u0633\u0645\u062c\u0633\u0645\u0645\u0635\u062d\u062d\u0635\u0645\u0645\u0634\u062d\u0645\u0634\u062c\u064a\u0634\u0645\u062e\u0634\u0645\u0645\u0636\u062d\u0649\u0636\u062e\u0645\u0637\u0645\u062d\u0637\u0645\u0645\u0637\u0645\u064a\u0639\u062c\u0645\u0639\u0645\u0645\u0639\u0645\u0649\u063a\u0645\u0645\u063a\u0645\u064a\u063a\u0645\u0649\u0641\u062e\u0645\u0642\u0645\u062d\u0642\u0645\u0645\u0644\u062d\u0645\u0644\u062d\u064a\u0644\u062d\u0649\u0644\u062c\u062c\u0644\u062e\u0645\u0644\u0645\u062d\u0645\u062d\u062c\u0645\u062d\u064a\u0645\u062c\u062d\u0645\u062c\u0645\u0645\u062e\u0645\u0645\u062c\u062e\u0647\u0645\u062c\u0647\u0645\u0645\u0646\u062d\u0645\u0646\u062d\u0649\u0646\u062c\u0645\u0646\u062c\u0649\u0646\u0645\u064a\u0646\u0645\u0649\u064a\u0645\u0645\u0628\u062e\u064a\u062a\u062c\u064a\u062a\u062c\u0649\u062a\u062e\u064a\u062a\u062e\u0649\u062a\u0645\u064a\u062a\u0645\u0649\u062c\u0645\u064a\u062c\u062d\u0649\u062c\u0645\u0649\u0633\u062e\u0649\u0635\u062d\u064a\u0634\u062d\u064a\u0636\u062d\u064a\u0644\u062c\u064a\u0644\u0645\u064a\u064a\u062d\u064a\u064a\u062c\u064a\u064a\u0645\u064a\u0645\u0645\u064a\u0642\u0645\u064a\u0646\u062d\u064a\u0639\u0645\u064a\u0643\u0645\u064a\u0646\u062c\u062d\u0645\u062e\u064a\u0644\u062c\u0645\u0643\u0645\u0645\u062c\u062d\u064a\u062d\u062c\u064a\u0645\u062c\u064a\u0641\u0645\u064a\u0628\u062d\u064a\u0633\u062e\u064a\u0646\u062c\u064a\u0635\u0644\u06d2\u0642\u0644\u06d2\ud834\udd58\ud834\udd65\ud834\udd6e\ud834\udd58\ud834\udd65\ud834\udd6f\ud834\udd58\ud834\udd65\ud834\udd70\ud834\udd58\ud834\udd65\ud834\udd71\ud834\udd58\ud834\udd65\ud834\udd72\ud834\uddb9\ud834\udd65\ud834\udd6e\ud834\uddba\ud834\udd65\ud834\udd6e\ud834\uddb9\ud834\udd65\ud834\udd6f\ud834\uddba\ud834\udd65\ud834\udd6f\u3014s\u3015ppv\u3014\u672c\u3015\u3014\u4e09\u3015\u3014\u4e8c\u3015\u3014\u5b89\u3015\u3014\u70b9\u3015\u3014\u6253\u3015\u3014\u76d7\u3015\u3014\u52dd\u3015\u3014\u6557\u3015 \u0304 \u0301 \u0327ssi\u0307ijl\xb7\u02bcnd\u017eljnjdz \u0306 \u0307 \u030a \u0328 \u0303 \u030b \u03b9\u0565\u0582\u0627\u0674\u0648\u0674\u06c7\u0674\u064a\u0674\u0915\u093c\u0916\u093c\u0917\u093c\u091c\u093c\u0921\u093c\u0922\u093c\u092b\u093c\u092f\u093c\u09a1\u09bc\u09a2\u09bc\u09af\u09bc\u0a32\u0a3c\u0a38\u0a3c\u0a16\u0a3c\u0a17\u0a3c\u0a1c\u0a3c\u0a2b\u0a3c\u0b21\u0b3c\u0b22\u0b3c\u0e4d\u0e32\u0ecd\u0eb2\u0eab\u0e99\u0eab\u0ea1\u0f42\u0fb7\u0f4c\u0fb7\u0f51\u0fb7\u0f56\u0fb7\u0f5b\u0fb7\u0f40\u0fb5\u0f71\u0f72\u0f71\u0f74\u0fb2\u0f80\u0fb3\u0f80\u0f92\u0fb7\u0f9c\u0fb7\u0fa1\u0fb7\u0fa6\u0fb7\u0fab\u0fb7\u0f90\u0fb5a\u02be\u1f00\u03b9\u1f01\u03b9\u1f02\u03b9\u1f03\u03b9\u1f04\u03b9\u1f05\u03b9\u1f06\u03b9\u1f07\u03b9\u1f20\u03b9\u1f21\u03b9\u1f22\u03b9\u1f23\u03b9\u1f24\u03b9\u1f25\u03b9\u1f26\u03b9\u1f27\u03b9\u1f60\u03b9\u1f61\u03b9\u1f62\u03b9\u1f63\u03b9\u1f64\u03b9\u1f65\u03b9\u1f66\u03b9\u1f67\u03b9\u1f70\u03b9\u03b1\u03b9\u03ac\u03b9\u1fb6\u03b9 \u0342\u1f74\u03b9\u03b7\u03b9\u03ae\u03b9\u1fc6\u03b9\u1f7c\u03b9\u03c9\u03b9\u03ce\u03b9\u1ff6\u03b9 \u0333!! \u0305???!!?rs\xb0c\xb0fnosmtmivix\u2add\u0338 \u3099 \u309a\u3088\u308a\u30b3\u30c8333435\ucc38\uace0\uc8fc\uc758363738394042444546474849503\u67084\u67085\u67086\u67087\u67088\u67089\u6708hgev\u30ae\u30ac\u30c7\u30b7\u30c9\u30eb\u30ca\u30ce\u30d4\u30b3\u30d3\u30eb\u30da\u30bd\u30db\u30f3\u30ea\u30e9\u30ec\u30e0daauovpciu\u5e73\u6210\u662d\u548c\u5927\u6b63\u660e\u6cbbna\u03bcakakbmbgbpfnf\u03bcf\u03bcgmg\u03bclmldlklfmnm\u03bcmpsns\u03bcsmsnv\u03bcvkvpwnw\u03bcwmwkwk\u03c9m\u03c9bqcccddbgyhainkkktlnlxphprsrsvwbst\u0574\u0576\u0574\u0565\u0574\u056b\u057e\u0576\u0574\u056d\u05d9\u05b4\u05f2\u05b7\u05e9\u05c1\u05e9\u05c2\u05d0\u05b7\u05d0\u05b8\u05d0\u05bc\u05d1\u05bc\u05d2\u05bc\u05d3\u05bc\u05d4\u05bc\u05d5\u05bc\u05d6\u05bc\u05d8\u05bc\u05d9\u05bc\u05da\u05bc\u05db\u05bc\u05dc\u05bc\u05de\u05bc\u05e0\u05bc\u05e1\u05bc\u05e3\u05bc\u05e4\u05bc\u05e6\u05bc\u05e7\u05bc\u05e8\u05bc\u05ea\u05bc\u05d5\u05b9\u05d1\u05bf\u05db\u05bf\u05e4\u05bf\u05d0\u05dc\u0626\u0627\u0626\u06d5\u0626\u0648\u0626\u06c7\u0626\u06c6\u0626\u06c8\u0626\u06d0\u0626\u0649\u0626\u062c\u0626\u062d\u0626\u0645\u0626\u064a\u0628\u062c\u0628\u0645\u0628\u0649\u0628\u064a\u062a\u0649\u062a\u064a\u062b\u062c\u062b\u0645\u062b\u0649\u062b\u064a\u062e\u062d\u0636\u062c\u0636\u0645\u0637\u062d\u0638\u0645\u063a\u062c\u0641\u062c\u0641\u062d\u0641\u0649\u0641\u064a\u0642\u062d\u0642\u0649\u0642\u064a\u0643\u0627\u0643\u062c\u0643\u062d\u0643\u062e\u0643\u0644\u0643\u0649\u0643\u064a\u0646\u062e\u0646\u0649\u0646\u064a\u0647\u062c\u0647\u0649\u0647\u064a\u064a\u0649\u0630\u0670\u0631\u0670\u0649\u0670\u0626\u0631\u0626\u0632\u0626\u0646\u0628\u0632\u0628\u0646\u062a\u0631\u062a\u0632\u062a\u0646\u062b\u0631\u062b\u0632\u062b\u0646\u0645\u0627\u0646\u0631\u0646\u0632\u0646\u0646\u064a\u0631\u064a\u0632\u0626\u062e\u0626\u0647\u0628\u0647\u062a\u0647\u0635\u062e\u0646\u0647\u0647\u0670\u062b\u0647\u0633\u0647\u0634\u0647\u0637\u0649\u0637\u064a\u0639\u0649\u0639\u064a\u063a\u0649\u063a\u064a\u0633\u0649\u0633\u064a\u0634\u0649\u0634\u064a\u0635\u0649\u0635\u064a\u0636\u0649\u0636\u064a\u0634\u062e\u0634\u0631\u0633\u0631\u0635\u0631\u0636\u0631\u0627\u064b \u064b\u0640\u064b\u0640\u0651 \u0652\u0640\u0652\u0644\u0622\u0644\u0623\u0644\u0625\ud834\udd57\ud834\udd650,1,2,3,4,5,6,7,8,9,wzhvsdwcmcmddj\u307b\u304b\u30b3\u30b3\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf8\xf9\xfa\xfb\xfc\xfd\xfe\u0101\u0103\u0105\u0107\u0109\u010b\u010d\u010f\u0111\u0113\u0115\u0117\u0119\u011b\u011d\u011f\u0121\u0123\u0125\u0127\u0129\u012b\u012d\u012f\u0135\u0137\u013a\u013c\u013e\u0142\u0144\u0146\u0148\u014b\u014d\u014f\u0151\u0153\u0155\u0157\u0159\u015b\u015d\u015f\u0161\u0163\u0165\u0167\u0169\u016b\u016d\u016f\u0171\u0173\u0175\u0177\xff\u017a\u017c\u0253\u0183\u0185\u0254\u0188\u0256\u0257\u018c\u01dd\u0259\u025b\u0192\u0260\u0263\u0269\u0268\u0199\u026f\u0272\u0275\u01a1\u01a3\u01a5\u0280\u01a8\u0283\u01ad\u0288\u01b0\u028a\u028b\u01b4\u01b6\u0292\u01b9\u01bd\u01ce\u01d0\u01d2\u01d4\u01d6\u01d8\u01da\u01dc\u01df\u01e1\u01e3\u01e5\u01e7\u01e9\u01eb\u01ed\u01ef\u01f5\u0195\u01bf\u01f9\u01fb\u01fd\u01ff\u0201\u0203\u0205\u0207\u0209\u020b\u020d\u020f\u0211\u0213\u0215\u0217\u0219\u021b\u021d\u021f\u019e\u0223\u0225\u0227\u0229\u022b\u022d\u022f\u0231\u0233\u2c65\u023c\u019a\u2c66\u0242\u0180\u0289\u028c\u0247\u0249\u024b\u024d\u024f\u0266\u0279\u027b\u0281\u0295\u0371\u0373\u02b9\u0377;\u03f3\u03ad\u03af\u03cc\u03cd\u03b2\u03b3\u03b4\u03b5\u03b6\u03b8\u03ba\u03bb\u03bd\u03be\u03bf\u03c0\u03c1\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03ca\u03cb\u03d7\u03d9\u03db\u03dd\u03df\u03e1\u03e3\u03e5\u03e7\u03e9\u03eb\u03ed\u03ef\u03f8\u03fb\u037b\u037c\u037d\u0450\u0451\u0452\u0453\u0454\u0455\u0456\u0457\u0458\u0459\u045a\u045b\u045c\u045d\u045e\u045f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0461\u0463\u0465\u0467\u0469\u046b\u046d\u046f\u0471\u0473\u0475\u0477\u0479\u047b\u047d\u047f\u0481\u048b\u048d\u048f\u0491\u0493\u0495\u0497\u0499\u049b\u049d\u049f\u04a1\u04a3\u04a5\u04a7\u04a9\u04ab\u04ad\u04af\u04b1\u04b3\u04b5\u04b7\u04b9\u04bb\u04bd\u04bf\u04c2\u04c4\u04c6\u04c8\u04ca\u04cc\u04ce\u04d1\u04d3\u04d5\u04d7\u04d9\u04db\u04dd\u04df\u04e1\u04e3\u04e5\u04e7\u04e9\u04eb\u04ed\u04ef\u04f1\u04f3\u04f5\u04f7\u04f9\u04fb\u04fd\u04ff\u0501\u0503\u0505\u0507\u0509\u050b\u050d\u050f\u0511\u0513\u0515\u0517\u0519\u051b\u051d\u051f\u0521\u0523\u0525\u0527\u0529\u052b\u052d\u052f\u0561\u0562\u0563\u0564\u0566\u0567\u0568\u0569\u056a\u056c\u056e\u056f\u0570\u0571\u0572\u0573\u0575\u0577\u0578\u0579\u057a\u057b\u057c\u057d\u057f\u0580\u0581\u0583\u0584\u0585\u0586\u0f0b\u2d27\u2d2d\u10dc\u13f0\u13f1\u13f2\u13f3\u13f4\u13f5\ua64b\u0250\u0251\u1d02\u025c\u1d16\u1d17\u1d1d\u1d25\u0252\u0255\u025f\u0261\u0265\u026a\u1d7b\u029d\u026d\u1d85\u029f\u0271\u0270\u0273\u0274\u0278\u0282\u01ab\u1d1c\u0290\u0291\u1e01\u1e03\u1e05\u1e07\u1e09\u1e0b\u1e0d\u1e0f\u1e11\u1e13\u1e15\u1e17\u1e19\u1e1b\u1e1d\u1e1f\u1e21\u1e23\u1e25\u1e27\u1e29\u1e2b\u1e2d\u1e2f\u1e31\u1e33\u1e35\u1e37\u1e39\u1e3b\u1e3d\u1e3f\u1e41\u1e43\u1e45\u1e47\u1e49\u1e4b\u1e4d\u1e4f\u1e51\u1e53\u1e55\u1e57\u1e59\u1e5b\u1e5d\u1e5f\u1e61\u1e63\u1e65\u1e67\u1e69\u1e6b\u1e6d\u1e6f\u1e71\u1e73\u1e75\u1e77\u1e79\u1e7b\u1e7d\u1e7f\u1e81\u1e83\u1e85\u1e87\u1e89\u1e8b\u1e8d\u1e8f\u1e91\u1e93\u1e95\u1ea1\u1ea3\u1ea5\u1ea7\u1ea9\u1eab\u1ead\u1eaf\u1eb1\u1eb3\u1eb5\u1eb7\u1eb9\u1ebb\u1ebd\u1ebf\u1ec1\u1ec3\u1ec5\u1ec7\u1ec9\u1ecb\u1ecd\u1ecf\u1ed1\u1ed3\u1ed5\u1ed7\u1ed9\u1edb\u1edd\u1edf\u1ee1\u1ee3\u1ee5\u1ee7\u1ee9\u1eeb\u1eed\u1eef\u1ef1\u1ef3\u1ef5\u1ef7\u1ef9\u1efb\u1efd\u1eff\u1f10\u1f11\u1f12\u1f13\u1f14\u1f15\u1f30\u1f31\u1f32\u1f33\u1f34\u1f35\u1f36\u1f37\u1f40\u1f41\u1f42\u1f43\u1f44\u1f45\u1f51\u1f53\u1f55\u1f57\u1fb0\u1fb1\u1f72\u0390\u1fd0\u1fd1\u1f76\u03b0\u1fe0\u1fe1\u1f7a\u1fe5`\u1f78\u2010+\u2212\u2211\u3008\u3009\u2c30\u2c31\u2c32\u2c33\u2c34\u2c35\u2c36\u2c37\u2c38\u2c39\u2c3a\u2c3b\u2c3c\u2c3d\u2c3e\u2c3f\u2c40\u2c41\u2c42\u2c43\u2c44\u2c45\u2c46\u2c47\u2c48\u2c49\u2c4a\u2c4b\u2c4c\u2c4d\u2c4e\u2c4f\u2c50\u2c51\u2c52\u2c53\u2c54\u2c55\u2c56\u2c57\u2c58\u2c59\u2c5a\u2c5b\u2c5c\u2c5d\u2c5e\u2c61\u026b\u1d7d\u027d\u2c68\u2c6a\u2c6c\u2c73\u2c76\u023f\u0240\u2c81\u2c83\u2c85\u2c87\u2c89\u2c8b\u2c8d\u2c8f\u2c91\u2c93\u2c95\u2c97\u2c99\u2c9b\u2c9d\u2c9f\u2ca1\u2ca3\u2ca5\u2ca7\u2ca9\u2cab\u2cad\u2caf\u2cb1\u2cb3\u2cb5\u2cb7\u2cb9\u2cbb\u2cbd\u2cbf\u2cc1\u2cc3\u2cc5\u2cc7\u2cc9\u2ccb\u2ccd\u2ccf\u2cd1\u2cd3\u2cd5\u2cd7\u2cd9\u2cdb\u2cdd\u2cdf\u2ce1\u2ce3\u2cec\u2cee\u2cf3\u2d61\u6bcd\u9f9f\u4e28\u4e36\u4e3f\u4e59\u4e85\u4ea0\u4eba\u513f\u5165\u5182\u5196\u51ab\u51e0\u51f5\u5200\u529b\u52f9\u5315\u531a\u5338\u535c\u5369\u5382\u53b6\u53c8\u53e3\u56d7\u58eb\u5902\u590a\u5915\u5973\u5b50\u5b80\u5bf8\u5c0f\u5c22\u5c38\u5c6e\u5c71\u5ddb\u5de5\u5df1\u5dfe\u5e72\u5e7a\u5e7f\u5ef4\u5efe\u5f0b\u5f13\u5f50\u5f61\u5f73\u5fc3\u6208\u6236\u624b\u652f\u6534\u6587\u6597\u65a4\u65b9\u65e0\u66f0\u6b20\u6b62\u6b79\u6bb3\u6bcb\u6bd4\u6bdb\u6c0f\u6c14\u722a\u7236\u723b\u723f\u7247\u7259\u725b\u72ac\u7384\u7389\u74dc\u74e6\u7518\u751f\u7528\u7530\u758b\u7592\u7676\u767d\u76ae\u76bf\u76ee\u77db\u77e2\u77f3\u793a\u79b8\u79be\u7a74\u7acb\u7af9\u7c73\u7cf8\u7f36\u7f51\u7f8a\u7fbd\u8001\u800c\u8012\u8033\u807f\u8089\u81e3\u81fc\u820c\u821b\u821f\u826e\u8272\u8278\u864d\u866b\u8840\u884c\u8863\u897e\u898b\u89d2\u8a00\u8c37\u8c46\u8c55\u8c78\u8c9d\u8d64\u8d70\u8db3\u8eab\u8eca\u8f9b\u8fb0\u8fb5\u9091\u9149\u91c6\u91cc\u9577\u9580\u961c\u96b6\u96b9\u96e8\u9751\u975e\u9762\u9769\u97cb\u97ed\u97f3\u9801\u98a8\u98db\u98df\u9996\u9999\u99ac\u9aa8\u9ad8\u9adf\u9b25\u9b2f\u9b32\u9b3c\u9b5a\u9ce5\u9e75\u9e7f\u9ea5\u9ebb\u9ec3\u9ecd\u9ed1\u9ef9\u9efd\u9f0e\u9f13\u9f20\u9f3b\u9f4a\u9f52\u9f8d\u9f9c\u9fa0.\u3012\u5344\u5345\u1101\u11aa\u11ac\u11ad\u1104\u11b0\u11b1\u11b2\u11b3\u11b4\u11b5\u111a\u1108\u1121\u110a\u110d\u1161\u1162\u1163\u1164\u1165\u1166\u1167\u1168\u1169\u116a\u116b\u116c\u116d\u116e\u116f\u1170\u1171\u1172\u1173\u1174\u1175\u1114\u1115\u11c7\u11c8\u11cc\u11ce\u11d3\u11d7\u11d9\u111c\u11dd\u11df\u111d\u111e\u1120\u1122\u1123\u1127\u1129\u112b\u112c\u112d\u112e\u112f\u1132\u1136\u1140\u1147\u114c\u11f1\u11f2\u1157\u1158\u1159\u1184\u1185\u1188\u1191\u1192\u1194\u119e\u11a1\u4e0a\u4e2d\u4e0b\u7532\u4e19\u4e01\u5929\u5730\u554f\u5e7c\u7b8f\uc6b0\u79d8\u7537\u9069\u512a\u5370\u6ce8\u9805\u5199\u5de6\u53f3\u533b\u5b97\u591c\u30c6\u30cc\u30e2\u30e8\u30f0\u30f1\u30f2\ua641\ua643\ua645\ua647\ua649\ua64d\ua64f\ua651\ua653\ua655\ua657\ua659\ua65b\ua65d\ua65f\ua661\ua663\ua665\ua667\ua669\ua66b\ua66d\ua681\ua683\ua685\ua687\ua689\ua68b\ua68d\ua68f\ua691\ua693\ua695\ua697\ua699\ua69b\ua723\ua725\ua727\ua729\ua72b\ua72d\ua72f\ua733\ua735\ua737\ua739\ua73b\ua73d\ua73f\ua741\ua743\ua745\ua747\ua749\ua74b\ua74d\ua74f\ua751\ua753\ua755\ua757\ua759\ua75b\ua75d\ua75f\ua761\ua763\ua765\ua767\ua769\ua76b\ua76d\ua76f\ua77a\ua77c\u1d79\ua77f\ua781\ua783\ua785\ua787\ua78c\ua791\ua793\ua797\ua799\ua79b\ua79d\ua79f\ua7a1\ua7a3\ua7a5\ua7a7\ua7a9\u026c\u029e\u0287\uab53\ua7b5\ua7b7\uab37\uab52\u13a0\u13a1\u13a2\u13a3\u13a4\u13a5\u13a6\u13a7\u13a8\u13a9\u13aa\u13ab\u13ac\u13ad\u13ae\u13af\u13b0\u13b1\u13b2\u13b3\u13b4\u13b5\u13b6\u13b7\u13b8\u13b9\u13ba\u13bb\u13bc\u13bd\u13be\u13bf\u13c0\u13c1\u13c2\u13c3\u13c4\u13c5\u13c6\u13c7\u13c8\u13c9\u13ca\u13cb\u13cc\u13cd\u13ce\u13cf\u13d0\u13d1\u13d2\u13d3\u13d4\u13d5\u13d6\u13d7\u13d8\u13d9\u13da\u13db\u13dc\u13dd\u13de\u13df\u13e0\u13e1\u13e2\u13e3\u13e4\u13e5\u13e6\u13e7\u13e8\u13e9\u13ea\u13eb\u13ec\u13ed\u13ee\u13ef\u8c48\u66f4\u8cc8\u6ed1\u4e32\u53e5\u5951\u5587\u5948\u61f6\u7669\u7f85\u863f\u87ba\u88f8\u908f\u6a02\u6d1b\u70d9\u73de\u843d\u916a\u99f1\u4e82\u5375\u6b04\u721b\u862d\u9e1e\u5d50\u6feb\u85cd\u8964\u62c9\u81d8\u881f\u5eca\u6717\u6d6a\u72fc\u90ce\u4f86\u51b7\u52de\u64c4\u6ad3\u7210\u76e7\u8606\u865c\u8def\u9732\u9b6f\u9dfa\u788c\u797f\u7da0\u83c9\u9304\u8ad6\u58df\u5f04\u7c60\u807e\u7262\u78ca\u8cc2\u96f7\u58d8\u5c62\u6a13\u6dda\u6f0f\u7d2f\u7e37\u964b\u52d2\u808b\u51dc\u51cc\u7a1c\u7dbe\u83f1\u9675\u8b80\u62cf\u8afe\u4e39\u5be7\u6012\u7387\u7570\u5317\u78fb\u4fbf\u5fa9\u4e0d\u6ccc\u6578\u7d22\u53c3\u585e\u7701\u8449\u8aaa\u6bba\u6c88\u62fe\u82e5\u63a0\u7565\u4eae\u5169\u51c9\u6881\u7ce7\u826f\u8ad2\u91cf\u52f5\u5442\u5eec\u65c5\u6ffe\u792a\u95ad\u9a6a\u9e97\u9ece\u66c6\u6b77\u8f62\u5e74\u6190\u6200\u649a\u6f23\u7149\u7489\u79ca\u7df4\u806f\u8f26\u84ee\u9023\u934a\u5217\u52a3\u54bd\u70c8\u88c2\u5ec9\u5ff5\u637b\u6bae\u7c3e\u7375\u4ee4\u56f9\u5dba\u601c\u73b2\u7469\u7f9a\u8046\u9234\u96f6\u9748\u9818\u4f8b\u79ae\u91b4\u96b8\u60e1\u4e86\u50da\u5bee\u5c3f\u6599\u71ce\u7642\u84fc\u907c\u6688\u962e\u5289\u677b\u67f3\u6d41\u6e9c\u7409\u7559\u786b\u7d10\u985e\u622e\u9678\u502b\u5d19\u6dea\u8f2a\u5f8b\u6144\u6817\u9686\u5229\u540f\u5c65\u6613\u674e\u68a8\u6ce5\u7406\u75e2\u7f79\u88cf\u88e1\u96e2\u533f\u6eba\u541d\u71d0\u7498\u85fa\u96a3\u9c57\u9e9f\u6797\u6dcb\u81e8\u7b20\u7c92\u72c0\u7099\u8b58\u4ec0\u8336\u523a\u5207\u5ea6\u62d3\u7cd6\u5b85\u6d1e\u66b4\u8f3b\u964d\u5ed3\u5140\u55c0\u585a\u6674\u51de\u732a\u76ca\u793c\u795e\u7965\u798f\u9756\u7cbe\u8612\u8af8\u9038\u90fd\u98ef\u98fc\u9928\u9db4\u90de\u96b7\u4fae\u50e7\u514d\u52c9\u52e4\u5351\u559d\u5606\u5668\u5840\u58a8\u5c64\u6094\u6168\u618e\u61f2\u654f\u65e2\u6691\u6885\u6d77\u6e1a\u6f22\u716e\u722b\u7422\u7891\u7949\u7948\u7950\u7956\u798d\u798e\u7a40\u7a81\u7bc0\u7e09\u7e41\u7f72\u8005\u81ed\u8279\u8457\u8910\u8996\u8b01\u8b39\u8cd3\u8d08\u8fb6\u96e3\u97ff\u983b\u6075\ud850\udeee\u8218\u4e26\u51b5\u5168\u4f80\u5145\u5180\u52c7\u52fa\u5555\u5599\u55e2\u58b3\u5944\u5954\u5a62\u5b28\u5ed2\u5ed9\u5f69\u5fad\u60d8\u614e\u6108\u6160\u6234\u63c4\u641c\u6452\u6556\u671b\u6756\u6edb\u6ecb\u701e\u77a7\u7235\u72af\u7471\u7506\u753b\u761d\u761f\u76db\u76f4\u774a\u7740\u78cc\u7ab1\u7c7b\u7d5b\u7f3e\u8352\u83ef\u8779\u8941\u8986\u8abf\u8acb\u8aed\u8b8a\u8f38\u9072\u9199\u9276\u967c\u97db\u980b\u9b12\ud84a\udc4a\ud84a\udc44\ud84c\udfd5\u3b9d\u4018\u4039\ud854\ude49\ud857\udcd0\ud85f\uded3\u9f43\u9f8e\u05e2\u05dd\u0671\u067b\u067e\u0680\u067a\u067f\u0679\u06a4\u06a6\u0684\u0683\u0686\u0687\u068d\u068c\u068e\u0688\u0698\u0691\u06a9\u06af\u06b3\u06b1\u06ba\u06bb\u06c0\u06c1\u06be\u06d3\u06ad\u06cb\u06c5\u06c9\u3001\u3016\u3017\u2014\u2013_{}\u3010\u3011\u300a\u300b\u300c\u300d\u300e\u300f[]#&*-<>\\$%@\u0621\u0624\u0629\"'^|~\u2985\u2986\u30fb\u30a5\u30e3\xa2\xa3\xac\xa6\xa5\u20a9\u2502\u2190\u2191\u2192\u2193\u25a0\u25cb\ud801\udc28\ud801\udc29\ud801\udc2a\ud801\udc2b\ud801\udc2c\ud801\udc2d\ud801\udc2e\ud801\udc2f\ud801\udc30\ud801\udc31\ud801\udc32\ud801\udc33\ud801\udc34\ud801\udc35\ud801\udc36\ud801\udc37\ud801\udc38\ud801\udc39\ud801\udc3a\ud801\udc3b\ud801\udc3c\ud801\udc3d\ud801\udc3e\ud801\udc3f\ud801\udc40\ud801\udc41\ud801\udc42\ud801\udc43\ud801\udc44\ud801\udc45\ud801\udc46\ud801\udc47\ud801\udc48\ud801\udc49\ud801\udc4a\ud801\udc4b\ud801\udc4c\ud801\udc4d\ud801\udc4e\ud801\udc4f\ud801\udcd8\ud801\udcd9\ud801\udcda\ud801\udcdb\ud801\udcdc\ud801\udcdd\ud801\udcde\ud801\udcdf\ud801\udce0\ud801\udce1\ud801\udce2\ud801\udce3\ud801\udce4\ud801\udce5\ud801\udce6\ud801\udce7\ud801\udce8\ud801\udce9\ud801\udcea\ud801\udceb\ud801\udcec\ud801\udced\ud801\udcee\ud801\udcef\ud801\udcf0\ud801\udcf1\ud801\udcf2\ud801\udcf3\ud801\udcf4\ud801\udcf5\ud801\udcf6\ud801\udcf7\ud801\udcf8\ud801\udcf9\ud801\udcfa\ud801\udcfb\ud803\udcc0\ud803\udcc1\ud803\udcc2\ud803\udcc3\ud803\udcc4\ud803\udcc5\ud803\udcc6\ud803\udcc7\ud803\udcc8\ud803\udcc9\ud803\udcca\ud803\udccb\ud803\udccc\ud803\udccd\ud803\udcce\ud803\udccf\ud803\udcd0\ud803\udcd1\ud803\udcd2\ud803\udcd3\ud803\udcd4\ud803\udcd5\ud803\udcd6\ud803\udcd7\ud803\udcd8\ud803\udcd9\ud803\udcda\ud803\udcdb\ud803\udcdc\ud803\udcdd\ud803\udcde\ud803\udcdf\ud803\udce0\ud803\udce1\ud803\udce2\ud803\udce3\ud803\udce4\ud803\udce5\ud803\udce6\ud803\udce7\ud803\udce8\ud803\udce9\ud803\udcea\ud803\udceb\ud803\udcec\ud803\udced\ud803\udcee\ud803\udcef\ud803\udcf0\ud803\udcf1\ud803\udcf2\ud806\udcc0\ud806\udcc1\ud806\udcc2\ud806\udcc3\ud806\udcc4\ud806\udcc5\ud806\udcc6\ud806\udcc7\ud806\udcc8\ud806\udcc9\ud806\udcca\ud806\udccb\ud806\udccc\ud806\udccd\ud806\udcce\ud806\udccf\ud806\udcd0\ud806\udcd1\ud806\udcd2\ud806\udcd3\ud806\udcd4\ud806\udcd5\ud806\udcd6\ud806\udcd7\ud806\udcd8\ud806\udcd9\ud806\udcda\ud806\udcdb\ud806\udcdc\ud806\udcdd\ud806\udcde\ud806\udcdf\u0131\u0237\u2207\u2202\ud83a\udd22\ud83a\udd23\ud83a\udd24\ud83a\udd25\ud83a\udd26\ud83a\udd27\ud83a\udd28\ud83a\udd29\ud83a\udd2a\ud83a\udd2b\ud83a\udd2c\ud83a\udd2d\ud83a\udd2e\ud83a\udd2f\ud83a\udd30\ud83a\udd31\ud83a\udd32\ud83a\udd33\ud83a\udd34\ud83a\udd35\ud83a\udd36\ud83a\udd37\ud83a\udd38\ud83a\udd39\ud83a\udd3a\ud83a\udd3b\ud83a\udd3c\ud83a\udd3d\ud83a\udd3e\ud83a\udd3f\ud83a\udd40\ud83a\udd41\ud83a\udd42\ud83a\udd43\u066e\u06a1\u066f\u5b57\u53cc\u591a\u89e3\u4ea4\u6620\u7121\u524d\u5f8c\u518d\u65b0\u521d\u7d42\u8ca9\u58f0\u5439\u6f14\u6295\u6355\u904a\u6307\u7981\u7a7a\u5408\u6e80\u7533\u5272\u55b6\u914d\u5f97\u53ef\u4e3d\u4e38\u4e41\ud840\udd22\u4f60\u4fbb\u5002\u507a\u5099\u50cf\u349e\ud841\ude3a\u5154\u5164\u5177\ud841\udd1c\u34b9\u5167\ud841\udd4b\u5197\u51a4\u4ecc\u51ac\ud864\udddf\u5203\u34df\u523b\u5246\u5277\u3515\u5305\u5306\u5349\u535a\u5373\u537d\u537f\ud842\ude2c\u7070\u53ca\u53df\ud842\udf63\u53eb\u53f1\u5406\u549e\u5438\u5448\u5468\u54a2\u54f6\u5510\u5553\u5563\u5584\u55ab\u55b3\u55c2\u5716\u5717\u5651\u5674\u58ee\u57ce\u57f4\u580d\u578b\u5832\u5831\u58ac\ud845\udce4\u58f2\u58f7\u5906\u5922\u5962\ud845\udea8\ud845\udeea\u59ec\u5a1b\u5a27\u59d8\u5a66\u36ee\u5b08\u5b3e\ud846\uddc8\u5bc3\u5bd8\u5bf3\ud846\udf18\u5bff\u5c06\u3781\u5c60\u5cc0\u5c8d\ud847\udde4\u5d43\ud847\udde6\u5d6e\u5d6b\u5d7c\u5de1\u5de2\u382f\u5dfd\u5e28\u5e3d\u5e69\u3862\ud848\udd83\u387c\u5eb0\u5eb3\u5eb6\ud868\udf92\ud848\udf31\u8201\u5f22\u38c7\ud84c\udeb8\ud858\uddda\u5f62\u5f6b\u38e3\u5f9a\u5fcd\u5fd7\u5ff9\u6081\u393a\u391c\ud849\uded4\u60c7\u6148\u614c\u617a\u61b2\u61a4\u61af\u61de\u621b\u625d\u62b1\u62d4\u6350\ud84a\udf0c\u633d\u62fc\u6368\u6383\u63e4\ud84a\udff1\u6422\u63c5\u63a9\u3a2e\u6469\u647e\u649d\u6477\u3a6c\u656c\ud84c\udc0a\u65e3\u66f8\u6649\u3b19\u3b08\u3ae4\u5192\u5195\u6700\u669c\u80ad\u43d9\u6721\u675e\u6753\ud84c\udfc3\u3b49\u67fa\u6785\u6852\ud84d\udc6d\u688e\u681f\u6914\u6942\u69a3\u69ea\u6aa8\ud84d\udea3\u6adb\u3c18\u6b21\ud84e\udca7\u6b54\u3c4e\u6b72\u6b9f\u6bbb\ud84e\ude8d\ud847\udd0b\ud84e\udefa\u6c4e\ud84f\udcbc\u6cbf\u6ccd\u6c67\u6d16\u6d3e\u6d69\u6d78\u6d85\ud84f\udd1e\u6d34\u6e2f\u6e6e\u3d33\u6ec7\ud84f\uded1\u6df9\u6f6e\ud84f\udf5e\ud84f\udf8e\u6fc6\u7039\u701b\u3d96\u704a\u707d\u7077\u70ad\ud841\udd25\u7145\ud850\ude63\u719c\u7228\u7250\ud851\ude08\u7280\u7295\ud851\udf35\ud852\udc14\u737a\u738b\u3eac\u73a5\u3eb8\u7447\u745c\u7485\u74ca\u3f1b\u7524\ud853\udc36\u753e\ud853\udc92\ud848\udd9f\u7610\ud853\udfa1\ud853\udfb8\ud854\udc44\u3ffc\u4008\ud854\udcf3\ud854\udcf2\ud854\udd19\ud854\udd33\u771e\u771f\u778b\u4046\u4096\ud855\udc1d\u784e\u40e3\ud855\ude26\ud855\ude9a\ud855\udec5\u79eb\u412f\u7a4a\u7a4f\ud856\udd7c\ud856\udea7\u4202\ud856\udfab\u7bc6\u7bc9\u4227\ud857\udc80\u7cd2\u42a0\u7ce8\u7ce3\u7d00\ud857\udf86\u7d63\u4301\u7dc7\u7e02\u7e45\u4334\ud858\ude28\ud858\ude47\u4359\ud858\uded9\u7f7a\ud858\udf3e\u7f95\u7ffa\ud859\udcda\ud859\udd23\u8060\ud859\udda8\u8070\ud84c\udf5f\u43d5\u80b2\u8103\u440b\u813e\u5ab5\ud859\udfa7\ud859\udfb5\ud84c\udf93\ud84c\udf9c\u8204\u8f9e\u446b\u8291\u828b\u829d\u52b3\u82b1\u82b3\u82bd\u82e6\ud85a\udf3c\u831d\u8363\u83ad\u8323\u83bd\u83e7\u8353\u83ca\u83cc\u83dc\ud85b\udc36\ud85b\udd6b\ud85b\udcd5\u452b\u84f1\u84f3\u8516\ud85c\udfca\u8564\ud85b\udf2c\u455d\u4561\ud85b\udfb1\ud85c\udcd2\u456b\u8650\u8667\u8669\u86a9\u8688\u870e\u86e2\u8728\u876b\u8786\u87e1\u8801\u45f9\u8860\ud85d\ude67\u88d7\u88de\u4635\u88fa\u34bb\ud85e\udcae\ud85e\udd66\u46be\u46c7\u8aa0\ud85f\udca8\u8cab\u8cc1\u8d1b\u8d77\ud85f\udf2f\ud842\udc04\u8dcb\u8dbc\u8df0\ud842\udcde\u8ed4\ud861\uddd2\ud861\udded\u9094\u90f1\u9111\ud861\udf2e\u911b\u9238\u92d7\u92d8\u927c\u93f9\u9415\ud862\udffa\u958b\u4995\u95b7\ud863\udd77\u49e6\u96c3\u5db2\u9723\ud864\udd45\ud864\ude1a\u4a6e\u4a76\u97e0\ud865\udc0a\u4ab2\ud865\udc96\u9829\ud865\uddb6\u98e2\u4b33\u9929\u99a7\u99c2\u99fe\u4bce\ud866\udf30\u9c40\u9cfd\u4cce\u4ced\u9d67\ud868\udcce\u4cf8\ud868\udd05\ud868\ude0e\ud868\ude91\u4d56\u9efe\u9f05\u9f0f\u9f16\ud869\ude00";function n(r){return r>=196608?r>=917760&&r<=917999?18874368:0:e[t[r>>4]][15&r]}return{mapStr:r,mapChar:n}}))},7256:function(e,t,r){(function(n){var i;(function(a){"use strict";var o,s=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,u=Math.ceil,c=Math.floor,l="[BigNumber Error] ",f=l+"Number primitive has more than 15 significant digits: ",d=1e14,h=14,p=9007199254740991,v=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],m=1e7,b=1e9;function g(e){var t,r,i,a=M.prototype={constructor:M,toString:null,valueOf:null},o=new M(1),E=20,C=4,P=-7,T=21,O=-1e7,I=1e7,j=!1,B=1,N=0,R={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:"\xa0",suffix:""},$="0123456789abcdefghijklmnopqrstuvwxyz";function M(e,t){var n,a,o,u,l,d,v,m,b=this;if(!(b instanceof M))return new M(e,t);if(null==t){if(e&&!0===e._isBigNumber)return b.s=e.s,void(!e.c||e.e>I?b.c=b.e=null:e.e=10;l/=10,u++);return void(u>I?b.c=b.e=null:(b.e=u,b.c=[e]))}m=String(e)}else{if(!s.test(m=String(e)))return i(b,m,d);b.s=45==m.charCodeAt(0)?(m=m.slice(1),-1):1}(u=m.indexOf("."))>-1&&(m=m.replace(".","")),(l=m.search(/e/i))>0?(u<0&&(u=l),u+=+m.slice(l+1),m=m.substring(0,l)):u<0&&(u=m.length)}else{if(k(t,2,$.length,"Base"),10==t)return b=new M(e),D(b,E+b.e+1,C);if(m=String(e),d="number"==typeof e){if(0*e!=0)return i(b,m,d,t);if(b.s=1/e<0?(m=m.slice(1),-1):1,M.DEBUG&&m.replace(/^0\.0*|\./,"").length>15)throw Error(f+e)}else b.s=45===m.charCodeAt(0)?(m=m.slice(1),-1):1;for(n=$.slice(0,t),u=l=0,v=m.length;lu){u=v;continue}}else if(!o&&(m==m.toUpperCase()&&(m=m.toLowerCase())||m==m.toLowerCase()&&(m=m.toUpperCase()))){o=!0,l=-1,u=0;continue}return i(b,String(e),d,t)}d=!1,m=r(m,t,10,b.s),(u=m.indexOf("."))>-1?m=m.replace(".",""):u=m.length}for(l=0;48===m.charCodeAt(l);l++);for(v=m.length;48===m.charCodeAt(--v););if(m=m.slice(l,++v)){if(v-=l,d&&M.DEBUG&&v>15&&(e>p||e!==c(e)))throw Error(f+b.s*e);if((u=u-l-1)>I)b.c=b.e=null;else if(u=T)?S(u,o):A(u,o,"0");else if(e=D(new M(e),t,r),a=e.e,u=w(e.c),s=u.length,1==n||2==n&&(t<=a||a<=P)){for(;ss){if(--t>0)for(u+=".";t--;u+="0");}else if(t+=a-s,t>0)for(a+1==s&&(u+=".");t--;u+="0");return e.s<0&&i?"-"+u:u}function F(e,t){for(var r,n=1,i=new M(e[0]);n=10;i/=10,n++);return(r=n+r*h-1)>I?e.c=e.e=null:r=10;s/=10,i++);if(a=t-i,a<0)a+=h,o=t,l=m[f=0],p=l/b[i-o-1]%10|0;else if(f=u((a+1)/h),f>=m.length){if(!n)break e;for(;m.length<=f;m.push(0));l=p=0,i=1,a%=h,o=a-h+1}else{for(l=s=m[f],i=1;s>=10;s/=10,i++);a%=h,o=a-h+i,p=o<0?0:l/b[i-o-1]%10|0}if(n=n||t<0||null!=m[f+1]||(o<0?l:l%b[i-o-1]),n=r<4?(p||n)&&(0==r||r==(e.s<0?3:2)):p>5||5==p&&(4==r||n||6==r&&(a>0?o>0?l/b[i-o]:0:m[f-1])%10&1||r==(e.s<0?8:7)),t<1||!m[0])return m.length=0,n?(t-=e.e+1,m[0]=b[(h-t%h)%h],e.e=-t||0):m[0]=e.e=0,e;if(0==a?(m.length=f,s=1,f--):(m.length=f+1,s=b[h-a],m[f]=o>0?c(l/b[i-o]%b[o])*s:0),n)for(;;){if(0==f){for(a=1,o=m[0];o>=10;o/=10,a++);for(o=m[0]+=s,s=1;o>=10;o/=10,s++);a!=s&&(e.e++,m[0]==d&&(m[0]=1));break}if(m[f]+=s,m[f]!=d)break;m[f--]=0,s=1}for(a=m.length;0===m[--a];m.pop());}e.e>I?e.c=e.e=null:e.e=T?S(t,r):A(t,r,"0"),e.s<0?"-"+t:t)}return M.clone=g,M.ROUND_UP=0,M.ROUND_DOWN=1,M.ROUND_CEIL=2,M.ROUND_FLOOR=3,M.ROUND_HALF_UP=4,M.ROUND_HALF_DOWN=5,M.ROUND_HALF_EVEN=6,M.ROUND_HALF_CEIL=7,M.ROUND_HALF_FLOOR=8,M.EUCLID=9,M.config=M.set=function(e){var t,r;if(null!=e){if("object"!=typeof e)throw Error(l+"Object expected: "+e);if(e.hasOwnProperty(t="DECIMAL_PLACES")&&(r=e[t],k(r,0,b,t),E=r),e.hasOwnProperty(t="ROUNDING_MODE")&&(r=e[t],k(r,0,8,t),C=r),e.hasOwnProperty(t="EXPONENTIAL_AT")&&(r=e[t],r&&r.pop?(k(r[0],-b,0,t),k(r[1],0,b,t),P=r[0],T=r[1]):(k(r,-b,b,t),P=-(T=r<0?-r:r))),e.hasOwnProperty(t="RANGE"))if(r=e[t],r&&r.pop)k(r[0],-b,-1,t),k(r[1],1,b,t),O=r[0],I=r[1];else{if(k(r,-b,b,t),!r)throw Error(l+t+" cannot be zero: "+r);O=-(I=r<0?-r:r)}if(e.hasOwnProperty(t="CRYPTO")){if(r=e[t],r!==!!r)throw Error(l+t+" not true or false: "+r);if(r){if("undefined"==typeof n||!n||!n.getRandomValues&&!n.randomBytes)throw j=!r,Error(l+"crypto unavailable");j=r}else j=r}if(e.hasOwnProperty(t="MODULO_MODE")&&(r=e[t],k(r,0,9,t),B=r),e.hasOwnProperty(t="POW_PRECISION")&&(r=e[t],k(r,0,b,t),N=r),e.hasOwnProperty(t="FORMAT")){if(r=e[t],"object"!=typeof r)throw Error(l+t+" not an object: "+r);R=r}if(e.hasOwnProperty(t="ALPHABET")){if(r=e[t],"string"!=typeof r||/^.?$|[+\-.\s]|(.).*\1/.test(r))throw Error(l+t+" invalid: "+r);$=r}}return{DECIMAL_PLACES:E,ROUNDING_MODE:C,EXPONENTIAL_AT:[P,T],RANGE:[O,I],CRYPTO:j,MODULO_MODE:B,POW_PRECISION:N,FORMAT:R,ALPHABET:$}},M.isBigNumber=function(e){if(!e||!0!==e._isBigNumber)return!1;if(!M.DEBUG)return!0;var t,r,n=e.c,i=e.e,a=e.s;e:if("[object Array]"=={}.toString.call(n)){if((1===a||-1===a)&&i>=-b&&i<=b&&i===c(i)){if(0===n[0]){if(0===i&&1===n.length)return!0;break e}if(t=(i+1)%h,t<1&&(t+=h),String(n[0]).length==t){for(t=0;t=d||r!==c(r))break e;if(0!==r)return!0}}}else if(null===n&&null===i&&(null===a||1===a||-1===a))return!0;throw Error(l+"Invalid BigNumber: "+e)},M.maximum=M.max=function(){return F(arguments,a.lt)},M.minimum=M.min=function(){return F(arguments,a.gt)},M.random=function(){var e=9007199254740992,t=Math.random()*e&2097151?function(){return c(Math.random()*e)}:function(){return 8388608*(1073741824*Math.random()|0)+(8388608*Math.random()|0)};return function(e){var r,i,a,s,f,d=0,p=[],m=new M(o);if(null==e?e=E:k(e,0,b),s=u(e/h),j)if(n.getRandomValues){for(r=n.getRandomValues(new Uint32Array(s*=2));d>>11),f>=9e15?(i=n.getRandomValues(new Uint32Array(2)),r[d]=i[0],r[d+1]=i[1]):(p.push(f%1e14),d+=2);d=s/2}else{if(!n.randomBytes)throw j=!1,Error(l+"crypto unavailable");for(r=n.randomBytes(s*=7);d=9e15?n.randomBytes(7).copy(r,d):(p.push(f%1e14),d+=7);d=s/7}if(!j)for(;d=10;f/=10,d++);dr-1&&(null==o[i+1]&&(o[i+1]=0),o[i+1]+=o[i]/r|0,o[i]%=r)}return o.reverse()}return function(n,i,a,o,s){var u,c,l,f,d,h,p,v,m=n.indexOf("."),b=E,g=C;for(m>=0&&(f=N,N=0,n=n.replace(".",""),v=new M(i),h=v.pow(n.length-m),N=f,v.c=r(A(w(h.c),h.e,"0"),10,a,e),v.e=v.c.length),p=r(n,i,a,s?(u=$,e):(u=e,$)),l=f=p.length;0==p[--f];p.pop());if(!p[0])return u.charAt(0);if(m<0?--l:(h.c=p,h.e=l,h.s=o,h=t(h,v,b,g,a),p=h.c,d=h.r,l=h.e),c=l+b+1,m=p[c],f=a/2,d=d||c<0||null!=p[c+1],d=g<4?(null!=m||d)&&(0==g||g==(h.s<0?3:2)):m>f||m==f&&(4==g||d||6==g&&1&p[c-1]||g==(h.s<0?8:7)),c<1||!p[0])n=d?A(u.charAt(1),-b,u.charAt(0)):u.charAt(0);else{if(p.length=c,d)for(--a;++p[--c]>a;)p[c]=0,c||(++l,p=[1].concat(p));for(f=p.length;!p[--f];);for(m=0,n="";m<=f;n+=u.charAt(p[m++]));n=A(n,l,u.charAt(0))}return n}}(),t=function(){function e(e,t,r){var n,i,a,o,s=0,u=e.length,c=t%m,l=t/m|0;for(e=e.slice();u--;)a=e[u]%m,o=e[u]/m|0,n=l*a+o*c,i=c*a+n%m*m+s,s=(i/r|0)+(n/m|0)+l*o,e[u]=i%r;return s&&(e=[s].concat(e)),e}function t(e,t,r,n){var i,a;if(r!=n)a=r>n?1:-1;else for(i=a=0;it[i]?1:-1;break}return a}function r(e,t,r,n){for(var i=0;r--;)e[r]-=i,i=e[r]1;e.splice(0,1));}return function(n,i,a,o,s){var u,l,f,p,v,m,b,g,w,_,k,x,S,A,E,C,P,T=n.s==i.s?1:-1,O=n.c,I=i.c;if(!O||!O[0]||!I||!I[0])return new M(n.s&&i.s&&(O?!I||O[0]!=I[0]:I)?O&&0==O[0]||!I?0*T:T/0:NaN);for(g=new M(T),w=g.c=[],l=n.e-i.e,T=a+l+1,s||(s=d,l=y(n.e/h)-y(i.e/h),T=T/h|0),f=0;I[f]==(O[f]||0);f++);if(I[f]>(O[f]||0)&&l--,T<0)w.push(1),p=!0;else{for(A=O.length,C=I.length,f=0,T+=2,v=c(s/(I[0]+1)),v>1&&(I=e(I,v,s),O=e(O,v,s),C=I.length,A=O.length),S=C,_=O.slice(0,C),k=_.length;k=s/2&&E++;do{if(v=0,u=t(I,_,C,k),u<0){if(x=_[0],C!=k&&(x=x*s+(_[1]||0)),v=c(x/E),v>1){v>=s&&(v=s-1),m=e(I,v,s),b=m.length,k=_.length;while(1==t(m,_,b,k))v--,r(m,C=10;T/=10,f++);D(g,a+(g.e=f+l*h-1)+1,o,p)}else g.e=l,g.r=+p;return g}}(),i=function(){var e=/^(-?)0([xbo])(?=\w[\w.]*$)/i,t=/^([^.]+)\.$/,r=/^\.([^.]+)$/,n=/^-?(Infinity|NaN)$/,i=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(a,o,s,u){var c,f=s?o:o.replace(i,"");if(n.test(f))a.s=isNaN(f)?null:f<0?-1:1;else{if(!s&&(f=f.replace(e,(function(e,t,r){return c="x"==(r=r.toLowerCase())?16:"b"==r?2:8,u&&u!=c?e:t})),u&&(c=u,f=f.replace(t,"$1").replace(r,"0.$1")),o!=f))return new M(f,c);if(M.DEBUG)throw Error(l+"Not a"+(u?" base "+u:"")+" number: "+o);a.s=null}a.c=a.e=null}}(),a.absoluteValue=a.abs=function(){var e=new M(this);return e.s<0&&(e.s=1),e},a.comparedTo=function(e,t){return _(this,new M(e,t))},a.decimalPlaces=a.dp=function(e,t){var r,n,i,a=this;if(null!=e)return k(e,0,b),null==t?t=C:k(t,0,8),D(new M(a),e+a.e+1,t);if(!(r=a.c))return null;if(n=((i=r.length-1)-y(this.e/h))*h,i=r[i])for(;i%10==0;i/=10,n--);return n<0&&(n=0),n},a.dividedBy=a.div=function(e,r){return t(this,new M(e,r),E,C)},a.dividedToIntegerBy=a.idiv=function(e,r){return t(this,new M(e,r),0,1)},a.exponentiatedBy=a.pow=function(e,t){var r,n,i,a,s,f,d,p,v,m=this;if(e=new M(e),e.c&&!e.isInteger())throw Error(l+"Exponent not an integer: "+z(e));if(null!=t&&(t=new M(t)),f=e.e>14,!m.c||!m.c[0]||1==m.c[0]&&!m.e&&1==m.c.length||!e.c||!e.c[0])return v=new M(Math.pow(+z(m),f?2-x(e):+z(e))),t?v.mod(t):v;if(d=e.s<0,t){if(t.c?!t.c[0]:!t.s)return new M(NaN);n=!d&&m.isInteger()&&t.isInteger(),n&&(m=m.mod(t))}else{if(e.e>9&&(m.e>0||m.e<-1||(0==m.e?m.c[0]>1||f&&m.c[1]>=24e7:m.c[0]<8e13||f&&m.c[0]<=9999975e7)))return a=m.s<0&&x(e)?-0:0,m.e>-1&&(a=1/a),new M(d?1/a:a);N&&(a=u(N/h+2))}for(f?(r=new M(.5),d&&(e.s=1),p=x(e)):(i=Math.abs(+z(e)),p=i%2),v=new M(o);;){if(p){if(v=v.times(m),!v.c)break;a?v.c.length>a&&(v.c.length=a):n&&(v=v.mod(t))}if(i){if(i=c(i/2),0===i)break;p=i%2}else if(e=e.times(r),D(e,e.e+1,1),e.e>14)p=x(e);else{if(i=+z(e),0===i)break;p=i%2}m=m.times(m),a?m.c&&m.c.length>a&&(m.c.length=a):n&&(m=m.mod(t))}return n?v:(d&&(v=o.div(v)),t?v.mod(t):a?D(v,N,C,s):v)},a.integerValue=function(e){var t=new M(this);return null==e?e=C:k(e,0,8),D(t,t.e+1,e)},a.isEqualTo=a.eq=function(e,t){return 0===_(this,new M(e,t))},a.isFinite=function(){return!!this.c},a.isGreaterThan=a.gt=function(e,t){return _(this,new M(e,t))>0},a.isGreaterThanOrEqualTo=a.gte=function(e,t){return 1===(t=_(this,new M(e,t)))||0===t},a.isInteger=function(){return!!this.c&&y(this.e/h)>this.c.length-2},a.isLessThan=a.lt=function(e,t){return _(this,new M(e,t))<0},a.isLessThanOrEqualTo=a.lte=function(e,t){return-1===(t=_(this,new M(e,t)))||0===t},a.isNaN=function(){return!this.s},a.isNegative=function(){return this.s<0},a.isPositive=function(){return this.s>0},a.isZero=function(){return!!this.c&&0==this.c[0]},a.minus=function(e,t){var r,n,i,a,o=this,s=o.s;if(e=new M(e,t),t=e.s,!s||!t)return new M(NaN);if(s!=t)return e.s=-t,o.plus(e);var u=o.e/h,c=e.e/h,l=o.c,f=e.c;if(!u||!c){if(!l||!f)return l?(e.s=-t,e):new M(f?o:NaN);if(!l[0]||!f[0])return f[0]?(e.s=-t,e):new M(l[0]?o:3==C?-0:0)}if(u=y(u),c=y(c),l=l.slice(),s=u-c){for((a=s<0)?(s=-s,i=l):(c=u,i=f),i.reverse(),t=s;t--;i.push(0));i.reverse()}else for(n=(a=(s=l.length)<(t=f.length))?s:t,s=t=0;t0)for(;t--;l[r++]=0);for(t=d-1;n>s;){if(l[--n]=0;){for(r=0,p=x[i]%w,v=x[i]/w|0,o=u,a=i+o;a>i;)c=k[--o]%w,l=k[o]/w|0,s=v*c+l*p,c=p*c+s%w*w+b[a]+r,r=(c/g|0)+(s/w|0)+v*l,b[a--]=c%g;b[a]=r}return r?++n:b.splice(0,1),L(e,b,n)},a.negated=function(){var e=new M(this);return e.s=-e.s||null,e},a.plus=function(e,t){var r,n=this,i=n.s;if(e=new M(e,t),t=e.s,!i||!t)return new M(NaN);if(i!=t)return e.s=-t,n.minus(e);var a=n.e/h,o=e.e/h,s=n.c,u=e.c;if(!a||!o){if(!s||!u)return new M(i/0);if(!s[0]||!u[0])return u[0]?e:new M(s[0]?n:0*i)}if(a=y(a),o=y(o),s=s.slice(),i=a-o){for(i>0?(o=a,r=u):(i=-i,r=s),r.reverse();i--;r.push(0));r.reverse()}for(i=s.length,t=u.length,i-t<0&&(r=u,u=s,s=r,t=i),i=0;t;)i=(s[--t]=s[t]+u[t]+i)/d|0,s[t]=d===s[t]?0:s[t]%d;return i&&(s=[i].concat(s),++o),L(e,s,o)},a.precision=a.sd=function(e,t){var r,n,i,a=this;if(null!=e&&e!==!!e)return k(e,1,b),null==t?t=C:k(t,0,8),D(new M(a),e,t);if(!(r=a.c))return null;if(i=r.length-1,n=i*h+1,i=r[i]){for(;i%10==0;i/=10,n--);for(i=r[0];i>=10;i/=10,n++);}return e&&a.e+1>n&&(n=a.e+1),n},a.shiftedBy=function(e){return k(e,-p,p),this.times("1e"+e)},a.squareRoot=a.sqrt=function(){var e,r,n,i,a,o=this,s=o.c,u=o.s,c=o.e,l=E+4,f=new M("0.5");if(1!==u||!s||!s[0])return new M(!u||u<0&&(!s||s[0])?NaN:s?o:1/0);if(u=Math.sqrt(+z(o)),0==u||u==1/0?(r=w(s),(r.length+c)%2==0&&(r+="0"),u=Math.sqrt(+r),c=y((c+1)/2)-(c<0||c%2),u==1/0?r="5e"+c:(r=u.toExponential(),r=r.slice(0,r.indexOf("e")+1)+c),n=new M(r)):n=new M(u+""),n.c[0])for(c=n.e,u=c+l,u<3&&(u=0);;)if(a=n,n=f.times(a.plus(t(o,a,l,1))),w(a.c).slice(0,u)===(r=w(n.c)).slice(0,u)){if(n.e0&&v>0){for(a=v%s||s,f=p.substr(0,a);a0&&(f+=c+p.slice(a)),h&&(f="-"+f)}n=d?f+(r.decimalSeparator||"")+((u=+r.fractionGroupSize)?d.replace(new RegExp("\\d{"+u+"}\\B","g"),"$&"+(r.fractionGroupSeparator||"")):d):f}return(r.prefix||"")+n+(r.suffix||"")},a.toFraction=function(e){var r,n,i,a,s,u,c,f,d,p,m,b,g=this,y=g.c;if(null!=e&&(c=new M(e),!c.isInteger()&&(c.c||1!==c.s)||c.lt(o)))throw Error(l+"Argument "+(c.isInteger()?"out of range: ":"not an integer: ")+z(c));if(!y)return new M(g);for(r=new M(o),d=n=new M(o),i=f=new M(o),b=w(y),s=r.e=b.length-g.e-1,r.c[0]=v[(u=s%h)<0?h+u:u],e=!e||c.comparedTo(r)>0?s>0?r:d:c,u=I,I=1/0,c=new M(b),f.c[0]=0;;){if(p=t(c,r,0,1),a=n.plus(p.times(i)),1==a.comparedTo(e))break;n=i,i=a,d=f.plus(p.times(a=d)),f=a,r=c.minus(p.times(a=r)),c=a}return a=t(e.minus(n),i,0,1),f=f.plus(a.times(d)),n=n.plus(a.times(i)),f.s=d.s=g.s,s*=2,m=t(d,i,s,C).minus(g).abs().comparedTo(t(f,n,s,C).minus(g).abs())<1?[d,i]:[f,n],I=u,m},a.toNumber=function(){return+z(this)},a.toPrecision=function(e,t){return null!=e&&k(e,1,b),U(this,e,t,2)},a.toString=function(e){var t,n=this,i=n.s,a=n.e;return null===a?i?(t="Infinity",i<0&&(t="-"+t)):t="NaN":(null==e?t=a<=P||a>=T?S(w(n.c),a):A(w(n.c),a,"0"):10===e?(n=D(new M(n),E+a+1,C),t=A(w(n.c),n.e,"0")):(k(e,2,$.length,"Base"),t=r(A(w(n.c),a,"0"),10,e,i,!0)),i<0&&n.c[0]&&(t="-"+t)),t},a.valueOf=a.toJSON=function(){return z(this)},a._isBigNumber=!0,null!=e&&M.set(e),M}function y(e){var t=0|e;return e>0||e===t?t:t-1}function w(e){for(var t,r,n=1,i=e.length,a=e[0]+"";nc^r?1:-1;for(s=(u=i.length)<(c=a.length)?u:c,o=0;oa[o]^r?1:-1;return u==c?0:u>c^r?1:-1}function k(e,t,r,n){if(er||e!==c(e))throw Error(l+(n||"Argument")+("number"==typeof e?er?" out of range: ":" not an integer: ":" not a primitive number: ")+String(e))}function x(e){var t=e.c.length-1;return y(e.e/h)==t&&e.c[t]%2!=0}function S(e,t){return(e.length>1?e.charAt(0)+"."+e.slice(1):e)+(t<0?"e":"e+")+t}function A(e,t,r){var n,i;if(t<0){for(i=r+".";++t;i+=r);e=i+e}else if(n=e.length,++t>n){for(i=r,t-=n;--t;i+=r);e+=i}else t").replace(///g,"/").replace(/\/g,"\\").replace(/`/g,"`")}e.exports=t.default,e.exports.default=t.default},7307:function(e,t,r){(function(t){var n=r("399f"),i=r("3337").ec,a=new i("secp256k1"),o=r("12ae"),s=t.alloc(32,0),u=t.from("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141","hex"),c=t.from("fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f","hex"),l=a.curve.n,f=l.shrn(1),d=a.curve.g,h="Expected Private",p="Expected Point",v="Expected Tweak",m="Expected Hash",b="Expected Signature",g="Expected Extra Data (32 bytes)";function y(e){return t.isBuffer(e)&&32===e.length}function w(e){return!!y(e)&&e.compare(u)<0}function _(e){if(!t.isBuffer(e))return!1;if(e.length<33)return!1;var r=e[0],n=e.slice(1,33);if(0===n.compare(s))return!1;if(n.compare(c)>=0)return!1;if((2===r||3===r)&&33===e.length){try{T(e)}catch(a){return!1}return!0}var i=e.slice(33);return 0!==i.compare(s)&&(!(i.compare(c)>=0)&&(4===r&&65===e.length))}function k(e){return 4!==e[0]}function x(e){return!!_(e)&&k(e)}function S(e){return!!y(e)&&(e.compare(s)>0&&e.compare(u)<0)}function A(e){var r=e.slice(0,32),n=e.slice(32,64);return t.isBuffer(e)&&64===e.length&&r.compare(u)<0&&n.compare(u)<0}function E(e,t){return void 0===e&&void 0!==t?k(t):void 0===e||e}function C(e){return new n(e)}function P(e){return e.toArrayLike(t,"be",32)}function T(e){return a.curve.decodePoint(e)}function O(e,r){return t.from(e._encode(r))}function I(e,t,r){if(!_(e))throw new TypeError(p);if(!_(t))throw new TypeError(p);var n=T(e),i=T(t),a=n.add(i);if(a.isInfinity())return null;var o=E(r,e);return O(a,o)}function j(e,t,r){if(!_(e))throw new TypeError(p);if(!w(t))throw new TypeError(v);var n=E(r,e),i=T(e);if(0===t.compare(s))return O(i,n);var a=C(t),o=d.mul(a),u=i.add(o);return u.isInfinity()?null:O(u,n)}function B(e,t){if(!_(e))throw new TypeError(p);var r=T(e);if(r.isInfinity())throw new TypeError(p);var n=E(t,e);return O(r,n)}function N(e,t){if(!S(e))throw new TypeError(h);var r=C(e),n=d.mul(r);if(n.isInfinity())return null;var i=E(t);return O(n,i)}function R(e,t,r){if(!_(e))throw new TypeError(p);if(!w(t))throw new TypeError(v);var n=E(r,e),i=T(e),a=C(t),o=i.mul(a);return o.isInfinity()?null:O(o,n)}function $(e,t){if(!S(e))throw new TypeError(h);if(!w(t))throw new TypeError(v);var r=C(e),n=C(t),i=P(r.add(n).umod(l));return S(i)?i:null}function M(e,t){if(!S(e))throw new TypeError(h);if(!w(t))throw new TypeError(v);var r=C(e),n=C(t),i=P(r.sub(n).umod(l));return S(i)?i:null}function U(e,t){return L(e,t)}function F(e,t,r){return L(e,t,r)}function L(e,r,n){if(!y(e))throw new TypeError(m);if(!S(r))throw new TypeError(h);if(void 0!==n&&!y(n))throw new TypeError(g);var i,a,s=C(r),u=C(e),c=function(e){var t=C(e),r=d.mul(t);return!r.isInfinity()&&(i=r.x.umod(l),0!==i.isZero()&&(a=t.invm(l).mul(u.add(s.mul(i))).umod(l),0!==a.isZero()))};o(e,r,c,S,n),a.cmp(f)>0&&(a=l.sub(a));var p=t.allocUnsafe(64);return P(i).copy(p,0),P(a).copy(p,32),p}function D(e,t,r,n){if(!y(e))throw new TypeError(m);if(!_(t))throw new TypeError(p);if(!A(r))throw new TypeError(b);var i=T(t),a=C(r.slice(0,32)),o=C(r.slice(32,64));if(n&&o.cmp(f)>0)return!1;if(a.gtn(0)<=0)return!1;if(o.gtn(0)<=0)return!1;var s=C(e),u=o.invm(l),c=s.mul(u).umod(l),h=a.mul(u).umod(l),v=d.mulAdd(c,i,h);if(v.isInfinity())return!1;var g=v.x,w=g.umod(l);return w.eq(a)}e.exports={isPoint:_,isPointCompressed:x,isPrivate:S,pointAdd:I,pointAddScalar:j,pointCompress:B,pointFromScalar:N,pointMultiply:R,privateAdd:$,privateSub:M,sign:U,signWithEntropy:F,verify:D}}).call(this,r("b639").Buffer)},7344:function(e,t,r){"use strict";r.r(t);var n=r("8e6c"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"73a4":function(e){e.exports=JSON.parse('{"name":"goerli","chainId":5,"networkId":5,"comment":"Cross-client PoA test network","url":"https://github.com/goerli/testnet","genesis":{"hash":"0xbf7e331f7f7c1dd2e05159666b3bf8bc7a8a3a9eb1d518969eab529dd9b88c1a","timestamp":"0x5c51a607","gasLimit":10485760,"difficulty":1,"nonce":"0x0000000000000000","extraData":"0x22466c6578692069732061207468696e6722202d204166726900000000000000e0a2bd4258d2768837baa26a28fe71dc079f84c70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","stateRoot":"0x5d6cded585e73c4e322c30c2f782a336316f17dd85a4863b9d838d2d4b8b3008"},"hardforks":[{"name":"chainstart","block":0,"consensus":"poa","finality":null},{"name":"homestead","block":0,"consensus":"poa","finality":null},{"name":"dao","block":0,"consensus":"poa","finality":null},{"name":"tangerineWhistle","block":0,"consensus":"poa","finality":null},{"name":"spuriousDragon","block":0,"consensus":"poa","finality":null},{"name":"byzantium","block":0,"consensus":"poa","finality":null},{"name":"constantinople","block":0,"consensus":"poa","finality":null},{"name":"petersburg","block":0,"consensus":"poa","finality":null},{"name":"istanbul","block":1561651,"consensus":"poa","finality":null}],"bootstrapNodes":[{"ip":"51.141.78.53","port":30303,"id":"011f758e6552d105183b1761c5e2dea0111bc20fd5f6422bc7f91e0fabbec9a6595caf6239b37feb773dddd3f87240d99d859431891e4a642cf2a0a9e6cbb98a","location":"","comment":"Upstream bootnode 1"},{"ip":"13.93.54.137","port":30303,"id":"176b9417f511d05b6b2cf3e34b756cf0a7096b3094572a8f6ef4cdcb9d1f9d00683bf0f83347eebdf3b81c3521c2332086d9592802230bf528eaf606a1d9677b","location":"","comment":"Upstream bootnode 2"},{"ip":"94.237.54.114","port":30313,"id":"46add44b9f13965f7b9875ac6b85f016f341012d84f975377573800a863526f4da19ae2c620ec73d11591fa9510e992ecc03ad0751f53cc02f7c7ed6d55c7291","location":"","comment":"Upstream bootnode 3"},{"ip":"52.64.155.147","port":30303,"id":"c1f8b7c2ac4453271fa07d8e9ecf9a2e8285aa0bd0c07df0131f47153306b0736fd3db8924e7a9bf0bed6b1d8d4f87362a71b033dc7c64547728d953e43e59b2","location":"","comment":"Upstream bootnode 4"},{"ip":"213.186.16.82","port":30303,"id":"f4a9c6ee28586009fb5a96c8af13a58ed6d8315a9eee4772212c1d4d9cebe5a8b8a78ea4434f318726317d04a3f531a1ef0420cf9752605a562cfe858c46e263","location":"","comment":"Upstream bootnode 5"},{"ip":"3.11.147.67","port":30303,"id":"a61215641fb8714a373c80edbfa0ea8878243193f57c96eeb44d0bc019ef295abd4e044fd619bfc4c59731a73fb79afe84e9ab6da0c743ceb479cbb6d263fa91","location":"","comment":"Ethereum Foundation bootnode"}]}')},"73e0":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=u(r("a34a")),i=u(r("128f")),a=u(r("f0b0")),o=(u(r("5bcf")),u(r("e27c"))),s=u(r("55f4"));function u(e){return e&&e.__esModule?e:{default:e}}function c(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function l(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var a=e.apply(t,r);function o(e){c(a,n,i,o,s,"next",e)}function s(e){c(a,n,i,o,s,"throw",e)}o(void 0)}))}}var f={BTC:[{balance:0,name:"BTC",type:"BTC",coinList:[{name:"BTC",xname:"Bitcoin",balance:0,icon:r("1362")}]}],ETH:[{balance:0,name:"ETH",type:"ETH",coinList:[{name:"ETH",xname:"Ethereum",balance:0,icon:r("4575")},{name:"USDT-ERC20",xname:"Tether USD",balance:0,contractAddress:"0xdac17f958d2ee523a2206206994597c13d831ec7",icon:r("fa4b")}]}],TRX:[{balance:0,name:"TRX",type:"TRX",coinList:[{name:"TRX",xname:"TRON",balance:0,icon:r("affb")},{name:"USDT-TRC20",xname:"Tether USD",balance:0,contractAddress:"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",icon:r("ab61")}]}]},d={initialWallet:function(t,r){e("log",r,"password"," at utils/WalletUtil.js:62");var n=f,a=i.default.generateBtc(t);n.BTC[0].password=r,n.BTC[0].mnemonic=t,n.BTC[0].privateKey=a.privateKey,n.BTC[0].address=a.address,n.BTC[0].ellipsisAddress=n.BTC[0].address.substring(0,6)+"..."+n.BTC[0].address.substring(n.BTC[0].address.length-6,n.BTC[0].address.length);var o=i.default.generateEth(t);n.ETH[0].password=r,n.ETH[0].mnemonic=t,n.ETH[0].privateKey=o.privateKey,n.ETH[0].address=o.address;var s=i.default.generateTron(t);n.TRX[0].mnemonic=t,n.TRX[0].password=r,n.TRX[0].privateKey=s.privateKey,n.TRX[0].address=s.address;var u=n.BTC[0];uni.setStorageSync("walletInfo",n),uni.setStorageSync("wallet",u),this.updateBalance()},updateWalletName:function(e,t,r){for(var n=uni.getStorageSync("walletInfo"),i=n[e],a=uni.getStorageSync("wallet"),o=0,s=i.length;o0?i.balance.toFixed(6):i.balance,e("log","\u8fdb\u6765ETH",i.balance," at utils/WalletUtil.js:244"),f=1;case 28:if(!(f=64){var h=r,p=n,v=i,m=a,b=o,g=s,y=u,w=c,_=void 0,k=void 0,x=void 0,S=void 0,A=void 0;for(k=0;k<16;k++)x=f+4*k,l[k]=(255&e[x])<<24|(255&e[x+1])<<16|(255&e[x+2])<<8|255&e[x+3];for(k=16;k<64;k++)_=l[k-2],S=(_>>>17|_<<15)^(_>>>19|_<<13)^_>>>10,_=l[k-15],A=(_>>>7|_<<25)^(_>>>18|_<<14)^_>>>3,l[k]=(S+l[k-7]|0)+(A+l[k-16]|0)|0;for(k=0;k<64;k++)S=(((b>>>6|b<<26)^(b>>>11|b<<21)^(b>>>25|b<<7))+(b&g^~b&y)|0)+(w+(t[k]+l[k]|0)|0)|0,A=((h>>>2|h<<30)^(h>>>13|h<<19)^(h>>>22|h<<10))+(h&p^h&v^p&v)|0,w=y,y=g,g=b,b=m+S|0,m=v,v=p,p=h,h=S+A|0;r=r+h|0,n=n+p|0,i=i+v|0,a=a+m|0,o=o+b|0,s=s+g|0,u=u+y|0,c=c+w|0,f+=64,d-=64}}f(e);var d,h=e.length%64,p=e.length/536870912|0,v=e.length<<3,m=h<56?56:120,b=e.slice(e.length-h,e.length);for(b.push(128),d=h+1;d>>24&255),b.push(p>>>16&255),b.push(p>>>8&255),b.push(p>>>0&255),b.push(v>>>24&255),b.push(v>>>16&255),b.push(v>>>8&255),b.push(v>>>0&255),f(b),[r>>>24&255,r>>>16&255,r>>>8&255,r>>>0&255,n>>>24&255,n>>>16&255,n>>>8&255,n>>>0&255,i>>>24&255,i>>>16&255,i>>>8&255,i>>>0&255,a>>>24&255,a>>>16&255,a>>>8&255,a>>>0&255,o>>>24&255,o>>>16&255,o>>>8&255,o>>>0&255,s>>>24&255,s>>>16&255,s>>>8&255,s>>>0&255,u>>>24&255,u>>>16&255,u>>>8&255,u>>>0&255,c>>>24&255,c>>>16&255,c>>>8&255,c>>>0&255]}function i(e,t,r){e=e.length<=64?e:n(e);var i,a=64+t.length+4,o=new Array(a),s=new Array(64),u=[];for(i=0;i<64;i++)o[i]=54;for(i=0;i=a-4;e--){if(o[e]++,o[e]<=255)return;o[e]=0}}while(r>=32)c(),u=u.concat(n(s.concat(n(o)))),r-=32;return r>0&&(c(),u=u.concat(n(s.concat(n(o))).slice(0,r))),u}function a(e,t,r,n,i){var a;for(c(e,16*(2*r-1),i,0,16),a=0;a<2*r;a++)u(e,16*a,i,16),s(i,n),c(i,0,e,t+16*a,16);for(a=0;a>>32-t}function s(e,t){c(e,0,t,0,16);for(var r=8;r>0;r-=2)t[4]^=o(t[0]+t[12],7),t[8]^=o(t[4]+t[0],9),t[12]^=o(t[8]+t[4],13),t[0]^=o(t[12]+t[8],18),t[9]^=o(t[5]+t[1],7),t[13]^=o(t[9]+t[5],9),t[1]^=o(t[13]+t[9],13),t[5]^=o(t[1]+t[13],18),t[14]^=o(t[10]+t[6],7),t[2]^=o(t[14]+t[10],9),t[6]^=o(t[2]+t[14],13),t[10]^=o(t[6]+t[2],18),t[3]^=o(t[15]+t[11],7),t[7]^=o(t[3]+t[15],9),t[11]^=o(t[7]+t[3],13),t[15]^=o(t[11]+t[7],18),t[1]^=o(t[0]+t[3],7),t[2]^=o(t[1]+t[0],9),t[3]^=o(t[2]+t[1],13),t[0]^=o(t[3]+t[2],18),t[6]^=o(t[5]+t[4],7),t[7]^=o(t[6]+t[5],9),t[4]^=o(t[7]+t[6],13),t[5]^=o(t[4]+t[7],18),t[11]^=o(t[10]+t[9],7),t[8]^=o(t[11]+t[10],9),t[9]^=o(t[8]+t[11],13),t[10]^=o(t[9]+t[8],18),t[12]^=o(t[15]+t[14],7),t[13]^=o(t[12]+t[15],9),t[14]^=o(t[13]+t[12],13),t[15]^=o(t[14]+t[13],18);for(var n=0;n<16;++n)e[n]+=t[n]}function u(e,t,r,n){for(var i=0;i=256)return!1}return!0}function f(e,t){if("number"!==typeof e||e%1)throw new Error("invalid "+t);return e}function d(e,t,n,o,s,d,h){if(n=f(n,"N"),o=f(o,"r"),s=f(s,"p"),d=f(d,"dkLen"),0===n||0!==(n&n-1))throw new Error("N must be power of 2");if(n>r/128/o)throw new Error("N too large");if(o>r/128/s)throw new Error("r too large");if(!l(e))throw new Error("password must be an array or buffer");if(e=Array.prototype.slice.call(e),!l(t))throw new Error("salt must be an array or buffer");t=Array.prototype.slice.call(t);for(var p=i(e,t,128*s*o),v=new Uint32Array(32*s*o),m=0;mI&&(r=I);for(var l=0;lI&&(r=I);for(var m=0;m>0&255),p.push(v[R]>>8&255),p.push(v[R]>>16&255),p.push(v[R]>>24&255);var $=i(e,p,d);return h&&h(null,1,$),$}h&&j(t)};if(!h)while(1){var N=B();if(void 0!=N)return N}B()}var h={scrypt:function(e,t,r,n,i,a,o){return new Promise((function(s,u){var c=0;o&&o(0),d(e,t,r,n,i,a,(function(e,t,r){if(e)u(e);else if(r)o&&1!==c&&o(1),s(new Uint8Array(r));else if(o&&t!==c)return c=t,o(t)}))}))},syncScrypt:function(e,t,r,n,i,a){return new Uint8Array(d(e,t,r,n,i,a))}};e.exports=h})()},"74d0":function(e){e.exports=JSON.parse('{"name":"istanbul","comment":"HF targeted for December 2019 following the Constantinople/Petersburg HF","eip":{"url":"https://eips.ethereum.org/EIPS/eip-1679","status":"Draft"},"gasConfig":{},"gasPrices":{"blake2Round":{"v":1,"d":"Gas cost per round for the Blake2 F precompile"},"ecAdd":{"v":150,"d":"Gas costs for curve addition precompile"},"ecMul":{"v":6000,"d":"Gas costs for curve multiplication precompile"},"ecPairing":{"v":45000,"d":"Base gas costs for curve pairing precompile"},"ecPairingWord":{"v":34000,"d":"Gas costs regarding curve pairing precompile input length"},"txDataNonZero":{"v":16,"d":"Per byte of data attached to a transaction that is not equal to zero. NOTE: Not payable on data of calls between transactions"},"sstoreSentryGasEIP2200":{"v":2300,"d":"Minimum gas required to be present for an SSTORE call, not consumed"},"sstoreNoopGasEIP2200":{"v":800,"d":"Once per SSTORE operation if the value doesn\'t change"},"sstoreDirtyGasEIP2200":{"v":800,"d":"Once per SSTORE operation if a dirty value is changed"},"sstoreInitGasEIP2200":{"v":20000,"d":"Once per SSTORE operation from clean zero to non-zero"},"sstoreInitRefundEIP2200":{"v":19200,"d":"Once per SSTORE operation for resetting to the original zero value"},"sstoreCleanGasEIP2200":{"v":5000,"d":"Once per SSTORE operation from clean non-zero to something else"},"sstoreCleanRefundEIP2200":{"v":4200,"d":"Once per SSTORE operation for resetting to the original non-zero value"},"sstoreClearRefundEIP2200":{"v":15000,"d":"Once per SSTORE operation for clearing an originally existing storage slot"}},"vm":{},"pow":{},"casper":{},"sharding":{}}')},"755a":function(e,t,r){"use strict";r.r(t);var n=r("d4eb"),i=r("27c1");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"a8f50df6",null,!1,n["a"],o);t["default"]=u.exports},7588:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"u-radio",props:{name:{type:[String,Number],default:""},shape:{type:String,default:""},disabled:{type:[String,Boolean],default:""},labelDisabled:{type:[String,Boolean],default:""},activeColor:{type:String,default:""},iconSize:{type:[String,Number],default:""},labelSize:{type:[String,Number],default:""}},data:function(){return{parentData:{iconSize:null,labelDisabled:null,disabled:null,shape:null,activeColor:null,size:null,width:null,height:null,value:null,wrap:null}}},created:function(){this.parent=!1,this.updateParentData(),this.parent.children.push(this)},computed:{elDisabled:function(){return""!==this.disabled?this.disabled:null!==this.parentData.disabled&&this.parentData.disabled},elLabelDisabled:function(){return""!==this.labelDisabled?this.labelDisabled:null!==this.parentData.labelDisabled&&this.parentData.labelDisabled},elSize:function(){return this.size?this.size:this.parentData.size?this.parentData.size:34},elIconSize:function(){return this.iconSize?this.iconSize:this.parentData.iconSize?this.parentData.iconSize:20},elActiveColor:function(){return this.activeColor?this.activeColor:this.parentData.activeColor?this.parentData.activeColor:"primary"},elShape:function(){return this.shape?this.shape:this.parentData.shape?this.parentData.shape:"circle"},iconStyle:function(){var e={};return this.elActiveColor&&this.parentData.value==this.name&&!this.elDisabled&&(e.borderColor=this.elActiveColor,e.backgroundColor=this.elActiveColor),e.width=this.$u.addUnit(this.elSize),e.height=this.$u.addUnit(this.elSize),e},iconColor:function(){return this.name==this.parentData.value?"#ffffff":"transparent"},iconClass:function(){var e=[];return e.push("u-radio__icon-wrap--"+this.elShape),this.name==this.parentData.value&&e.push("u-radio__icon-wrap--checked"),this.elDisabled&&e.push("u-radio__icon-wrap--disabled"),this.name==this.parentData.value&&this.elDisabled&&e.push("u-radio__icon-wrap--disabled--checked"),e.join(" ")},radioStyle:function(){var e={};return this.parentData.width&&(e.width=this.$u.addUnit(this.parentData.width),e.flex="0 0 ".concat(this.$u.addUnit(this.parentData.width))),this.parentData.wrap&&(e.width="100%",e.flex="0 0 100%"),e}},methods:{updateParentData:function(){this.getParentData("u-radio-group")},onClickLabel:function(){this.elLabelDisabled||this.elDisabled||this.setRadioCheckedStatus()},toggle:function(){this.elDisabled||this.setRadioCheckedStatus()},emitEvent:function(){this.parentData.value!=this.name&&this.$emit("change",this.name)},setRadioCheckedStatus:function(){this.emitEvent(),this.parent&&(this.parent.setValue(this.name),this.parentData.value=this.name)}}};t.default=n},"75c7":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.baToJSON=t.addHexPrefix=t.toUnsigned=t.fromSigned=t.bufferToHex=t.bufferToInt=t.toBuffer=t.stripZeros=t.unpad=t.setLengthRight=t.setLength=t.setLengthLeft=t.zeros=void 0;var n=r("5213"),i=r("399f");t.zeros=function(t){return e.allocUnsafe(t).fill(0)},t.setLengthLeft=function(e,r,n){void 0===n&&(n=!1);var i=t.zeros(r);return e=t.toBuffer(e),n?e.length0&&"0"===t.toString())e=e.slice(1),t=e[0];return e},t.stripZeros=t.unpad,t.toBuffer=function(t){if(!e.isBuffer(t))if(Array.isArray(t))t=e.from(t);else if("string"===typeof t){if(!n.isHexString(t))throw new Error("Cannot convert string to buffer. toBuffer only supports 0x-prefixed hex strings and this string was given: "+t);t=e.from(n.padToEven(n.stripHexPrefix(t)),"hex")}else if("number"===typeof t)t=n.intToBuffer(t);else if(null===t||void 0===t)t=e.allocUnsafe(0);else if(i.isBN(t))t=t.toArrayLike(e);else{if(!t.toArray)throw new Error("invalid type");t=e.from(t.toArray())}return t},t.bufferToInt=function(e){return new i(t.toBuffer(e)).toNumber()},t.bufferToHex=function(e){return e=t.toBuffer(e),"0x"+e.toString("hex")},t.fromSigned=function(e){return new i(e).fromTwos(256)},t.toUnsigned=function(t){return e.from(t.toTwos(256).toArray())},t.addHexPrefix=function(e){return"string"!==typeof e||n.isHexPrefixed(e)?e:"0x"+e},t.baToJSON=function(r){if(e.isBuffer(r))return"0x"+r.toString("hex");if(r instanceof Array){for(var n=[],i=0;if||e<0)throw new TypeError("offset must be a uint32");if(e>c||e>t)throw new RangeError("offset out of range")}function h(e,t,r){if("number"!==typeof e||e!==e)throw new TypeError("size must be a number");if(e>f||e<0)throw new TypeError("size must be a uint32");if(e+t>r||e>c)throw new RangeError("buffer too small")}function p(e,t,r,i){if(!u.isBuffer(e)&&!(e instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"===typeof t)i=t,t=0,r=e.length;else if("function"===typeof r)i=r,r=e.length-t;else if("function"!==typeof i)throw new TypeError('"cb" argument must be a function');return d(t,e.length),h(r,t,e.length),v(e,t,r,i)}function v(e,t,r,n){if(i.browser){var a=e.buffer,o=new Uint8Array(a,t,r);return l.getRandomValues(o),n?void i.nextTick((function(){n(null,e)})):e}if(!n){var u=s(r);return u.copy(e,t),e}s(r,(function(r,i){if(r)return n(r);i.copy(e,t),n(null,e)}))}function m(e,t,r){if("undefined"===typeof t&&(t=0),!u.isBuffer(e)&&!(e instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return d(t,e.length),void 0===r&&(r=e.length-t),h(r,t,e.length),v(e,t,r)}l&&l.getRandomValues||!i.browser?(t.randomFill=p,t.randomFillSync=m):(t.randomFill=a,t.randomFillSync=a)}).call(this,r("fee2")["default"],r("c8ba"),r("4362"))},"763c":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="rlp/5.5.0";t.version=n},7658:function(e,t,r){"use strict";var n=t;function i(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"!==typeof e){for(var n=0;n>8,o=255&i;a?r.push(a,o):r.push(o)}return r}function a(e){return 1===e.length?"0"+e:e}function o(e){for(var t="",r=0;r=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,a=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw a}}}}function i(e){return u(e)||s(e)||o(e)||a()}function a(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function o(e,t){if(e){if("string"===typeof e)return c(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?c(e,t):void 0}}function s(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function u(e){if(Array.isArray(e))return c(e)}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r-1&&e.isBuffer(n)&&4===n.length&&"string"===typeof i&&!!i.match(/^m(\/\d+'?)+$/)}function v(e,t,r){var n=t.extendedPubkey.toString("hex");return!r.has(n)&&(r.add(n),0===e.filter((function(e){return e.extendedPubkey.equals(t.extendedPubkey)})).length)}t.decode=d,t.encode=h,t.expected="{ masterFingerprint: Buffer; extendedPubkey: Buffer; path: string; }",t.check=p,t.canAddToArray=v}).call(this,r("b639").Buffer)},7774:function(e,t,r){var n=r("2a55"),i=r("aac7"),a=r("8e1e"),o="prod";function s(e){try{return n.decode(e)}catch(t){return null}}function u(e,t){switch(e){case"blake256":return a.blake256Checksum(t);case"sha256":default:return a.sha256Checksum(t)}}function c(e,t){t=t||{};var r=t.expectedLength||25,n=t.hashFunction||"sha256",i=s(e);if(i){var o=i.length;if(o!==r)return null;var c=a.toHex(i.slice(o-4,o)),l=a.toHex(i.slice(0,o-4)),f=u(n,l);return c===f?a.toHex(i.slice(0,r-24)):null}return null}function l(e,t,r){var n;r=r||o;var i=c(e,t);return!!i&&(n="prod"===r||"testnet"===r?t.addressTypes[r]:t.addressTypes.prod.concat(t.addressTypes.testnet),n.indexOf(i)>=0)}e.exports={isValidAddress:function(e,t,r){return l(e,t,r)||i.isValidAddress(e,t.segwitHrp)}}},"777c":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^#?([0-9A-F]{3}|[0-9A-F]{6})$/i;function o(e){return(0,n.default)(e),a.test(e)}e.exports=t.default,e.exports.default=t.default},"780f":function(e,t,r){"use strict";e.exports=a;var n=r("27bf"),i=Object.create(r("3a7c"));function a(e){if(!(this instanceof a))return new a(e);n.call(this,e)}i.inherits=r("3fb5"),i.inherits(a,n),a.prototype._transform=function(e,t,r){r(null,e)}},"786c":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="address/5.5.0";t.version=n},"78f0":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.computeAddress=_,t.recoverAddress=k,t.accessListify=A,t.serialize=O,t.parse=R,t.TransactionTypes=void 0;var n=r("f363"),i=r("d448"),a=r("2abd"),o=r("d11f"),s=r("06f6"),u=r("d8c6"),c=p(r("3926")),l=r("a94d"),f=r("fa24"),d=r("3d7a");function h(){if("function"!==typeof WeakMap)return null;var e=new WeakMap;return h=function(){return e},e}function p(e){if(e&&e.__esModule)return e;if(null===e||"object"!==typeof e&&"function"!==typeof e)return{default:e};var t=h();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=n?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}return r.default=e,t&&t.set(e,r),r}var v,m=new f.Logger(d.version);function b(e){return"0x"===e?null:(0,n.getAddress)(e)}function g(e){return"0x"===e?o.Zero:i.BigNumber.from(e)}t.TransactionTypes=v,function(e){e[e["legacy"]=0]="legacy",e[e["eip2930"]=1]="eip2930",e[e["eip1559"]=2]="eip1559"}(v||(t.TransactionTypes=v={}));var y=[{name:"nonce",maxLength:32,numeric:!0},{name:"gasPrice",maxLength:32,numeric:!0},{name:"gasLimit",maxLength:32,numeric:!0},{name:"to",length:20},{name:"value",maxLength:32,numeric:!0},{name:"data"}],w={chainId:!0,data:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,type:!0,value:!0};function _(e){var t=(0,l.computePublicKey)(e);return(0,n.getAddress)((0,a.hexDataSlice)((0,s.keccak256)((0,a.hexDataSlice)(t,1)),12))}function k(e,t){return _((0,l.recoverPublicKey)((0,a.arrayify)(e),t))}function x(e,t){var r=(0,a.stripZeros)(i.BigNumber.from(e).toHexString());return r.length>32&&m.throwArgumentError("invalid length for "+t,"transaction:"+t,e),r}function S(e,t){return{address:(0,n.getAddress)(e),storageKeys:(t||[]).map((function(t,r){return 32!==(0,a.hexDataLength)(t)&&m.throwArgumentError("invalid access list storageKey","accessList[".concat(e,":").concat(r,"]"),t),t.toLowerCase()}))}}function A(e){if(Array.isArray(e))return e.map((function(e,t){return Array.isArray(e)?(e.length>2&&m.throwArgumentError("access list expected to be [ address, storageKeys[] ]","value[".concat(t,"]"),e),S(e[0],e[1])):S(e.address,e.storageKeys)}));var t=Object.keys(e).map((function(t){var r=e[t].reduce((function(e,t){return e[t]=!0,e}),{});return S(t,Object.keys(r).sort())}));return t.sort((function(e,t){return e.address.localeCompare(t.address)})),t}function E(e){return A(e).map((function(e){return[e.address,e.storageKeys]}))}function C(e,t){if(null!=e.gasPrice){var r=i.BigNumber.from(e.gasPrice),o=i.BigNumber.from(e.maxFeePerGas||0);r.eq(o)||m.throwArgumentError("mismatch EIP-1559 gasPrice != maxFeePerGas","tx",{gasPrice:r,maxFeePerGas:o})}var s=[x(e.chainId||0,"chainId"),x(e.nonce||0,"nonce"),x(e.maxPriorityFeePerGas||0,"maxPriorityFeePerGas"),x(e.maxFeePerGas||0,"maxFeePerGas"),x(e.gasLimit||0,"gasLimit"),null!=e.to?(0,n.getAddress)(e.to):"0x",x(e.value||0,"value"),e.data||"0x",E(e.accessList||[])];if(t){var u=(0,a.splitSignature)(t);s.push(x(u.recoveryParam,"recoveryParam")),s.push((0,a.stripZeros)(u.r)),s.push((0,a.stripZeros)(u.s))}return(0,a.hexConcat)(["0x02",c.encode(s)])}function P(e,t){var r=[x(e.chainId||0,"chainId"),x(e.nonce||0,"nonce"),x(e.gasPrice||0,"gasPrice"),x(e.gasLimit||0,"gasLimit"),null!=e.to?(0,n.getAddress)(e.to):"0x",x(e.value||0,"value"),e.data||"0x",E(e.accessList||[])];if(t){var i=(0,a.splitSignature)(t);r.push(x(i.recoveryParam,"recoveryParam")),r.push((0,a.stripZeros)(i.r)),r.push((0,a.stripZeros)(i.s))}return(0,a.hexConcat)(["0x01",c.encode(r)])}function T(e,t){(0,u.checkProperties)(e,w);var r=[];y.forEach((function(t){var n=e[t.name]||[],i={};t.numeric&&(i.hexPad="left"),n=(0,a.arrayify)((0,a.hexlify)(n,i)),t.length&&n.length!==t.length&&n.length>0&&m.throwArgumentError("invalid length for "+t.name,"transaction:"+t.name,n),t.maxLength&&(n=(0,a.stripZeros)(n),n.length>t.maxLength&&m.throwArgumentError("invalid length for "+t.name,"transaction:"+t.name,n)),r.push((0,a.hexlify)(n))}));var n=0;if(null!=e.chainId?(n=e.chainId,"number"!==typeof n&&m.throwArgumentError("invalid transaction.chainId","transaction",e)):t&&!(0,a.isBytesLike)(t)&&t.v>28&&(n=Math.floor((t.v-35)/2)),0!==n&&(r.push((0,a.hexlify)(n)),r.push("0x"),r.push("0x")),!t)return c.encode(r);var i=(0,a.splitSignature)(t),o=27+i.recoveryParam;return 0!==n?(r.pop(),r.pop(),r.pop(),o+=2*n+8,i.v>28&&i.v!==o&&m.throwArgumentError("transaction.chainId/signature.v mismatch","signature",t)):i.v!==o&&m.throwArgumentError("transaction.chainId/signature.v mismatch","signature",t),r.push((0,a.hexlify)(o)),r.push((0,a.stripZeros)((0,a.arrayify)(i.r))),r.push((0,a.stripZeros)((0,a.arrayify)(i.s))),c.encode(r)}function O(e,t){if(null==e.type||0===e.type)return null!=e.accessList&&m.throwArgumentError("untyped transactions do not support accessList; include type: 1","transaction",e),T(e,t);switch(e.type){case 1:return P(e,t);case 2:return C(e,t);default:break}return m.throwError("unsupported transaction type: ".concat(e.type),f.Logger.errors.UNSUPPORTED_OPERATION,{operation:"serializeTransaction",transactionType:e.type})}function I(t,r,n){try{var i=g(r[0]).toNumber();if(0!==i&&1!==i)throw new Error("bad recid");t.v=i}catch(u){m.throwArgumentError("invalid v for transaction type: 1","v",r[0])}t.r=(0,a.hexZeroPad)(r[1],32),t.s=(0,a.hexZeroPad)(r[2],32);try{var o=(0,s.keccak256)(n(t));t.from=k(o,{r:t.r,s:t.s,recoveryParam:t.v})}catch(u){e("log",u," at node_modules/@ethersproject/transactions/lib.esm/index.js:255")}}function j(e){var t=c.decode(e.slice(1));9!==t.length&&12!==t.length&&m.throwArgumentError("invalid component count for transaction type: 2","payload",(0,a.hexlify)(e));var r=g(t[2]),n=g(t[3]),i={type:2,chainId:g(t[0]).toNumber(),nonce:g(t[1]).toNumber(),maxPriorityFeePerGas:r,maxFeePerGas:n,gasPrice:null,gasLimit:g(t[4]),to:b(t[5]),value:g(t[6]),data:t[7],accessList:A(t[8])};return 9===t.length||(i.hash=(0,s.keccak256)(e),I(i,t.slice(9),C)),i}function B(e){var t=c.decode(e.slice(1));8!==t.length&&11!==t.length&&m.throwArgumentError("invalid component count for transaction type: 1","payload",(0,a.hexlify)(e));var r={type:1,chainId:g(t[0]).toNumber(),nonce:g(t[1]).toNumber(),gasPrice:g(t[2]),gasLimit:g(t[3]),to:b(t[4]),value:g(t[5]),data:t[6],accessList:A(t[7])};return 8===t.length||(r.hash=(0,s.keccak256)(e),I(r,t.slice(8),P)),r}function N(t){var r=c.decode(t);9!==r.length&&6!==r.length&&m.throwArgumentError("invalid raw transaction","rawTransaction",t);var n={nonce:g(r[0]).toNumber(),gasPrice:g(r[1]),gasLimit:g(r[2]),to:b(r[3]),value:g(r[4]),data:r[5],chainId:0};if(6===r.length)return n;try{n.v=i.BigNumber.from(r[6]).toNumber()}catch(f){return e("log",f," at node_modules/@ethersproject/transactions/lib.esm/index.js:333"),n}if(n.r=(0,a.hexZeroPad)(r[7],32),n.s=(0,a.hexZeroPad)(r[8],32),i.BigNumber.from(n.r).isZero()&&i.BigNumber.from(n.s).isZero())n.chainId=n.v,n.v=0;else{n.chainId=Math.floor((n.v-35)/2),n.chainId<0&&(n.chainId=0);var o=n.v-27,u=r.slice(0,6);0!==n.chainId&&(u.push((0,a.hexlify)(n.chainId)),u.push("0x"),u.push("0x"),o-=2*n.chainId+8);var l=(0,s.keccak256)(c.encode(u));try{n.from=k(l,{r:(0,a.hexlify)(n.r),s:(0,a.hexlify)(n.s),recoveryParam:o})}catch(f){e("log",f," at node_modules/@ethersproject/transactions/lib.esm/index.js:362")}n.hash=(0,s.keccak256)(t)}return n.type=null,n}function R(e){var t=(0,a.arrayify)(e);if(t[0]>127)return N(t);switch(t[0]){case 1:return B(t);case 2:return j(t);default:break}return m.throwError("unsupported transaction type: ".concat(t[0]),f.Logger.errors.UNSUPPORTED_OPERATION,{operation:"parseTransaction",transactionType:t[0]})}}).call(this,r("0de9")["default"])},"78fa":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={name:"u-tabs",props:{isScroll:{type:Boolean,default:!0},list:{type:Array,default:function(){return[]}},current:{type:[Number,String],default:0},height:{type:[String,Number],default:80},fontSize:{type:[String,Number],default:30},duration:{type:[String,Number],default:.5},activeColor:{type:String,default:"#2979ff"},inactiveColor:{type:String,default:"#303133"},barWidth:{type:[String,Number],default:40},barHeight:{type:[String,Number],default:6},gutter:{type:[String,Number],default:30},bgColor:{type:String,default:"#ffffff"},name:{type:String,default:"name"},count:{type:String,default:"count"},offset:{type:Array,default:function(){return[5,20]}},bold:{type:Boolean,default:!0},activeItemStyle:{type:Object,default:function(){return{}}},showBar:{type:Boolean,default:!0},barStyle:{type:Object,default:function(){return{}}},itemWidth:{type:[Number,String],default:"auto"}},data:function(){return{scrollLeft:0,tabQueryInfo:[],componentWidth:0,scrollBarLeft:0,parentLeft:0,id:this.$u.guid(),currentIndex:this.current,barFirstTimeMove:!0}},watch:{list:function(e,t){var r=this;e.length!==t.length&&(this.currentIndex=0),this.$nextTick((function(){r.init()}))},current:{immediate:!0,handler:function(e,t){var r=this;this.$nextTick((function(){r.currentIndex=e,r.scrollByIndex()}))}}},computed:{tabBarStyle:function(){var e={width:this.barWidth+"rpx",transform:"translate(".concat(this.scrollBarLeft,"px, -100%)"),"transition-duration":"".concat(this.barFirstTimeMove?0:this.duration,"s"),"background-color":this.activeColor,height:this.barHeight+"rpx",opacity:this.barFirstTimeMove?0:1,"border-radius":"".concat(this.barHeight/2,"px")};return Object.assign(e,this.barStyle),e},tabItemStyle:function(){var e=this;return function(t){var r={height:e.height+"rpx","line-height":e.height+"rpx","font-size":e.fontSize+"rpx","transition-duration":"".concat(e.duration,"s"),padding:e.isScroll?"0 ".concat(e.gutter,"rpx"):"",flex:e.isScroll?"auto":"1",width:e.$u.addUnit(e.itemWidth)};return t==e.currentIndex&&e.bold&&(r.fontWeight="bold"),t==e.currentIndex?(r.color=e.activeColor,r=Object.assign(r,e.activeItemStyle)):r.color=e.inactiveColor,r}}},methods:{init:function(){var e=this;return o(n.default.mark((function t(){var r;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.$uGetRect("#"+e.id);case 2:r=t.sent,e.parentLeft=r.left,e.componentWidth=r.width,e.getTabRect();case 6:case"end":return t.stop()}}),t)})))()},clickTab:function(e){e!=this.currentIndex&&this.$emit("change",e)},getTabRect:function(){for(var e=uni.createSelectorQuery().in(this),t=0;t=8?a+=e[o].toUpperCase():a+=e[o];return a},t.isValidChecksumAddress=function(e,r){return t.isValidAddress(e)&&t.toChecksumAddress(e,r)===e},t.generateAddress=function(t,r){t=s.toBuffer(t);var n=new o(r);return n.isZero()?u.rlphash([t,null]).slice(-20):u.rlphash([t,e.from(n.toArray())]).slice(-20)},t.generateAddress2=function(t,r,i){var a=s.toBuffer(t),o=s.toBuffer(r),c=s.toBuffer(i);n(20===a.length),n(32===o.length);var l=u.keccak256(e.concat([e.from("ff","hex"),a,o,u.keccak256(c)]));return l.slice(-20)},t.isPrecompiled=function(e){var t=s.unpad(e);return 1===t.length&&t[0]>=1&&t[0]<=8},t.isValidPrivate=function(e){return a.privateKeyVerify(e)},t.isValidPublic=function(t,r){return void 0===r&&(r=!1),64===t.length?a.publicKeyVerify(e.concat([e.from([4]),t])):!!r&&a.publicKeyVerify(t)},t.pubToAddress=function(e,t){return void 0===t&&(t=!1),e=s.toBuffer(e),t&&64!==e.length&&(e=a.publicKeyConvert(e,!1).slice(1)),n(64===e.length),u.keccak(e).slice(-20)},t.publicToAddress=t.pubToAddress,t.privateToAddress=function(e){return t.publicToAddress(t.privateToPublic(e))},t.privateToPublic=function(e){return e=s.toBuffer(e),a.publicKeyCreate(e,!1).slice(1)},t.importPublic=function(e){return e=s.toBuffer(e),64!==e.length&&(e=a.publicKeyConvert(e,!1).slice(1)),e}}).call(this,r("b639").Buffer)},"791a":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.verifyMessage=N,t.verifyTypedData=R,t.Wallet=void 0;var n=g(r("a34a")),i=r("f363"),a=r("34c9"),o=r("39be"),s=r("2abd"),u=r("1474"),c=r("8577"),l=r("06f6"),f=r("d8c6"),d=r("c032"),h=r("a94d"),p=r("3e85"),v=r("78f0"),m=r("fa24"),b=r("7fca");function g(e){return e&&e.__esModule?e:{default:e}}function y(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function w(e,t){for(var r=0;r=0);return i},a.prototype._randrange=function(e,t){var r=t.sub(e);return e.add(this._randbelow(r))},a.prototype.test=function(e,t,r){var i=e.bitLength(),a=n.mont(e),o=new n(1).toRed(a);t||(t=Math.max(1,i/48|0));for(var s=e.subn(1),u=0;!s.testn(u);u++);for(var c=e.shrn(u),l=s.toRed(a),f=!0;t>0;t--){var d=this._randrange(new n(2),s);r&&r(d);var h=d.toRed(a).redPow(c);if(0!==h.cmp(o)&&0!==h.cmp(l)){for(var p=1;p0;t--){var l=this._randrange(new n(2),o),f=e.gcd(l);if(0!==f.cmpn(1))return f;var d=l.toRed(i).redPow(u);if(0!==d.cmp(a)&&0!==d.cmp(c)){for(var h=1;h>5,this.byteCount=this.blockCount<<2,this.outputBlocks=r>>5,this.extraBytes=(31&r)>>3;for(var n=0;n<50;++n)this.s[n]=0}function q(e,t,r){H.call(this,e,t,r)}H.prototype.update=function(e){if(this.finalized)throw new Error(o);var t,r=typeof e;if("string"!==r){if("object"!==r)throw new Error(a);if(null===e)throw new Error(a);if(h&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!h||!ArrayBuffer.isView(e)))throw new Error(a);t=!0}var n,i,s=this.blocks,u=this.byteCount,c=e.length,l=this.blockCount,f=0,d=this.s;while(f>2]|=e[f]<>2]|=i<>2]|=(192|i>>6)<>2]|=(128|63&i)<=57344?(s[n>>2]|=(224|i>>12)<>2]|=(128|i>>6&63)<>2]|=(128|63&i)<>2]|=(240|i>>18)<>2]|=(128|i>>12&63)<>2]|=(128|i>>6&63)<>2]|=(128|63&i)<=u){for(this.start=n-u,this.block=s[l],n=0;n>=8,r=255&e;while(r>0)i.unshift(r),e>>=8,r=255&e,++n;return t?i.push(n):i.unshift(n),this.update(i),i.length},H.prototype.encodeString=function(e){var t,r=typeof e;if("string"!==r){if("object"!==r)throw new Error(a);if(null===e)throw new Error(a);if(h&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!h||!ArrayBuffer.isView(e)))throw new Error(a);t=!0}var n=0,i=e.length;if(t)n=i;else for(var o=0;o=57344?n+=3:(s=65536+((1023&s)<<10|1023&e.charCodeAt(++o)),n+=4)}return n+=this.encode(8*n),this.update(e),n},H.prototype.bytepad=function(e,t){for(var r=this.encode(t),n=0;n>2]|=this.padding[3&t],this.lastByteIndex===this.byteCount)for(e[0]=e[r],t=1;t>4&15]+p[15&e]+p[e>>12&15]+p[e>>8&15]+p[e>>20&15]+p[e>>16&15]+p[e>>28&15]+p[e>>24&15];o%t===0&&(W(r),a=0)}return i&&(e=r[a],s+=p[e>>4&15]+p[15&e],i>1&&(s+=p[e>>12&15]+p[e>>8&15]),i>2&&(s+=p[e>>20&15]+p[e>>16&15])),s},H.prototype.arrayBuffer=function(){this.finalize();var e,t=this.blockCount,r=this.s,n=this.outputBlocks,i=this.extraBytes,a=0,o=0,s=this.outputBits>>3;e=i?new ArrayBuffer(n+1<<2):new ArrayBuffer(s);var u=new Uint32Array(e);while(o>8&255,u[e+2]=t>>16&255,u[e+3]=t>>24&255;s%r===0&&W(n)}return a&&(e=s<<2,t=n[o],u[e]=255&t,a>1&&(u[e+1]=t>>8&255),a>2&&(u[e+2]=t>>16&255)),u},q.prototype=new H,q.prototype.finalize=function(){return this.encode(this.outputBits,!0),H.prototype.finalize.call(this)};var W=function(e){var t,r,n,i,a,o,s,u,c,l,f,d,h,p,v,m,b,g,y,_,k,x,S,A,E,C,P,T,O,I,j,B,N,R,$,M,U,F,L,D,z,H,q,W,K,V,G,X,J,Y,Z,Q,ee,te,re,ne,ie,ae,oe,se,ue,ce,le;for(n=0;n<48;n+=2)i=e[0]^e[10]^e[20]^e[30]^e[40],a=e[1]^e[11]^e[21]^e[31]^e[41],o=e[2]^e[12]^e[22]^e[32]^e[42],s=e[3]^e[13]^e[23]^e[33]^e[43],u=e[4]^e[14]^e[24]^e[34]^e[44],c=e[5]^e[15]^e[25]^e[35]^e[45],l=e[6]^e[16]^e[26]^e[36]^e[46],f=e[7]^e[17]^e[27]^e[37]^e[47],d=e[8]^e[18]^e[28]^e[38]^e[48],h=e[9]^e[19]^e[29]^e[39]^e[49],t=d^(o<<1|s>>>31),r=h^(s<<1|o>>>31),e[0]^=t,e[1]^=r,e[10]^=t,e[11]^=r,e[20]^=t,e[21]^=r,e[30]^=t,e[31]^=r,e[40]^=t,e[41]^=r,t=i^(u<<1|c>>>31),r=a^(c<<1|u>>>31),e[2]^=t,e[3]^=r,e[12]^=t,e[13]^=r,e[22]^=t,e[23]^=r,e[32]^=t,e[33]^=r,e[42]^=t,e[43]^=r,t=o^(l<<1|f>>>31),r=s^(f<<1|l>>>31),e[4]^=t,e[5]^=r,e[14]^=t,e[15]^=r,e[24]^=t,e[25]^=r,e[34]^=t,e[35]^=r,e[44]^=t,e[45]^=r,t=u^(d<<1|h>>>31),r=c^(h<<1|d>>>31),e[6]^=t,e[7]^=r,e[16]^=t,e[17]^=r,e[26]^=t,e[27]^=r,e[36]^=t,e[37]^=r,e[46]^=t,e[47]^=r,t=l^(i<<1|a>>>31),r=f^(a<<1|i>>>31),e[8]^=t,e[9]^=r,e[18]^=t,e[19]^=r,e[28]^=t,e[29]^=r,e[38]^=t,e[39]^=r,e[48]^=t,e[49]^=r,p=e[0],v=e[1],V=e[11]<<4|e[10]>>>28,G=e[10]<<4|e[11]>>>28,T=e[20]<<3|e[21]>>>29,O=e[21]<<3|e[20]>>>29,se=e[31]<<9|e[30]>>>23,ue=e[30]<<9|e[31]>>>23,H=e[40]<<18|e[41]>>>14,q=e[41]<<18|e[40]>>>14,R=e[2]<<1|e[3]>>>31,$=e[3]<<1|e[2]>>>31,m=e[13]<<12|e[12]>>>20,b=e[12]<<12|e[13]>>>20,X=e[22]<<10|e[23]>>>22,J=e[23]<<10|e[22]>>>22,I=e[33]<<13|e[32]>>>19,j=e[32]<<13|e[33]>>>19,ce=e[42]<<2|e[43]>>>30,le=e[43]<<2|e[42]>>>30,te=e[5]<<30|e[4]>>>2,re=e[4]<<30|e[5]>>>2,M=e[14]<<6|e[15]>>>26,U=e[15]<<6|e[14]>>>26,g=e[25]<<11|e[24]>>>21,y=e[24]<<11|e[25]>>>21,Y=e[34]<<15|e[35]>>>17,Z=e[35]<<15|e[34]>>>17,B=e[45]<<29|e[44]>>>3,N=e[44]<<29|e[45]>>>3,A=e[6]<<28|e[7]>>>4,E=e[7]<<28|e[6]>>>4,ne=e[17]<<23|e[16]>>>9,ie=e[16]<<23|e[17]>>>9,F=e[26]<<25|e[27]>>>7,L=e[27]<<25|e[26]>>>7,_=e[36]<<21|e[37]>>>11,k=e[37]<<21|e[36]>>>11,Q=e[47]<<24|e[46]>>>8,ee=e[46]<<24|e[47]>>>8,W=e[8]<<27|e[9]>>>5,K=e[9]<<27|e[8]>>>5,C=e[18]<<20|e[19]>>>12,P=e[19]<<20|e[18]>>>12,ae=e[29]<<7|e[28]>>>25,oe=e[28]<<7|e[29]>>>25,D=e[38]<<8|e[39]>>>24,z=e[39]<<8|e[38]>>>24,x=e[48]<<14|e[49]>>>18,S=e[49]<<14|e[48]>>>18,e[0]=p^~m&g,e[1]=v^~b&y,e[10]=A^~C&T,e[11]=E^~P&O,e[20]=R^~M&F,e[21]=$^~U&L,e[30]=W^~V&X,e[31]=K^~G&J,e[40]=te^~ne&ae,e[41]=re^~ie&oe,e[2]=m^~g&_,e[3]=b^~y&k,e[12]=C^~T&I,e[13]=P^~O&j,e[22]=M^~F&D,e[23]=U^~L&z,e[32]=V^~X&Y,e[33]=G^~J&Z,e[42]=ne^~ae&se,e[43]=ie^~oe&ue,e[4]=g^~_&x,e[5]=y^~k&S,e[14]=T^~I&B,e[15]=O^~j&N,e[24]=F^~D&H,e[25]=L^~z&q,e[34]=X^~Y&Q,e[35]=J^~Z&ee,e[44]=ae^~se&ce,e[45]=oe^~ue&le,e[6]=_^~x&p,e[7]=k^~S&v,e[16]=I^~B&A,e[17]=j^~N&E,e[26]=D^~H&R,e[27]=z^~q&$,e[36]=Y^~Q&W,e[37]=Z^~ee&K,e[46]=se^~ce&te,e[47]=ue^~le&re,e[8]=x^~p&m,e[9]=S^~v&b,e[18]=B^~A&C,e[19]=N^~E&P,e[28]=H^~R&M,e[29]=q^~$&U,e[38]=Q^~W&V,e[39]=ee^~K&G,e[48]=ce^~te&ne,e[49]=le^~re&ie,e[0]^=w[n],e[1]^=w[n+1]};if(f)e.exports=R;else{for(M=0;M<$.length;++M)u[$[M]]=R[$[M]];d&&(i=function(){return R}.call(t,r,t,e),void 0===i||(e.exports=i))}})()}).call(this,r("4362"))},"7adb":function(e,t,r){"use strict";(function(e){function n(e,t){var r;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=i(e))||t&&e&&"number"===typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw o}}}}function i(e,t){if(e){if("string"===typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(e,t):void 0}}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=e.length)throw new Error("Format Error: Unexpected End of PSBT");var t=0===e.readUInt8(r);return t&&r++,t}if(1886610036!==a())throw new Error("Format Error: Invalid Magic Number");if(255!==o())throw new Error("Format Error: Magic Number must be followed by 0xff separator");var h=[],p={};while(!f()){var v=l(),m=v.key.toString("hex");if(p[m])throw new Error("Format Error: Keys must be unique for global keymap: key "+m);p[m]=1,h.push(v)}var b=h.filter((function(e){return e.key[0]===c.GlobalTypes.UNSIGNED_TX}));if(1!==b.length)throw new Error("Format Error: Only one UNSIGNED_TX allowed");var g,y=t(b[0].value),w=y.getInputOutputCounts(),_=w.inputCount,k=w.outputCount,x=[],S=[],A=n(s.range(_));try{for(A.s();!(g=A.n()).done;){var E=g.value,C={},P=[];while(!f()){var T=l(),O=T.key.toString("hex");if(C[O])throw new Error("Format Error: Keys must be unique for each input: input index "+E+" key "+O);C[O]=1,P.push(T)}x.push(P)}}catch(U){A.e(U)}finally{A.f()}var I,j=n(s.range(k));try{for(j.s();!(I=j.n()).done;){var B=I.value,N={},R=[];while(!f()){var $=l(),M=$.key.toString("hex");if(N[M])throw new Error("Format Error: Keys must be unique for each output: output index "+B+" key "+M);N[M]=1,R.push($)}S.push(R)}}catch(U){j.e(U)}finally{j.f()}return d(y,{globalMapKeyVals:h,inputKeyVals:x,outputKeyVals:S})}function f(t,r,n){if(!r.equals(e.from([n])))throw new Error("Format Error: Invalid ".concat(t," key: ").concat(r.toString("hex")))}function d(e,t){var r,i=t.globalMapKeyVals,a=t.inputKeyVals,u=t.outputKeyVals,l={unsignedTx:e},d=0,h=n(i);try{for(h.s();!(r=h.n()).done;){var p=r.value;switch(p.key[0]){case c.GlobalTypes.UNSIGNED_TX:if(f("global",p.key,c.GlobalTypes.UNSIGNED_TX),d>0)throw new Error("Format Error: GlobalMap has multiple UNSIGNED_TX");d++;break;case c.GlobalTypes.GLOBAL_XPUB:void 0===l.globalXpub&&(l.globalXpub=[]),l.globalXpub.push(o.globals.globalXpub.decode(p));break;default:l.unknownKeyVals||(l.unknownKeyVals=[]),l.unknownKeyVals.push(p)}}}catch(B){h.e(B)}finally{h.f()}var v,m=a.length,b=u.length,g=[],y=[],w=n(s.range(m));try{for(w.s();!(v=w.n()).done;){var _,k=v.value,x={},S=n(a[k]);try{for(S.s();!(_=S.n()).done;){var A=_.value;switch(o.inputs.checkPubkey(A),A.key[0]){case c.InputTypes.NON_WITNESS_UTXO:if(f("input",A.key,c.InputTypes.NON_WITNESS_UTXO),void 0!==x.nonWitnessUtxo)throw new Error("Format Error: Input has multiple NON_WITNESS_UTXO");x.nonWitnessUtxo=o.inputs.nonWitnessUtxo.decode(A);break;case c.InputTypes.WITNESS_UTXO:if(f("input",A.key,c.InputTypes.WITNESS_UTXO),void 0!==x.witnessUtxo)throw new Error("Format Error: Input has multiple WITNESS_UTXO");x.witnessUtxo=o.inputs.witnessUtxo.decode(A);break;case c.InputTypes.PARTIAL_SIG:void 0===x.partialSig&&(x.partialSig=[]),x.partialSig.push(o.inputs.partialSig.decode(A));break;case c.InputTypes.SIGHASH_TYPE:if(f("input",A.key,c.InputTypes.SIGHASH_TYPE),void 0!==x.sighashType)throw new Error("Format Error: Input has multiple SIGHASH_TYPE");x.sighashType=o.inputs.sighashType.decode(A);break;case c.InputTypes.REDEEM_SCRIPT:if(f("input",A.key,c.InputTypes.REDEEM_SCRIPT),void 0!==x.redeemScript)throw new Error("Format Error: Input has multiple REDEEM_SCRIPT");x.redeemScript=o.inputs.redeemScript.decode(A);break;case c.InputTypes.WITNESS_SCRIPT:if(f("input",A.key,c.InputTypes.WITNESS_SCRIPT),void 0!==x.witnessScript)throw new Error("Format Error: Input has multiple WITNESS_SCRIPT");x.witnessScript=o.inputs.witnessScript.decode(A);break;case c.InputTypes.BIP32_DERIVATION:void 0===x.bip32Derivation&&(x.bip32Derivation=[]),x.bip32Derivation.push(o.inputs.bip32Derivation.decode(A));break;case c.InputTypes.FINAL_SCRIPTSIG:f("input",A.key,c.InputTypes.FINAL_SCRIPTSIG),x.finalScriptSig=o.inputs.finalScriptSig.decode(A);break;case c.InputTypes.FINAL_SCRIPTWITNESS:f("input",A.key,c.InputTypes.FINAL_SCRIPTWITNESS),x.finalScriptWitness=o.inputs.finalScriptWitness.decode(A);break;case c.InputTypes.POR_COMMITMENT:f("input",A.key,c.InputTypes.POR_COMMITMENT),x.porCommitment=o.inputs.porCommitment.decode(A);break;default:x.unknownKeyVals||(x.unknownKeyVals=[]),x.unknownKeyVals.push(A)}}}catch(B){S.e(B)}finally{S.f()}g.push(x)}}catch(B){w.e(B)}finally{w.f()}var E,C=n(s.range(b));try{for(C.s();!(E=C.n()).done;){var P,T=E.value,O={},I=n(u[T]);try{for(I.s();!(P=I.n()).done;){var j=P.value;switch(o.outputs.checkPubkey(j),j.key[0]){case c.OutputTypes.REDEEM_SCRIPT:if(f("output",j.key,c.OutputTypes.REDEEM_SCRIPT),void 0!==O.redeemScript)throw new Error("Format Error: Output has multiple REDEEM_SCRIPT");O.redeemScript=o.outputs.redeemScript.decode(j);break;case c.OutputTypes.WITNESS_SCRIPT:if(f("output",j.key,c.OutputTypes.WITNESS_SCRIPT),void 0!==O.witnessScript)throw new Error("Format Error: Output has multiple WITNESS_SCRIPT");O.witnessScript=o.outputs.witnessScript.decode(j);break;case c.OutputTypes.BIP32_DERIVATION:void 0===O.bip32Derivation&&(O.bip32Derivation=[]),O.bip32Derivation.push(o.outputs.bip32Derivation.decode(j));break;default:O.unknownKeyVals||(O.unknownKeyVals=[]),O.unknownKeyVals.push(j)}}}catch(B){I.e(B)}finally{I.f()}y.push(O)}}catch(B){C.e(B)}finally{C.f()}return{globalMap:l,inputs:g,outputs:y}}t.psbtFromBuffer=l,t.checkKeyBuffer=f,t.psbtFromKeyVals=d}).call(this,r("b639").Buffer)},"7aff":function(e,t,r){"use strict";(function(e,n){function i(e,t){return s(e)||o(e,t)||f(e,t)||a()}function a(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function o(e,t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e)){var r=[],n=!0,i=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(n=(o=s.next()).done);n=!0)if(r.push(o.value),t&&r.length===t)break}catch(u){i=!0,a=u}finally{try{n||null==s["return"]||s["return"]()}finally{if(i)throw a}}return r}}function s(e){if(Array.isArray(e))return e}function u(e,t){var r;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=f(e))||t&&e&&"number"===typeof e.length){r&&(e=r);var n=0,i=function(){};return{s:i,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw a}}}}function c(e){return h(e)||d(e)||f(e)||l()}function l(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function f(e,t){if(e){if("string"===typeof e)return p(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?p(e,t):void 0}}function d(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function h(e){if(Array.isArray(e))return p(e)}function p(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new g.Psbt(new j);v(this,t),this.data=r,this.opts=Object.assign({},T,e),this.__CACHE={__NON_WITNESS_UTXO_TX_CACHE:[],__NON_WITNESS_UTXO_BUF_CACHE:[],__TX_IN_CACHE:{},__TX:this.data.globalMap.unsignedTx.tx,__UNSAFE_SIGN_NONSEGWIT:!1},0===this.data.inputs.length&&this.setVersion(2);var n=function(e,t,r,n){return Object.defineProperty(e,t,{enumerable:r,writable:n})};n(this,"__CACHE",!1,!0),n(this,"opts",!1,!0)}return b(t,[{key:"combine",value:function(){for(var e,t=arguments.length,r=new Array(t),n=0;n1||!e||void 0===e.hash||void 0===e.index)throw new Error("Invalid arguments for Psbt.addInput. Requires single object with at least [hash] and [index]");V(this.data.inputs,"addInput"),e.witnessScript&&Ee(e.witnessScript);var t=this.__CACHE;this.data.addInput(e);var r=t.__TX.ins[t.__TX.ins.length-1];Z(t,r);var n=this.data.inputs.length-1,i=this.data.inputs[n];return i.nonWitnessUtxo&&ve(this.__CACHE,i,n),t.__FEE=void 0,t.__FEE_RATE=void 0,t.__EXTRACTED_TX=void 0,this}},{key:"addOutputs",value:function(e){var t=this;return e.forEach((function(e){return t.addOutput(e)})),this}},{key:"addOutput",value:function(e){if(arguments.length>1||!e||void 0===e.value||void 0===e.address&&void 0===e.script)throw new Error("Invalid arguments for Psbt.addOutput. Requires single object with at least [script or address] and [value]");V(this.data.inputs,"addOutput");var t=e,r=t.address;if("string"===typeof r){var n=this.opts.network,i=_.toOutputScript(r,n);e=Object.assign(e,{script:i})}var a=this.__CACHE;return this.data.addOutput(e),a.__FEE=void 0,a.__FEE_RATE=void 0,a.__EXTRACTED_TX=void 0,this}},{key:"extractTransaction",value:function(e){if(!this.data.inputs.every($))throw new Error("Not finalized");var t=this.__CACHE;if(e||K(this,t,this.opts),t.__EXTRACTED_TX)return t.__EXTRACTED_TX;var r=t.__TX.clone();return me(this.data.inputs,r,t,!0),r}},{key:"getFeeRate",value:function(){return re("__FEE_RATE","fee rate",this.data.inputs,this.__CACHE)}},{key:"getFee",value:function(){return re("__FEE","fee",this.data.inputs,this.__CACHE)}},{key:"finalizeAllInputs",value:function(){var e=this;return w.checkForInput(this.data.inputs,0),Te(this.data.inputs.length).forEach((function(t){return e.finalizeInput(t)})),this}},{key:"finalizeInput",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ne,r=w.checkForInput(this.data.inputs,e),n=ce(e,r,this.__CACHE),i=n.script,a=n.isP2SH,o=n.isP2WSH,s=n.isSegwit;if(!i)throw new Error("No script found for input #".concat(e));G(r);var u=t(e,r,i,s,a,o),c=u.finalScriptSig,l=u.finalScriptWitness;if(c&&this.data.updateInput(e,{finalScriptSig:c}),l&&this.data.updateInput(e,{finalScriptWitness:l}),!c&&!l)throw new Error("Unknown error finalizing input #".concat(e));return this.data.clearFinalizedInput(e),this}},{key:"getInputType",value:function(e){var t=w.checkForInput(this.data.inputs,e),r=ge(e,t,this.__CACHE),n=Ae(r,e,"input",t.redeemScript||_e(t.finalScriptSig),t.witnessScript||ke(t.finalScriptWitness)),i="raw"===n.type?"":n.type+"-",a=Pe(n.meaningfulScript);return i+a}},{key:"inputHasPubkey",value:function(e,t){var r=w.checkForInput(this.data.inputs,e);return ye(t,r,e,this.__CACHE)}},{key:"inputHasHDKey",value:function(e,t){var r=w.checkForInput(this.data.inputs,e),n=q(t);return!!r.bip32Derivation&&r.bip32Derivation.some(n)}},{key:"outputHasPubkey",value:function(e,t){var r=w.checkForOutput(this.data.outputs,e);return we(t,r,e,this.__CACHE)}},{key:"outputHasHDKey",value:function(e,t){var r=w.checkForOutput(this.data.outputs,e),n=q(t);return!!r.bip32Derivation&&r.bip32Derivation.some(n)}},{key:"validateSignaturesOfAllInputs",value:function(){var e=this;w.checkForInput(this.data.inputs,0);var t=Te(this.data.inputs.length).map((function(t){return e.validateSignaturesOfInput(t)}));return t.reduce((function(e,t){return!0===t&&e}),!0)}},{key:"validateSignaturesOfInput",value:function(e,t){var r=this.data.inputs[e],n=(r||{}).partialSig;if(!r||!n||n.length<1)throw new Error("No signatures to validate");var i=t?n.filter((function(e){return e.pubkey.equals(t)})):n;if(i.length<1)throw new Error("No signatures for this pubkey");var a,o,s,c,l=[],f=u(i);try{for(f.s();!(c=f.n()).done;){var d=c.value,h=C.signature.decode(d.signature),p=s!==h.hashType?oe(e,Object.assign({},r,{sighashType:h.hashType}),this.__CACHE,!0):{hash:a,script:o},v=p.hash,m=p.script;s=h.hashType,a=v,o=m,X(d.pubkey,m,"verify");var b=S.fromPublicKey(d.pubkey);l.push(b.verify(v,h.signature))}}catch(g){f.e(g)}finally{f.f()}return l.every((function(e){return!0===e}))}},{key:"signAllInputsHD",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[P.Transaction.SIGHASH_ALL];if(!e||!e.publicKey||!e.fingerprint)throw new Error("Need HDSigner to sign input");var r,n=[],i=u(Te(this.data.inputs.length));try{for(i.s();!(r=i.n()).done;){var a=r.value;try{this.signInputHD(a,e,t),n.push(!0)}catch(o){n.push(!1)}}}catch(o){i.e(o)}finally{i.f()}if(n.every((function(e){return!1===e})))throw new Error("No inputs were signed");return this}},{key:"signAllInputsHDAsync",value:function(e){var t=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[P.Transaction.SIGHASH_ALL];return new Promise((function(n,i){if(!e||!e.publicKey||!e.fingerprint)return i(new Error("Need HDSigner to sign input"));var a,o=[],s=[],c=u(Te(t.data.inputs.length));try{for(c.s();!(a=c.n()).done;){var l=a.value;s.push(t.signInputHDAsync(l,e,r).then((function(){o.push(!0)}),(function(){o.push(!1)})))}}catch(f){c.e(f)}finally{c.f()}return Promise.all(s).then((function(){if(o.every((function(e){return!1===e})))return i(new Error("No inputs were signed"));n()}))}))}},{key:"signInputHD",value:function(e,t){var r=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[P.Transaction.SIGHASH_ALL];if(!t||!t.publicKey||!t.fingerprint)throw new Error("Need HDSigner to sign input");var i=le(e,this.data.inputs,t);return i.forEach((function(t){return r.signInput(e,t,n)})),this}},{key:"signInputHDAsync",value:function(e,t){var r=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[P.Transaction.SIGHASH_ALL];return new Promise((function(i,a){if(!t||!t.publicKey||!t.fingerprint)return a(new Error("Need HDSigner to sign input"));var o=le(e,r.data.inputs,t),s=o.map((function(t){return r.signInputAsync(e,t,n)}));return Promise.all(s).then((function(){i()})).catch(a)}))}},{key:"signAllInputs",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[P.Transaction.SIGHASH_ALL];if(!e||!e.publicKey)throw new Error("Need Signer to sign input");var r,n=[],i=u(Te(this.data.inputs.length));try{for(i.s();!(r=i.n()).done;){var a=r.value;try{this.signInput(a,e,t),n.push(!0)}catch(o){n.push(!1)}}}catch(o){i.e(o)}finally{i.f()}if(n.every((function(e){return!1===e})))throw new Error("No inputs were signed");return this}},{key:"signAllInputsAsync",value:function(e){var t=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[P.Transaction.SIGHASH_ALL];return new Promise((function(n,a){if(!e||!e.publicKey)return a(new Error("Need Signer to sign input"));var o,s=[],c=[],l=u(t.data.inputs.entries());try{for(l.s();!(o=l.n()).done;){var f=i(o.value,1),d=f[0];c.push(t.signInputAsync(d,e,r).then((function(){s.push(!0)}),(function(){s.push(!1)})))}}catch(h){l.e(h)}finally{l.f()}return Promise.all(c).then((function(){if(s.every((function(e){return!1===e})))return a(new Error("No inputs were signed"));n()}))}))}},{key:"signInput",value:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[P.Transaction.SIGHASH_ALL];if(!t||!t.publicKey)throw new Error("Need Signer to sign input");var n=ae(this.data.inputs,e,t.publicKey,this.__CACHE,r),i=n.hash,a=n.sighashType,o=[{pubkey:t.publicKey,signature:C.signature.encode(t.sign(i),a)}];return this.data.updateInput(e,{partialSig:o}),this}},{key:"signInputAsync",value:function(e,t){var r=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[P.Transaction.SIGHASH_ALL];return Promise.resolve().then((function(){if(!t||!t.publicKey)throw new Error("Need Signer to sign input");var i=ae(r.data.inputs,e,t.publicKey,r.__CACHE,n),a=i.hash,o=i.sighashType;return Promise.resolve(t.sign(a)).then((function(n){var i=[{pubkey:t.publicKey,signature:C.signature.encode(n,o)}];r.data.updateInput(e,{partialSig:i})}))}))}},{key:"toBuffer",value:function(){return N(this.__CACHE),this.data.toBuffer()}},{key:"toHex",value:function(){return N(this.__CACHE),this.data.toHex()}},{key:"toBase64",value:function(){return N(this.__CACHE),this.data.toBase64()}},{key:"updateGlobal",value:function(e){return this.data.updateGlobal(e),this}},{key:"updateInput",value:function(e,t){return t.witnessScript&&Ee(t.witnessScript),this.data.updateInput(e,t),t.nonWitnessUtxo&&ve(this.__CACHE,this.data.inputs[e],e),this}},{key:"updateOutput",value:function(e,t){return this.data.updateOutput(e,t),this}},{key:"addUnknownKeyValToGlobal",value:function(e){return this.data.addUnknownKeyValToGlobal(e),this}},{key:"addUnknownKeyValToInput",value:function(e,t){return this.data.addUnknownKeyValToInput(e,t),this}},{key:"addUnknownKeyValToOutput",value:function(e,t){return this.data.addUnknownKeyValToOutput(e,t),this}},{key:"clearFinalizedInput",value:function(e){return this.data.clearFinalizedInput(e),this}},{key:"inputCount",get:function(){return this.data.inputs.length}},{key:"version",get:function(){return this.__CACHE.__TX.version},set:function(e){this.setVersion(e)}},{key:"locktime",get:function(){return this.__CACHE.__TX.locktime},set:function(e){this.setLocktime(e)}},{key:"txInputs",get:function(){return this.__CACHE.__TX.ins.map((function(e){return{hash:k.cloneBuffer(e.hash),index:e.index,sequence:e.sequence}}))}},{key:"txOutputs",get:function(){var e=this;return this.__CACHE.__TX.outs.map((function(t){var r;try{r=_.fromOutputScript(t.script,e.opts.network)}catch(n){}return{script:k.cloneBuffer(t.script),value:t.value,address:r}}))}}],[{key:"fromBase64",value:function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.from(t,"base64");return this.fromBuffer(n,r)}},{key:"fromHex",value:function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.from(t,"hex");return this.fromBuffer(n,r)}},{key:"fromBuffer",value:function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=g.Psbt.fromBuffer(e,I),i=new t(r,n);return Y(i.__CACHE.__TX,i.__CACHE),i}}]),t}();t.Psbt=O;var I=function(e){return new j(e)},j=function(){function t(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:e.from([2,0,0,0,0,0,0,0,0,0]);v(this,t),this.tx=P.Transaction.fromBuffer(r),J(this.tx),Object.defineProperty(this,"tx",{enumerable:!1,writable:!0})}return b(t,[{key:"getInputOutputCounts",value:function(){return{inputCount:this.tx.ins.length,outputCount:this.tx.outs.length}}},{key:"addInput",value:function(t){if(void 0===t.hash||void 0===t.index||!e.isBuffer(t.hash)&&"string"!==typeof t.hash||"number"!==typeof t.index)throw new Error("Error adding input.");var r="string"===typeof t.hash?k.reverseBuffer(e.from(t.hash,"hex")):t.hash;this.tx.addInput(r,t.index,t.sequence)}},{key:"addOutput",value:function(t){if(void 0===t.script||void 0===t.value||!e.isBuffer(t.script)||"number"!==typeof t.value)throw new Error("Error adding output.");this.tx.addOutput(t.script,t.value)}},{key:"toBuffer",value:function(){return this.tx.toBuffer()}}]),t}();function B(e,t,r){switch(r){case"pubkey":case"pubkeyhash":case"witnesspubkeyhash":return R(1,e.partialSig);case"multisig":var n=E.p2ms({output:t});return R(n.m,e.partialSig,n.pubkeys);default:return!1}}function N(e){if(!1!==e.__UNSAFE_SIGN_NONSEGWIT)throw new Error("Not BIP174 compliant, can not export")}function R(e,t,r){if(!t)return!1;var n;if(n=r?r.map((function(e){var r=S.fromPublicKey(e,{compressed:!0}).publicKey;return t.find((function(e){return e.pubkey.equals(r)}))})).filter((function(e){return!!e})):t,n.length>e)throw new Error("Too many signatures");return n.length===e}function $(e){return!!e.finalScriptSig||!!e.finalScriptWitness}function M(e){return function(t){try{return e({output:t}),!0}catch(r){return!1}}}var U=M(E.p2ms),F=M(E.p2pk),L=M(E.p2pkh),D=M(E.p2wpkh),z=M(E.p2wsh),H=M(E.p2sh);function q(e){return function(t){return!!t.masterFingerprint.equals(e.fingerprint)&&!!e.derivePath(t.path).publicKey.equals(t.pubkey)}}function W(e){if("number"!==typeof e||e!==Math.floor(e)||e>4294967295||e<0)throw new Error("Invalid 32 bit integer")}function K(e,t,r){var n=t.__FEE_RATE||e.getFeeRate(),i=t.__EXTRACTED_TX.virtualSize(),a=n*i;if(n>=r.maximumFeeRate)throw new Error("Warning: You are paying around ".concat((a/1e8).toFixed(8)," in ")+"fees, which is ".concat(n," satoshi per byte for a transaction ")+"with a VSize of ".concat(i," bytes (segwit counted as 0.25 byte per ")+"byte). Use setMaximumFeeRate method to raise your threshold, or pass true to the first arg of extractTransaction.")}function V(e,t){e.forEach((function(e){var r=!1,n=[];if(0===(e.partialSig||[]).length){if(!e.finalScriptSig&&!e.finalScriptWitness)return;n=ue(e)}else n=e.partialSig;if(n.forEach((function(e){var n=C.signature.decode(e.signature),i=n.hashType,a=[],o=i&P.Transaction.SIGHASH_ANYONECANPAY;o&&a.push("addInput");var s=31&i;switch(s){case P.Transaction.SIGHASH_ALL:break;case P.Transaction.SIGHASH_SINGLE:case P.Transaction.SIGHASH_NONE:a.push("addOutput"),a.push("setInputSequence");break}-1===a.indexOf(t)&&(r=!0)})),r)throw new Error("Can not modify transaction, signatures exist.")}))}function G(e){if(e.sighashType&&e.partialSig){var t=e.partialSig,r=e.sighashType;t.forEach((function(e){var t=C.signature.decode(e.signature),n=t.hashType;if(r!==n)throw new Error("Signature sighash does not match input sighash type")}))}}function X(e,t,r){if(!Ce(e,t))throw new Error("Can not ".concat(r," for this input with the key ").concat(e.toString("hex")))}function J(e){var t=e.ins.every((function(e){return e.script&&0===e.script.length&&e.witness&&0===e.witness.length}));if(!t)throw new Error("Format Error: Transaction ScriptSigs are not empty")}function Y(e,t){e.ins.forEach((function(e){Z(t,e)}))}function Z(t,r){var n=k.reverseBuffer(e.from(r.hash)).toString("hex")+":"+r.index;if(t.__TX_IN_CACHE[n])throw new Error("Duplicate input detected.");t.__TX_IN_CACHE[n]=1}function Q(e,t){return function(r,n,i,a){var o=e({redeem:{output:i}}).output;if(!n.equals(o))throw new Error("".concat(t," for ").concat(a," #").concat(r," doesn't match the scriptPubKey in the prevout"))}}var ee=Q(E.p2sh,"Redeem script"),te=Q(E.p2wsh,"Witness script");function re(e,t,r,n){if(!r.every($))throw new Error("PSBT must be finalized to calculate ".concat(t));if("__FEE_RATE"===e&&n.__FEE_RATE)return n.__FEE_RATE;if("__FEE"===e&&n.__FEE)return n.__FEE;var i,a=!0;return n.__EXTRACTED_TX?(i=n.__EXTRACTED_TX,a=!1):i=n.__TX.clone(),me(r,i,n,a),"__FEE_RATE"===e?n.__FEE_RATE:"__FEE"===e?n.__FEE:void 0}function ne(e,t,r,n,i,a){var o=Pe(r);if(!B(t,r,o))throw new Error("Can not finalize input #".concat(e));return ie(r,o,t.partialSig,n,i,a)}function ie(e,t,r,n,i,a){var o,s,u=se(e,t,r),c=a?E.p2wsh({redeem:u}):null,l=i?E.p2sh({redeem:c||u}):null;return n?(s=pe(c?c.witness:u.witness),l&&(o=l.input)):o=l?l.input:u.input,{finalScriptSig:o,finalScriptWitness:s}}function ae(e,t,r,n,i){var a=w.checkForInput(e,t),o=oe(t,a,n,!1,i),s=o.hash,u=o.sighashType,c=o.script;return X(r,c,"sign"),{hash:s,sighashType:u}}function oe(e,t,r,i,a){var o,s,u=r.__TX,c=t.sighashType||P.Transaction.SIGHASH_ALL;if(a&&a.indexOf(c)<0){var l=he(c);throw new Error("Sighash type is not allowed. Retry the sign method passing the "+"sighashTypes array of whitelisted types. Sighash type: ".concat(l))}if(t.nonWitnessUtxo){var f=be(r,t,e),d=u.ins[e].hash,h=f.getHash();if(!d.equals(h))throw new Error("Non-witness UTXO hash for input #".concat(e," doesn't match the hash specified in the prevout"));var p=u.ins[e].index;s=f.outs[p]}else{if(!t.witnessUtxo)throw new Error("Need a Utxo input item for signing");s=t.witnessUtxo}var v=Ae(s.script,e,"input",t.redeemScript,t.witnessScript),m=v.meaningfulScript,b=v.type;if(["p2sh-p2wsh","p2wsh"].indexOf(b)>=0)o=u.hashForWitnessV0(e,m,s.value,c);else if(D(m)){var g=E.p2pkh({hash:m.slice(2)}).output;o=u.hashForWitnessV0(e,g,s.value,c)}else{if(void 0===t.nonWitnessUtxo&&!1===r.__UNSAFE_SIGN_NONSEGWIT)throw new Error("Input #".concat(e," has witnessUtxo but non-segwit script: ")+"".concat(m.toString("hex")));i||!1===r.__UNSAFE_SIGN_NONSEGWIT||n("warn","Warning: Signing non-segwit inputs without the full parent transaction means there is a chance that a miner could feed you incorrect information to trick you into paying large fees. This behavior is the same as the old TransactionBuilder class when signing non-segwit scripts. You are not able to export this Psbt with toBuffer|toBase64|toHex since it is not BIP174 compliant.\n*********************\nPROCEED WITH CAUTION!\n*********************"," at node_modules/bitcoinjs-lib/src/psbt.js:998"),o=u.hashForSignature(e,m,c)}return{script:m,sighashType:c,hash:o}}function se(e,t,r){var n;switch(t){case"multisig":var i=fe(e,r);n=E.p2ms({output:e,signatures:i});break;case"pubkey":n=E.p2pk({output:e,signature:r[0].signature});break;case"pubkeyhash":n=E.p2pkh({output:e,pubkey:r[0].pubkey,signature:r[0].signature});break;case"witnesspubkeyhash":n=E.p2wpkh({output:e,pubkey:r[0].pubkey,signature:r[0].signature});break}return n}function ue(t){var r=t.finalScriptSig&&C.decompile(t.finalScriptSig)||[],n=t.finalScriptWitness&&C.decompile(t.finalScriptWitness)||[];return r.concat(n).filter((function(t){return e.isBuffer(t)&&C.isCanonicalScriptSignature(t)})).map((function(e){return{signature:e}}))}function ce(e,t,r){var n=r.__TX,i={script:null,isSegwit:!1,isP2SH:!1,isP2WSH:!1};if(i.isP2SH=!!t.redeemScript,i.isP2WSH=!!t.witnessScript,t.witnessScript)i.script=t.witnessScript;else if(t.redeemScript)i.script=t.redeemScript;else if(t.nonWitnessUtxo){var a=be(r,t,e),o=n.ins[e].index;i.script=a.outs[o].script}else t.witnessUtxo&&(i.script=t.witnessUtxo.script);return(t.witnessScript||D(i.script))&&(i.isSegwit=!0),i}function le(e,t,r){var n=w.checkForInput(t,e);if(!n.bip32Derivation||0===n.bip32Derivation.length)throw new Error("Need bip32Derivation to sign with HD");var i=n.bip32Derivation.map((function(e){return e.masterFingerprint.equals(r.fingerprint)?e:void 0})).filter((function(e){return!!e}));if(0===i.length)throw new Error("Need one bip32Derivation masterFingerprint to match the HDSigner fingerprint");var a=i.map((function(e){var t=r.derivePath(e.path);if(!e.pubkey.equals(t.publicKey))throw new Error("pubkey did not match bip32Derivation");return t}));return a}function fe(e,t){var r=E.p2ms({output:e});return r.pubkeys.map((function(e){return(t.filter((function(t){return t.pubkey.equals(e)}))[0]||{}).signature})).filter((function(e){return!!e}))}function de(e){var t=0;function r(r){return t+=r,e.slice(t-r,t)}function n(){var r=y.decode(e,t);return t+=y.decode.bytes,r}function i(){return r(n())}function a(){for(var e=n(),t=[],r=0;r=0&&!this.plain?"":"u-hairline-border"}},data:function(){return{rippleTop:0,rippleLeft:0,fields:{},waveActive:!1}},methods:{click:function(e){var t=this;this.$u.throttle((function(){!0!==t.loading&&!0!==t.disabled&&(t.ripple&&(t.waveActive=!1,t.$nextTick((function(){this.getWaveQuery(e)}))),t.$emit("click",e))}),this.throttleTime)},getWaveQuery:function(e){var t=this;this.getElQuery().then((function(r){var n=r[0];if(n.width&&n.width&&(n.targetWidth=n.height>n.width?n.height:n.width,n.targetWidth)){t.fields=n;var i="",a="";i=e.touches[0].clientX,a=e.touches[0].clientY,t.rippleTop=a-n.top-n.targetWidth/2,t.rippleLeft=i-n.left-n.targetWidth/2,t.$nextTick((function(){t.waveActive=!0}))}}))},getElQuery:function(){var e=this;return new Promise((function(t){var r="";r=uni.createSelectorQuery().in(e),r.select(".u-btn").boundingClientRect(),r.exec((function(e){t(e)}))}))},getphonenumber:function(e){this.$emit("getphonenumber",e)},getuserinfo:function(e){this.$emit("getuserinfo",e)},error:function(e){this.$emit("error",e)},opensetting:function(e){this.$emit("opensetting",e)},launchapp:function(e){this.$emit("launchapp",e)}}};t.default=n},"7b93":function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("button",{staticClass:e._$s(0,"sc","u-btn u-line-1 u-fix-ios-appearance"),class:e._$s(0,"c",["u-size-"+e.size,e.plain?"u-btn--"+e.type+"--plain":"",e.loading?"u-loading":"","circle"==e.shape?"u-round-circle":"",e.hairLine?e.showHairLineBorder:"u-btn--bold-border","u-btn--"+e.type,e.disabled?"u-btn--"+e.type+"--disabled":""]),style:e._$s(0,"s",[e.customStyle,{overflow:e.ripple?"hidden":"visible"}]),attrs:{id:"u-wave-btn","hover-start-time":e._$s(0,"a-hover-start-time",Number(e.hoverStartTime)),"hover-stay-time":e._$s(0,"a-hover-stay-time",Number(e.hoverStayTime)),disabled:e._$s(0,"a-disabled",e.disabled),"form-type":e._$s(0,"a-form-type",e.formType),"open-type":e._$s(0,"a-open-type",e.openType),"app-parameter":e._$s(0,"a-app-parameter",e.appParameter),"hover-stop-propagation":e._$s(0,"a-hover-stop-propagation",e.hoverStopPropagation),"send-message-title":e._$s(0,"a-send-message-title",e.sendMessageTitle),lang:e._$s(0,"a-lang",e.lang),"data-name":e._$s(0,"a-data-name",e.dataName),"session-from":e._$s(0,"a-session-from",e.sessionFrom),"send-message-img":e._$s(0,"a-send-message-img",e.sendMessageImg),"show-message-card":e._$s(0,"a-show-message-card",e.showMessageCard),"hover-class":e._$s(0,"a-hover-class",e.getHoverClass),loading:e._$s(0,"a-loading",e.loading),_i:0},on:{getphonenumber:e.getphonenumber,getuserinfo:e.getuserinfo,error:e.error,opensetting:e.opensetting,launchapp:e.launchapp,click:function(t){return t.stopPropagation(),e.click(t)}}},[e._t("default",null,{_i:1}),e._$s(2,"i",e.ripple)?r("view",{staticClass:e._$s(2,"sc","u-wave-ripple"),class:e._$s(2,"c",[e.waveActive?"u-wave-active":""]),style:e._$s(2,"s",{top:e.rippleTop+"px",left:e.rippleLeft+"px",width:e.fields.targetWidth+"px",height:e.fields.targetWidth+"px","background-color":e.rippleBgColor||"rgba(0, 0, 0, 0.15)"}),attrs:{_i:2}}):e._e()],2)},a=[]},"7b9d":function(e,t,r){"use strict";function n(e,t){var r;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=i(e))||t&&e&&"number"===typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw o}}}}function i(e,t){if(e){if("string"===typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(e,t):void 0}}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=t.min)&&(!t.hasOwnProperty("max")||a<=t.max)&&(!t.hasOwnProperty("lt")||at.gt)}var s=Object.keys(i.decimal);t.locales=s},"7cba":function(e,t,r){"use strict";r.r(t);var n=r("b3fb"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"7cc2":function(module,exports,__webpack_require__){(function(process){var __WEBPACK_AMD_DEFINE_RESULT__; /** * [js-sha256]{@link https://github.com/emn178/js-sha256} * * @version 0.9.0 * @author Chen, Yi-Cyuan [emn178@gmail.com] * @copyright Chen, Yi-Cyuan 2014-2017 * @license MIT */(function(){"use strict";var ERROR="input is invalid type",WINDOW="object"===typeof window,root=WINDOW?window:{};root.JS_SHA256_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&"object"===typeof self,NODE_JS=!root.JS_SHA256_NO_NODE_JS&&"object"===typeof process&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_SHA256_NO_COMMON_JS&&"object"===typeof module&&module.exports,AMD=__webpack_require__("3c35"),ARRAY_BUFFER=!root.JS_SHA256_NO_ARRAY_BUFFER&&"undefined"!==typeof ArrayBuffer,HEX_CHARS="0123456789abcdef".split(""),EXTRA=[-2147483648,8388608,32768,128],SHIFT=[24,16,8,0],K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],OUTPUT_TYPES=["hex","array","digest","arrayBuffer"],blocks=[];!root.JS_SHA256_NO_NODE_JS&&Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),!ARRAY_BUFFER||!root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(e){return"object"===typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var createOutputMethod=function(e,t){return function(r){return new Sha256(t,!0).update(r)[e]()}},createMethod=function(e){var t=createOutputMethod("hex",e);NODE_JS&&(t=nodeWrap(t,e)),t.create=function(){return new Sha256(e)},t.update=function(e){return t.create().update(e)};for(var r=0;r>6,o[u++]=128|63&a):a<55296||a>=57344?(o[u++]=224|a>>12,o[u++]=128|a>>6&63,o[u++]=128|63&a):(a=65536+((1023&a)<<10|1023&e.charCodeAt(++n)),o[u++]=240|a>>18,o[u++]=128|a>>12&63,o[u++]=128|a>>6&63,o[u++]=128|63&a);e=o}else{if("object"!==i)throw new Error(ERROR);if(null===e)throw new Error(ERROR);if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw new Error(ERROR)}e.length>64&&(e=new Sha256(t,!0).update(e).array());var c=[],l=[];for(n=0;n<64;++n){var f=e[n]||0;c[n]=92^f,l[n]=54^f}Sha256.call(this,t,r),this.update(l),this.oKeyPad=c,this.inner=!0,this.sharedMemory=r}Sha256.prototype.update=function(e){if(!this.finalized){var t,r=typeof e;if("string"!==r){if("object"!==r)throw new Error(ERROR);if(null===e)throw new Error(ERROR);if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw new Error(ERROR);t=!0}var n,i,a=0,o=e.length,s=this.blocks;while(a>2]|=e[a]<>2]|=n<>2]|=(192|n>>6)<>2]|=(128|63&n)<=57344?(s[i>>2]|=(224|n>>12)<>2]|=(128|n>>6&63)<>2]|=(128|63&n)<>2]|=(240|n>>18)<>2]|=(128|n>>12&63)<>2]|=(128|n>>6&63)<>2]|=(128|63&n)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Sha256.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[16]=this.block,e[t>>2]|=EXTRA[3&t],this.block=e[16],t>=56&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash()}},Sha256.prototype.hash=function(){var e,t,r,n,i,a,o,s,u,c,l,f=this.h0,d=this.h1,h=this.h2,p=this.h3,v=this.h4,m=this.h5,b=this.h6,g=this.h7,y=this.blocks;for(e=16;e<64;++e)i=y[e-15],t=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,i=y[e-2],r=(i>>>17|i<<15)^(i>>>19|i<<13)^i>>>10,y[e]=y[e-16]+t+y[e-7]+r<<0;for(l=d&h,e=0;e<64;e+=4)this.first?(this.is224?(s=300032,i=y[0]-1413257819,g=i-150054599<<0,p=i+24177077<<0):(s=704751109,i=y[0]-210244248,g=i-1521486534<<0,p=i+143694565<<0),this.first=!1):(t=(f>>>2|f<<30)^(f>>>13|f<<19)^(f>>>22|f<<10),r=(v>>>6|v<<26)^(v>>>11|v<<21)^(v>>>25|v<<7),s=f&d,n=s^f&h^l,o=v&m^~v&b,i=g+r+o+K[e]+y[e],a=t+n,g=p+i<<0,p=i+a<<0),t=(p>>>2|p<<30)^(p>>>13|p<<19)^(p>>>22|p<<10),r=(g>>>6|g<<26)^(g>>>11|g<<21)^(g>>>25|g<<7),u=p&f,n=u^p&d^s,o=g&v^~g&m,i=b+r+o+K[e+1]+y[e+1],a=t+n,b=h+i<<0,h=i+a<<0,t=(h>>>2|h<<30)^(h>>>13|h<<19)^(h>>>22|h<<10),r=(b>>>6|b<<26)^(b>>>11|b<<21)^(b>>>25|b<<7),c=h&p,n=c^h&f^u,o=b&g^~b&v,i=m+r+o+K[e+2]+y[e+2],a=t+n,m=d+i<<0,d=i+a<<0,t=(d>>>2|d<<30)^(d>>>13|d<<19)^(d>>>22|d<<10),r=(m>>>6|m<<26)^(m>>>11|m<<21)^(m>>>25|m<<7),l=d&h,n=l^d&p^c,o=m&b^~m&g,i=v+r+o+K[e+3]+y[e+3],a=t+n,v=f+i<<0,f=i+a<<0;this.h0=this.h0+f<<0,this.h1=this.h1+d<<0,this.h2=this.h2+h<<0,this.h3=this.h3+p<<0,this.h4=this.h4+v<<0,this.h5=this.h5+m<<0,this.h6=this.h6+b<<0,this.h7=this.h7+g<<0},Sha256.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3,i=this.h4,a=this.h5,o=this.h6,s=this.h7,u=HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[15&r]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[a>>28&15]+HEX_CHARS[a>>24&15]+HEX_CHARS[a>>20&15]+HEX_CHARS[a>>16&15]+HEX_CHARS[a>>12&15]+HEX_CHARS[a>>8&15]+HEX_CHARS[a>>4&15]+HEX_CHARS[15&a]+HEX_CHARS[o>>28&15]+HEX_CHARS[o>>24&15]+HEX_CHARS[o>>20&15]+HEX_CHARS[o>>16&15]+HEX_CHARS[o>>12&15]+HEX_CHARS[o>>8&15]+HEX_CHARS[o>>4&15]+HEX_CHARS[15&o];return this.is224||(u+=HEX_CHARS[s>>28&15]+HEX_CHARS[s>>24&15]+HEX_CHARS[s>>20&15]+HEX_CHARS[s>>16&15]+HEX_CHARS[s>>12&15]+HEX_CHARS[s>>8&15]+HEX_CHARS[s>>4&15]+HEX_CHARS[15&s]),u},Sha256.prototype.toString=Sha256.prototype.hex,Sha256.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3,i=this.h4,a=this.h5,o=this.h6,s=this.h7,u=[e>>24&255,e>>16&255,e>>8&255,255&e,t>>24&255,t>>16&255,t>>8&255,255&t,r>>24&255,r>>16&255,r>>8&255,255&r,n>>24&255,n>>16&255,n>>8&255,255&n,i>>24&255,i>>16&255,i>>8&255,255&i,a>>24&255,a>>16&255,a>>8&255,255&a,o>>24&255,o>>16&255,o>>8&255,255&o];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,255&s),u},Sha256.prototype.array=Sha256.prototype.digest,Sha256.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(this.is224?28:32),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),t.setUint32(20,this.h5),t.setUint32(24,this.h6),this.is224||t.setUint32(28,this.h7),e},HmacSha256.prototype=new Sha256,HmacSha256.prototype.finalize=function(){if(Sha256.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();Sha256.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(e),Sha256.prototype.finalize.call(this)}};var exports=createMethod();exports.sha256=exports,exports.sha224=createMethod(!0),exports.sha256.hmac=createHmacMethod(),exports.sha224.hmac=createHmacMethod(!0),COMMON_JS?module.exports=exports:(root.sha256=exports.sha256,root.sha224=exports.sha224,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()}).call(this,__webpack_require__("4362"))},"7cd4":function(e,t,r){e.exports=r("0857")(r("0346"))},"7d2a":function(e,t){var r=Math.pow(2,30)-1;e.exports=function(e,t){if("number"!==typeof e)throw new TypeError("Iterations not a number");if(e<0)throw new TypeError("Bad iterations");if("number"!==typeof t)throw new TypeError("Key length not a number");if(t<0||t>r||t!==t)throw new TypeError("Bad key length")}},"7d4b":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^[A-Z]{2}[0-9A-Z]{3}\d{2}\d{5}$/;function o(e){return(0,n.default)(e),a.test(e)}e.exports=t.default,e.exports.default=t.default},"7d72":function(e,t,r){"use strict";var n=r("8707").Buffer,i=n.isEncoding||function(e){switch(e=""+e,e&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function a(e){if(!e)return"utf8";var t;while(1)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}function o(e){var t=a(e);if("string"!==typeof t&&(n.isEncoding===i||!i(e)))throw new Error("Unknown encoding: "+e);return t||e}function s(e){var t;switch(this.encoding=o(e),this.encoding){case"utf16le":this.text=p,this.end=v,t=4;break;case"utf8":this.fillLast=f,t=4;break;case"base64":this.text=m,this.end=b,t=3;break;default:return this.write=g,void(this.end=y)}this.lastNeed=0,this.lastTotal=0,this.lastChar=n.allocUnsafe(t)}function u(e){return e<=127?0:e>>5===6?2:e>>4===14?3:e>>3===30?4:e>>6===2?-1:-2}function c(e,t,r){var n=t.length-1;if(n=0?(i>0&&(e.lastNeed=i-1),i):--n=0?(i>0&&(e.lastNeed=i-2),i):--n=0?(i>0&&(2===i?i=0:e.lastNeed=i-3),i):0))}function l(e,t,r){if(128!==(192&t[0]))return e.lastNeed=0,"\ufffd";if(e.lastNeed>1&&t.length>1){if(128!==(192&t[1]))return e.lastNeed=1,"\ufffd";if(e.lastNeed>2&&t.length>2&&128!==(192&t[2]))return e.lastNeed=2,"\ufffd"}}function f(e){var t=this.lastTotal-this.lastNeed,r=l(this,e,t);return void 0!==r?r:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function d(e,t){var r=c(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var n=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,n),e.toString("utf8",t,n)}function h(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"\ufffd":t}function p(e,t){if((e.length-t)%2===0){var r=e.toString("utf16le",t);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function v(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function m(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function b(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function g(e){return e.toString(this.encoding)}function y(e){return e&&e.length?this.write(e):""}t.StringDecoder=s,s.prototype.write=function(e){if(0===e.length)return"";var t,r;if(this.lastNeed){if(t=this.fillLast(e),void 0===t)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return re&&n>24===e}function m(e){return e<<16>>16===e}function b(e){return(0|e)===e}function g(e){return"number"===typeof e&&e>=-h&&e<=h&&Math.floor(e)===e}function y(e){return(255&e)===e}function w(e){return(65535&e)===e}function _(e){return e>>>0===e}function k(e){return"number"===typeof e&&e>=0&&e<=h&&Math.floor(e)===e}var x={ArrayN:u,Buffer:a,BufferN:c,Finite:p,Hex:o,HexN:l,Int8:v,Int16:m,Int32:b,Int53:g,Range:d,StringN:f,UInt8:y,UInt16:w,UInt32:_,UInt53:k};for(var S in x)x[S].toJSON=function(e){return e}.bind(null,S);e.exports=x}).call(this,r("b639").Buffer)},"7e18":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var r=e.from([48,129,211,2,1,1,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,129,133,48,129,130,2,1,1,48,44,6,7,42,134,72,206,61,1,1,2,33,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,252,47,48,6,4,1,0,4,1,7,4,33,2,121,190,102,126,249,220,187,172,85,160,98,149,206,135,11,7,2,155,252,219,45,206,40,217,89,242,129,91,22,248,23,152,2,33,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,186,174,220,230,175,72,160,59,191,210,94,140,208,54,65,65,2,1,1,161,36,3,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),n=e.from([48,130,1,19,2,1,1,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,129,165,48,129,162,2,1,1,48,44,6,7,42,134,72,206,61,1,1,2,33,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,252,47,48,6,4,1,0,4,1,7,4,65,4,121,190,102,126,249,220,187,172,85,160,98,149,206,135,11,7,2,155,252,219,45,206,40,217,89,242,129,91,22,248,23,152,72,58,218,119,38,163,196,101,93,164,251,252,14,17,8,168,253,23,180,72,166,133,84,25,156,71,208,143,251,16,212,184,2,33,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,186,174,220,230,175,72,160,59,191,210,94,140,208,54,65,65,2,1,1,161,68,3,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);t.privateKeyExport=function(t,i,a){void 0===a&&(a=!0);var o=e.from(a?r:n);return t.copy(o,a?8:9),i.copy(o,a?181:214),o},t.privateKeyImport=function(e){var t=e.length,r=0;if(t2)return null;if(t1?e[r+n-2]<<8:0);return r+=n,t32||ti))return null;if(2!==t[a++])return null;var s=t[a++];if(128&s){if(o=s-128,a+o>i)return null;for(;o>0&&0===t[a];a+=1,o-=1);for(s=0;o>0;a+=1,o-=1)s=(s<<8)+t[a]}if(s>i-a)return null;var u=a;if(a+=s,2!==t[a++])return null;var c=t[a++];if(128&c){if(o=c-128,a+o>i)return null;for(;o>0&&0===t[a];a+=1,o-=1);for(c=0;o>0;a+=1,o-=1)c=(c<<8)+t[a]}if(c>i-a)return null;var l=a;for(a+=c;s>0&&0===t[u];s-=1,u+=1);if(s>32)return null;var f=t.slice(u,u+s);for(f.copy(r,32-f.length);c>0&&0===t[l];c-=1,l+=1);if(c>32)return null;var d=t.slice(l,l+c);return d.copy(n,32-d.length),{r:r,s:n}}}).call(this,r("b639").Buffer)},"7e24":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="networks/5.5.0";t.version=n},"7e73":function(e,t,r){var n=r("0da6"),i=r("cd2f"),a=i.hexStringToBuffer,o=i.profiles,s=r("1c2f"),u=s.cidV0ToV1Base32;e.exports={helpers:{cidV0ToV1Base32:u},decode:function(e){var t=a(e),r=n.getCodec(t),i=n.rmPrefix(t),s=o[r];return s||(s=o["default"]),s.decode(i)},fromIpfs:function(e){return this.encode("ipfs-ns",e)},fromSwarm:function(e){return this.encode("swarm-ns",e)},encode:function(e,t){var r=o[e];r||(r=o["default"]);var i=r.encode(t);return n.addPrefix(e,i).toString("hex")},getCodec:function(e){var t=a(e);return n.getCodec(t)}}},"7e78":function(e,t,r){var n=r("3fb5"),i=r("b672"),a=r("8707").Buffer,o=[1518500249,1859775393,-1894007588,-899497514],s=new Array(80);function u(){this.init(),this._w=s,i.call(this,64,56)}function c(e){return e<<1|e>>>31}function l(e){return e<<5|e>>>27}function f(e){return e<<30|e>>>2}function d(e,t,r,n){return 0===e?t&r|~t&n:2===e?t&r|t&n|r&n:t^r^n}n(u,i),u.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},u.prototype._update=function(e){for(var t=this._w,r=0|this._a,n=0|this._b,i=0|this._c,a=0|this._d,s=0|this._e,u=0;u<16;++u)t[u]=e.readInt32BE(4*u);for(;u<80;++u)t[u]=c(t[u-3]^t[u-8]^t[u-14]^t[u-16]);for(var h=0;h<80;++h){var p=~~(h/20),v=l(r)+d(p,n,i,a)+s+t[h]+o[p]|0;s=a,a=i,i=f(n),n=r,r=v}this._a=r+this._a|0,this._b=n+this._b|0,this._c=i+this._c|0,this._d=a+this._d|0,this._e=s+this._e|0},u.prototype._hash=function(){var e=a.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=u},"7f32":function(e,t,r){"use strict";r.r(t);var n=r("2853"),i=r("0ed8");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"4e8058cf",null,!1,n["a"],o);t["default"]=u.exports},"7f7a":function(e,t,r){var n=t;n.bignum=r("399f"),n.define=r("ef3a").define,n.base=r("41df"),n.constants=r("0211"),n.decoders=r("20f6"),n.encoders=r("343e")},"7f84":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a={md5:32,md4:32,sha1:40,sha256:64,sha384:96,sha512:128,ripemd128:32,ripemd160:40,tiger128:32,tiger160:40,tiger192:48,crc32:8,crc32b:8};function o(e,t){(0,n.default)(e);var r=new RegExp("^[a-f0-9]{".concat(a[t],"}$"));return r.test(e)}e.exports=t.default,e.exports.default=t.default},"7fc4":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=u;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^(application|audio|font|image|message|model|multipart|text|video)\/[a-zA-Z0-9\.\-\+]{1,100}$/i,o=/^text\/[a-zA-Z0-9\.\-\+]{1,100};\s?charset=("[a-zA-Z0-9\.\-\+\s]{0,70}"|[a-zA-Z0-9\.\-\+]{0,70})(\s?\([a-zA-Z0-9\.\-\+\s]{1,20}\))?$/i,s=/^multipart\/[a-zA-Z0-9\.\-\+]{1,100}(;\s?(boundary|charset)=("[a-zA-Z0-9\.\-\+\s]{0,70}"|[a-zA-Z0-9\.\-\+]{0,70})(\s?\([a-zA-Z0-9\.\-\+\s]{1,20}\))?){0,2}$/i;function u(e){return(0,n.default)(e),a.test(e)||o.test(e)||s.test(e)}e.exports=t.default,e.exports.default=t.default},"7fca":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="wallet/5.5.0";t.version=n},"800b":function(e,t,r){ /*! * v2.1.4-104-gc868b3a * */ (function(t,r){e.exports=r()})("undefined"!==typeof self&&self,(function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=7)}([function(e,t,r){"use strict";r.d(t,"j",(function(){return i})),r.d(t,"d",(function(){return a})),r.d(t,"c",(function(){return o})),r.d(t,"h",(function(){return s})),r.d(t,"b",(function(){return u})),r.d(t,"k",(function(){return c})),r.d(t,"e",(function(){return l})),r.d(t,"g",(function(){return f})),r.d(t,"i",(function(){return d})),r.d(t,"a",(function(){return h})),r.d(t,"f",(function(){return p}));var n=r(1),i=c((function(e,t){var r=t.length;return c((function(n){for(var i=0;il&&(V("Max buffer length exceeded: textNode"),e=Math.max(e,a.length)),R.length>l&&(V("Max buffer length exceeded: numberNode"),e=Math.max(e,R.length)),N=l-e+H}function V(e){void 0!==a&&(s(a),u(),a=void 0),t=Error(e+"\nLn: "+W+"\nCol: "+q+"\nChr: "+r),c(Object(n["o"])(void 0,void 0,t))}function G(){if(U===h)return s({}),u(),void(M=!0);U===p&&0===z||V("Unexpected end"),void 0!==a&&(s(a),u(),a=void 0),M=!0}function X(e){return"\r"===e||"\n"===e||" "===e||"\t"===e}function J(e){if(!t){if(M)return V("Cannot write after close");var n=0;r=e[0];while(r){if(n>0&&(i=r),r=e[n++],!r)break;switch(H++,"\n"===r?(W++,q=0):q++,U){case h:if("{"===r)U=v;else if("["===r)U=b;else if(!X(r))return V("Non-whitespace before {[.");continue;case w:case v:if(X(r))continue;if(U===w)F.push(_);else{if("}"===r){s({}),u(),U=F.pop()||p;continue}F.push(m)}if('"'!==r)return V('Malformed object key should start with " ');U=y;continue;case _:case m:if(X(r))continue;if(":"===r)U===m?(F.push(m),void 0!==a&&(s({}),o(a),a=void 0),z++):void 0!==a&&(o(a),a=void 0),U=p;else if("}"===r)void 0!==a&&(s(a),u(),a=void 0),u(),z--,U=F.pop()||p;else{if(","!==r)return V("Bad object");U===m&&F.push(m),void 0!==a&&(s(a),u(),a=void 0),U=w}continue;case b:case p:if(X(r))continue;if(U===b){if(s([]),z++,U=p,"]"===r){u(),z--,U=F.pop()||p;continue}F.push(g)}if('"'===r)U=y;else if("{"===r)U=v;else if("["===r)U=b;else if("t"===r)U=k;else if("f"===r)U=A;else if("n"===r)U=T;else if("-"===r)R+=r;else if("0"===r)R+=r,U=B;else{if(-1==="123456789".indexOf(r))return V("Bad value");R+=r,U=B}continue;case g:if(","===r)F.push(g),void 0!==a&&(s(a),u(),a=void 0),U=p;else{if("]"!==r){if(X(r))continue;return V("Bad array")}void 0!==a&&(s(a),u(),a=void 0),u(),z--,U=F.pop()||p}continue;case y:void 0===a&&(a="");var c=n-1;e:while(1){while(D>0)if(L+=r,r=e.charAt(n++),4===D?(a+=String.fromCharCode(parseInt(L,16)),D=0,c=n-1):D++,!r)break e;if('"'===r&&!$){U=F.pop()||p,a+=e.substring(c,n-1);break}if("\\"===r&&!$&&($=!0,a+=e.substring(c,n-1),r=e.charAt(n++),!r))break;if($){if($=!1,"n"===r?a+="\n":"r"===r?a+="\r":"t"===r?a+="\t":"f"===r?a+="\f":"b"===r?a+="\b":"u"===r?(D=1,L=""):a+=r,r=e.charAt(n++),c=n-1,r)continue;break}f.lastIndex=n;var l=f.exec(e);if(!l){n=e.length+1,a+=e.substring(c,n-1);break}if(n=l.index+1,r=e.charAt(l.index),!r){a+=e.substring(c,n-1);break}}continue;case k:if(!r)continue;if("r"!==r)return V("Invalid true started with t"+r);U=x;continue;case x:if(!r)continue;if("u"!==r)return V("Invalid true started with tr"+r);U=S;continue;case S:if(!r)continue;if("e"!==r)return V("Invalid true started with tru"+r);s(!0),u(),U=F.pop()||p;continue;case A:if(!r)continue;if("a"!==r)return V("Invalid false started with f"+r);U=E;continue;case E:if(!r)continue;if("l"!==r)return V("Invalid false started with fa"+r);U=C;continue;case C:if(!r)continue;if("s"!==r)return V("Invalid false started with fal"+r);U=P;continue;case P:if(!r)continue;if("e"!==r)return V("Invalid false started with fals"+r);s(!1),u(),U=F.pop()||p;continue;case T:if(!r)continue;if("u"!==r)return V("Invalid null started with n"+r);U=O;continue;case O:if(!r)continue;if("l"!==r)return V("Invalid null started with nu"+r);U=I;continue;case I:if(!r)continue;if("l"!==r)return V("Invalid null started with nul"+r);s(null),u(),U=F.pop()||p;continue;case j:if("."!==r)return V("Leading zero not followed by .");R+=r,U=B;continue;case B:if(-1!=="0123456789".indexOf(r))R+=r;else if("."===r){if(-1!==R.indexOf("."))return V("Invalid number has two dots");R+=r}else if("e"===r||"E"===r){if(-1!==R.indexOf("e")||-1!==R.indexOf("E"))return V("Invalid number has two exponential");R+=r}else if("+"===r||"-"===r){if("e"!==i&&"E"!==i)return V("Invalid symbol in number");R+=r}else R&&(s(parseFloat(R)),u(),R=""),n--,U=F.pop()||p;continue;default:return V("Unknown state: "+U)}}H>=N&&K()}}e(n["m"]).on(J),e(n["n"]).on(G)}},function(e,t,r){"use strict";r.d(t,"a",(function(){return u})),r.d(t,"b",(function(){return c}));var n=r(19),i=r(3),a=r(2),o=r(20),s=r(0);function u(){return new XMLHttpRequest}function c(e,t,r,u,c,l,f){var d=e(i["m"]).emit,h=e(i["b"]).emit,p=0,v=!0;function m(){if("2"===String(t.status)[0]){var e=t.responseText,r=(" "+e.substr(p)).substr(1);r&&d(r),p=Object(a["e"])(e)}}function b(t){try{v&&e(i["c"]).emit(t.status,Object(o["a"])(t.getAllResponseHeaders())),v=!1}catch(r){}}e(i["a"]).on((function(){t.onreadystatechange=null,t.abort()})),"onprogress"in t&&(t.onprogress=m),t.onreadystatechange=function(){switch(t.readyState){case 2:case 3:return b(t);case 4:b(t);var r="2"===String(t.status)[0];r?(m(),e(i["n"]).emit()):h(Object(i["o"])(t.status,t.responseText))}};try{for(var g in t.open(r,u,!0),l)t.setRequestHeader(g,l[g]);Object(n["a"])(window.location,Object(n["b"])(u))||t.setRequestHeader("X-Requested-With","XMLHttpRequest"),t.withCredentials=f,t.send(c)}catch(y){window.setTimeout(Object(s["j"])(h,Object(i["o"])(void 0,void 0,y)),0)}}},function(e,t,r){"use strict";function n(e,t){function r(e){return{"http:":80,"https:":443}[e]}function n(t){return String(t.port||r(t.protocol||e.protocol))}return!!(t.protocol&&t.protocol!==e.protocol||t.host&&t.host!==e.host||t.host&&n(t)!==n(e))}function i(e){var t=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/,r=t.exec(e)||[];return{protocol:r[1]||"",host:r[2]||"",port:r[3]||""}}r.d(t,"a",(function(){return n})),r.d(t,"b",(function(){return i}))},function(e,t,r){"use strict";function n(e){var t={};return e&&e.split("\r\n").forEach((function(e){var r=e.indexOf(": ");t[e.substring(0,r)]=e.substring(r+2)})),t}r.d(t,"a",(function(){return n}))}])["default"]}))},8050:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("0a0b");function i(t){return{key:e.from([n.GlobalTypes.UNSIGNED_TX]),value:t.toBuffer()}}t.encode=i}).call(this,r("b639").Buffer)},8073:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493")),n(r("f09b"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{show:!1,info:{},isIn:!0,toTop:!1}},computed:{i18n:function(){return this.$t("index")}},methods:{toDetail:function(){var e;"TRX"==this.info.chainName?e=this.$SystemConfiguration.constant.trxTransctionDetail+this.info.txid:"ETH"==this.info.chainName&&(e=this.$SystemConfiguration.constant.ethTransctionDetail+this.info.txid),plus.runtime.openURL(e)},copyTextMethod:function(t){e("log",t," at pages/menu/transction/detail/index.vue:141");var r=this;e("log",123132," at pages/menu/transction/detail/index.vue:155"),uni.hideToast(),uni.setClipboardData({data:t,success:function(){uni.showToast({title:r.$t("index").CopySuccessful,icon:"none",duration:1500})}})}},onLoad:function(t){this.info=uni.getStorageSync("transDetail"),e("log",this.info,787878," at pages/menu/transction/detail/index.vue:172"),this.isIn="in"===this.info.type,e("log",this.isIn," at pages/menu/transction/detail/index.vue:174")}};t.default=i}).call(this,r("0de9")["default"])},8236:function(e,t,r){var n=r("8e1e"),i=r("bfa4"),a="prod",o=new RegExp("^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{95}$"),s=new RegExp("^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{106}$");function u(e,t,r,n){var i=t.addressTypes;switch("integrated"==n&&(i=t.iAddressTypes),r){case"prod":return parseInt(e.substr(0,2),16)==i.prod[0];case"testnet":return parseInt(e.substr(0,2),16)==i.testnet[0];case"both":return parseInt(e.substr(0,2),16)==i.prod[0]||parseInt(e.substr(0,2),16)==i.testnet[0];default:return!1}}function c(e){if(e.length%2!==0)return null;for(var t=new Uint8Array(e.length/2),r=0;r1&&t[1].startsWith("0"))&&((0,i.default)(t[0],4)&&t[1]<=32&&t[1]>=0)))}e.exports=t.default,e.exports.default=t.default},"82f0":function(e,t,r){var n=r("39f5"),i=r("8707").Buffer,a=r("6430"),o=r("3fb5"),s=r("3f62"),u=r("8c8a"),c=r("bd9d");function l(e,t){var r=0;e.length!==t.length&&r++;for(var n=Math.min(e.length,t.length),i=0;i=0&&i.match(/gas required exceeds allowance|always failing transaction|execution reverted/)&&T.throwError("cannot estimate gas; transaction may fail or may require manual gas limit",d.Logger.errors.UNPREDICTABLE_GAS_LIMIT,{error:t,method:e,transaction:a}),t}function j(e){return new Promise((function(t){setTimeout(t,e)}))}function B(e){if(e.error){var t=new Error(e.error.message);throw t.code=e.error.code,t.data=e.error.data,t}return e.result}function N(e){return e?e.toLowerCase():e}var R={},$=function(e){_(r,e);var t=x(r);function r(e,n,i){var a;if(g(this,r),T.checkNew(this instanceof r?this.constructor:void 0,r),a=t.call(this),e!==R)throw new Error("do not call the JsonRpcSigner constructor directly; use provider.getSigner");return(0,u.defineReadOnly)(A(a),"provider",n),null==i&&(i=0),"string"===typeof i?((0,u.defineReadOnly)(A(a),"_address",a.provider.formatter.address(i)),(0,u.defineReadOnly)(A(a),"_index",null)):"number"===typeof i?((0,u.defineReadOnly)(A(a),"_index",i),(0,u.defineReadOnly)(A(a),"_address",null)):T.throwArgumentError("invalid address or index","addressOrIndex",i),a}return w(r,[{key:"connect",value:function(e){return T.throwError("cannot alter JSON-RPC Signer connection",d.Logger.errors.UNSUPPORTED_OPERATION,{operation:"connect"})}},{key:"connectUnchecked",value:function(){return new M(R,this.provider,this._address||this._index)}},{key:"getAddress",value:function(){var e=this;return this._address?Promise.resolve(this._address):this.provider.send("eth_accounts",[]).then((function(t){return t.length<=e._index&&T.throwError("unknown account #"+e._index,d.Logger.errors.UNSUPPORTED_OPERATION,{operation:"getAddress"}),e.provider.formatter.address(t[e._index])}))}},{key:"sendUncheckedTransaction",value:function(e){var t=this;e=(0,u.shallowCopy)(e);var r=this.getAddress().then((function(e){return e&&(e=e.toLowerCase()),e}));if(null==e.gasLimit){var i=(0,u.shallowCopy)(e);i.from=r,e.gasLimit=this.provider.estimateGas(i)}return null!=e.to&&(e.to=Promise.resolve(e.to).then((function(e){return P(t,void 0,void 0,n.default.mark((function t(){var r;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(null!=e){t.next=2;break}return t.abrupt("return",null);case 2:return t.next=4,this.provider.resolveName(e);case 4:return r=t.sent,null==r&&T.throwArgumentError("provided ENS name resolves to null","tx.to",e),t.abrupt("return",r);case 7:case"end":return t.stop()}}),t,this)})))}))),(0,u.resolveProperties)({tx:(0,u.resolveProperties)(e),sender:r}).then((function(r){var n=r.tx,i=r.sender;null!=n.from?n.from.toLowerCase()!==i&&T.throwArgumentError("from address mismatch","transaction",e):n.from=i;var a=t.provider.constructor.hexlifyTransaction(n,{from:!0});return t.provider.send("eth_sendTransaction",[a]).then((function(e){return e}),(function(e){return I("sendTransaction",e,a)}))}))}},{key:"signTransaction",value:function(e){return T.throwError("signing transactions is unsupported",d.Logger.errors.UNSUPPORTED_OPERATION,{operation:"signTransaction"})}},{key:"sendTransaction",value:function(e){return P(this,void 0,void 0,n.default.mark((function t(){var r,i,a=this;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this.provider._getInternalBlockNumber(100+2*this.provider.pollingInterval);case 2:return r=t.sent,t.next=5,this.sendUncheckedTransaction(e);case 5:return i=t.sent,t.prev=6,t.next=9,(0,f.poll)((function(){return P(a,void 0,void 0,n.default.mark((function e(){var t;return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.provider.getTransaction(i);case 2:if(t=e.sent,null!==t){e.next=5;break}return e.abrupt("return",void 0);case 5:return e.abrupt("return",this.provider._wrapTransaction(t,i,r));case 6:case"end":return e.stop()}}),e,this)})))}),{oncePoll:this.provider});case 9:return t.abrupt("return",t.sent);case 12:throw t.prev=12,t.t0=t["catch"](6),t.t0.transactionHash=i,t.t0;case 16:case"end":return t.stop()}}),t,this,[[6,12]])})))}},{key:"signMessage",value:function(e){return P(this,void 0,void 0,n.default.mark((function t(){var r,i;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return r="string"===typeof e?(0,c.toUtf8Bytes)(e):e,t.next=3,this.getAddress();case 3:return i=t.sent,t.next=6,this.provider.send("personal_sign",[(0,o.hexlify)(r),i.toLowerCase()]);case 6:return t.abrupt("return",t.sent);case 7:case"end":return t.stop()}}),t,this)})))}},{key:"_legacySignMessage",value:function(e){return P(this,void 0,void 0,n.default.mark((function t(){var r,i;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return r="string"===typeof e?(0,c.toUtf8Bytes)(e):e,t.next=3,this.getAddress();case 3:return i=t.sent,t.next=6,this.provider.send("eth_sign",[i.toLowerCase(),(0,o.hexlify)(r)]);case 6:return t.abrupt("return",t.sent);case 7:case"end":return t.stop()}}),t,this)})))}},{key:"_signTypedData",value:function(e,t,r){return P(this,void 0,void 0,n.default.mark((function i(){var a,o,u=this;return n.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,s._TypedDataEncoder.resolveNames(e,t,r,(function(e){return u.provider.resolveName(e)}));case 2:return a=n.sent,n.next=5,this.getAddress();case 5:return o=n.sent,n.next=8,this.provider.send("eth_signTypedData_v4",[o.toLowerCase(),JSON.stringify(s._TypedDataEncoder.getPayload(a.domain,t,a.value))]);case 8:return n.abrupt("return",n.sent);case 9:case"end":return n.stop()}}),i,this)})))}},{key:"unlock",value:function(e){return P(this,void 0,void 0,n.default.mark((function t(){var r,i;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return r=this.provider,t.next=3,this.getAddress();case 3:return i=t.sent,t.abrupt("return",r.send("personal_unlockAccount",[i.toLowerCase(),e,null]));case 5:case"end":return t.stop()}}),t,this)})))}}]),r}(i.Signer);t.JsonRpcSigner=$;var M=function(e){_(r,e);var t=x(r);function r(){return g(this,r),t.apply(this,arguments)}return w(r,[{key:"sendTransaction",value:function(e){var t=this;return this.sendUncheckedTransaction(e).then((function(e){return{hash:e,nonce:null,gasLimit:null,gasPrice:null,data:null,value:null,chainId:null,confirmations:0,from:null,wait:function(r){return t.provider.waitForTransaction(e,r)}}}))}}]),r}($),U={chainId:!0,data:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,value:!0,type:!0,accessList:!0,maxFeePerGas:!0,maxPriorityFeePerGas:!0},F=function(e){_(r,e);var t=x(r);function r(e,n){var i;g(this,r),T.checkNew(this instanceof r?this.constructor:void 0,r);var a=n;return null==a&&(a=new Promise((function(e,t){setTimeout((function(){i.detectNetwork().then((function(t){e(t)}),(function(e){t(e)}))}),0)}))),i=t.call(this,a),e||(e=(0,u.getStatic)(i.constructor,"defaultUrl")()),"string"===typeof e?(0,u.defineReadOnly)(A(i),"connection",Object.freeze({url:e})):(0,u.defineReadOnly)(A(i),"connection",Object.freeze((0,u.shallowCopy)(e))),i._nextId=42,i}return w(r,[{key:"detectNetwork",value:function(){var e=this;return this._cache["detectNetwork"]||(this._cache["detectNetwork"]=this._uncachedDetectNetwork(),setTimeout((function(){e._cache["detectNetwork"]=null}),0)),this._cache["detectNetwork"]}},{key:"_uncachedDetectNetwork",value:function(){return P(this,void 0,void 0,n.default.mark((function e(){var t,r;return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,j(0);case 2:return t=null,e.prev=3,e.next=6,this.send("eth_chainId",[]);case 6:t=e.sent,e.next=19;break;case 9:return e.prev=9,e.t0=e["catch"](3),e.prev=11,e.next=14,this.send("net_version",[]);case 14:t=e.sent,e.next=19;break;case 17:e.prev=17,e.t1=e["catch"](11);case 19:if(null==t){e.next=28;break}return r=(0,u.getStatic)(this.constructor,"getNetwork"),e.prev=21,e.abrupt("return",r(a.BigNumber.from(t).toNumber()));case 25:return e.prev=25,e.t2=e["catch"](21),e.abrupt("return",T.throwError("could not detect network",d.Logger.errors.NETWORK_ERROR,{chainId:t,event:"invalidNetwork",serverError:e.t2}));case 28:return e.abrupt("return",T.throwError("could not detect network",d.Logger.errors.NETWORK_ERROR,{event:"noNetwork"}));case 29:case"end":return e.stop()}}),e,this,[[3,9],[11,17],[21,25]])})))}},{key:"getSigner",value:function(e){return new $(R,this,e)}},{key:"getUncheckedSigner",value:function(e){return this.getSigner(e).connectUnchecked()}},{key:"listAccounts",value:function(){var e=this;return this.send("eth_accounts",[]).then((function(t){return t.map((function(t){return e.formatter.address(t)}))}))}},{key:"send",value:function(e,t){var r=this,n={method:e,params:t,id:this._nextId++,jsonrpc:"2.0"};this.emit("debug",{action:"request",request:(0,u.deepCopy)(n),provider:this});var i=["eth_chainId","eth_blockNumber"].indexOf(e)>=0;if(i&&this._cache[e])return this._cache[e];var a=(0,f.fetchJson)(this.connection,JSON.stringify(n),B).then((function(e){return r.emit("debug",{action:"response",request:n,response:e,provider:r}),e}),(function(e){throw r.emit("debug",{action:"response",error:e,request:n,provider:r}),e}));return i&&(this._cache[e]=a,setTimeout((function(){r._cache[e]=null}),0)),a}},{key:"prepareRequest",value:function(e,t){switch(e){case"getBlockNumber":return["eth_blockNumber",[]];case"getGasPrice":return["eth_gasPrice",[]];case"getBalance":return["eth_getBalance",[N(t.address),t.blockTag]];case"getTransactionCount":return["eth_getTransactionCount",[N(t.address),t.blockTag]];case"getCode":return["eth_getCode",[N(t.address),t.blockTag]];case"getStorageAt":return["eth_getStorageAt",[N(t.address),t.position,t.blockTag]];case"sendTransaction":return["eth_sendRawTransaction",[t.signedTransaction]];case"getBlock":return t.blockTag?["eth_getBlockByNumber",[t.blockTag,!!t.includeTransactions]]:t.blockHash?["eth_getBlockByHash",[t.blockHash,!!t.includeTransactions]]:null;case"getTransaction":return["eth_getTransactionByHash",[t.transactionHash]];case"getTransactionReceipt":return["eth_getTransactionReceipt",[t.transactionHash]];case"call":var r=(0,u.getStatic)(this.constructor,"hexlifyTransaction");return["eth_call",[r(t.transaction,{from:!0}),t.blockTag]];case"estimateGas":var n=(0,u.getStatic)(this.constructor,"hexlifyTransaction");return["eth_estimateGas",[n(t.transaction,{from:!0})]];case"getLogs":return t.filter&&null!=t.filter.address&&(t.filter.address=N(t.filter.address)),["eth_getLogs",[t.filter]];default:break}return null}},{key:"perform",value:function(e,t){return P(this,void 0,void 0,n.default.mark((function r(){var i,o,s;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:if("call"!==e&&"estimateGas"!==e){r.next=8;break}if(i=t.transaction,!i||null==i.type||!a.BigNumber.from(i.type).isZero()){r.next=8;break}if(null!=i.maxFeePerGas||null!=i.maxPriorityFeePerGas){r.next=8;break}return r.next=6,this.getFeeData();case 6:o=r.sent,null==o.maxFeePerGas&&null==o.maxPriorityFeePerGas&&(t=(0,u.shallowCopy)(t),t.transaction=(0,u.shallowCopy)(i),delete t.transaction.type);case 8:return s=this.prepareRequest(e,t),null==s&&T.throwError(e+" not implemented",d.Logger.errors.NOT_IMPLEMENTED,{operation:e}),r.prev=10,r.next=13,this.send(s[0],s[1]);case 13:return r.abrupt("return",r.sent);case 16:return r.prev=16,r.t0=r["catch"](10),r.abrupt("return",I(e,r.t0,t));case 19:case"end":return r.stop()}}),r,this,[[10,16]])})))}},{key:"_startEvent",value:function(e){"pending"===e.tag&&this._startPending(),m(C(r.prototype),"_startEvent",this).call(this,e)}},{key:"_startPending",value:function(){if(null==this._pendingFilter){var e=this,t=this.send("eth_newPendingTransactionFilter",[]);this._pendingFilter=t,t.then((function(r){function n(){e.send("eth_getFilterChanges",[r]).then((function(r){if(e._pendingFilter!=t)return null;var n=Promise.resolve();return r.forEach((function(t){e._emitted["t:"+t.toLowerCase()]="pending",n=n.then((function(){return e.getTransaction(t).then((function(t){return e.emit("pending",t),null}))}))})),n.then((function(){return j(1e3)}))})).then((function(){if(e._pendingFilter==t)return setTimeout((function(){n()}),0),null;e.send("eth_uninstallFilter",[r])})).catch((function(e){}))}return n(),r})).catch((function(e){}))}}},{key:"_stopEvent",value:function(e){"pending"===e.tag&&0===this.listenerCount("pending")&&(this._pendingFilter=null),m(C(r.prototype),"_stopEvent",this).call(this,e)}},{key:"_cache",get:function(){return null==this._eventLoopCache&&(this._eventLoopCache={}),this._eventLoopCache}}],[{key:"defaultUrl",value:function(){return"http://localhost:8545"}},{key:"hexlifyTransaction",value:function(e,t){var r=(0,u.shallowCopy)(U);if(t)for(var n in t)t[n]&&(r[n]=!0);(0,u.checkProperties)(e,r);var i={};return["gasLimit","gasPrice","type","maxFeePerGas","maxPriorityFeePerGas","nonce","value"].forEach((function(t){if(null!=e[t]){var r=(0,o.hexValue)(e[t]);"gasLimit"===t&&(t="gas"),i[t]=r}})),["from","to","data"].forEach((function(t){null!=e[t]&&(i[t]=(0,o.hexlify)(e[t]))})),e.accessList&&(i["accessList"]=(0,l.accessListify)(e.accessList)),i}}]),r}(p.BaseProvider);t.JsonRpcProvider=F},8425:function(e,t){e.exports="/static/tongyonh/Frame.png"},"84fc":function(e,t,r){"use strict";function n(e){for(var r in e)t.hasOwnProperty(r)||(t[r]=e[r])}Object.defineProperty(t,"__esModule",{value:!0}),n(r("7adb")),n(r("6a2e"))},"852f":function(e,t,r){"use strict";r.r(t);var n=r("36af"),i=r("5269");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"74c05d42",null,!1,n["a"],o);t["default"]=u.exports},8548:function(e,t,r){"use strict";(function(t){var n=r("40a6").version,i={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){i[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));var a={};function o(e,t,r){if("object"!==typeof e)throw new TypeError("options must be an object");var n=Object.keys(e),i=n.length;while(i-- >0){var a=n[i],o=t[a];if(o){var s=e[a],u=void 0===s||o(s,a,e);if(!0!==u)throw new TypeError("option "+a+" must be "+u)}else if(!0!==r)throw Error("Unknown option "+a)}}i.transitional=function(e,r,i){function o(e,t){return"[Axios v"+n+"] Transitional option '"+e+"'"+t+(i?". "+i:"")}return function(n,i,s){if(!1===e)throw new Error(o(i," has been removed"+(r?" in "+r:"")));return r&&!a[i]&&(a[i]=!0,t("warn",o(i," has been deprecated since v"+r+" and will be removed in the near future")," at node_modules/axios/lib/helpers/validator.js:37")),!e||e(n,i,s)}},e.exports={assertOptions:o,validators:i}}).call(this,r("0de9")["default"])},8577:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mnemonicToSeed=O,t.mnemonicToEntropy=I,t.entropyToMnemonic=j,t.isValidMnemonic=B,t.getAccountPath=N,t.HDNode=t.defaultPath=void 0;var n=r("beda"),i=r("2abd"),a=r("d448"),o=r("3b9a"),s=r("5bbc"),u=r("d8c6"),c=r("a94d"),l=r("92af"),f=r("78f0"),d=r("b830"),h=r("fa24"),p=r("d19b");function v(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function m(e,t){for(var r=0;r4294967295)throw new Error("invalid index - "+String(t));var r=this.path;r&&(r+="/"+(t&~_));var n=new Uint8Array(37);if(t&_){if(!this.privateKey)throw new Error("cannot derive child of neutered node");n.set((0,i.arrayify)(this.privateKey),1),r&&(r+="'")}else n.set((0,i.arrayify)(this.publicKey));for(var o=24;o>=0;o-=8)n[33+(o>>3)]=t>>24-o&255;var s=(0,i.arrayify)((0,l.computeHmac)(l.SupportedAlgorithm.sha512,this.chainCode,n)),u=s.slice(0,32),f=s.slice(32),d=null,h=null;if(this.privateKey)d=S(a.BigNumber.from(u).add(this.privateKey).mod(y));else{var p=new c.SigningKey((0,i.hexlify)(u));h=p._addPoint(this.publicKey)}var v=r,m=this.mnemonic;return m&&(v=Object.freeze({phrase:m.phrase,path:r,locale:m.locale||"en"})),new e(C,d,h,this.fingerprint,S(f),t,this.depth+1,v)}},{key:"derivePath",value:function(e){var t=e.split("/");if(0===t.length||"m"===t[0]&&0!==this.depth)throw new Error("invalid path - "+e);"m"===t[0]&&t.shift();for(var r=this,n=0;n=_)throw new Error("invalid path index - "+i);r=r._derive(_+a)}else{if(!i.match(/^[0-9]+$/))throw new Error("invalid path component - "+i);var o=parseInt(i);if(o>=_)throw new Error("invalid path index - "+i);r=r._derive(o)}}return r}},{key:"extendedKey",get:function(){if(this.depth>=256)throw new Error("Depth too large!");return A((0,i.concat)([null!=this.privateKey?"0x0488ADE4":"0x0488B21E",(0,i.hexlify)(this.depth),this.parentFingerprint,(0,i.hexZeroPad)((0,i.hexlify)(this.index),4),this.chainCode,null!=this.privateKey?(0,i.concat)(["0x00",this.privateKey]):this.publicKey]))}}],[{key:"_fromSeed",value:function(t,r){var n=(0,i.arrayify)(t);if(n.length<16||n.length>64)throw new Error("invalid seed");var a=(0,i.arrayify)((0,l.computeHmac)(l.SupportedAlgorithm.sha512,w,n));return new e(C,S(a.slice(0,32)),null,"0x00000000",S(a.slice(32)),0,0,r)}},{key:"fromMnemonic",value:function(t,r,n){return n=E(n),t=j(I(t,n),n),e._fromSeed(O(t,r),{phrase:t,path:"m",locale:n.locale})}},{key:"fromSeed",value:function(t){return e._fromSeed(t,null)}},{key:"fromExtendedKey",value:function(t){var r=n.Base58.decode(t);82===r.length&&A(r.slice(0,78))===t||g.throwArgumentError("invalid extended key","extendedKey","[REDACTED]");var a=r[4],o=(0,i.hexlify)(r.slice(5,9)),s=parseInt((0,i.hexlify)(r.slice(9,13)).substring(2),16),u=(0,i.hexlify)(r.slice(13,45)),c=r.slice(45,78);switch((0,i.hexlify)(r.slice(0,4))){case"0x0488b21e":case"0x043587cf":return new e(C,null,(0,i.hexlify)(c),o,u,s,a,null);case"0x0488ade4":case"0x04358394 ":if(0!==c[0])break;return new e(C,(0,i.hexlify)(c.slice(1)),null,o,u,s,a,null)}return g.throwArgumentError("invalid extended key","extendedKey","[REDACTED]")}}]),e}();function O(e,t){t||(t="");var r=(0,o.toUtf8Bytes)("mnemonic"+t,o.UnicodeNormalizationForm.NFKD);return(0,s.pbkdf2)((0,o.toUtf8Bytes)(e,o.UnicodeNormalizationForm.NFKD),r,2048,64,"sha512")}function I(e,t){t=E(t),g.checkNormalize();var r=t.split(e);if(r.length%3!==0)throw new Error("invalid mnemonic");for(var n=(0,i.arrayify)(new Uint8Array(Math.ceil(11*r.length/8))),a=0,o=0;o>3]|=1<<7-a%8),a++}var c=32*r.length/3,f=r.length/3,d=k(f),h=(0,i.arrayify)((0,l.sha256)(n.slice(0,c/8)))[0]&d;if(h!==(n[n.length-1]&d))throw new Error("invalid checksum");return(0,i.hexlify)(n.slice(0,c/8))}function j(e,t){if(t=E(t),e=(0,i.arrayify)(e),e.length%4!==0||e.length<16||e.length>32)throw new Error("invalid entropy");for(var r=[0],n=11,a=0;a8?(r[r.length-1]<<=8,r[r.length-1]|=e[a],n-=8):(r[r.length-1]<<=n,r[r.length-1]|=e[a]>>8-n,r.push(e[a]&x(8-n)),n+=3);var o=e.length/4,s=(0,i.arrayify)((0,l.sha256)(e))[0]&k(o);return r[r.length-1]<<=o,r[r.length-1]|=s>>8-o,t.join(r.map((function(e){return t.getWord(e)})))}function B(e,t){try{return I(e,t),!0}catch(r){}return!1}function N(e){return("number"!==typeof e||e<0||e>=_||e%1)&&g.throwArgumentError("invalid account index","index",e),"m/44'/60'/".concat(e,"'/0/0")}t.HDNode=T},8580:function(e,t,r){"use strict";function n(e,t){var r;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=i(e))||t&&e&&"number"===typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw o}}}}function i(e,t){if(e){if("string"===typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(e,t):void 0}}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r1&&S.throwArgumentError("multiple matching functions","name",r),this.functions[n[0]]}var i=this.functions[f.FunctionFragment.fromString(e).format()];return i||S.throwArgumentError("no matching function","signature",e),i}},{key:"getEvent",value:function(e){if((0,a.isHexString)(e)){var t=e.toLowerCase();for(var r in this.events)if(t===this.getEventTopic(r))return this.events[r];S.throwArgumentError("no matching event","topichash",t)}if(-1===e.indexOf("(")){var n=e.trim(),i=Object.keys(this.events).filter((function(e){return e.split("(")[0]===n}));return 0===i.length?S.throwArgumentError("no matching event","name",n):i.length>1&&S.throwArgumentError("multiple matching events","name",n),this.events[i[0]]}var o=this.events[f.EventFragment.fromString(e).format()];return o||S.throwArgumentError("no matching event","signature",e),o}},{key:"getSighash",value:function(e){return"string"===typeof e&&(e=this.getFunction(e)),(0,u.getStatic)(this.constructor,"getSighash")(e)}},{key:"getEventTopic",value:function(e){return"string"===typeof e&&(e=this.getEvent(e)),(0,u.getStatic)(this.constructor,"getEventTopic")(e)}},{key:"_decodeParams",value:function(e,t){return this._abiCoder.decode(e,t)}},{key:"_encodeParams",value:function(e,t){return this._abiCoder.encode(e,t)}},{key:"encodeDeploy",value:function(e){return this._encodeParams(this.deploy.inputs,e||[])}},{key:"decodeFunctionData",value:function(e,t){"string"===typeof e&&(e=this.getFunction(e));var r=(0,a.arrayify)(t);return(0,a.hexlify)(r.slice(0,4))!==this.getSighash(e)&&S.throwArgumentError("data signature does not match function ".concat(e.name,"."),"data",(0,a.hexlify)(r)),this._decodeParams(e.inputs,r.slice(4))}},{key:"encodeFunctionData",value:function(e,t){return"string"===typeof e&&(e=this.getFunction(e)),(0,a.hexlify)((0,a.concat)([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}},{key:"decodeFunctionResult",value:function(e,t){"string"===typeof e&&(e=this.getFunction(e));var r=(0,a.arrayify)(t),n=null,i=null;switch(r.length%this._abiCoder._getWordSize()){case 0:try{return this._abiCoder.decode(e.outputs,r)}catch(o){}break;case 4:"0x08c379a0"===(0,a.hexlify)(r.slice(0,4))&&(i="Error(string)",n=this._abiCoder.decode(["string"],r.slice(4))[0]);break}return S.throwError("call revert exception",d.Logger.errors.CALL_EXCEPTION,{method:e.format(),errorSignature:i,errorArgs:[n],reason:n})}},{key:"encodeFunctionResult",value:function(e,t){return"string"===typeof e&&(e=this.getFunction(e)),(0,a.hexlify)(this._abiCoder.encode(e.outputs,t||[]))}},{key:"encodeFilterTopics",value:function(e,t){var r=this;"string"===typeof e&&(e=this.getEvent(e)),t.length>e.inputs.length&&S.throwError("too many arguments for "+e.format(),d.Logger.errors.UNEXPECTED_ARGUMENT,{argument:"values",value:t});var n=[];e.anonymous||n.push(this.getEventTopic(e));var i=function(e,t){return"string"===e.type?(0,o.id)(t):"bytes"===e.type?(0,s.keccak256)((0,a.hexlify)(t)):("address"===e.type&&r._abiCoder.encode(["address"],[t]),(0,a.hexZeroPad)((0,a.hexlify)(t),32))};t.forEach((function(t,r){var a=e.inputs[r];a.indexed?null==t?n.push(null):"array"===a.baseType||"tuple"===a.baseType?S.throwArgumentError("filtering with tuples or arrays not supported","contract."+a.name,t):Array.isArray(t)?n.push(t.map((function(e){return i(a,e)}))):n.push(i(a,t)):null!=t&&S.throwArgumentError("cannot filter non-indexed parameters; must be null","contract."+a.name,t)}));while(n.length&&null===n[n.length-1])n.pop();return n}},{key:"encodeEventLog",value:function(e,t){var r=this;"string"===typeof e&&(e=this.getEvent(e));var n=[],i=[],a=[];return e.anonymous||n.push(this.getEventTopic(e)),t.length!==e.inputs.length&&S.throwArgumentError("event arguments/values mismatch","values",t),e.inputs.forEach((function(e,u){var c=t[u];if(e.indexed)if("string"===e.type)n.push((0,o.id)(c));else if("bytes"===e.type)n.push((0,s.keccak256)(c));else{if("tuple"===e.baseType||"array"===e.baseType)throw new Error("not implemented");n.push(r._abiCoder.encode([e.type],[c]))}else i.push(e),a.push(c)})),{data:this._abiCoder.encode(i,a),topics:n}}},{key:"decodeEventLog",value:function(e,t,r){if("string"===typeof e&&(e=this.getEvent(e)),null!=r&&!e.anonymous){var n=this.getEventTopic(e);(0,a.isHexString)(r[0],32)&&r[0].toLowerCase()===n||S.throwError("fragment/topic mismatch",d.Logger.errors.INVALID_ARGUMENT,{argument:"topics[0]",expected:n,value:r[0]}),r=r.slice(1)}var i=[],o=[],s=[];e.inputs.forEach((function(e,t){e.indexed?"string"===e.type||"bytes"===e.type||"tuple"===e.baseType||"array"===e.baseType?(i.push(f.ParamType.fromObject({type:"bytes32",name:e.name})),s.push(!0)):(i.push(e),s.push(!1)):(o.push(e),s.push(!1))}));var u=null!=r?this._abiCoder.decode(i,(0,a.concat)(r)):null,c=this._abiCoder.decode(o,t,!0),l=[],h=0,p=0;e.inputs.forEach((function(e,t){if(e.indexed)if(null==u)l[t]=new C({_isIndexed:!0,hash:null});else if(s[t])l[t]=new C({_isIndexed:!0,hash:u[p++]});else try{l[t]=u[p++]}catch(n){l[t]=n}else try{l[t]=c[h++]}catch(n){l[t]=n}if(e.name&&null==l[e.name]){var r=l[t];r instanceof Error?Object.defineProperty(l,e.name,{get:function(){throw P("property ".concat(JSON.stringify(e.name)),r)}}):l[e.name]=r}}));for(var v=function(e){var t=l[e];t instanceof Error&&Object.defineProperty(l,e,{get:function(){throw P("index ".concat(e),t)}})},m=0;m15){var e=this.cache.slice(0,16);return this.cache=this.cache.slice(16),e}return null},h.prototype.flush=function(){var e=16-this.cache.length,t=a.allocUnsafe(e),r=-1;while(++r33||r<1)return!1;if(2!==t[3+r+1])return!1;var n=t[3+r+2];return!(n>33||n<1)&&t.length===3+r+2+n+2}function u(e,t,r){var n=t.pubkey.toString("hex");return!r.has(n)&&(r.add(n),0===e.filter((function(e){return e.pubkey.equals(t.pubkey)})).length)}t.decode=i,t.encode=a,t.expected="{ pubkey: Buffer; signature: Buffer; }",t.check=o,t.canAddToArray=u}).call(this,r("b639").Buffer)},"8bd4":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a={3:/^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,4:/^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,5:/^[0-9A-F]{8}-[0-9A-F]{4}-5[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,all:/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i};function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"all";(0,n.default)(e);var r=a[t];return r&&r.test(e)}e.exports=t.default,e.exports.default=t.default},"8bd8":function(e,t,r){"use strict";r.r(t);var n=r("4df4"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"8be6":function(e,t,r){var n=r("8707").Buffer;e.exports=function(e,t,r){if(n.isBuffer(e))return e;if("string"===typeof e)return n.from(e,t);if(ArrayBuffer.isView(e))return n.from(e.buffer);throw new TypeError(r+" must be a string, a Buffer, a typed array or a DataView")}},"8bfa":function(e,t,r){"use strict";r.r(t);var n=r("06b1"),i=r("31c7");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"959b5622",null,!1,n["a"],o);t["default"]=u.exports},"8c05":function(e,t){e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},"8c8a":function(e,t,r){(function(t){e.exports=function(e,r){for(var n=Math.min(e.length,r.length),i=new t(n),a=0;a)?=?)";var E=c++;u[E]=u[f]+"|x|X|\\*";var C=c++;u[C]=u[l]+"|x|X|\\*";var P=c++;u[P]="[v=\\s]*("+u[C]+")(?:\\.("+u[C]+")(?:\\.("+u[C]+")(?:"+u[b]+")?"+u[w]+"?)?)?";var T=c++;u[T]="[v=\\s]*("+u[E]+")(?:\\.("+u[E]+")(?:\\.("+u[E]+")(?:"+u[g]+")?"+u[w]+"?)?)?";var O=c++;u[O]="^"+u[A]+"\\s*"+u[P]+"$";var I=c++;u[I]="^"+u[A]+"\\s*"+u[T]+"$";var j=c++;u[j]="(?:^|[^\\d])(\\d{1,"+o+"})(?:\\.(\\d{1,"+o+"}))?(?:\\.(\\d{1,"+o+"}))?(?:$|[^\\d])";var B=c++;u[B]="(?:~>?)";var N=c++;u[N]="(\\s*)"+u[B]+"\\s+",s[N]=new RegExp(u[N],"g");var R="$1~",$=c++;u[$]="^"+u[B]+u[P]+"$";var M=c++;u[M]="^"+u[B]+u[T]+"$";var U=c++;u[U]="(?:\\^)";var F=c++;u[F]="(\\s*)"+u[U]+"\\s+",s[F]=new RegExp(u[F],"g");var L="$1^",D=c++;u[D]="^"+u[U]+u[P]+"$";var z=c++;u[z]="^"+u[U]+u[T]+"$";var H=c++;u[H]="^"+u[A]+"\\s*("+x+")$|^$";var q=c++;u[q]="^"+u[A]+"\\s*("+k+")$|^$";var W=c++;u[W]="(\\s*)"+u[A]+"\\s*("+x+"|"+u[P]+")",s[W]=new RegExp(u[W],"g");var K="$1$2$3",V=c++;u[V]="^\\s*("+u[P]+")\\s+-\\s+("+u[P]+")\\s*$";var G=c++;u[G]="^\\s*("+u[T]+")\\s+-\\s+("+u[T]+")\\s*$";var X=c++;u[X]="(<|>)?=?\\s*\\*";for(var J=0;Ji)return null;var r=t.loose?s[S]:s[_];if(!r.test(e))return null;try{return new ee(e,t)}catch(n){return null}}function Z(e,t){var r=Y(e,t);return r?r.version:null}function Q(e,t){var r=Y(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null}function ee(e,t){if(t&&"object"===typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof ee){if(e.loose===t.loose)return e;e=e.version}else if("string"!==typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>i)throw new TypeError("version is longer than "+i+" characters");if(!(this instanceof ee))return new ee(e,t);n("SemVer",e,t),this.options=t,this.loose=!!t.loose;var r=e.trim().match(t.loose?s[S]:s[_]);if(!r)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>a||this.major<0)throw new TypeError("Invalid major version");if(this.minor>a||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>a||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t=0)"number"===typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);-1===r&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=te,t.diff=re,t.compareIdentifiers=ie;var ne=/^[0-9]+$/;function ie(e,t){var r=ne.test(e),n=ne.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e0}function ve(e,t,r){return ce(e,t,r)<0}function me(e,t,r){return 0===ce(e,t,r)}function be(e,t,r){return 0!==ce(e,t,r)}function ge(e,t,r){return ce(e,t,r)>=0}function ye(e,t,r){return ce(e,t,r)<=0}function we(e,t,r,n){switch(t){case"===":return"object"===typeof e&&(e=e.version),"object"===typeof r&&(r=r.version),e===r;case"!==":return"object"===typeof e&&(e=e.version),"object"===typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return me(e,r,n);case"!=":return be(e,r,n);case">":return pe(e,r,n);case">=":return ge(e,r,n);case"<":return ve(e,r,n);case"<=":return ye(e,r,n);default:throw new TypeError("Invalid operator: "+t)}}function _e(e,t){if(t&&"object"===typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof _e){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof _e))return new _e(e,t);n("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===ke?this.value="":this.value=this.operator+this.semver.version,n("comp",this)}t.rcompareIdentifiers=ae,t.major=oe,t.minor=se,t.patch=ue,t.compare=ce,t.compareLoose=le,t.rcompare=fe,t.sort=de,t.rsort=he,t.gt=pe,t.lt=ve,t.eq=me,t.neq=be,t.gte=ge,t.lte=ye,t.cmp=we,t.Comparator=_e;var ke={};function xe(e,t){if(t&&"object"===typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof xe)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new xe(e.raw,t);if(e instanceof _e)return new xe(e.value,t);if(!(this instanceof xe))return new xe(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}function Se(e,t){return new xe(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))}function Ae(e,t){return n("comp",e,t),e=Te(e,t),n("caret",e),e=Ce(e,t),n("tildes",e),e=Ie(e,t),n("xrange",e),e=Be(e,t),n("stars",e),e}function Ee(e){return!e||"x"===e.toLowerCase()||"*"===e}function Ce(e,t){return e.trim().split(/\s+/).map((function(e){return Pe(e,t)})).join(" ")}function Pe(e,t){var r=t.loose?s[M]:s[$];return e.replace(r,(function(t,r,i,a,o){var s;return n("tilde",e,t,r,i,a,o),Ee(r)?s="":Ee(i)?s=">="+r+".0.0 <"+(+r+1)+".0.0":Ee(a)?s=">="+r+"."+i+".0 <"+r+"."+(+i+1)+".0":o?(n("replaceTilde pr",o),s=">="+r+"."+i+"."+a+"-"+o+" <"+r+"."+(+i+1)+".0"):s=">="+r+"."+i+"."+a+" <"+r+"."+(+i+1)+".0",n("tilde return",s),s}))}function Te(e,t){return e.trim().split(/\s+/).map((function(e){return Oe(e,t)})).join(" ")}function Oe(e,t){n("caret",e,t);var r=t.loose?s[z]:s[D];return e.replace(r,(function(t,r,i,a,o){var s;return n("caret",e,t,r,i,a,o),Ee(r)?s="":Ee(i)?s=">="+r+".0.0 <"+(+r+1)+".0.0":Ee(a)?s="0"===r?">="+r+"."+i+".0 <"+r+"."+(+i+1)+".0":">="+r+"."+i+".0 <"+(+r+1)+".0.0":o?(n("replaceCaret pr",o),s="0"===r?"0"===i?">="+r+"."+i+"."+a+"-"+o+" <"+r+"."+i+"."+(+a+1):">="+r+"."+i+"."+a+"-"+o+" <"+r+"."+(+i+1)+".0":">="+r+"."+i+"."+a+"-"+o+" <"+(+r+1)+".0.0"):(n("no pr"),s="0"===r?"0"===i?">="+r+"."+i+"."+a+" <"+r+"."+i+"."+(+a+1):">="+r+"."+i+"."+a+" <"+r+"."+(+i+1)+".0":">="+r+"."+i+"."+a+" <"+(+r+1)+".0.0"),n("caret return",s),s}))}function Ie(e,t){return n("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return je(e,t)})).join(" ")}function je(e,t){e=e.trim();var r=t.loose?s[I]:s[O];return e.replace(r,(function(t,r,i,a,o,s){n("xRange",e,t,r,i,a,o,s);var u=Ee(i),c=u||Ee(a),l=c||Ee(o),f=l;return"="===r&&f&&(r=""),u?t=">"===r||"<"===r?"<0.0.0":"*":r&&f?(c&&(a=0),o=0,">"===r?(r=">=",c?(i=+i+1,a=0,o=0):(a=+a+1,o=0)):"<="===r&&(r="<",c?i=+i+1:a=+a+1),t=r+i+"."+a+"."+o):c?t=">="+i+".0.0 <"+(+i+1)+".0.0":l&&(t=">="+i+"."+a+".0 <"+i+"."+(+a+1)+".0"),n("xRange return",t),t}))}function Be(e,t){return n("replaceStars",e,t),e.trim().replace(s[X],"")}function Ne(e,t,r,n,i,a,o,s,u,c,l,f,d){return t=Ee(r)?"":Ee(n)?">="+r+".0.0":Ee(i)?">="+r+"."+n+".0":">="+t,s=Ee(u)?"":Ee(c)?"<"+(+u+1)+".0.0":Ee(l)?"<"+u+"."+(+c+1)+".0":f?"<="+u+"."+c+"."+l+"-"+f:"<="+s,(t+" "+s).trim()}function Re(e,t,r){for(var i=0;i0){var a=e[i].semver;if(a.major===t.major&&a.minor===t.minor&&a.patch===t.patch)return!0}return!1}return!0}function $e(e,t,r){try{t=new xe(t,r)}catch(n){return!1}return t.test(e)}function Me(e,t,r){var n=null,i=null;try{var a=new xe(t,r)}catch(o){return null}return e.forEach((function(e){a.test(e)&&(n&&-1!==i.compare(e)||(n=e,i=new ee(n,r)))})),n}function Ue(e,t,r){var n=null,i=null;try{var a=new xe(t,r)}catch(o){return null}return e.forEach((function(e){a.test(e)&&(n&&1!==i.compare(e)||(n=e,i=new ee(n,r)))})),n}function Fe(e,t){e=new xe(e,t);var r=new ee("0.0.0");if(e.test(r))return r;if(r=new ee("0.0.0-0"),e.test(r))return r;r=null;for(var n=0;n":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":r&&!pe(r,t)||(r=t);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+e.operator)}}))}return r&&e.test(r)?r:null}function Le(e,t){try{return new xe(e,t).range||"*"}catch(r){return null}}function De(e,t,r){return He(e,t,"<",r)}function ze(e,t,r){return He(e,t,">",r)}function He(e,t,r,n){var i,a,o,s,u;switch(e=new ee(e,n),t=new xe(t,n),r){case">":i=pe,a=ye,o=ve,s=">",u=">=";break;case"<":i=ve,a=ge,o=pe,s="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if($e(e,t,n))return!1;for(var c=0;c=0.0.0")),f=f||e,d=d||e,i(e.semver,f.semver,n)?f=e:o(e.semver,d.semver,n)&&(d=e)})),f.operator===s||f.operator===u)return!1;if((!d.operator||d.operator===s)&&a(e,d.semver))return!1;if(d.operator===u&&o(e,d.semver))return!1}return!0}function qe(e,t){var r=Y(e,t);return r&&r.prerelease.length?r.prerelease:null}function We(e,t,r){return e=new xe(e,r),t=new xe(t,r),e.intersects(t)}function Ke(e){if(e instanceof ee)return e;if("string"!==typeof e)return null;var t=e.match(s[j]);return null==t?null:Y(t[1]+"."+(t[2]||"0")+"."+(t[3]||"0"))}_e.prototype.parse=function(e){var t=this.options.loose?s[H]:s[q],r=e.match(t);if(!r)throw new TypeError("Invalid comparator: "+e);this.operator=r[1],"="===this.operator&&(this.operator=""),r[2]?this.semver=new ee(r[2],this.options.loose):this.semver=ke},_e.prototype.toString=function(){return this.value},_e.prototype.test=function(e){return n("Comparator.test",e,this.options.loose),this.semver===ke||("string"===typeof e&&(e=new ee(e,this.options)),we(e,this.operator,this.semver,this.options))},_e.prototype.intersects=function(e,t){if(!(e instanceof _e))throw new TypeError("a Comparator is required");var r;if(t&&"object"===typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return r=new xe(e.value,t),$e(this.value,r,t);if(""===e.operator)return r=new xe(this.value,t),$e(e.semver,r,t);var n=(">="===this.operator||">"===this.operator)&&(">="===e.operator||">"===e.operator),i=("<="===this.operator||"<"===this.operator)&&("<="===e.operator||"<"===e.operator),a=this.semver.version===e.semver.version,o=(">="===this.operator||"<="===this.operator)&&(">="===e.operator||"<="===e.operator),s=we(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),u=we(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return n||i||a&&o||s||u},t.Range=xe,xe.prototype.format=function(){return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},xe.prototype.toString=function(){return this.range},xe.prototype.parseRange=function(e){var t=this.options.loose;e=e.trim();var r=t?s[G]:s[V];e=e.replace(r,Ne),n("hyphen replace",e),e=e.replace(s[W],K),n("comparator trim",e,s[W]),e=e.replace(s[N],R),e=e.replace(s[F],L),e=e.split(/\s+/).join(" ");var i=t?s[H]:s[q],a=e.split(" ").map((function(e){return Ae(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(a=a.filter((function(e){return!!e.match(i)}))),a=a.map((function(e){return new _e(e,this.options)}),this),a},xe.prototype.intersects=function(e,t){if(!(e instanceof xe))throw new TypeError("a Range is required");return this.set.some((function(r){return r.every((function(r){return e.set.some((function(e){return e.every((function(e){return r.intersects(e,t)}))}))}))}))},t.toComparators=Se,xe.prototype.test=function(e){if(!e)return!1;"string"===typeof e&&(e=new ee(e,this.options));for(var t=0;t>1,l=-7,f=r?i-1:0,d=r?-1:1,h=e[t+f];for(f+=d,a=h&(1<<-l)-1,h>>=-l,l+=s;l>0;a=256*a+e[t+f],f+=d,l-=8);for(o=a&(1<<-l)-1,a>>=-l,l+=n;l>0;o=256*o+e[t+f],f+=d,l-=8);if(0===a)a=1-c;else{if(a===u)return o?NaN:1/0*(h?-1:1);o+=Math.pow(2,n),a-=c}return(h?-1:1)*o*Math.pow(2,a-n)},t.write=function(e,t,r,n,i,a){var o,s,u,c=8*a-i-1,l=(1<>1,d=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,h=n?0:a-1,p=n?1:-1,v=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,o=l):(o=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-o))<1&&(o--,u*=2),t+=o+f>=1?d/u:d*Math.pow(2,1-f),t*u>=2&&(o++,u/=2),o+f>=l?(s=0,o=l):o+f>=1?(s=(t*u-1)*Math.pow(2,i),o+=f):(s=t*Math.pow(2,f-1)*Math.pow(2,i),o=0));i>=8;e[r+h]=255&s,h+=p,s/=256,i-=8);for(o=o<0;e[r+h]=255&o,h+=p,o/=256,c-=8);e[r+h-p]|=128*v}},"91db":function(e){e.exports=JSON.parse('["abaisser","abandon","abdiquer","abeille","abolir","aborder","aboutir","aboyer","abrasif","abreuver","abriter","abroger","abrupt","absence","absolu","absurde","abusif","abyssal","acade\u0301mie","acajou","acarien","accabler","accepter","acclamer","accolade","accroche","accuser","acerbe","achat","acheter","aciduler","acier","acompte","acque\u0301rir","acronyme","acteur","actif","actuel","adepte","ade\u0301quat","adhe\u0301sif","adjectif","adjuger","admettre","admirer","adopter","adorer","adoucir","adresse","adroit","adulte","adverbe","ae\u0301rer","ae\u0301ronef","affaire","affecter","affiche","affreux","affubler","agacer","agencer","agile","agiter","agrafer","agre\u0301able","agrume","aider","aiguille","ailier","aimable","aisance","ajouter","ajuster","alarmer","alchimie","alerte","alge\u0300bre","algue","alie\u0301ner","aliment","alle\u0301ger","alliage","allouer","allumer","alourdir","alpaga","altesse","alve\u0301ole","amateur","ambigu","ambre","ame\u0301nager","amertume","amidon","amiral","amorcer","amour","amovible","amphibie","ampleur","amusant","analyse","anaphore","anarchie","anatomie","ancien","ane\u0301antir","angle","angoisse","anguleux","animal","annexer","annonce","annuel","anodin","anomalie","anonyme","anormal","antenne","antidote","anxieux","apaiser","ape\u0301ritif","aplanir","apologie","appareil","appeler","apporter","appuyer","aquarium","aqueduc","arbitre","arbuste","ardeur","ardoise","argent","arlequin","armature","armement","armoire","armure","arpenter","arracher","arriver","arroser","arsenic","arte\u0301riel","article","aspect","asphalte","aspirer","assaut","asservir","assiette","associer","assurer","asticot","astre","astuce","atelier","atome","atrium","atroce","attaque","attentif","attirer","attraper","aubaine","auberge","audace","audible","augurer","aurore","automne","autruche","avaler","avancer","avarice","avenir","averse","aveugle","aviateur","avide","avion","aviser","avoine","avouer","avril","axial","axiome","badge","bafouer","bagage","baguette","baignade","balancer","balcon","baleine","balisage","bambin","bancaire","bandage","banlieue","bannie\u0300re","banquier","barbier","baril","baron","barque","barrage","bassin","bastion","bataille","bateau","batterie","baudrier","bavarder","belette","be\u0301lier","belote","be\u0301ne\u0301fice","berceau","berger","berline","bermuda","besace","besogne","be\u0301tail","beurre","biberon","bicycle","bidule","bijou","bilan","bilingue","billard","binaire","biologie","biopsie","biotype","biscuit","bison","bistouri","bitume","bizarre","blafard","blague","blanchir","blessant","blinder","blond","bloquer","blouson","bobard","bobine","boire","boiser","bolide","bonbon","bondir","bonheur","bonifier","bonus","bordure","borne","botte","boucle","boueux","bougie","boulon","bouquin","bourse","boussole","boutique","boxeur","branche","brasier","brave","brebis","bre\u0300che","breuvage","bricoler","brigade","brillant","brioche","brique","brochure","broder","bronzer","brousse","broyeur","brume","brusque","brutal","bruyant","buffle","buisson","bulletin","bureau","burin","bustier","butiner","butoir","buvable","buvette","cabanon","cabine","cachette","cadeau","cadre","cafe\u0301ine","caillou","caisson","calculer","calepin","calibre","calmer","calomnie","calvaire","camarade","came\u0301ra","camion","campagne","canal","caneton","canon","cantine","canular","capable","caporal","caprice","capsule","capter","capuche","carabine","carbone","caresser","caribou","carnage","carotte","carreau","carton","cascade","casier","casque","cassure","causer","caution","cavalier","caverne","caviar","ce\u0301dille","ceinture","ce\u0301leste","cellule","cendrier","censurer","central","cercle","ce\u0301re\u0301bral","cerise","cerner","cerveau","cesser","chagrin","chaise","chaleur","chambre","chance","chapitre","charbon","chasseur","chaton","chausson","chavirer","chemise","chenille","che\u0301quier","chercher","cheval","chien","chiffre","chignon","chime\u0300re","chiot","chlorure","chocolat","choisir","chose","chouette","chrome","chute","cigare","cigogne","cimenter","cine\u0301ma","cintrer","circuler","cirer","cirque","citerne","citoyen","citron","civil","clairon","clameur","claquer","classe","clavier","client","cligner","climat","clivage","cloche","clonage","cloporte","cobalt","cobra","cocasse","cocotier","coder","codifier","coffre","cogner","cohe\u0301sion","coiffer","coincer","cole\u0300re","colibri","colline","colmater","colonel","combat","come\u0301die","commande","compact","concert","conduire","confier","congeler","connoter","consonne","contact","convexe","copain","copie","corail","corbeau","cordage","corniche","corpus","correct","corte\u0300ge","cosmique","costume","coton","coude","coupure","courage","couteau","couvrir","coyote","crabe","crainte","cravate","crayon","cre\u0301ature","cre\u0301diter","cre\u0301meux","creuser","crevette","cribler","crier","cristal","crite\u0300re","croire","croquer","crotale","crucial","cruel","crypter","cubique","cueillir","cuille\u0300re","cuisine","cuivre","culminer","cultiver","cumuler","cupide","curatif","curseur","cyanure","cycle","cylindre","cynique","daigner","damier","danger","danseur","dauphin","de\u0301battre","de\u0301biter","de\u0301border","de\u0301brider","de\u0301butant","de\u0301caler","de\u0301cembre","de\u0301chirer","de\u0301cider","de\u0301clarer","de\u0301corer","de\u0301crire","de\u0301cupler","de\u0301dale","de\u0301ductif","de\u0301esse","de\u0301fensif","de\u0301filer","de\u0301frayer","de\u0301gager","de\u0301givrer","de\u0301glutir","de\u0301grafer","de\u0301jeuner","de\u0301lice","de\u0301loger","demander","demeurer","de\u0301molir","de\u0301nicher","de\u0301nouer","dentelle","de\u0301nuder","de\u0301part","de\u0301penser","de\u0301phaser","de\u0301placer","de\u0301poser","de\u0301ranger","de\u0301rober","de\u0301sastre","descente","de\u0301sert","de\u0301signer","de\u0301sobe\u0301ir","dessiner","destrier","de\u0301tacher","de\u0301tester","de\u0301tourer","de\u0301tresse","devancer","devenir","deviner","devoir","diable","dialogue","diamant","dicter","diffe\u0301rer","dige\u0301rer","digital","digne","diluer","dimanche","diminuer","dioxyde","directif","diriger","discuter","disposer","dissiper","distance","divertir","diviser","docile","docteur","dogme","doigt","domaine","domicile","dompter","donateur","donjon","donner","dopamine","dortoir","dorure","dosage","doseur","dossier","dotation","douanier","double","douceur","douter","doyen","dragon","draper","dresser","dribbler","droiture","duperie","duplexe","durable","durcir","dynastie","e\u0301blouir","e\u0301carter","e\u0301charpe","e\u0301chelle","e\u0301clairer","e\u0301clipse","e\u0301clore","e\u0301cluse","e\u0301cole","e\u0301conomie","e\u0301corce","e\u0301couter","e\u0301craser","e\u0301cre\u0301mer","e\u0301crivain","e\u0301crou","e\u0301cume","e\u0301cureuil","e\u0301difier","e\u0301duquer","effacer","effectif","effigie","effort","effrayer","effusion","e\u0301galiser","e\u0301garer","e\u0301jecter","e\u0301laborer","e\u0301largir","e\u0301lectron","e\u0301le\u0301gant","e\u0301le\u0301phant","e\u0301le\u0300ve","e\u0301ligible","e\u0301litisme","e\u0301loge","e\u0301lucider","e\u0301luder","emballer","embellir","embryon","e\u0301meraude","e\u0301mission","emmener","e\u0301motion","e\u0301mouvoir","empereur","employer","emporter","emprise","e\u0301mulsion","encadrer","enche\u0300re","enclave","encoche","endiguer","endosser","endroit","enduire","e\u0301nergie","enfance","enfermer","enfouir","engager","engin","englober","e\u0301nigme","enjamber","enjeu","enlever","ennemi","ennuyeux","enrichir","enrobage","enseigne","entasser","entendre","entier","entourer","entraver","e\u0301nume\u0301rer","envahir","enviable","envoyer","enzyme","e\u0301olien","e\u0301paissir","e\u0301pargne","e\u0301patant","e\u0301paule","e\u0301picerie","e\u0301pide\u0301mie","e\u0301pier","e\u0301pilogue","e\u0301pine","e\u0301pisode","e\u0301pitaphe","e\u0301poque","e\u0301preuve","e\u0301prouver","e\u0301puisant","e\u0301querre","e\u0301quipe","e\u0301riger","e\u0301rosion","erreur","e\u0301ruption","escalier","espadon","espe\u0300ce","espie\u0300gle","espoir","esprit","esquiver","essayer","essence","essieu","essorer","estime","estomac","estrade","e\u0301tage\u0300re","e\u0301taler","e\u0301tanche","e\u0301tatique","e\u0301teindre","e\u0301tendoir","e\u0301ternel","e\u0301thanol","e\u0301thique","ethnie","e\u0301tirer","e\u0301toffer","e\u0301toile","e\u0301tonnant","e\u0301tourdir","e\u0301trange","e\u0301troit","e\u0301tude","euphorie","e\u0301valuer","e\u0301vasion","e\u0301ventail","e\u0301vidence","e\u0301viter","e\u0301volutif","e\u0301voquer","exact","exage\u0301rer","exaucer","exceller","excitant","exclusif","excuse","exe\u0301cuter","exemple","exercer","exhaler","exhorter","exigence","exiler","exister","exotique","expe\u0301dier","explorer","exposer","exprimer","exquis","extensif","extraire","exulter","fable","fabuleux","facette","facile","facture","faiblir","falaise","fameux","famille","farceur","farfelu","farine","farouche","fasciner","fatal","fatigue","faucon","fautif","faveur","favori","fe\u0301brile","fe\u0301conder","fe\u0301de\u0301rer","fe\u0301lin","femme","fe\u0301mur","fendoir","fe\u0301odal","fermer","fe\u0301roce","ferveur","festival","feuille","feutre","fe\u0301vrier","fiasco","ficeler","fictif","fide\u0300le","figure","filature","filetage","filie\u0300re","filleul","filmer","filou","filtrer","financer","finir","fiole","firme","fissure","fixer","flairer","flamme","flasque","flatteur","fle\u0301au","fle\u0300che","fleur","flexion","flocon","flore","fluctuer","fluide","fluvial","folie","fonderie","fongible","fontaine","forcer","forgeron","formuler","fortune","fossile","foudre","fouge\u0300re","fouiller","foulure","fourmi","fragile","fraise","franchir","frapper","frayeur","fre\u0301gate","freiner","frelon","fre\u0301mir","fre\u0301ne\u0301sie","fre\u0300re","friable","friction","frisson","frivole","froid","fromage","frontal","frotter","fruit","fugitif","fuite","fureur","furieux","furtif","fusion","futur","gagner","galaxie","galerie","gambader","garantir","gardien","garnir","garrigue","gazelle","gazon","ge\u0301ant","ge\u0301latine","ge\u0301lule","gendarme","ge\u0301ne\u0301ral","ge\u0301nie","genou","gentil","ge\u0301ologie","ge\u0301ome\u0300tre","ge\u0301ranium","germe","gestuel","geyser","gibier","gicler","girafe","givre","glace","glaive","glisser","globe","gloire","glorieux","golfeur","gomme","gonfler","gorge","gorille","goudron","gouffre","goulot","goupille","gourmand","goutte","graduel","graffiti","graine","grand","grappin","gratuit","gravir","grenat","griffure","griller","grimper","grogner","gronder","grotte","groupe","gruger","grutier","gruye\u0300re","gue\u0301pard","guerrier","guide","guimauve","guitare","gustatif","gymnaste","gyrostat","habitude","hachoir","halte","hameau","hangar","hanneton","haricot","harmonie","harpon","hasard","he\u0301lium","he\u0301matome","herbe","he\u0301risson","hermine","he\u0301ron","he\u0301siter","heureux","hiberner","hibou","hilarant","histoire","hiver","homard","hommage","homoge\u0300ne","honneur","honorer","honteux","horde","horizon","horloge","hormone","horrible","houleux","housse","hublot","huileux","humain","humble","humide","humour","hurler","hydromel","hygie\u0300ne","hymne","hypnose","idylle","ignorer","iguane","illicite","illusion","image","imbiber","imiter","immense","immobile","immuable","impact","impe\u0301rial","implorer","imposer","imprimer","imputer","incarner","incendie","incident","incliner","incolore","indexer","indice","inductif","ine\u0301dit","ineptie","inexact","infini","infliger","informer","infusion","inge\u0301rer","inhaler","inhiber","injecter","injure","innocent","inoculer","inonder","inscrire","insecte","insigne","insolite","inspirer","instinct","insulter","intact","intense","intime","intrigue","intuitif","inutile","invasion","inventer","inviter","invoquer","ironique","irradier","irre\u0301el","irriter","isoler","ivoire","ivresse","jaguar","jaillir","jambe","janvier","jardin","jauger","jaune","javelot","jetable","jeton","jeudi","jeunesse","joindre","joncher","jongler","joueur","jouissif","journal","jovial","joyau","joyeux","jubiler","jugement","junior","jupon","juriste","justice","juteux","juve\u0301nile","kayak","kimono","kiosque","label","labial","labourer","lace\u0301rer","lactose","lagune","laine","laisser","laitier","lambeau","lamelle","lampe","lanceur","langage","lanterne","lapin","largeur","larme","laurier","lavabo","lavoir","lecture","le\u0301gal","le\u0301ger","le\u0301gume","lessive","lettre","levier","lexique","le\u0301zard","liasse","libe\u0301rer","libre","licence","licorne","lie\u0300ge","lie\u0300vre","ligature","ligoter","ligue","limer","limite","limonade","limpide","line\u0301aire","lingot","lionceau","liquide","lisie\u0300re","lister","lithium","litige","littoral","livreur","logique","lointain","loisir","lombric","loterie","louer","lourd","loutre","louve","loyal","lubie","lucide","lucratif","lueur","lugubre","luisant","lumie\u0300re","lunaire","lundi","luron","lutter","luxueux","machine","magasin","magenta","magique","maigre","maillon","maintien","mairie","maison","majorer","malaxer","male\u0301fice","malheur","malice","mallette","mammouth","mandater","maniable","manquant","manteau","manuel","marathon","marbre","marchand","mardi","maritime","marqueur","marron","marteler","mascotte","massif","mate\u0301riel","matie\u0300re","matraque","maudire","maussade","mauve","maximal","me\u0301chant","me\u0301connu","me\u0301daille","me\u0301decin","me\u0301diter","me\u0301duse","meilleur","me\u0301lange","me\u0301lodie","membre","me\u0301moire","menacer","mener","menhir","mensonge","mentor","mercredi","me\u0301rite","merle","messager","mesure","me\u0301tal","me\u0301te\u0301ore","me\u0301thode","me\u0301tier","meuble","miauler","microbe","miette","mignon","migrer","milieu","million","mimique","mince","mine\u0301ral","minimal","minorer","minute","miracle","miroiter","missile","mixte","mobile","moderne","moelleux","mondial","moniteur","monnaie","monotone","monstre","montagne","monument","moqueur","morceau","morsure","mortier","moteur","motif","mouche","moufle","moulin","mousson","mouton","mouvant","multiple","munition","muraille","mure\u0300ne","murmure","muscle","muse\u0301um","musicien","mutation","muter","mutuel","myriade","myrtille","myste\u0300re","mythique","nageur","nappe","narquois","narrer","natation","nation","nature","naufrage","nautique","navire","ne\u0301buleux","nectar","ne\u0301faste","ne\u0301gation","ne\u0301gliger","ne\u0301gocier","neige","nerveux","nettoyer","neurone","neutron","neveu","niche","nickel","nitrate","niveau","noble","nocif","nocturne","noirceur","noisette","nomade","nombreux","nommer","normatif","notable","notifier","notoire","nourrir","nouveau","novateur","novembre","novice","nuage","nuancer","nuire","nuisible","nume\u0301ro","nuptial","nuque","nutritif","obe\u0301ir","objectif","obliger","obscur","observer","obstacle","obtenir","obturer","occasion","occuper","oce\u0301an","octobre","octroyer","octupler","oculaire","odeur","odorant","offenser","officier","offrir","ogive","oiseau","oisillon","olfactif","olivier","ombrage","omettre","onctueux","onduler","one\u0301reux","onirique","opale","opaque","ope\u0301rer","opinion","opportun","opprimer","opter","optique","orageux","orange","orbite","ordonner","oreille","organe","orgueil","orifice","ornement","orque","ortie","osciller","osmose","ossature","otarie","ouragan","ourson","outil","outrager","ouvrage","ovation","oxyde","oxyge\u0300ne","ozone","paisible","palace","palmare\u0300s","palourde","palper","panache","panda","pangolin","paniquer","panneau","panorama","pantalon","papaye","papier","papoter","papyrus","paradoxe","parcelle","paresse","parfumer","parler","parole","parrain","parsemer","partager","parure","parvenir","passion","paste\u0300que","paternel","patience","patron","pavillon","pavoiser","payer","paysage","peigne","peintre","pelage","pe\u0301lican","pelle","pelouse","peluche","pendule","pe\u0301ne\u0301trer","pe\u0301nible","pensif","pe\u0301nurie","pe\u0301pite","pe\u0301plum","perdrix","perforer","pe\u0301riode","permuter","perplexe","persil","perte","peser","pe\u0301tale","petit","pe\u0301trir","peuple","pharaon","phobie","phoque","photon","phrase","physique","piano","pictural","pie\u0300ce","pierre","pieuvre","pilote","pinceau","pipette","piquer","pirogue","piscine","piston","pivoter","pixel","pizza","placard","plafond","plaisir","planer","plaque","plastron","plateau","pleurer","plexus","pliage","plomb","plonger","pluie","plumage","pochette","poe\u0301sie","poe\u0300te","pointe","poirier","poisson","poivre","polaire","policier","pollen","polygone","pommade","pompier","ponctuel","ponde\u0301rer","poney","portique","position","posse\u0301der","posture","potager","poteau","potion","pouce","poulain","poumon","pourpre","poussin","pouvoir","prairie","pratique","pre\u0301cieux","pre\u0301dire","pre\u0301fixe","pre\u0301lude","pre\u0301nom","pre\u0301sence","pre\u0301texte","pre\u0301voir","primitif","prince","prison","priver","proble\u0300me","proce\u0301der","prodige","profond","progre\u0300s","proie","projeter","prologue","promener","propre","prospe\u0300re","prote\u0301ger","prouesse","proverbe","prudence","pruneau","psychose","public","puceron","puiser","pulpe","pulsar","punaise","punitif","pupitre","purifier","puzzle","pyramide","quasar","querelle","question","quie\u0301tude","quitter","quotient","racine","raconter","radieux","ragondin","raideur","raisin","ralentir","rallonge","ramasser","rapide","rasage","ratisser","ravager","ravin","rayonner","re\u0301actif","re\u0301agir","re\u0301aliser","re\u0301animer","recevoir","re\u0301citer","re\u0301clamer","re\u0301colter","recruter","reculer","recycler","re\u0301diger","redouter","refaire","re\u0301flexe","re\u0301former","refrain","refuge","re\u0301galien","re\u0301gion","re\u0301glage","re\u0301gulier","re\u0301ite\u0301rer","rejeter","rejouer","relatif","relever","relief","remarque","reme\u0300de","remise","remonter","remplir","remuer","renard","renfort","renifler","renoncer","rentrer","renvoi","replier","reporter","reprise","reptile","requin","re\u0301serve","re\u0301sineux","re\u0301soudre","respect","rester","re\u0301sultat","re\u0301tablir","retenir","re\u0301ticule","retomber","retracer","re\u0301union","re\u0301ussir","revanche","revivre","re\u0301volte","re\u0301vulsif","richesse","rideau","rieur","rigide","rigoler","rincer","riposter","risible","risque","rituel","rival","rivie\u0300re","rocheux","romance","rompre","ronce","rondin","roseau","rosier","rotatif","rotor","rotule","rouge","rouille","rouleau","routine","royaume","ruban","rubis","ruche","ruelle","rugueux","ruiner","ruisseau","ruser","rustique","rythme","sabler","saboter","sabre","sacoche","safari","sagesse","saisir","salade","salive","salon","saluer","samedi","sanction","sanglier","sarcasme","sardine","saturer","saugrenu","saumon","sauter","sauvage","savant","savonner","scalpel","scandale","sce\u0301le\u0301rat","sce\u0301nario","sceptre","sche\u0301ma","science","scinder","score","scrutin","sculpter","se\u0301ance","se\u0301cable","se\u0301cher","secouer","se\u0301cre\u0301ter","se\u0301datif","se\u0301duire","seigneur","se\u0301jour","se\u0301lectif","semaine","sembler","semence","se\u0301minal","se\u0301nateur","sensible","sentence","se\u0301parer","se\u0301quence","serein","sergent","se\u0301rieux","serrure","se\u0301rum","service","se\u0301same","se\u0301vir","sevrage","sextuple","side\u0301ral","sie\u0300cle","sie\u0301ger","siffler","sigle","signal","silence","silicium","simple","since\u0300re","sinistre","siphon","sirop","sismique","situer","skier","social","socle","sodium","soigneux","soldat","soleil","solitude","soluble","sombre","sommeil","somnoler","sonde","songeur","sonnette","sonore","sorcier","sortir","sosie","sottise","soucieux","soudure","souffle","soulever","soupape","source","soutirer","souvenir","spacieux","spatial","spe\u0301cial","sphe\u0300re","spiral","stable","station","sternum","stimulus","stipuler","strict","studieux","stupeur","styliste","sublime","substrat","subtil","subvenir","succe\u0300s","sucre","suffixe","sugge\u0301rer","suiveur","sulfate","superbe","supplier","surface","suricate","surmener","surprise","sursaut","survie","suspect","syllabe","symbole","syme\u0301trie","synapse","syntaxe","syste\u0300me","tabac","tablier","tactile","tailler","talent","talisman","talonner","tambour","tamiser","tangible","tapis","taquiner","tarder","tarif","tartine","tasse","tatami","tatouage","taupe","taureau","taxer","te\u0301moin","temporel","tenaille","tendre","teneur","tenir","tension","terminer","terne","terrible","te\u0301tine","texte","the\u0300me","the\u0301orie","the\u0301rapie","thorax","tibia","tie\u0300de","timide","tirelire","tiroir","tissu","titane","titre","tituber","toboggan","tole\u0301rant","tomate","tonique","tonneau","toponyme","torche","tordre","tornade","torpille","torrent","torse","tortue","totem","toucher","tournage","tousser","toxine","traction","trafic","tragique","trahir","train","trancher","travail","tre\u0300fle","tremper","tre\u0301sor","treuil","triage","tribunal","tricoter","trilogie","triomphe","tripler","triturer","trivial","trombone","tronc","tropical","troupeau","tuile","tulipe","tumulte","tunnel","turbine","tuteur","tutoyer","tuyau","tympan","typhon","typique","tyran","ubuesque","ultime","ultrason","unanime","unifier","union","unique","unitaire","univers","uranium","urbain","urticant","usage","usine","usuel","usure","utile","utopie","vacarme","vaccin","vagabond","vague","vaillant","vaincre","vaisseau","valable","valise","vallon","valve","vampire","vanille","vapeur","varier","vaseux","vassal","vaste","vecteur","vedette","ve\u0301ge\u0301tal","ve\u0301hicule","veinard","ve\u0301loce","vendredi","ve\u0301ne\u0301rer","venger","venimeux","ventouse","verdure","ve\u0301rin","vernir","verrou","verser","vertu","veston","ve\u0301te\u0301ran","ve\u0301tuste","vexant","vexer","viaduc","viande","victoire","vidange","vide\u0301o","vignette","vigueur","vilain","village","vinaigre","violon","vipe\u0300re","virement","virtuose","virus","visage","viseur","vision","visqueux","visuel","vital","vitesse","viticole","vitrine","vivace","vivipare","vocation","voguer","voile","voisin","voiture","volaille","volcan","voltiger","volume","vorace","vortex","voter","vouloir","voyage","voyelle","wagon","xe\u0301non","yacht","ze\u0300bre","ze\u0301nith","zeste","zoologie"]')},"91dd":function(e,t,r){"use strict";function n(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,r,a){t=t||"&",r=r||"=";var o={};if("string"!==typeof e||0===e.length)return o;var s=/\+/g;e=e.split(t);var u=1e3;a&&"number"===typeof a.maxKeys&&(u=a.maxKeys);var c=e.length;u>0&&c>u&&(c=u);for(var l=0;l=0?(f=v.substr(0,m),d=v.substr(m+1)):(f=v,d=""),h=decodeURIComponent(f),p=decodeURIComponent(d),n(o,h)?i(o[h])?o[h].push(p):o[h]=[o[h],p]:o[h]=p}return o};var i=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},"920f":function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",{staticClass:e._$s(0,"sc","u-radio-group u-clearfix"),attrs:{_i:0}},[e._t("default",null,{_i:1})],2)},a=[]},9235:function(e,t,r){"use strict";function n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"brackets",n=t?"?":"",i=[];-1==["indices","brackets","repeat","comma"].indexOf(r)&&(r="brackets");var a=function(t){var n=e[t];if(["",void 0,null].indexOf(n)>=0)return"continue";if(n.constructor===Array)switch(r){case"indices":for(var a=0;a7&&e[r].toUpperCase()!==e[r]||parseInt(t[r],16)<=7&&e[r].toLowerCase()!==e[r])return!1;return!0},v=function(e,t,r){var n=/^0x/i.test(e)||"number"===typeof e;e=e.toString(16).replace(/^0x/i,"");var i=t-e.length+1>=0?t-e.length+1:0;return(n?"0x":"")+new Array(i).join(r||"0")+e},m=function(e,t,r){var n=/^0x/i.test(e)||"number"===typeof e;e=e.toString(16).replace(/^0x/i,"");var i=t-e.length+1>=0?t-e.length+1:0;return(n?"0x":"")+e+new Array(i).join(r||"0")},b=function(e){e=o.encode(e);var t="";e=e.replace(/^(?:\u0000)*/,""),e=e.split("").reverse().join(""),e=e.replace(/^(?:\u0000)*/,""),e=e.split("").reverse().join("");for(var r=0;r>>4).toString(16)),t.push((15&e[r]).toString(16));return"0x"+t.join("")},x=function(e){if(e=e.toString(16),!A(e))throw new Error('Given value "'+e+'" is not a valid hex string.');e=e.replace(/^0x/i,"");for(var t=[],r=0;r=this._blockSize){for(var a=this._blockOffset;a0;++s)this._length[s]+=u,u=this._length[s]/4294967296|0,u>0&&(this._length[s]-=4294967296*u);return this},s.prototype._update=function(){throw new Error("_update is not implemented")},s.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();void 0!==e&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return t},s.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=s},"93fe":function(e,t,r){"use strict";var n=[{constant:!0,inputs:[{name:"node",type:"bytes32"}],name:"resolver",outputs:[{name:"",type:"address"}],payable:!1,type:"function"},{constant:!0,inputs:[{name:"node",type:"bytes32"}],name:"owner",outputs:[{name:"",type:"address"}],payable:!1,type:"function"},{constant:!1,inputs:[{name:"node",type:"bytes32"},{name:"label",type:"bytes32"},{name:"owner",type:"address"}],name:"setSubnodeOwner",outputs:[],payable:!1,type:"function"},{constant:!1,inputs:[{name:"node",type:"bytes32"},{name:"ttl",type:"uint64"}],name:"setTTL",outputs:[],payable:!1,type:"function"},{constant:!0,inputs:[{name:"node",type:"bytes32"}],name:"ttl",outputs:[{name:"",type:"uint64"}],payable:!1,type:"function"},{constant:!1,inputs:[{name:"node",type:"bytes32"},{name:"resolver",type:"address"}],name:"setResolver",outputs:[],payable:!1,type:"function"},{constant:!1,inputs:[{name:"node",type:"bytes32"},{name:"owner",type:"address"}],name:"setOwner",outputs:[],payable:!1,type:"function"},{anonymous:!1,inputs:[{indexed:!0,name:"node",type:"bytes32"},{indexed:!1,name:"owner",type:"address"}],name:"Transfer",type:"event"},{anonymous:!1,inputs:[{indexed:!0,name:"node",type:"bytes32"},{indexed:!0,name:"label",type:"bytes32"},{indexed:!1,name:"owner",type:"address"}],name:"NewOwner",type:"event"},{anonymous:!1,inputs:[{indexed:!0,name:"node",type:"bytes32"},{indexed:!1,name:"resolver",type:"address"}],name:"NewResolver",type:"event"},{anonymous:!1,inputs:[{indexed:!0,name:"node",type:"bytes32"},{indexed:!1,name:"ttl",type:"uint64"}],name:"NewTTL",type:"event"},{constant:!1,inputs:[{internalType:"bytes32",name:"node",type:"bytes32"},{internalType:"address",name:"owner",type:"address"},{internalType:"address",name:"resolver",type:"address"},{internalType:"uint64",name:"ttl",type:"uint64"}],name:"setRecord",outputs:[],payable:!1,stateMutability:"nonpayable",type:"function"},{constant:!1,inputs:[{internalType:"address",name:"operator",type:"address"},{internalType:"bool",name:"approved",type:"bool"}],name:"setApprovalForAll",outputs:[],payable:!1,stateMutability:"nonpayable",type:"function"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"owner",type:"address"},{indexed:!0,internalType:"address",name:"operator",type:"address"},{indexed:!1,internalType:"bool",name:"approved",type:"bool"}],name:"ApprovalForAll",type:"event"},{constant:!0,inputs:[{internalType:"address",name:"owner",type:"address"},{internalType:"address",name:"operator",type:"address"}],name:"isApprovedForAll",outputs:[{internalType:"bool",name:"",type:"bool"}],payable:!1,stateMutability:"view",type:"function"},{constant:!0,inputs:[{internalType:"bytes32",name:"node",type:"bytes32"}],name:"recordExists",outputs:[{internalType:"bool",name:"",type:"bool"}],payable:!1,stateMutability:"view",type:"function"},{constant:!1,inputs:[{internalType:"bytes32",name:"node",type:"bytes32"},{internalType:"bytes32",name:"label",type:"bytes32"},{internalType:"address",name:"owner",type:"address"},{internalType:"address",name:"resolver",type:"address"},{internalType:"uint64",name:"ttl",type:"uint64"}],name:"setSubnodeRecord",outputs:[],payable:!1,stateMutability:"nonpayable",type:"function"}];e.exports=n},"93ff":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.commaDecimal=t.dotDecimal=t.arabicLocales=t.englishLocales=t.decimal=t.alphanumeric=t.alpha=void 0;var n={"en-US":/^[A-Z]+$/i,"bg-BG":/^[\u0410-\u042f]+$/i,"cs-CZ":/^[A-Z\xc1\u010c\u010e\xc9\u011a\xcd\u0147\xd3\u0158\u0160\u0164\xda\u016e\xdd\u017d]+$/i,"da-DK":/^[A-Z\xc6\xd8\xc5]+$/i,"de-DE":/^[A-Z\xc4\xd6\xdc\xdf]+$/i,"el-GR":/^[\u0391-\u03c9]+$/i,"es-ES":/^[A-Z\xc1\xc9\xcd\xd1\xd3\xda\xdc]+$/i,"fr-FR":/^[A-Z\xc0\xc2\xc6\xc7\xc9\xc8\xca\xcb\xcf\xce\xd4\u0152\xd9\xdb\xdc\u0178]+$/i,"it-IT":/^[A-Z\xc0\xc9\xc8\xcc\xce\xd3\xd2\xd9]+$/i,"nb-NO":/^[A-Z\xc6\xd8\xc5]+$/i,"nl-NL":/^[A-Z\xc1\xc9\xcb\xcf\xd3\xd6\xdc\xda]+$/i,"nn-NO":/^[A-Z\xc6\xd8\xc5]+$/i,"hu-HU":/^[A-Z\xc1\xc9\xcd\xd3\xd6\u0150\xda\xdc\u0170]+$/i,"pl-PL":/^[A-Z\u0104\u0106\u0118\u015a\u0141\u0143\xd3\u017b\u0179]+$/i,"pt-PT":/^[A-Z\xc3\xc1\xc0\xc2\xc7\xc9\xca\xcd\xd5\xd3\xd4\xda\xdc]+$/i,"ru-RU":/^[\u0410-\u042f\u0401]+$/i,"sl-SI":/^[A-Z\u010c\u0106\u0110\u0160\u017d]+$/i,"sk-SK":/^[A-Z\xc1\u010c\u010e\xc9\xcd\u0147\xd3\u0160\u0164\xda\xdd\u017d\u0139\u0154\u013d\xc4\xd4]+$/i,"sr-RS@latin":/^[A-Z\u010c\u0106\u017d\u0160\u0110]+$/i,"sr-RS":/^[\u0410-\u042f\u0402\u0408\u0409\u040a\u040b\u040f]+$/i,"sv-SE":/^[A-Z\xc5\xc4\xd6]+$/i,"tr-TR":/^[A-Z\xc7\u011e\u0130\u0131\xd6\u015e\xdc]+$/i,"uk-UA":/^[\u0410-\u0429\u042c\u042e\u042f\u0404I\u0407\u0490\u0456]+$/i,"ku-IQ":/^[\u0626\u0627\u0628\u067e\u062a\u062c\u0686\u062d\u062e\u062f\u0631\u0695\u0632\u0698\u0633\u0634\u0639\u063a\u0641\u06a4\u0642\u06a9\u06af\u0644\u06b5\u0645\u0646\u0648\u06c6\u06be\u06d5\u06cc\u06ce\u064a\u0637\u0624\u062b\u0622\u0625\u0623\u0643\u0636\u0635\u0629\u0638\u0630]+$/i,ar:/^[\u0621\u0622\u0623\u0624\u0625\u0626\u0627\u0628\u0629\u062a\u062b\u062c\u062d\u062e\u062f\u0630\u0631\u0632\u0633\u0634\u0635\u0636\u0637\u0638\u0639\u063a\u0641\u0642\u0643\u0644\u0645\u0646\u0647\u0648\u0649\u064a\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0652\u0670]+$/};t.alpha=n;var i={"en-US":/^[0-9A-Z]+$/i,"bg-BG":/^[0-9\u0410-\u042f]+$/i,"cs-CZ":/^[0-9A-Z\xc1\u010c\u010e\xc9\u011a\xcd\u0147\xd3\u0158\u0160\u0164\xda\u016e\xdd\u017d]+$/i,"da-DK":/^[0-9A-Z\xc6\xd8\xc5]+$/i,"de-DE":/^[0-9A-Z\xc4\xd6\xdc\xdf]+$/i,"el-GR":/^[0-9\u0391-\u03c9]+$/i,"es-ES":/^[0-9A-Z\xc1\xc9\xcd\xd1\xd3\xda\xdc]+$/i,"fr-FR":/^[0-9A-Z\xc0\xc2\xc6\xc7\xc9\xc8\xca\xcb\xcf\xce\xd4\u0152\xd9\xdb\xdc\u0178]+$/i,"it-IT":/^[0-9A-Z\xc0\xc9\xc8\xcc\xce\xd3\xd2\xd9]+$/i,"hu-HU":/^[0-9A-Z\xc1\xc9\xcd\xd3\xd6\u0150\xda\xdc\u0170]+$/i,"nb-NO":/^[0-9A-Z\xc6\xd8\xc5]+$/i,"nl-NL":/^[0-9A-Z\xc1\xc9\xcb\xcf\xd3\xd6\xdc\xda]+$/i,"nn-NO":/^[0-9A-Z\xc6\xd8\xc5]+$/i,"pl-PL":/^[0-9A-Z\u0104\u0106\u0118\u015a\u0141\u0143\xd3\u017b\u0179]+$/i,"pt-PT":/^[0-9A-Z\xc3\xc1\xc0\xc2\xc7\xc9\xca\xcd\xd5\xd3\xd4\xda\xdc]+$/i,"ru-RU":/^[0-9\u0410-\u042f\u0401]+$/i,"sl-SI":/^[0-9A-Z\u010c\u0106\u0110\u0160\u017d]+$/i,"sk-SK":/^[0-9A-Z\xc1\u010c\u010e\xc9\xcd\u0147\xd3\u0160\u0164\xda\xdd\u017d\u0139\u0154\u013d\xc4\xd4]+$/i,"sr-RS@latin":/^[0-9A-Z\u010c\u0106\u017d\u0160\u0110]+$/i,"sr-RS":/^[0-9\u0410-\u042f\u0402\u0408\u0409\u040a\u040b\u040f]+$/i,"sv-SE":/^[0-9A-Z\xc5\xc4\xd6]+$/i,"tr-TR":/^[0-9A-Z\xc7\u011e\u0130\u0131\xd6\u015e\xdc]+$/i,"uk-UA":/^[0-9\u0410-\u0429\u042c\u042e\u042f\u0404I\u0407\u0490\u0456]+$/i,"ku-IQ":/^[\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u06690-9\u0626\u0627\u0628\u067e\u062a\u062c\u0686\u062d\u062e\u062f\u0631\u0695\u0632\u0698\u0633\u0634\u0639\u063a\u0641\u06a4\u0642\u06a9\u06af\u0644\u06b5\u0645\u0646\u0648\u06c6\u06be\u06d5\u06cc\u06ce\u064a\u0637\u0624\u062b\u0622\u0625\u0623\u0643\u0636\u0635\u0629\u0638\u0630]+$/i,ar:/^[\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u06690-9\u0621\u0622\u0623\u0624\u0625\u0626\u0627\u0628\u0629\u062a\u062b\u062c\u062d\u062e\u062f\u0630\u0631\u0632\u0633\u0634\u0635\u0636\u0637\u0638\u0639\u063a\u0641\u0642\u0643\u0644\u0645\u0646\u0647\u0648\u0649\u064a\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0652\u0670]+$/};t.alphanumeric=i;var a={"en-US":".",ar:"\u066b"};t.decimal=a;var o=["AU","GB","HK","IN","NZ","ZA","ZM"];t.englishLocales=o;for(var s,u=0;u=0}return"object"===o(t)?t.hasOwnProperty(e):!(!t||"function"!==typeof t.indexOf)&&t.indexOf(e)>=0}e.exports=t.default,e.exports.default=t.default},9653:function(e,t,r){e.exports=r.p+"static/img/more_vert_24px_outlined.427f4df0.svg"},"966d":function(e,t,r){"use strict";(function(t){function r(e,r,n,i){if("function"!==typeof e)throw new TypeError('"callback" argument must be a function');var a,o,s=arguments.length;switch(s){case 0:case 1:return t.nextTick(e);case 2:return t.nextTick((function(){e.call(null,r)}));case 3:return t.nextTick((function(){e.call(null,r,n)}));case 4:return t.nextTick((function(){e.call(null,r,n,i)}));default:a=new Array(s-1),o=0;while(o=0;--a){var o=this.tryEntries[a],s=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var u=i.call(o,"catchLoc"),c=i.call(o,"finallyLoc");if(u&&c){if(this.prev=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),O(r),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var i=n.arg;O(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:j(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=r),v}}}function w(e,t,r,n){var i=t&&t.prototype instanceof k?t:k,a=Object.create(i.prototype),o=new I(n||[]);return a._invoke=C(e,r,o),a}function _(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(n){return{type:"throw",arg:n}}}function k(){}function x(){}function S(){}function A(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function E(e){function t(r,n,a,o){var s=_(e[r],e,n);if("throw"!==s.type){var u=s.arg,c=u.value;return c&&"object"===typeof c&&i.call(c,"__await")?Promise.resolve(c.__await).then((function(e){t("next",e,a,o)}),(function(e){t("throw",e,a,o)})):Promise.resolve(c).then((function(e){u.value=e,a(u)}),(function(e){return t("throw",e,a,o)}))}o(s.arg)}var r;function n(e,n){function i(){return new Promise((function(r,i){t(e,n,r,i)}))}return r=r?r.then(i,i):i()}this._invoke=n}function C(e,t,r){var n=f;return function(i,a){if(n===h)throw new Error("Generator is already running");if(n===p){if("throw"===i)throw a;return B()}r.method=i,r.arg=a;while(1){var o=r.delegate;if(o){var s=P(o,r);if(s){if(s===v)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===f)throw n=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=h;var u=_(e,t,r);if("normal"===u.type){if(n=r.done?p:d,u.arg===v)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(n=p,r.method="throw",r.arg=u.arg)}}}function P(e,t){var n=e.iterator[t.method];if(n===r){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=r,P(e,t),"throw"===t.method))return v;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var i=_(n,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,v;var a=i.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=r),t.delegate=null,v):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,v)}function T(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function O(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function I(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(T,this),this.reset(!0)}function j(e){if(e){var t=e[o];if(t)return t.call(e);if("function"===typeof e.next)return e;if(!isNaN(e.length)){var n=-1,a=function t(){while(++n1&&void 0!==arguments[1]?arguments[1]:1500;uni.showToast({title:e,icon:"none",duration:t})}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n;t.default=i},"980c":function(e,t,r){var n=r("8707").Buffer,i=r("399f"),a=r("3337").ec,o=r("2aee"),s=r("cd91");function u(e,t,r,a,s){var u=o(r);if("ec"===u.type){if("ecdsa"!==a&&"ecdsa/rsa"!==a)throw new Error("wrong public key type");return c(e,t,u)}if("dsa"===u.type){if("dsa"!==a)throw new Error("wrong public key type");return l(e,t,u)}if("rsa"!==a&&"ecdsa/rsa"!==a)throw new Error("wrong public key type");t=n.concat([s,t]);var f=u.modulus.byteLength(),d=[1],h=0;while(t.length+d.length+2=t)throw new Error("invalid sig")}e.exports=u},"983f":function(e,t,r){"use strict";r.r(t);var n=r("00a2"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},9856:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.randomBytes=c;var n=r("2abd"),i=r("fa24"),a=r("5427"),o=new i.Logger(a.version),s=null;try{if(s=window,null==s)throw new Error("try next")}catch(l){try{if(s=e,null==s)throw new Error("try next")}catch(l){s={}}}var u=s.crypto||s.msCrypto;function c(e){(e<=0||e>1024||e%1||e!=e)&&o.throwArgumentError("invalid length","length",e);var t=new Uint8Array(e);return u.getRandomValues(t),(0,n.arrayify)(t)}u&&u.getRandomValues||(o.warn("WARNING: Missing strong random number source"),u={getRandomValues:function(e){return o.throwError("no secure random source avaialble",i.Logger.errors.UNSUPPORTED_OPERATION,{operation:"crypto.getRandomValues"})}})}).call(this,r("c8ba"))},9868:function(e,t,r){"use strict";r.r(t);var n=r("9d91"),i=r("6006");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"06674ac2",null,!1,n["a"],o);t["default"]=u.exports},"98e4":function(e,t){e.exports="/static/tongyonh/Frame68p.png"},"98e6":function(e,t,r){"use strict";var n=r("3fb5"),i=r("f576"),a=r("b5ca"),o=r("69f2"),s=r("6430");function u(e){s.call(this,"digest"),this._hash=e}n(u,s),u.prototype._update=function(e){this._hash.update(e)},u.prototype._final=function(){return this._hash.digest()},e.exports=function(e){return e=e.toLowerCase(),"md5"===e?new i:"rmd160"===e||"ripemd160"===e?new a:new u(o(e))}},"991b":function(e,t,r){"use strict";var n=r("4a59");e.exports=function(e,t){n.forEach(e,(function(r,n){n!==t&&n.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[n])}))}},9926:function(e,t){function r(e,t){if(t){t=t.trim().replace(/^(\?|#|&)/,""),t=t?"?"+t:t;var r=e.split(/[\?\#]/),n=r[0];t&&/\:\/\/[^\/]*$/.test(n)&&(n+="/");var i=e.match(/(\#.*)$/);e=n+t,i&&(e+=i[0])}return e}e.exports=r},9951:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[n("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}},[e._v(e._$s(2,"t0-0",e._s(e.i18n.addwallet)))])]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","bot_con"),attrs:{_i:4}},e._l(e._$s(5,"f",{forItems:e.walletInfo}),(function(t,i,a,o){return n("view",{key:e._$s(5,"f",{forIndex:a,key:i}),staticClass:e._$s("5-"+o,"sc","item flexx"),attrs:{_i:"5-"+o},on:{click:function(r){return e.createW(t,i)}}},[n("view",{staticClass:e._$s("6-"+o,"sc","left flex"),attrs:{_i:"6-"+o}},[n("image",{staticClass:e._$s("7-"+o,"sc","img1"),attrs:{src:e._$s("7-"+o,"a-src",t[0].coinList[0].icon),_i:"7-"+o}}),n("view",{staticClass:e._$s("8-"+o,"sc","textcon"),attrs:{_i:"8-"+o}},[n("view",{staticClass:e._$s("9-"+o,"sc","text1"),attrs:{_i:"9-"+o}},[e._v(e._$s("9-"+o,"t0-0",e._s(t[0].coinList[0].xname)))]),n("view",{staticClass:e._$s("10-"+o,"sc","text2"),attrs:{_i:"10-"+o}},[e._v(e._$s("10-"+o,"t0-0",e._s(t[0].coinList[0].name)))])])]),n("view",{staticClass:e._$s("11-"+o,"sc","rig"),attrs:{_i:"11-"+o}},[n("image",{staticClass:e._$s("12-"+o,"sc","rimg"),attrs:{src:e._$s("12-"+o,"a-src",r("6365")),_i:"12-"+o}})])])})),0)]),n("u-mask",{attrs:{show:e.show,"z-index":"80",_i:13}}),e._$s(14,"i",e.show)?n("view",{staticClass:e._$s(14,"sc","bottom_con"),attrs:{_i:14}},[n("image",{staticClass:e._$s(15,"sc","xg"),attrs:{src:e._$s(15,"a-src",r("492f")),_i:15},on:{click:function(t){e.show=!1}}}),n("view",{staticClass:e._$s(16,"sc","tiao"),attrs:{_i:16},on:{click:function(t){e.show=!1}}}),n("view",{staticClass:e._$s(17,"sc","title"),attrs:{_i:17}},[e._v(e._$s(17,"t0-0",e._s(e.title)))]),n("view",{staticClass:e._$s(18,"sc","white"),attrs:{_i:18}},[n("view",{staticClass:e._$s(19,"sc","item flexx"),attrs:{_i:19},on:{click:function(t){return e.goCreateW(e.title)}}},[n("view",{staticClass:e._$s(20,"sc","rig flex"),attrs:{_i:20}},[n("image",{staticClass:e._$s(21,"sc","img"),attrs:{src:e._$s(21,"a-src",r("cfb8")),_i:21}}),n("text",{staticClass:e._$s(22,"sc","text"),attrs:{_i:22}},[e._v(e._$s(22,"t0-0",e._s(e.i18n.crewalllet)))])]),n("image",{staticClass:e._$s(23,"sc","lef"),attrs:{src:e._$s(23,"a-src",r("6365")),_i:23}})]),n("view",{staticClass:e._$s(24,"sc","item flexx"),attrs:{_i:24},on:{click:function(t){return e.goImportM(e.title)}}},[n("view",{staticClass:e._$s(25,"sc","rig flex"),attrs:{_i:25}},[n("image",{staticClass:e._$s(26,"sc","img"),attrs:{src:e._$s(26,"a-src",r("5f1d")),_i:26}}),n("text",{staticClass:e._$s(27,"sc","text"),attrs:{_i:27}},[e._v(e._$s(27,"t0-0",e._s(e.i18n.mneimport)))])]),n("image",{staticClass:e._$s(28,"sc","lef"),attrs:{src:e._$s(28,"a-src",r("6365")),_i:28}})]),n("view",{staticClass:e._$s(29,"sc","item flexx"),attrs:{_i:29},on:{click:function(t){return e.goImportK(e.title)}}},[n("view",{staticClass:e._$s(30,"sc","rig flex"),attrs:{_i:30}},[n("image",{staticClass:e._$s(31,"sc","img"),attrs:{src:e._$s(31,"a-src",r("4d42")),_i:31}}),n("text",{staticClass:e._$s(32,"sc","text"),attrs:{_i:32}},[e._v(e._$s(32,"t0-0",e._s(e.i18n.privakeyimport)))])]),n("image",{staticClass:e._$s(33,"sc","lef"),attrs:{src:e._$s(33,"a-src",r("6365")),_i:33}})])])]):e._e()],1)},a=[]},9958:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="providers/5.5.0";t.version=n},9961:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={data:function(){return{teee:this.$t("index").tela,coinType:"",imgindex:[],walletInfo:{},coinAddress:"",toTop:!1,tmoney:0,trueIndex:[],aotext:this.$t("index").thetokenname,type:"text",valueNu:!0,show:!1,border:!1,conInfo:[],isNoData:!1,params:{pageNum:1,pageSize:10,orderByColumn:"",searchName:""}}},onPullDownRefresh:function(){this.conInfo=[],this.params.pageNum=1,this.getSearchContract(),setTimeout((function(){uni.stopPullDownRefresh()}),500)},computed:{i18n:function(){return this.$t("index")}},onLoad:function(){uni.getStorageSync("imgindex").length>0&&(this.imgindex=uni.getStorageSync("imgindex")),uni.getStorageSync("trueIndex").length>0&&(this.trueIndex=uni.getStorageSync("trueIndex")),this.coinAddress=uni.getStorageSync("wallet").address,this.coinType=uni.getStorageSync("wallet").type,this.walletInfo=uni.getStorageSync("walletInfo")},methods:{scrollToPage:function(){this.isNoData||(this.params.pageNum=this.params.pageNum+1,this.getSearchContract("scroll"))},addOther:function(t,r){var n=this;e("log",r,454545," at pages/menu/wallet/search/index.vue:106"),e("log",t,444," at pages/menu/wallet/search/index.vue:107"),this.imgindex.push(t.contractAddress);for(var i=0;i0&&this.subscriptions.forEach((function(r,n){e&&"syncing"===r.name||t.removeSubscription(n)})),this.provider.reset&&this.provider.reset(),!0}catch(r){throw new Error("Error while clearing subscriptions: ".concat(r))}},l.prototype._isCleanCloseEvent=function(e){return"object"===typeof e&&([1e3].includes(e.code)||!0===e.wasClean)},l.prototype._isIpcCloseError=function(e){return"boolean"===typeof e&&e},l.prototype._jsonrpcResultCallback=function(e,t){return function(r,n){return n&&n.id&&t.id!==n.id?e(new Error("Wrong response id ".concat(n.id," (expected: ").concat(t.id,") in ").concat(JSON.stringify(t)))):r?e(r):n&&n.error?e(o.ErrorResponse(n)):s.isValidResponse(n)?void e(null,n.result):e(o.InvalidResponse(n))}},e.exports={Manager:l,BatchManager:u}},"9b1f":function(e,t,r){(function(t){var r;r="undefined"!==typeof window?window:"undefined"!==typeof t?t:"undefined"!==typeof self?self:{},e.exports=r}).call(this,r("c8ba"))},"9b42":function(e,t){function r(e,t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e)){var r=[],n=!0,i=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(n=(o=s.next()).done);n=!0)if(r.push(o.value),t&&r.length===t)break}catch(u){i=!0,a=u}finally{try{n||null==s["return"]||s["return"]()}finally{if(i)throw a}}return r}}e.exports=r},"9b87":function(e,t,r){"use strict";r.r(t);var n=r("66de"),i=r("11e2");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"ad1f2f6e",null,!1,n["a"],o);t["default"]=u.exports},"9b9b":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991"),i=r("4bda"),a=r("3718"),o=r("61f9"),s=r("1ccb"),u=r("b3a8");function c(t,r){var c=n.decompile(t);if(c.length<1)return!1;var l=c[c.length-1];if(!e.isBuffer(l))return!1;var f=n.decompile(n.compile(c.slice(0,-1))),d=n.decompile(l);return!!d&&(!!n.isPushOnly(f)&&(1===c.length?u.check(d)||s.check(d):!(!o.input.check(f)||!o.output.check(d))||(!(!i.input.check(f,r)||!i.output.check(d))||!(!a.input.check(f)||!a.output.check(d)))))}t.check=c,c.toJSON=function(){return"scriptHash input"}}).call(this,r("b639").Buffer)},"9ba0":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[n("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}})]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","main_con"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","yuan"),attrs:{_i:5}},[n("image",{staticClass:e._$s(6,"sc","img1"),attrs:{src:e._$s(6,"a-src",r("27e3")),_i:6}})]),n("view",{staticClass:e._$s(7,"sc","title"),attrs:{_i:7}}),n("view",{staticClass:e._$s(8,"sc","title_con flex"),attrs:{_i:8}},[n("view",{staticClass:e._$s(9,"sc","text1"),attrs:{_i:9}}),n("view",{staticClass:e._$s(10,"sc","text1"),attrs:{_i:10}},[e._v(e._$s(10,"t0-0",e._s(e.info.value))+e._$s(10,"t0-1",e._s(e.info.network)))])]),n("view",{staticClass:e._$s(11,"sc","item"),attrs:{_i:11}},[n("view",{staticClass:e._$s(12,"sc","text1"),attrs:{_i:12}}),n("view",{staticClass:e._$s(13,"sc","text2"),attrs:{_i:13}},[e._v(e._$s(13,"t0-0",e._s(e.info.time)))])]),n("view",{staticClass:e._$s(14,"sc","item"),attrs:{_i:14}},[n("view",{staticClass:e._$s(15,"sc","text1"),attrs:{_i:15}}),n("view",{staticClass:e._$s(16,"sc","text2"),attrs:{_i:16}},[e._v(e._$s(16,"t0-0",e._s(e.info.fee))+e._$s(16,"t0-1",e._s(e.info.network)))])]),n("view",{staticClass:e._$s(17,"sc","item"),attrs:{_i:17}},[n("view",{staticClass:e._$s(18,"sc","text1"),attrs:{_i:18}}),n("view",{staticClass:e._$s(19,"sc","text2"),attrs:{_i:19}},[e._v(e._$s(19,"t0-0",e._s(e.info.txid))),n("image",{staticClass:e._$s(20,"sc","img"),attrs:{src:e._$s(20,"a-src",r("c9d4")),_i:20},on:{click:function(t){e.show=!0}}})])]),n("view",{staticClass:e._$s(21,"sc","item"),attrs:{_i:21}},[n("view",{staticClass:e._$s(22,"sc","text1"),attrs:{_i:22}}),n("view",{staticClass:e._$s(23,"sc","text2"),attrs:{_i:23}},[e._v(e._$s(23,"t0-0",e._s(e.info.outputs[0].address))),n("image",{staticClass:e._$s(24,"sc","img"),attrs:{src:e._$s(24,"a-src",r("c9d4")),_i:24}})])]),n("view",{staticClass:e._$s(25,"sc","item"),attrs:{_i:25}},[n("view",{staticClass:e._$s(26,"sc","text1"),attrs:{_i:26}}),n("view",{staticClass:e._$s(27,"sc","text2"),attrs:{_i:27}},[e._v(e._$s(27,"t0-0",e._s(e.info.inputs[0].address))),n("image",{staticClass:e._$s(28,"sc","img"),attrs:{src:e._$s(28,"a-src",r("c9d4")),_i:28}})])]),n("view",{staticClass:e._$s(29,"sc","item goto"),attrs:{_i:29}})]),e._$s(30,"i",e.show)?n("view",{staticClass:e._$s(30,"sc","sett"),attrs:{_i:30}},[n("view",{staticClass:e._$s(31,"sc","top"),attrs:{_i:31}},[n("view",{staticClass:e._$s(32,"sc","item"),attrs:{_i:32}}),n("view",{staticClass:e._$s(33,"sc","item"),attrs:{_i:33}})]),n("view",{staticClass:e._$s(34,"sc","cancel"),attrs:{_i:34},on:{click:function(t){e.show=!1}}})]):e._e(),n("u-mask",{attrs:{show:e.show,"z-index":"10",_i:35}})],1)],1)},a=[]},"9bbb":function(e,t,r){"use strict";var n=r("6f08"),i=new Map;for(var a in n){var o=n[a];i.set(o,a)}e.exports=Object.freeze(i)},"9bdd":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o,t.locales=void 0;var n=a(r("b34b")),i=r("93ff");function a(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-US";if((0,n.default)(e),t in i.alphanumeric)return i.alphanumeric[t].test(e);throw new Error("Invalid locale '".concat(t,"'"))}var s=Object.keys(i.alphanumeric);t.locales=s},"9bdf":function(e,t,r){(function(t){var n=r("1284");function i(){this.state=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],this.blockSize=null,this.count=0,this.squeezing=!1}i.prototype.initialize=function(e,t){for(var r=0;r<50;++r)this.state[r]=0;this.blockSize=e/8,this.count=0,this.squeezing=!1},i.prototype.absorb=function(e){for(var t=0;t>>this.count%4*8&255,this.count+=1,this.count===this.blockSize&&(n.p1600(this.state),this.count=0);return r},i.prototype.copy=function(e){for(var t=0;t<50;++t)e.state[t]=this.state[t];e.blockSize=this.blockSize,e.count=this.count,e.squeezing=this.squeezing},e.exports=i}).call(this,r("b639").Buffer)},"9c99":function(e,t,r){"use strict";var n=r("8707").Buffer,i=9007199254740991;function a(e){if(e<0||e>i||e%1!==0)throw new RangeError("value out of range")}function o(e,t,r){if(a(e),t||(t=n.allocUnsafe(u(e))),!n.isBuffer(t))throw new TypeError("buffer must be a Buffer instance");return r||(r=0),e<253?(t.writeUInt8(e,r),o.bytes=1):e<=65535?(t.writeUInt8(253,r),t.writeUInt16LE(e,r+1),o.bytes=3):e<=4294967295?(t.writeUInt8(254,r),t.writeUInt32LE(e,r+1),o.bytes=5):(t.writeUInt8(255,r),t.writeUInt32LE(e>>>0,r+1),t.writeUInt32LE(e/4294967296|0,r+5),o.bytes=9),t}function s(e,t){if(!n.isBuffer(e))throw new TypeError("buffer must be a Buffer instance");t||(t=0);var r=e.readUInt8(t);if(r<253)return s.bytes=1,r;if(253===r)return s.bytes=3,e.readUInt16LE(t+1);if(254===r)return s.bytes=5,e.readUInt32LE(t+1);s.bytes=9;var i=e.readUInt32LE(t+1),o=e.readUInt32LE(t+5),u=4294967296*o+i;return a(u),u}function u(e){return a(e),e<253?1:e<=65535?3:e<=4294967295?5:9}e.exports={encode:o,decode:s,encodingLength:u}},"9ca2":function(e,t){e.exports="/static/tongyonh/arrow-up-left_1.png"},"9cbc":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("98e6");function i(e){try{return n("rmd160").update(e).digest()}catch(t){return n("ripemd160").update(e).digest()}}function a(e){return n("sha1").update(e).digest()}function o(e){return n("sha256").update(e).digest()}function s(e){return i(o(e))}function u(e){return o(o(e))}t.ripemd160=i,t.sha1=a,t.sha256=o,t.hash160=s,t.hash256=u},"9cc2":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{password:"",password2:"",msg:"",msgLength:0,fes:!1,info:!1,transInfoPass:{}}},methods:{back:function(e){e.length<6&&(this.info=!1)},transaction:function(){var t=this;e("log",this.transInfoPass.privateKey," at pages/menu/sendToken/enPassword/index.vue:49");var r=this;"ETH"===this.transInfoPass.type?this.$EthUtil.transaction(this.transInfoPass.fromAddress,this.transInfoPass.toAddress,this.transInfoPass.amount.toString(),this.transInfoPass.privateKey.substring(2,this.transInfoPass.privateKey.length),this.transInfoPass.contractAddress,(function(t,n){n?(e("log",n,"cuowu"," at pages/menu/sendToken/enPassword/index.vue:69"),uni.showToast({title:this.$t("index").Transferfailedconfirm,icon:"none",duration:1500})):(uni.showToast({title:this.$t("index").Transfersucceeded,icon:"none",duration:1500}),setTimeout((function(){r.fingerSuccess=!1,uni.reLaunch({url:"/pages/menu/wallet/index"})}),1e3))})):"TRX"===this.transInfoPass.type?this.$TronUtil.transaction(uni.getStorageSync("transaction"),this.transInfoPass.privateKey,this.transInfoPass.contractAddress).then((function(e){uni.showToast({title:t.$t("index").Transfersucceeded,icon:"none",duration:1500}),setTimeout((function(){uni.reLaunch({url:"/pages/menu/wallet/index"})}),1e3)})).catch((function(r){e("log",r,"cuowu"," at pages/menu/sendToken/enPassword/index.vue:94"),uni.showToast({title:t.$t("index").Transferfailedconfirm,icon:"none",duration:1500})})):"BTC"===this.transInfoPass.type&&this.$BtcUtil.sendTransaction(this.transInfoPass.fromAddress,this.transInfoPass.toAddress,this.transInfoPass.amount,this.transInfoPass.privateKey).then((function(e){uni.showToast({title:t.$t("index").Transfersucceeded,icon:"none",duration:1500}),setTimeout((function(){uni.reLaunch({url:"/pages/menu/wallet/index"})}),1e3)})).catch((function(r){e("log",r,"cuowu"," at pages/menu/sendToken/enPassword/index.vue:119"),uni.showToast({title:t.$t("index").Transferfailedconfirm,icon:"none",duration:1500})}))},finish2:function(e){this.transInfoPass.password==e?(this.info=!1,this.transaction()):this.info=!0}},onLoad:function(){this.transInfoPass=uni.getStorageSync("transInfoPass"),uni.removeStorageSync("transInfoPass"),e("log",this.transInfoPass,2222," at pages/menu/sendToken/enPassword/index.vue:145")}};t.default=i}).call(this,r("0de9")["default"])},"9d8d":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o,t.locales=void 0;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a={"ar-AE":/^((\+?971)|0)?5[024568]\d{7}$/,"ar-DZ":/^(\+?213|0)(5|6|7)\d{8}$/,"ar-EG":/^((\+?20)|0)?1[012]\d{8}$/,"ar-IQ":/^(\+?964|0)?7[0-9]\d{8}$/,"ar-JO":/^(\+?962|0)?7[789]\d{7}$/,"ar-KW":/^(\+?965)[569]\d{7}$/,"ar-SA":/^(!?(\+?966)|0)?5\d{8}$/,"ar-SY":/^(!?(\+?963)|0)?9\d{8}$/,"ar-TN":/^(\+?216)?[2459]\d{7}$/,"be-BY":/^(\+?375)?(24|25|29|33|44)\d{7}$/,"bg-BG":/^(\+?359|0)?8[789]\d{7}$/,"bn-BD":/\+?(88)?0?1[356789][0-9]{8}\b/,"cs-CZ":/^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,"da-DK":/^(\+?45)?\s?\d{2}\s?\d{2}\s?\d{2}\s?\d{2}$/,"de-DE":/^(\+49)?0?1(5[0-25-9]\d|6([23]|0\d?)|7([0-57-9]|6\d))\d{7}$/,"el-GR":/^(\+?30|0)?(69\d{8})$/,"en-AU":/^(\+?61|0)4\d{8}$/,"en-GB":/^(\+?44|0)7\d{9}$/,"en-GH":/^(\+233|0)(20|50|24|54|27|57|26|56|23|28)\d{7}$/,"en-HK":/^(\+?852\-?)?[456789]\d{3}\-?\d{4}$/,"en-IE":/^(\+?353|0)8[356789]\d{7}$/,"en-IN":/^(\+?91|0)?[6789]\d{9}$/,"en-KE":/^(\+?254|0)?[7]\d{8}$/,"en-MU":/^(\+?230|0)?\d{8}$/,"en-NG":/^(\+?234|0)?[789]\d{9}$/,"en-NZ":/^(\+?64|0)[28]\d{7,9}$/,"en-PK":/^((\+92)|(0092))-{0,1}\d{3}-{0,1}\d{7}$|^\d{11}$|^\d{4}-\d{7}$/,"en-RW":/^(\+?250|0)?[7]\d{8}$/,"en-SG":/^(\+65)?[89]\d{7}$/,"en-TZ":/^(\+?255|0)?[67]\d{8}$/,"en-UG":/^(\+?256|0)?[7]\d{8}$/,"en-US":/^((\+1|1)?( |-)?)?(\([2-9][0-9]{2}\)|[2-9][0-9]{2})( |-)?([2-9][0-9]{2}( |-)?[0-9]{4})$/,"en-ZA":/^(\+?27|0)\d{9}$/,"en-ZM":/^(\+?26)?09[567]\d{7}$/,"es-ES":/^(\+?34)?(6\d{1}|7[1234])\d{7}$/,"es-MX":/^(\+?52)?(1|01)?\d{10,11}$/,"es-UY":/^(\+598|0)9[1-9][\d]{6}$/,"et-EE":/^(\+?372)?\s?(5|8[1-4])\s?([0-9]\s?){6,7}$/,"fa-IR":/^(\+?98[\-\s]?|0)9[0-39]\d[\-\s]?\d{3}[\-\s]?\d{4}$/,"fi-FI":/^(\+?358|0)\s?(4(0|1|2|4|5|6)?|50)\s?(\d\s?){4,8}\d$/,"fo-FO":/^(\+?298)?\s?\d{2}\s?\d{2}\s?\d{2}$/,"fr-FR":/^(\+?33|0)[67]\d{8}$/,"he-IL":/^(\+972|0)([23489]|5[012345689]|77)[1-9]\d{6}$/,"hu-HU":/^(\+?36)(20|30|70)\d{7}$/,"id-ID":/^(\+?62|0)8(1[123456789]|2[1238]|3[1238]|5[12356789]|7[78]|9[56789]|8[123456789])([\s?|\d]{5,11})$/,"it-IT":/^(\+?39)?\s?3\d{2} ?\d{6,7}$/,"ja-JP":/^(\+?81|0)[789]0[ \-]?[1-9]\d{2}[ \-]?\d{5}$/,"kk-KZ":/^(\+?7|8)?7\d{9}$/,"kl-GL":/^(\+?299)?\s?\d{2}\s?\d{2}\s?\d{2}$/,"ko-KR":/^((\+?82)[ \-]?)?0?1([0|1|6|7|8|9]{1})[ \-]?\d{3,4}[ \-]?\d{4}$/,"lt-LT":/^(\+370|8)\d{8}$/,"ms-MY":/^(\+?6?01){1}(([0145]{1}(\-|\s)?\d{7,8})|([236789]{1}(\s|\-)?\d{7}))$/,"nb-NO":/^(\+?47)?[49]\d{7}$/,"nl-BE":/^(\+?32|0)4?\d{8}$/,"nn-NO":/^(\+?47)?[49]\d{7}$/,"pl-PL":/^(\+?48)? ?[5-8]\d ?\d{3} ?\d{2} ?\d{2}$/,"pt-BR":/(?=^(\+?5{2}\-?|0)[1-9]{2}\-?\d{4}\-?\d{4}$)(^(\+?5{2}\-?|0)[1-9]{2}\-?[6-9]{1}\d{3}\-?\d{4}$)|(^(\+?5{2}\-?|0)[1-9]{2}\-?9[6-9]{1}\d{3}\-?\d{4}$)/,"pt-PT":/^(\+?351)?9[1236]\d{7}$/,"ro-RO":/^(\+?4?0)\s?7\d{2}(\/|\s|\.|\-)?\d{3}(\s|\.|\-)?\d{3}$/,"ru-RU":/^(\+?7|8)?9\d{9}$/,"sl-SI":/^(\+386\s?|0)(\d{1}\s?\d{3}\s?\d{2}\s?\d{2}|\d{2}\s?\d{3}\s?\d{3})$/,"sk-SK":/^(\+?421)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,"sr-RS":/^(\+3816|06)[- \d]{5,9}$/,"sv-SE":/^(\+?46|0)[\s\-]?7[\s\-]?[02369]([\s\-]?\d){7}$/,"th-TH":/^(\+66|66|0)\d{9}$/,"tr-TR":/^(\+?90|0)?5\d{9}$/,"uk-UA":/^(\+?38|8)?0\d{9}$/,"vi-VN":/^(\+?84|0)((3([2-9]))|(5([689]))|(7([0|6-9]))|(8([1-5]))|(9([0-9])))([0-9]{7})$/,"zh-CN":/^((\+|00)86)?1([358][0-9]|4[579]|66|7[0135678]|9[89])[0-9]{8}$/,"zh-TW":/^(\+?886\-?|0)?9\d{8}$/};function o(e,t,r){if((0,n.default)(e),r&&r.strictMode&&!e.startsWith("+"))return!1;if(Array.isArray(t))return t.some((function(t){if(a.hasOwnProperty(t)){var r=a[t];if(r.test(e))return!0}return!1}));if(t in a)return a[t].test(e);if(!t||"any"===t){for(var i in a)if(a.hasOwnProperty(i)){var o=a[i];if(o.test(e))return!0}return!1}throw new Error("Invalid locale '".concat(t,"'"))}a["en-CA"]=a["en-US"],a["fr-BE"]=a["nl-BE"],a["zh-HK"]=a["en-HK"];var s=Object.keys(a);t.locales=s},"9d91":function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMessageInput:r("51c5").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!1,_i:1}},[r("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}},[e._v(e._$s(2,"t0-0",e._s(e.i18n.backupMneTit)))])]),r("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[r("view",{staticClass:e._$s(4,"sc","title"),attrs:{_i:4}},[e._v(e._$s(4,"t0-0",e._s(e.i18n.keepyourmnemonics)))]),r("u-message-input",{attrs:{"inactive-color":e.info?"#F16063":"#E0E5F2","active-color":"#5B53FF",width:94,maxlength:6,mode:"box",focus:e.fes,"dot-fill":!0,_i:5},on:{finish:e.finish,change:e.back}}),e._$s(6,"i",e.info)?r("view",{staticClass:e._$s(6,"sc","infoText"),attrs:{_i:6}},[e._v(e._$s(6,"t0-0",e._s(e.i18n.Incorrectpassword)))]):e._e()],1)],1)},a=[]},"9de2":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=a(r("b34b")),i=a(r("b366"));function a(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:String(new Date);(0,n.default)(e);var r=(0,i.default)(t),a=(0,i.default)(e);return!!(a&&r&&a=0;--i){var a,o=e[i];if("[]"===o)a=[],a=a.concat(n);else{a=r.plainObjects?Object.create(null):{};var s="["===o.charAt(0)&&"]"===o.charAt(o.length-1)?o.slice(1,-1):o,u=parseInt(s,10);!isNaN(u)&&o!==s&&String(u)===s&&u>=0&&r.parseArrays&&u<=r.arrayLimit?(a=[],a[u]=n):a[s]=n}n=a}return n},u=function(e,t,r){if(e){var n=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/,o=/(\[[^[\]]*])/g,u=a.exec(n),c=u?n.slice(0,u.index):n,l=[];if(c){if(!r.plainObjects&&i.call(Object.prototype,c)&&!r.allowPrototypes)return;l.push(c)}var f=0;while(null!==(u=o.exec(n))&&f=0)return this._url=this._parseUrl(t.headers.location),this._method="GET",this._loweredHeaders["content-type"]&&(delete this._headers[this._loweredHeaders["content-type"]],delete this._loweredHeaders["content-type"]),null!=this._headers["Content-Type"]&&delete this._headers["Content-Type"],delete this._headers["Content-Length"],this.upload._reset(),this._finalizeHeaders(),void this._sendHxxpRequest();this._response=t,this._response.on("data",(function(e){return n._onHttpResponseData(t,e)})),this._response.on("end",(function(){return n._onHttpResponseEnd(t)})),this._response.on("close",(function(){return n._onHttpResponseClose(t)})),this.responseUrl=this._url.href.split("#")[0],this.status=t.statusCode,this.statusText=s.STATUS_CODES[this.status],this._parseResponseHeaders(t);var i=this._responseHeaders["content-length"]||"";this._totalBytes=+i,this._lengthComputable=!!i,this._setReadyState(r.HEADERS_RECEIVED)}},r.prototype._onHttpResponseData=function(e,t){this._response===e&&(this._responseParts.push(new i(t)),this._loadedBytes+=t.length,this.readyState!==r.LOADING&&this._setReadyState(r.LOADING),this._dispatchProgress("progress"))},r.prototype._onHttpResponseEnd=function(e){this._response===e&&(this._parseResponse(),this._request=null,this._response=null,this._setReadyState(r.DONE),this._dispatchProgress("load"),this._dispatchProgress("loadend"))},r.prototype._onHttpResponseClose=function(e){if(this._response===e){var t=this._request;this._setError(),t.abort(),this._setReadyState(r.DONE),this._dispatchProgress("error"),this._dispatchProgress("loadend")}},r.prototype._onHttpTimeout=function(e){this._request===e&&(this._setError(),e.abort(),this._setReadyState(r.DONE),this._dispatchProgress("timeout"),this._dispatchProgress("loadend"))},r.prototype._onHttpRequestError=function(e,t){this._request===e&&(this._setError(),e.abort(),this._setReadyState(r.DONE),this._dispatchProgress("error"),this._dispatchProgress("loadend"))},r.prototype._dispatchProgress=function(e){var t=new r.ProgressEvent(e);t.lengthComputable=this._lengthComputable,t.loaded=this._loadedBytes,t.total=this._totalBytes,this.dispatchEvent(t)},r.prototype._setError=function(){this._request=null,this._response=null,this._responseHeaders=null,this._responseParts=null},r.prototype._parseUrl=function(e,t,r){var n=null==this.nodejsBaseUrl?e:l.resolve(this.nodejsBaseUrl,e),i=l.parse(n,!1,!0);i.hash=null;var a=(i.auth||"").split(":"),o=a[0],s=a[1];return(o||s||t||r)&&(i.auth=(t||o||"")+":"+(r||s||"")),i},r.prototype._parseResponseHeaders=function(e){for(var t in this._responseHeaders={},e.headers){var r=t.toLowerCase();this._privateHeaders[r]||(this._responseHeaders[r]=e.headers[t])}null!=this._mimeOverride&&(this._responseHeaders["content-type"]=this._mimeOverride)},r.prototype._parseResponse=function(){var e=i.concat(this._responseParts);switch(this._responseParts=null,this.responseType){case"json":this.responseText=null;try{this.response=JSON.parse(e.toString("utf-8"))}catch(a){this.response=null}return;case"buffer":return this.responseText=null,void(this.response=e);case"arraybuffer":this.responseText=null;for(var t=new ArrayBuffer(e.length),r=new Uint8Array(t),n=0;n1&&void 0!==arguments[1]?arguments[1]:500,r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];r?n||(n=!0,"function"===typeof e&&e(),setTimeout((function(){n=!1}),t)):n||(n=!0,setTimeout((function(){n=!1,"function"===typeof e&&e()}),t))}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i;t.default=a},"9ee5":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="sha2/5.5.0";t.version=n},"9eef":function(e,t){e.exports="/static/tongyonh/tron_icon.png"},"9f9d":function(e,t,r){(function(t){var r;if(t.browser)r="utf-8";else if(t.version){var n=parseInt(t.version.split(".")[0].slice(1),10);r=n>=6?"utf-8":"binary"}else r="utf-8";e.exports=r}).call(this,r("4362"))},"9feb":function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));i(r("9493")),i(r("128f"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={data:function(){return{eth:"",trc:"Hello",currency:"USD",walletInfo:{},userObj:{},userObj2:{},showMoney1:!0,showMoney2:!1,btcBalance:0,isStop:!1,timer:null}},onUnload:function(){e("log","\u505c\u6b62\u4e86"," at pages/menu/wallet/index.vue:112"),uni.setStorageSync("isWallet",!1),this.timer&&(e("log","\u505c\u6b62\u4e86"," at pages/menu/wallet/index.vue:115"),clearInterval(this.timer),this.timer=null)},onShow:function(){var e=this;this.timer=setInterval((function(){e.updateBalance()}),5e3)},onHide:function(){this.timer&&(e("log","\u505c\u6b62\u4e86"," at pages/menu/wallet/index.vue:128"),clearInterval(this.timer),this.timer=null)},onLoad:function(){var t=uni.getStorageSync("currency");t&&(this.currency=t),this.userObj=uni.getStorageSync("wallet"),e("log","eth\u6709\u8d70\u8fd9\u5417"," at pages/menu/wallet/index.vue:146"),this.updateBalance()},computed:{i18n:function(){return this.$t("index")}},onPullDownRefresh:function(){this.updateBalance(),setTimeout((function(){uni.stopPullDownRefresh()}),500)},methods:{updateBalance:function(){var e=this;return o(n.default.mark((function t(){return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.$walletUtil.updateBalance();case 2:e.userObj=t.sent;case 3:case"end":return t.stop()}}),t)})))()},goOther:function(){uni.navigateTo({url:"otherCoin/index"})},showMoney:function(){this.showMoney1=!1,this.showMoney2=!0},showMoney22:function(){this.showMoney1=!0,this.showMoney2=!1},setStorage:function(){},goTrans:function(e,t){var r=this.userObj.coinList[t];r.type=this.userObj.type,r.privateKey=this.userObj.privateKey,r.address=this.userObj.address,r.password=this.userObj.password,uni.setStorageSync("coin",r),uni.navigateTo({url:"/pages/menu/token/btc/index"})},chooseImage:function(){uni.scanCode({success:function(e){uni.setStorageSync("address",e.result),uni.navigateTo({url:"/pages/menu/sendToken/transfer/index?item=index"})}})},goCwallet:function(){this.isStop=!0,uni.navigateTo({url:"./cwallet/index"})}}};t.default=s}).call(this,r("0de9")["default"])},a037:function(e){e.exports=JSON.parse('["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse","access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act","action","actor","actress","actual","adapt","add","addict","address","adjust","admit","adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent","agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert","alien","all","alley","allow","almost","alone","alpha","already","also","alter","always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger","angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique","anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic","area","arena","argue","arm","armed","armor","army","around","arrange","arrest","arrive","arrow","art","artefact","artist","artwork","ask","aspect","assault","asset","assist","assume","asthma","athlete","atom","attack","attend","attitude","attract","auction","audit","august","aunt","author","auto","autumn","average","avocado","avoid","awake","aware","away","awesome","awful","awkward","axis","baby","bachelor","bacon","badge","bag","balance","balcony","ball","bamboo","banana","banner","bar","barely","bargain","barrel","base","basic","basket","battle","beach","bean","beauty","because","become","beef","before","begin","behave","behind","believe","below","belt","bench","benefit","best","betray","better","between","beyond","bicycle","bid","bike","bind","biology","bird","birth","bitter","black","blade","blame","blanket","blast","bleak","bless","blind","blood","blossom","blouse","blue","blur","blush","board","boat","body","boil","bomb","bone","bonus","book","boost","border","boring","borrow","boss","bottom","bounce","box","boy","bracket","brain","brand","brass","brave","bread","breeze","brick","bridge","brief","bright","bring","brisk","broccoli","broken","bronze","broom","brother","brown","brush","bubble","buddy","budget","buffalo","build","bulb","bulk","bullet","bundle","bunker","burden","burger","burst","bus","business","busy","butter","buyer","buzz","cabbage","cabin","cable","cactus","cage","cake","call","calm","camera","camp","can","canal","cancel","candy","cannon","canoe","canvas","canyon","capable","capital","captain","car","carbon","card","cargo","carpet","carry","cart","case","cash","casino","castle","casual","cat","catalog","catch","category","cattle","caught","cause","caution","cave","ceiling","celery","cement","census","century","cereal","certain","chair","chalk","champion","change","chaos","chapter","charge","chase","chat","cheap","check","cheese","chef","cherry","chest","chicken","chief","child","chimney","choice","choose","chronic","chuckle","chunk","churn","cigar","cinnamon","circle","citizen","city","civil","claim","clap","clarify","claw","clay","clean","clerk","clever","click","client","cliff","climb","clinic","clip","clock","clog","close","cloth","cloud","clown","club","clump","cluster","clutch","coach","coast","coconut","code","coffee","coil","coin","collect","color","column","combine","come","comfort","comic","common","company","concert","conduct","confirm","congress","connect","consider","control","convince","cook","cool","copper","copy","coral","core","corn","correct","cost","cotton","couch","country","couple","course","cousin","cover","coyote","crack","cradle","craft","cram","crane","crash","crater","crawl","crazy","cream","credit","creek","crew","cricket","crime","crisp","critic","crop","cross","crouch","crowd","crucial","cruel","cruise","crumble","crunch","crush","cry","crystal","cube","culture","cup","cupboard","curious","current","curtain","curve","cushion","custom","cute","cycle","dad","damage","damp","dance","danger","daring","dash","daughter","dawn","day","deal","debate","debris","decade","december","decide","decline","decorate","decrease","deer","defense","define","defy","degree","delay","deliver","demand","demise","denial","dentist","deny","depart","depend","deposit","depth","deputy","derive","describe","desert","design","desk","despair","destroy","detail","detect","develop","device","devote","diagram","dial","diamond","diary","dice","diesel","diet","differ","digital","dignity","dilemma","dinner","dinosaur","direct","dirt","disagree","discover","disease","dish","dismiss","disorder","display","distance","divert","divide","divorce","dizzy","doctor","document","dog","doll","dolphin","domain","donate","donkey","donor","door","dose","double","dove","draft","dragon","drama","drastic","draw","dream","dress","drift","drill","drink","drip","drive","drop","drum","dry","duck","dumb","dune","during","dust","dutch","duty","dwarf","dynamic","eager","eagle","early","earn","earth","easily","east","easy","echo","ecology","economy","edge","edit","educate","effort","egg","eight","either","elbow","elder","electric","elegant","element","elephant","elevator","elite","else","embark","embody","embrace","emerge","emotion","employ","empower","empty","enable","enact","end","endless","endorse","enemy","energy","enforce","engage","engine","enhance","enjoy","enlist","enough","enrich","enroll","ensure","enter","entire","entry","envelope","episode","equal","equip","era","erase","erode","erosion","error","erupt","escape","essay","essence","estate","eternal","ethics","evidence","evil","evoke","evolve","exact","example","excess","exchange","excite","exclude","excuse","execute","exercise","exhaust","exhibit","exile","exist","exit","exotic","expand","expect","expire","explain","expose","express","extend","extra","eye","eyebrow","fabric","face","faculty","fade","faint","faith","fall","false","fame","family","famous","fan","fancy","fantasy","farm","fashion","fat","fatal","father","fatigue","fault","favorite","feature","february","federal","fee","feed","feel","female","fence","festival","fetch","fever","few","fiber","fiction","field","figure","file","film","filter","final","find","fine","finger","finish","fire","firm","first","fiscal","fish","fit","fitness","fix","flag","flame","flash","flat","flavor","flee","flight","flip","float","flock","floor","flower","fluid","flush","fly","foam","focus","fog","foil","fold","follow","food","foot","force","forest","forget","fork","fortune","forum","forward","fossil","foster","found","fox","fragile","frame","frequent","fresh","friend","fringe","frog","front","frost","frown","frozen","fruit","fuel","fun","funny","furnace","fury","future","gadget","gain","galaxy","gallery","game","gap","garage","garbage","garden","garlic","garment","gas","gasp","gate","gather","gauge","gaze","general","genius","genre","gentle","genuine","gesture","ghost","giant","gift","giggle","ginger","giraffe","girl","give","glad","glance","glare","glass","glide","glimpse","globe","gloom","glory","glove","glow","glue","goat","goddess","gold","good","goose","gorilla","gospel","gossip","govern","gown","grab","grace","grain","grant","grape","grass","gravity","great","green","grid","grief","grit","grocery","group","grow","grunt","guard","guess","guide","guilt","guitar","gun","gym","habit","hair","half","hammer","hamster","hand","happy","harbor","hard","harsh","harvest","hat","have","hawk","hazard","head","health","heart","heavy","hedgehog","height","hello","helmet","help","hen","hero","hidden","high","hill","hint","hip","hire","history","hobby","hockey","hold","hole","holiday","hollow","home","honey","hood","hope","horn","horror","horse","hospital","host","hotel","hour","hover","hub","huge","human","humble","humor","hundred","hungry","hunt","hurdle","hurry","hurt","husband","hybrid","ice","icon","idea","identify","idle","ignore","ill","illegal","illness","image","imitate","immense","immune","impact","impose","improve","impulse","inch","include","income","increase","index","indicate","indoor","industry","infant","inflict","inform","inhale","inherit","initial","inject","injury","inmate","inner","innocent","input","inquiry","insane","insect","inside","inspire","install","intact","interest","into","invest","invite","involve","iron","island","isolate","issue","item","ivory","jacket","jaguar","jar","jazz","jealous","jeans","jelly","jewel","job","join","joke","journey","joy","judge","juice","jump","jungle","junior","junk","just","kangaroo","keen","keep","ketchup","key","kick","kid","kidney","kind","kingdom","kiss","kit","kitchen","kite","kitten","kiwi","knee","knife","knock","know","lab","label","labor","ladder","lady","lake","lamp","language","laptop","large","later","latin","laugh","laundry","lava","law","lawn","lawsuit","layer","lazy","leader","leaf","learn","leave","lecture","left","leg","legal","legend","leisure","lemon","lend","length","lens","leopard","lesson","letter","level","liar","liberty","library","license","life","lift","light","like","limb","limit","link","lion","liquid","list","little","live","lizard","load","loan","lobster","local","lock","logic","lonely","long","loop","lottery","loud","lounge","love","loyal","lucky","luggage","lumber","lunar","lunch","luxury","lyrics","machine","mad","magic","magnet","maid","mail","main","major","make","mammal","man","manage","mandate","mango","mansion","manual","maple","marble","march","margin","marine","market","marriage","mask","mass","master","match","material","math","matrix","matter","maximum","maze","meadow","mean","measure","meat","mechanic","medal","media","melody","melt","member","memory","mention","menu","mercy","merge","merit","merry","mesh","message","metal","method","middle","midnight","milk","million","mimic","mind","minimum","minor","minute","miracle","mirror","misery","miss","mistake","mix","mixed","mixture","mobile","model","modify","mom","moment","monitor","monkey","monster","month","moon","moral","more","morning","mosquito","mother","motion","motor","mountain","mouse","move","movie","much","muffin","mule","multiply","muscle","museum","mushroom","music","must","mutual","myself","mystery","myth","naive","name","napkin","narrow","nasty","nation","nature","near","neck","need","negative","neglect","neither","nephew","nerve","nest","net","network","neutral","never","news","next","nice","night","noble","noise","nominee","noodle","normal","north","nose","notable","note","nothing","notice","novel","now","nuclear","number","nurse","nut","oak","obey","object","oblige","obscure","observe","obtain","obvious","occur","ocean","october","odor","off","offer","office","often","oil","okay","old","olive","olympic","omit","once","one","onion","online","only","open","opera","opinion","oppose","option","orange","orbit","orchard","order","ordinary","organ","orient","original","orphan","ostrich","other","outdoor","outer","output","outside","oval","oven","over","own","owner","oxygen","oyster","ozone","pact","paddle","page","pair","palace","palm","panda","panel","panic","panther","paper","parade","parent","park","parrot","party","pass","patch","path","patient","patrol","pattern","pause","pave","payment","peace","peanut","pear","peasant","pelican","pen","penalty","pencil","people","pepper","perfect","permit","person","pet","phone","photo","phrase","physical","piano","picnic","picture","piece","pig","pigeon","pill","pilot","pink","pioneer","pipe","pistol","pitch","pizza","place","planet","plastic","plate","play","please","pledge","pluck","plug","plunge","poem","poet","point","polar","pole","police","pond","pony","pool","popular","portion","position","possible","post","potato","pottery","poverty","powder","power","practice","praise","predict","prefer","prepare","present","pretty","prevent","price","pride","primary","print","priority","prison","private","prize","problem","process","produce","profit","program","project","promote","proof","property","prosper","protect","proud","provide","public","pudding","pull","pulp","pulse","pumpkin","punch","pupil","puppy","purchase","purity","purpose","purse","push","put","puzzle","pyramid","quality","quantum","quarter","question","quick","quit","quiz","quote","rabbit","raccoon","race","rack","radar","radio","rail","rain","raise","rally","ramp","ranch","random","range","rapid","rare","rate","rather","raven","raw","razor","ready","real","reason","rebel","rebuild","recall","receive","recipe","record","recycle","reduce","reflect","reform","refuse","region","regret","regular","reject","relax","release","relief","rely","remain","remember","remind","remove","render","renew","rent","reopen","repair","repeat","replace","report","require","rescue","resemble","resist","resource","response","result","retire","retreat","return","reunion","reveal","review","reward","rhythm","rib","ribbon","rice","rich","ride","ridge","rifle","right","rigid","ring","riot","ripple","risk","ritual","rival","river","road","roast","robot","robust","rocket","romance","roof","rookie","room","rose","rotate","rough","round","route","royal","rubber","rude","rug","rule","run","runway","rural","sad","saddle","sadness","safe","sail","salad","salmon","salon","salt","salute","same","sample","sand","satisfy","satoshi","sauce","sausage","save","say","scale","scan","scare","scatter","scene","scheme","school","science","scissors","scorpion","scout","scrap","screen","script","scrub","sea","search","season","seat","second","secret","section","security","seed","seek","segment","select","sell","seminar","senior","sense","sentence","series","service","session","settle","setup","seven","shadow","shaft","shallow","share","shed","shell","sheriff","shield","shift","shine","ship","shiver","shock","shoe","shoot","shop","short","shoulder","shove","shrimp","shrug","shuffle","shy","sibling","sick","side","siege","sight","sign","silent","silk","silly","silver","similar","simple","since","sing","siren","sister","situate","six","size","skate","sketch","ski","skill","skin","skirt","skull","slab","slam","sleep","slender","slice","slide","slight","slim","slogan","slot","slow","slush","small","smart","smile","smoke","smooth","snack","snake","snap","sniff","snow","soap","soccer","social","sock","soda","soft","solar","soldier","solid","solution","solve","someone","song","soon","sorry","sort","soul","sound","soup","source","south","space","spare","spatial","spawn","speak","special","speed","spell","spend","sphere","spice","spider","spike","spin","spirit","split","spoil","sponsor","spoon","sport","spot","spray","spread","spring","spy","square","squeeze","squirrel","stable","stadium","staff","stage","stairs","stamp","stand","start","state","stay","steak","steel","stem","step","stereo","stick","still","sting","stock","stomach","stone","stool","story","stove","strategy","street","strike","strong","struggle","student","stuff","stumble","style","subject","submit","subway","success","such","sudden","suffer","sugar","suggest","suit","summer","sun","sunny","sunset","super","supply","supreme","sure","surface","surge","surprise","surround","survey","suspect","sustain","swallow","swamp","swap","swarm","swear","sweet","swift","swim","swing","switch","sword","symbol","symptom","syrup","system","table","tackle","tag","tail","talent","talk","tank","tape","target","task","taste","tattoo","taxi","teach","team","tell","ten","tenant","tennis","tent","term","test","text","thank","that","theme","then","theory","there","they","thing","this","thought","three","thrive","throw","thumb","thunder","ticket","tide","tiger","tilt","timber","time","tiny","tip","tired","tissue","title","toast","tobacco","today","toddler","toe","together","toilet","token","tomato","tomorrow","tone","tongue","tonight","tool","tooth","top","topic","topple","torch","tornado","tortoise","toss","total","tourist","toward","tower","town","toy","track","trade","traffic","tragic","train","transfer","trap","trash","travel","tray","treat","tree","trend","trial","tribe","trick","trigger","trim","trip","trophy","trouble","truck","true","truly","trumpet","trust","truth","try","tube","tuition","tumble","tuna","tunnel","turkey","turn","turtle","twelve","twenty","twice","twin","twist","two","type","typical","ugly","umbrella","unable","unaware","uncle","uncover","under","undo","unfair","unfold","unhappy","uniform","unique","unit","universe","unknown","unlock","until","unusual","unveil","update","upgrade","uphold","upon","upper","upset","urban","urge","usage","use","used","useful","useless","usual","utility","vacant","vacuum","vague","valid","valley","valve","van","vanish","vapor","various","vast","vault","vehicle","velvet","vendor","venture","venue","verb","verify","version","very","vessel","veteran","viable","vibrant","vicious","victory","video","view","village","vintage","violin","virtual","virus","visa","visit","visual","vital","vivid","vocal","voice","void","volcano","volume","vote","voyage","wage","wagon","wait","walk","wall","walnut","want","warfare","warm","warrior","wash","wasp","waste","water","wave","way","wealth","weapon","wear","weasel","weather","web","wedding","weekend","weird","welcome","west","wet","whale","what","wheat","wheel","when","where","whip","whisper","wide","width","wife","wild","will","win","window","wine","wing","wink","winner","winter","wire","wisdom","wise","wish","witness","wolf","woman","wonder","wood","wool","word","work","world","worry","worth","wrap","wreck","wrestle","wrist","write","wrong","yard","year","yellow","you","young","youth","zebra","zero","zone","zoo"]')},a059:function(e,t,r){"use strict";(function(t){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var i=r("0a3a"),a=r("896c"),o=i.BN,s=new o("7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0",16),u=function(){function e(r){n(this,e),r=r||{};var a=[{name:"nonce",length:32,allowLess:!0,default:new t([])},{name:"gasPrice",length:32,allowLess:!0,default:new t([])},{name:"gasLimit",alias:"gas",length:32,allowLess:!0,default:new t([])},{name:"to",allowZero:!0,length:20,default:new t([])},{name:"value",length:32,allowLess:!0,default:new t([])},{name:"data",alias:"input",allowZero:!0,default:new t([])},{name:"v",allowZero:!0,default:new t([28])},{name:"r",length:32,allowZero:!0,allowLess:!0,default:new t([])},{name:"s",length:32,allowZero:!0,allowLess:!0,default:new t([])}];i.defineProperties(this,a,r),Object.defineProperty(this,"from",{enumerable:!0,configurable:!0,get:this.getSenderAddress.bind(this)});var o=i.bufferToInt(this.v),s=Math.floor((o-35)/2);s<0&&(s=0),this._chainId=s||r.chainId||0,this._homestead=!0}return e.prototype.toCreationAddress=function(){return""===this.to.toString("hex")},e.prototype.hash=function(e){void 0===e&&(e=!0);var t=void 0;if(e)t=this.raw;else if(this._chainId>0){var r=this.raw.slice();this.v=this._chainId,this.r=0,this.s=0,t=this.raw,this.raw=r}else t=this.raw.slice(0,6);return i.rlphash(t)},e.prototype.getChainId=function(){return this._chainId},e.prototype.getSenderAddress=function(){if(this._from)return this._from;var e=this.getSenderPublicKey();return this._from=i.publicToAddress(e),this._from},e.prototype.getSenderPublicKey=function(){if((!this._senderPubKey||!this._senderPubKey.length)&&!this.verifySignature())throw new Error("Invalid Signature");return this._senderPubKey},e.prototype.verifySignature=function(){var e=this.hash(!1);if(this._homestead&&1===new o(this.s).cmp(s))return!1;try{var t=i.bufferToInt(this.v);this._chainId>0&&(t-=2*this._chainId+8),this._senderPubKey=i.ecrecover(e,t,this.r,this.s)}catch(r){return!1}return!!this._senderPubKey},e.prototype.sign=function(e){var t=this.hash(!1),r=i.ecsign(t,e);this._chainId>0&&(r.v+=2*this._chainId+8),Object.assign(this,r)},e.prototype.getDataFee=function(){for(var e=this.raw[5],t=new o(0),r=0;r0&&t.push(["gas limit is too low. Need at least "+this.getBaseFee()]),void 0===e||!1===e?0===t.length:t.join(" ")},e}();e.exports=u}).call(this,r("b639").Buffer)},a099:function(e,t,r){t.pbkdf2=r("206d"),t.pbkdf2Sync=r("e07b")},a12e:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.looseArrayify=a,t.zpad=o,t.getPassword=s,t.searchPath=u,t.uuidV4=c;var n=r("2abd"),i=r("3b9a");function a(e){return"string"===typeof e&&"0x"!==e.substring(0,2)&&(e="0x"+e),(0,n.arrayify)(e)}function o(e,t){e=String(e);while(e.length>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function d(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function h(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}function p(e){return(e>>>17|e<<15)^(e>>>19|e<<13)^e>>>10}n(u,i),u.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},u.prototype._update=function(e){for(var t=this._w,r=0|this._a,n=0|this._b,i=0|this._c,a=0|this._d,s=0|this._e,u=0|this._f,v=0|this._g,m=0|this._h,b=0;b<16;++b)t[b]=e.readInt32BE(4*b);for(;b<64;++b)t[b]=p(t[b-2])+t[b-7]+h(t[b-15])+t[b-16]|0;for(var g=0;g<64;++g){var y=m+d(s)+c(s,u,v)+o[g]+t[g]|0,w=f(r)+l(r,n,i)|0;m=v,v=u,u=s,s=a+y|0,a=i,i=n,n=r,r=y+w|0}this._a=r+this._a|0,this._b=n+this._b|0,this._c=i+this._c|0,this._d=a+this._d|0,this._e=s+this._e|0,this._f=u+this._f|0,this._g=v+this._g|0,this._h=m+this._h|0},u.prototype._hash=function(){var e=a.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e},e.exports=u},a2c2:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{msg:"",msgLength:0,fes:!1,borNum:!0}},watch:{msg:function(e){/[^\d]/g.test(e)?this.msg=this.msg.replace(/[^\d]/g,""):this.msgLength=e.length}},methods:{focuss:function(){this.fes=!0}}};t.default=i},a2e0:function(e,t,r){"use strict";r.r(t);var n=r("22a6"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},a34a:function(e,t,r){e.exports=r("bbdd")},a34b:function(e){e.exports=JSON.parse('{"name":"dao","comment":"DAO rescue hardfork","eip":{"url":"https://eips.ethereum.org/EIPS/eip-779","status":"Final"},"gasConfig":{},"gasPrices":{},"vm":{},"pow":{},"casper":{},"sharding":{}}')},a3d5:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{staticClass:e._$s(1,"sc","navbg"),attrs:{showBack:!1,bgnum:!0,_i:1}},[n("image",{staticClass:e._$s(2,"sc","back"),attrs:{src:e._$s(2,"a-src",r("a439")),_i:2},on:{click:function(t){return e.back()}}}),n("text",{staticClass:e._$s(3,"sc","big_title"),attrs:{_i:3}},[e._v(e._$s(3,"t0-0",e._s(e.i18n.cwallet)))]),n("text",{staticClass:e._$s(4,"sc","renYou"),attrs:{_i:4},on:{click:function(t){return e.goMwallet()}}},[e._v(e._$s(4,"t0-0",e._s(e.i18n.manage)))])]),n("view",{staticClass:e._$s(5,"sc","main flexx"),attrs:{_i:5}},[n("view",{staticClass:e._$s(6,"sc","imgcon"),attrs:{_i:6}},[n("image",{ref:"one",staticClass:e._$s(7,"sc","letConimg"),attrs:{src:e._$s(7,"a-src",r("11fa")),_i:7},on:{click:function(t){e.getHeight("one"),e.setStorage()}}}),n("image",{ref:"btc",staticClass:e._$s(8,"sc","letConimg"),attrs:{src:e._$s(8,"a-src",r("1362")),_i:8},on:{click:function(t){e.getHeight("btc"),e.setStorage("BTC")}}}),n("image",{ref:"eth",staticClass:e._$s(9,"sc","letConimg"),attrs:{src:e._$s(9,"a-src",r("4575")),_i:9},on:{click:function(t){e.getHeight("eth"),e.setStorage("ETH")}}}),n("image",{ref:"trx",staticClass:e._$s(10,"sc","letConimg"),attrs:{src:e._$s(10,"a-src",r("affb")),_i:10},on:{click:function(t){e.getHeight("trx"),e.setStorage("TRX")}}})]),n("view",{staticClass:e._$s(11,"sc","bot_con"),attrs:{_i:11}},[n("view",{ref:"tiao",staticClass:e._$s(12,"sc","tiao"),class:e._$s(12,"c",{ethh:"eth"==e.type,btch:"btc"==e.type,trxh:"trx"==e.type}),attrs:{_i:12}}),e._l(e._$s(13,"f",{forItems:e.walletInfo}),(function(t,i,a,o){return n("view",{key:e._$s(13,"f",{forIndex:a,key:"13-"+o}),staticClass:e._$s("13-"+o,"sc","item flexx"),class:e._$s("13-"+o,"c",{pur:"ETH"==t.type,red:"TRX"==t.type}),attrs:{_i:"13-"+o},on:{click:function(r){return e.gou(t)}}},[n("view",{staticClass:e._$s("14-"+o,"sc","left flex"),attrs:{_i:"14-"+o}},[e._$s("15-"+o,"i","BTC"==t.type)?n("image",{staticClass:e._$s("15-"+o,"sc","img1"),attrs:{src:e._$s("15-"+o,"a-src",r("3ed0")),_i:"15-"+o}}):e._e(),e._$s("16-"+o,"i","ETH"==t.type)?n("image",{staticClass:e._$s("16-"+o,"sc","img1"),attrs:{src:e._$s("16-"+o,"a-src",r("c168")),_i:"16-"+o}}):e._e(),e._$s("17-"+o,"i","TRX"==t.type)?n("image",{staticClass:e._$s("17-"+o,"sc","img1"),attrs:{src:e._$s("17-"+o,"a-src",r("9eef")),_i:"17-"+o}}):e._e(),n("view",{staticClass:e._$s("18-"+o,"sc","textcon"),attrs:{_i:"18-"+o}},[n("view",{staticClass:e._$s("19-"+o,"sc","text1"),attrs:{_i:"19-"+o}},[e._v(e._$s("19-"+o,"t0-0",e._s(t.name)))]),n("view",{staticClass:e._$s("20-"+o,"sc","text2"),attrs:{_i:"20-"+o}},[e._v(e._$s("20-"+o,"t0-0",e._s(t.ellipsisAddress)))])])]),e._$s("21-"+o,"i",e.num==t.address)?n("view",{staticClass:e._$s("21-"+o,"sc","gou"),attrs:{_i:"21-"+o}},[n("image",{staticClass:e._$s("22-"+o,"sc","img"),attrs:{src:e._$s("22-"+o,"a-src",r("88fd")),_i:"22-"+o}})]):e._e(),n("view",{staticClass:e._$s("23-"+o,"sc","rig"),attrs:{_i:"23-"+o}},[e._v(e._$s("23-"+o,"t0-0",e._s(t.balance)))])])}))],2)])],1)},a=[]},a3fe:function(e,t,r){"use strict";r.r(t);var n=r("1969"),i=r("10c5");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"339488f0",null,!1,n["a"],o);t["default"]=u.exports},a411:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=f,t.locales=void 0;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^\d{3}$/,o=/^\d{4}$/,s=/^\d{5}$/,u=/^\d{6}$/,c={AD:/^AD\d{3}$/,AT:o,AU:o,BE:o,BG:o,CA:/^[ABCEGHJKLMNPRSTVXY]\d[ABCEGHJ-NPRSTV-Z][\s\-]?\d[ABCEGHJ-NPRSTV-Z]\d$/i,CH:o,CZ:/^\d{3}\s?\d{2}$/,DE:s,DK:o,DZ:s,EE:s,ES:s,FI:s,FR:/^\d{2}\s?\d{3}$/,GB:/^(gir\s?0aa|[a-z]{1,2}\d[\da-z]?\s?(\d[a-z]{2})?)$/i,GR:/^\d{3}\s?\d{2}$/,HR:/^([1-5]\d{4}$)/,HU:o,IL:s,IN:u,IS:a,IT:s,JP:/^\d{3}\-\d{4}$/,KE:s,LI:/^(948[5-9]|949[0-7])$/,LT:/^LT\-\d{5}$/,LU:o,LV:/^LV\-\d{4}$/,MX:s,NL:/^\d{4}\s?[a-z]{2}$/i,NO:o,PL:/^\d{2}\-\d{3}$/,PT:/^\d{4}\-\d{3}?$/,RO:u,RU:u,SA:s,SE:/^\d{3}\s?\d{2}$/,SI:o,SK:/^\d{3}\s?\d{2}$/,TN:o,TW:/^\d{3}(\d{2})?$/,UA:s,US:/^\d{5}(-\d{4})?$/,ZA:o,ZM:s},l=Object.keys(c);function f(e,t){if((0,n.default)(e),t in c)return c[t].test(e);if("any"===t){for(var r in c)if(c.hasOwnProperty(r)){var i=c[r];if(i.test(e))return!0}return!1}throw new Error("Invalid locale '".concat(t,"'"))}t.locales=l},a439:function(e,t){e.exports="/static/tongyonh/Vector.png"},a44c:function(e,t){e.exports=function(e){if("string"!==typeof e)throw new Error("[is-hex-prefixed] value must be type 'string', is currently type "+typeof e+", while checking isHexPrefixed.");return"0x"===e.slice(0,2)}},a46a:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[e._v("")]),n("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[n("view",{staticClass:e._$s(3,"sc","main_con"),attrs:{_i:3}},[n("image",{staticClass:e._$s(4,"sc","logoimg"),attrs:{src:e._$s(4,"a-src",e.addressInfo.icon),_i:4}}),n("view",{staticClass:e._$s(5,"sc","title"),attrs:{_i:5}},[e._v(e._$s(5,"t0-0",e._s(e.addressInfo.xname)))]),n("view",{staticClass:e._$s(6,"sc","code_con"),attrs:{_i:6}},[n("tki-qrcode",{ref:"qrcode",staticClass:e._$s(7,"sc","test"),attrs:{val:e.addressInfo.contractAddress,size:e.size,unit:e.unit,background:e.background,foreground:e.foreground,pdground:e.pdground,lv:e.lv,onval:e.onval,loadMake:e.loadMake,showLoading:e.showLoading,loadingText:e.loadingText,icon:e.icon,_i:7}})],1),n("view",{staticClass:e._$s(8,"sc","text1"),attrs:{_i:8}}),n("view",{staticClass:e._$s(9,"sc","bottom_con"),attrs:{_i:9}},[n("view",{staticClass:e._$s(10,"sc","text2"),attrs:{_i:10}},[e._v(e._$s(10,"t0-0",e._s(e.addressInfo.contractAddress)))]),n("view",{staticClass:e._$s(11,"sc","text3 copy"),attrs:{_i:11},on:{click:e.copyTextMethod}},[n("image",{staticClass:e._$s(12,"sc","copyImg"),attrs:{src:e._$s(12,"a-src",r("2a96")),_i:12}})])])]),n("view",{staticClass:e._$s(13,"sc","info_con green"),class:e._$s(13,"c",e.toTop?"goTop":""),attrs:{_i:13}},[n("image",{staticClass:e._$s(14,"sc","copyImg"),attrs:{src:e._$s(14,"a-src",r("2a96")),_i:14}})])])],1)},a=[]},a4df:function(e,t){e.exports=function(e){var t=e.fs,r=e.files,n=e.os,i=e.path,a=e.child_process,o=e.mimetype,s=e.defaultArchives,u=e.request,c=e.downloadUrl,l=e.bytes,f=e.hash,d=e.pick,h=function(e){return function(t){return function(r){return r[e]=t,r}}},p=function(e){return function(t){for(var r={},n=0,i=e.length;n=400?n(new Error("Error ".concat(i.statusCode,"."))):r(new Uint8Array(t))}))}))}},g=function(e){return function(t){var r=function t(r){return function(n){return function(i){var a=function(e){return{type:e.contentType,hash:e.hash}},o=function(e){return void 0===e.path?Promise.resolve():"application/bzz-manifest+json"===e.contentType?t(e.hash)(n+e.path)(i):Promise.resolve(h(n+e.path)(a(e))(i))};return b(e)(r).then((function(e){return JSON.parse(F(e)).entries})).then((function(e){return Promise.all(e.map(o))})).then((function(){return i}))}}};return r(t)("")({})}},y=function(e){return function(t){return g(e)(t).then((function(e){return p(Object.keys(e))(Object.keys(e).map((function(t){return e[t].hash})))}))}},w=function(e){return function(t){return g(e)(t).then((function(t){var r=Object.keys(t),n=r.map((function(e){return t[e].hash})),i=r.map((function(e){return t[e].type})),a=n.map(b(e)),o=function(e){return e.map((function(e,t){return{type:i[t],data:e}}))};return Promise.all(a).then((function(e){return p(r)(o(e))}))}))}},_=function(e){return function(t){return function(n){return r.download(m(e)(t))(n)}}},k=function(e){return function(t){return function(r){return y(e)(t).then((function(t){var n=[];for(var a in t)if(a.length>0){var o=i.join(r,a);n.push(_(e)(t[a])(o))}return Promise.all(n).then((function(){return r}))}))}}},x=function(e){return function(t){return new Promise((function(r,n){var i={body:"string"===typeof t?L(t):t,method:"POST"};u("".concat(e,"/bzz-raw:/"),i,(function(e,t){return e?n(e):r(t)}))}))}},S=function(e){return function(t){return function(r){return function(n){var i=function i(a){var o="/"===r[0]?r:"/"+r,s="".concat(e,"/bzz:/").concat(t).concat(o),c={method:"PUT",headers:{"Content-Type":n.type},body:n.data};return new Promise((function(e,t){u(s,c,(function(r,n){return r?t(r):-1!==n.indexOf("error")?t(n):e(n)}))}))["catch"]((function(e){return a>0&&i(a-1)}))};return i(3)}}}},A=function(e){return function(t){return C(e)({"":t})}},E=function(e){return function(r){return t.readFile(r).then((function(t){return A(e)({type:o.lookup(r),data:t})}))}},C=function(e){return function(t){return x(e)("{}").then((function(r){var n=function(r){return function(n){return S(e)(n)(r)(t[r])}},i=function(e,t){return e.then(n(t))};return Object.keys(t).reduce(i,Promise.resolve(r))}))}},P=function(e){return function(r){return t.readFile(r).then(x(e))}},T=function(e){return function(n){return function(i){return r.directoryTree(i).then((function(e){return Promise.all(e.map((function(e){return t.readFile(e)}))).then((function(t){var r=e.map((function(e){return e.slice(i.length)})),n=e.map((function(e){return o.lookup(e)||"text/plain"}));return p(r)(t.map((function(e,t){return{type:n[t],data:e}})))}))})).then((function(e){return v(n?{"":e[n]}:{})(e)})).then(C(e))}}},O=function(e){return function(t){if("data"===t.pick)return d.data().then(x(e));if("file"===t.pick)return d.file().then(A(e));if("directory"===t.pick)return d.directory().then(C(e));if(t.path)switch(t.kind){case"data":return P(e)(t.path);case"file":return E(e)(t.path);case"directory":return T(e)(t.defaultFile)(t.path)}else{if(t.length||"string"===typeof t)return x(e)(t);if(t instanceof Object)return C(e)(t)}return Promise.reject(new Error("Bad arguments"))}},I=function(e){return function(t){return function(r){return M(e)(t).then((function(n){return n?r?k(e)(t)(r):w(e)(t):r?_(e)(t)(r):b(e)(t)}))}}},j=function(e,t){var i=n.platform().replace("win32","windows")+"-"+("x64"===n.arch()?"amd64":"386"),a=(t||s)[i],o=c+a.archive+".tar.gz",u=a.archiveMD5,l=a.binaryMD5;return r.safeDownloadArchived(o)(u)(l)(e)},B=function(e){return new Promise((function(t,r){var n=a.spawn,i=function(e){return function(t){return-1!==(""+t).indexOf(e)}},o=e.account,s=e.password,u=e.dataDir,c=e.ensApi,l=e.privateKey,f=0,d=1,h=2,p="Passphrase",v="Swarm http proxy started",m=f,b=n(e.binPath,["--bzzaccount",o||l,"--datadir",u,"--ens-api",c]),g=function(e){m===f&&i(p)(e)?setTimeout((function(){m=d,b.stdin.write(s+"\n")}),500):i(v)(e)&&(m=h,clearTimeout(w),t(b))};b.stdout.on("data",g),b.stderr.on("data",g);var y=function(){return r(new Error("Couldn't start swarm process."))},w=setTimeout(y,2e4)}))},N=function(e){return new Promise((function(t,r){e.stderr.removeAllListeners("data"),e.stdout.removeAllListeners("data"),e.stdin.removeAllListeners("error"),e.removeAllListeners("error"),e.removeAllListeners("exit"),e.kill("SIGINT");var n=setTimeout((function(){return e.kill("SIGKILL")}),8e3);e.once("close",(function(){clearTimeout(n),t()}))}))},R=function(e){return function(t){return $("http://localhost:8500").then((function(r){return r?t(D("http://localhost:8500")).then((function(){})):j(e.binPath,e.archives).onData((function(t){return(e.onProgress||function(){})(t.length)})).then((function(){return B(e)})).then((function(e){return t(D("http://localhost:8500")).then((function(){return e}))})).then(N)}))}},$=function(e){var t="test",r="c9a99c7d326dcc6316f32fe2625b311f6dc49a175e6877681ded93137d3569e7";return x(e)(t).then((function(e){return e===r}))["catch"]((function(){return!1}))},M=function(e){return function(t){return b(e)(t).then((function(e){try{return!!JSON.parse(F(e)).entries}catch(t){return!1}}))}},U=function(e){return function(t,r,n,i,a){var o;return"undefined"!==typeof t&&(o=e(t)),"undefined"!==typeof r&&(o=e(r)),"undefined"!==typeof n&&(o=e(n)),"undefined"!==typeof i&&(o=e(i)),"undefined"!==typeof a&&(o=e(a)),o}},F=function(e){return l.toString(l.fromUint8Array(e))},L=function(e){return l.toUint8Array(l.fromString(e))},D=function(e){return{download:function(t,r){return I(e)(t)(r)},downloadData:U(b(e)),downloadDataToDisk:U(_(e)),downloadDirectory:U(w(e)),downloadDirectoryToDisk:U(k(e)),downloadEntries:U(g(e)),downloadRoutes:U(y(e)),isAvailable:function(){return $(e)},upload:function(t){return O(e)(t)},uploadData:U(x(e)),uploadFile:U(A(e)),uploadFileFromDisk:U(A(e)),uploadDataFromDisk:U(P(e)),uploadDirectory:U(C(e)),uploadDirectoryFromDisk:U(T(e)),uploadToManifest:U(S(e)),pick:d,hash:f,fromString:L,toString:F}};return{at:D,local:R,download:I,downloadBinary:j,downloadData:b,downloadDataToDisk:_,downloadDirectory:w,downloadDirectoryToDisk:k,downloadEntries:g,downloadRoutes:y,isAvailable:$,startProcess:B,stopProcess:N,upload:O,uploadData:x,uploadDataFromDisk:P,uploadFile:A,uploadFileFromDisk:E,uploadDirectory:C,uploadDirectoryFromDisk:T,uploadToManifest:S,pick:d,hash:f,fromString:L,toString:F}}},a588:function(e,t,r){"use strict";function n(e,t){var r;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=i(e))||t&&e&&"number"===typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw o}}}}function i(e,t){if(e){if("string"===typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(e,t):void 0}}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r-1,r=e.indexOf("-")>-1&&e.indexOf("_")>-1;return{encode:function(e){var n="";n="string"===typeof e?s.from(e).toString("base64"):e.toString("base64"),r&&(n=n.replace(/\+/g,"-").replace(/\//g,"_"));var i=n.indexOf("=");return i>0&&!t&&(n=n.substring(0,i)),n},decode:function(t){var r,i=n(t);try{for(i.s();!(r=i.n()).done;){var a=r.value;if(e.indexOf(a)<0)throw new Error("invalid base64 character")}}catch(o){i.e(o)}finally{i.f()}return s.from(t,"base64")}}}},a5ad:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=f;var n=i(r("b910"));function i(e){return e&&e.__esModule?e:{default:e}}var a={all_lowercase:!0,gmail_lowercase:!0,gmail_remove_dots:!0,gmail_remove_subaddress:!0,gmail_convert_googlemaildotcom:!0,outlookdotcom_lowercase:!0,outlookdotcom_remove_subaddress:!0,yahoo_lowercase:!0,yahoo_remove_subaddress:!0,yandex_lowercase:!0,icloud_lowercase:!0,icloud_remove_subaddress:!0},o=["icloud.com","me.com"],s=["hotmail.at","hotmail.be","hotmail.ca","hotmail.cl","hotmail.co.il","hotmail.co.nz","hotmail.co.th","hotmail.co.uk","hotmail.com","hotmail.com.ar","hotmail.com.au","hotmail.com.br","hotmail.com.gr","hotmail.com.mx","hotmail.com.pe","hotmail.com.tr","hotmail.com.vn","hotmail.cz","hotmail.de","hotmail.dk","hotmail.es","hotmail.fr","hotmail.hu","hotmail.id","hotmail.ie","hotmail.in","hotmail.it","hotmail.jp","hotmail.kr","hotmail.lv","hotmail.my","hotmail.ph","hotmail.pt","hotmail.sa","hotmail.sg","hotmail.sk","live.be","live.co.uk","live.com","live.com.ar","live.com.mx","live.de","live.es","live.eu","live.fr","live.it","live.nl","msn.com","outlook.at","outlook.be","outlook.cl","outlook.co.il","outlook.co.nz","outlook.co.th","outlook.com","outlook.com.ar","outlook.com.au","outlook.com.br","outlook.com.gr","outlook.com.pe","outlook.com.tr","outlook.com.vn","outlook.cz","outlook.de","outlook.dk","outlook.es","outlook.fr","outlook.hu","outlook.id","outlook.ie","outlook.in","outlook.it","outlook.jp","outlook.kr","outlook.lv","outlook.my","outlook.ph","outlook.pt","outlook.sa","outlook.sg","outlook.sk","passport.com"],u=["rocketmail.com","yahoo.ca","yahoo.co.uk","yahoo.com","yahoo.de","yahoo.fr","yahoo.in","yahoo.it","ymail.com"],c=["yandex.ru","yandex.ua","yandex.kz","yandex.com","yandex.by","ya.ru"];function l(e){return e.length>1?e:""}function f(e,t){t=(0,n.default)(t,a);var r=e.split("@"),i=r.pop(),f=r.join("@"),d=[f,i];if(d[1]=d[1].toLowerCase(),"gmail.com"===d[1]||"googlemail.com"===d[1]){if(t.gmail_remove_subaddress&&(d[0]=d[0].split("+")[0]),t.gmail_remove_dots&&(d[0]=d[0].replace(/\.+/g,l)),!d[0].length)return!1;(t.all_lowercase||t.gmail_lowercase)&&(d[0]=d[0].toLowerCase()),d[1]=t.gmail_convert_googlemaildotcom?"gmail.com":d[1]}else if(o.indexOf(d[1])>=0){if(t.icloud_remove_subaddress&&(d[0]=d[0].split("+")[0]),!d[0].length)return!1;(t.all_lowercase||t.icloud_lowercase)&&(d[0]=d[0].toLowerCase())}else if(s.indexOf(d[1])>=0){if(t.outlookdotcom_remove_subaddress&&(d[0]=d[0].split("+")[0]),!d[0].length)return!1;(t.all_lowercase||t.outlookdotcom_lowercase)&&(d[0]=d[0].toLowerCase())}else if(u.indexOf(d[1])>=0){if(t.yahoo_remove_subaddress){var h=d[0].split("-");d[0]=h.length>1?h.slice(0,-1).join("-"):h[0]}if(!d[0].length)return!1;(t.all_lowercase||t.yahoo_lowercase)&&(d[0]=d[0].toLowerCase())}else c.indexOf(d[1])>=0?((t.all_lowercase||t.yandex_lowercase)&&(d[0]=d[0].toLowerCase()),d[1]="yandex.ru"):t.all_lowercase&&(d[0]=d[0].toLowerCase());return d.join("@")}e.exports=t.default,e.exports.default=t.default},a5db:function(e,t,r){e.exports={encode:r("b8e1"),decode:r("4aa1"),encodingLength:r("0bac")}},a611:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NodesmithProvider=void 0;var n=r("d270"),i=r("fa24"),a=r("9958");function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r>23,d=l>>21&3,h=l>>5&65535,p=31&l,v=t.mapStr.substr(h,p);if(0===d||n&&1&f)throw new Error("Illegal char "+c);1===d?a.push(v):2===d?a.push(i?v:c):3===d&&a.push(c)}var m=a.join("").normalize("NFC");return m}function n(t,n,a){void 0===a&&(a=!1);var o=r(t,a,n),s=o.split(".");return s=s.map((function(t){return t.startsWith("xn--")?(t=e.decode(t.substring(4)),i(t,a,!1)):i(t,a,n),t})),s.join(".")}function i(e,n,i){if("-"===e[2]&&"-"===e[3])throw new Error("Failed to validate "+e);if(e.startsWith("-")||e.endsWith("-"))throw new Error("Failed to validate "+e);if(e.includes("."))throw new Error("Failed to validate "+e);if(r(e,n,i)!==e)throw new Error("Failed to validate "+e);var a=e.codePointAt(0);if(t.mapChar(a)&2<<23)throw new Error("Label contains illegal character: "+a)}function a(t,r){void 0===r&&(r={});var i,a=!("transitional"in r)||r.transitional,o="useStd3ASCII"in r&&r.useStd3ASCII,s="verifyDnsLength"in r&&r.verifyDnsLength,u=n(t,a,o).split("."),c=u.map(e.toASCII),l=c.join(".");if(s){if(l.length<1||l.length>253)throw new Error("DNS name has wrong length: "+l);for(i=0;i63)throw new Error("DNS label has wrong length: "+f)}}return l}function o(e,t){void 0===t&&(t={});var r="useStd3ASCII"in t&&t.useStd3ASCII;return n(e,!1,r)}return{toUnicode:o,toAscii:a}}))},a6c6:function(e,t,r){"use strict";r.r(t);var n=r("7b48"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},a719:function(e){e.exports=JSON.parse('{"name":"petersburg","comment":"Aka constantinopleFix, removes EIP-1283, activate together with or after constantinople","eip":{"url":"https://eips.ethereum.org/EIPS/eip-1716","status":"Draft"},"gasConfig":{},"gasPrices":{"netSstoreNoopGas":{"v":null,"d":"Removed along EIP-1283"},"netSstoreInitGas":{"v":null,"d":"Removed along EIP-1283"},"netSstoreCleanGas":{"v":null,"d":"Removed along EIP-1283"},"netSstoreDirtyGas":{"v":null,"d":"Removed along EIP-1283"},"netSstoreClearRefund":{"v":null,"d":"Removed along EIP-1283"},"netSstoreResetRefund":{"v":null,"d":"Removed along EIP-1283"},"netSstoreResetClearRefund":{"v":null,"d":"Removed along EIP-1283"}},"vm":{},"pow":{},"casper":{},"sharding":{}}')},a72a:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AddressCoder=void 0;var n=r("f363"),i=r("2abd"),a=r("afe2");function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r0&&a%1===0,"invalid connection throttle limit","connection.throttleLimit",a);var o="object"===typeof e?e.throttleCallback:null,c="object"===typeof e&&"number"===typeof e.throttleSlotInterval?e.throttleSlotInterval:100;h.assertArgument(c>0&&c%1===0,"invalid connection throttle slot interval","connection.throttleSlotInterval",c);var f={},m=null,b={method:"GET"},g=!1,y=12e4;if("string"===typeof e)m=e;else if("object"===typeof e){if(null!=e&&null!=e.url||h.throwArgumentError("missing URL","connection.url",e),m=e.url,"number"===typeof e.timeout&&e.timeout>0&&(y=e.timeout),e.headers)for(var w in e.headers)f[w.toLowerCase()]={key:w,value:String(e.headers[w])},["if-none-match","if-modified-since"].indexOf(w.toLowerCase())>=0&&(g=!0);if(b.allowGzip=!!e.allowGzip,null!=e.user&&null!=e.password){"https:"!==m.substring(0,6)&&!0!==e.allowInsecureAuthentication&&h.throwError("basic authentication requires a secure https url",u.Logger.errors.INVALID_ARGUMENT,{argument:"url",url:m,user:e.user,password:"[REDACTED]"});var _=e.user+":"+e.password;f["authorization"]={key:"Authorization",value:"Basic "+(0,i.encode)((0,s.toUtf8Bytes)(_))}}}t&&(b.method="POST",b.body=t,null==f["content-type"]&&(f["content-type"]={key:"Content-Type",value:"application/octet-stream"}),null==f["content-length"]&&(f["content-length"]={key:"Content-Length",value:String(t.length)}));var k={};Object.keys(f).forEach((function(e){var t=f[e];k[t.key]=t.value})),b.headers=k;var x=function(){var e=null,t=new Promise((function(t,r){y&&(e=setTimeout((function(){null!=e&&(e=null,r(h.makeError("timeout",u.Logger.errors.TIMEOUT,{requestBody:v(b.body,k["content-type"]),requestMethod:b.method,timeout:y,url:m})))}),y))})),r=function(){null!=e&&(clearTimeout(e),e=null)};return{promise:t,cancel:r}}(),S=function(){return d(this,void 0,void 0,n.default.mark((function e(){var t,i,s,f,d,y,w,_,S;return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:t=0;case 1:if(!(t=300)&&(x.cancel(),h.throwError("bad response",u.Logger.errors.SERVER_ERROR,{status:i.statusCode,headers:i.headers,body:v(y,i.headers?i.headers["content-type"]:null),requestBody:v(b.body,k["content-type"]),requestMethod:b.method,url:m})),!r){e.next=52;break}return e.prev=29,e.next=32,r(y,i);case 32:return w=e.sent,x.cancel(),e.abrupt("return",w);case 37:if(e.prev=37,e.t1=e["catch"](29),!(e.t1.throttleRetry&&ts)return void(o()&&n(new Error("retry limit reached")));var i=t.interval*parseInt(String(Math.random()*Math.pow(2,u)));it.ceiling&&(i=t.ceiling),setTimeout(c,i)}return null}),(function(e){o()&&n(e)}))}c()}))}},a8a3:function(e,t){var r=function(e){return function(){return new Promise((function(t,r){var n,i=function(r){var n={},i=r.target.files.length,a=0;[].map.call(r.target.files,(function(r){var o=new FileReader;o.onload=function(o){var s=new Uint8Array(o.target.result);if("directory"===e){var u=r.webkitRelativePath;n[u.slice(u.indexOf("/")+1)]={type:"text/plain",data:s},++a===i&&t(n)}else if("file"===e){var c=r.webkitRelativePath;t({type:mimetype.lookup(c),data:s})}else t(s)},o.readAsArrayBuffer(r)}))};"directory"===e?(n=document.createElement("input"),n.addEventListener("change",i),n.type="file",n.webkitdirectory=!0,n.mozdirectory=!0,n.msdirectory=!0,n.odirectory=!0,n.directory=!0):(n=document.createElement("input"),n.addEventListener("change",i),n.type="file");var a=document.createEvent("MouseEvents");a.initEvent("click",!0,!1),n.dispatchEvent(a)}))}};e.exports={data:r("data"),file:r("file"),directory:r("directory")}},a8ae:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.pack=g,t.unpack=y,t.ArrayCoder=void 0;var n=r("fa24"),i=r("2664"),a=r("afe2"),o=r("1d81");function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var r=0;r=0?n:"")+"]",u=-1===n||e.dynamic;return a=t.call(this,"array",o,i,u),a.coder=e,a.length=n,a}return c(r,[{key:"encode",value:function(e,t){Array.isArray(t)||this._throwError("expected array value",t);var r=this.length;-1===r&&(r=t.length,e.writeValue(t.length)),b.checkArgumentCount(t.length,r,"coder array"+(this.localName?" "+this.localName:""));for(var n=[],i=0;i-1)return e.splice(r,1)}}function g(e,t){return!!~e.indexOf(t)}var y=Object.prototype.hasOwnProperty;function w(e,t){return y.call(e,t)}function _(e){for(var t=arguments,r=Object(e),n=1;n/g,">").replace(/"/g,""").replace(/'/g,"'")}function S(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=x(e[t]))})),e}function A(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){var t=[],r=arguments.length-1;while(r-- >0)t[r]=arguments[r+1];var n=this.$i18n;return n._t.apply(n,[e,n.locale,n._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){var r=[],n=arguments.length-2;while(n-- >0)r[n]=arguments[n+2];var i=this.$i18n;return i._tc.apply(i,[e,i.locale,i._getMessages(),this,t].concat(r))},e.prototype.$te=function(e,t){var r=this.$i18n;return r._te(e,r.locale,r._getMessages(),t)},e.prototype.$d=function(e){var t,r=[],n=arguments.length-1;while(n-- >0)r[n]=arguments[n+1];return(t=this.$i18n).d.apply(t,[e].concat(r))},e.prototype.$n=function(e){var t,r=[],n=arguments.length-1;while(n-- >0)r[n]=arguments[n+1];return(t=this.$i18n).n.apply(t,[e].concat(r))}}var E={beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n)if(e.i18n instanceof Se){if(e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{};e.__i18n.forEach((function(e){t=_(t,JSON.parse(e))})),Object.keys(t).forEach((function(r){e.i18n.mergeLocaleMessage(r,t[r])}))}catch(o){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(d(e.i18n)){var r=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Se?this.$root.$i18n:null;if(r&&(e.i18n.root=this.$root,e.i18n.formatter=r.formatter,e.i18n.fallbackLocale=r.fallbackLocale,e.i18n.formatFallbackMessages=r.formatFallbackMessages,e.i18n.silentTranslationWarn=r.silentTranslationWarn,e.i18n.silentFallbackWarn=r.silentFallbackWarn,e.i18n.pluralizationRules=r.pluralizationRules,e.i18n.preserveDirectiveContent=r.preserveDirectiveContent),e.__i18n)try{var n=e.i18n&&e.i18n.messages?e.i18n.messages:{};e.__i18n.forEach((function(e){n=_(n,JSON.parse(e))})),e.i18n.messages=n}catch(o){0}var i=e.i18n,a=i.sharedMessages;a&&d(a)&&(e.i18n.messages=_(e.i18n.messages,a)),this._i18n=new Se(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),r&&r.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Se?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof Se&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n?(e.i18n instanceof Se||d(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Se||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof Se)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:function(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)},beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}},C={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var r=t.data,n=t.parent,i=t.props,a=t.slots,o=n.$i18n;if(o){var s=i.path,u=i.locale,c=i.places,l=a(),f=o.i(s,u,P(l)||c?T(l.default,c):l),d=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return d?e(d,r,f):f}}};function P(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}function T(e,t){var r=t?O(t):{};if(!e)return r;e=e.filter((function(e){return e.tag||""!==e.text.trim()}));var n=e.every(B);return e.reduce(n?I:j,r)}function O(e){return Array.isArray(e)?e.reduce(j,{}):Object.assign({},e)}function I(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function j(e,t,r){return e[r]=t,e}function B(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var N,R={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var r=t.props,i=t.parent,a=t.data,o=i.$i18n;if(!o)return null;var u=null,l=null;c(r.format)?u=r.format:s(r.format)&&(r.format.key&&(u=r.format.key),l=Object.keys(r.format).reduce((function(e,t){var i;return g(n,t)?Object.assign({},e,(i={},i[t]=r.format[t],i)):e}),null));var f=r.locale||o.locale,d=o._ntp(r.value,f,u,l),h=d.map((function(e,t){var r,n=a.scopedSlots&&a.scopedSlots[e.type];return n?n((r={},r[e.type]=e.value,r.index=t,r.parts=d,r)):e.value})),p=r.tag&&!0!==r.tag||!1===r.tag?r.tag:"span";return p?e(p,{attrs:a.attrs,class:a["class"],staticClass:a.staticClass},h):h}};function $(e,t,r){F(e,r)&&D(e,t,r)}function M(e,t,r,n){if(F(e,r)){var i=r.context.$i18n;L(e,r)&&k(t.value,t.oldValue)&&k(e._localeMessage,i.getLocaleMessage(i.locale))||D(e,t,r)}}function U(e,t,r,n){var a=r.context;if(a){var o=r.context.$i18n||{};t.modifiers.preserve||o.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e["_vt"],e._locale=void 0,delete e["_locale"],e._localeMessage=void 0,delete e["_localeMessage"]}else i("Vue instance does not exists in VNode context")}function F(e,t){var r=t.context;return r?!!r.$i18n||(i("VueI18n instance does not exists in Vue instance"),!1):(i("Vue instance does not exists in VNode context"),!1)}function L(e,t){var r=t.context;return e._locale===r.$i18n.locale}function D(e,t,r){var n,a,o=t.value,s=z(o),u=s.path,c=s.locale,l=s.args,f=s.choice;if(u||c||l)if(u){var d=r.context;e._vt=e.textContent=null!=f?(n=d.$i18n).tc.apply(n,[u,f].concat(H(c,l))):(a=d.$i18n).t.apply(a,[u].concat(H(c,l))),e._locale=d.$i18n.locale,e._localeMessage=d.$i18n.getLocaleMessage(d.$i18n.locale)}else i("`path` is required in v-t directive");else i("value type not supported")}function z(e){var t,r,n,i;return c(e)?t=e:d(e)&&(t=e.path,r=e.locale,n=e.args,i=e.choice),{path:t,locale:r,args:n,choice:i}}function H(e,t){var r=[];return e&&r.push(e),t&&(Array.isArray(t)||d(t))&&r.push(t),r}function q(e){q.installed=!0,N=e;N.version&&Number(N.version.split(".")[0]);A(N),N.mixin(E),N.directive("t",{bind:$,update:M,unbind:U}),N.component(C.name,C),N.component(R.name,R);var t=N.config.optionMergeStrategies;t.i18n=function(e,t){return void 0===t?e:t}}var W=function(){this._caches=Object.create(null)};W.prototype.interpolate=function(e,t){if(!t)return[e];var r=this._caches[e];return r||(r=G(e),this._caches[e]=r),X(r,t)};var K=/^(?:\d)+/,V=/^(?:\w)+/;function G(e){var t=[],r=0,n="";while(r0)f--,l=ie,d[J]();else{if(f=0,void 0===r)return!1;if(r=pe(r),!1===r)return!1;d[Y]()}};while(null!==l)if(c++,t=e[c],"\\"!==t||!h()){if(i=he(t),s=ce[l],a=s[i]||s["else"]||ue,a===ue)return;if(l=a[0],o=d[a[1]],o&&(n=a[2],n=void 0===n?t:n,!1===o()))return;if(l===se)return u}}var me=function(){this._cache=Object.create(null)};me.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=ve(e),t&&(this._cache[e]=t)),t||[]},me.prototype.getPathValue=function(e,t){if(!s(e))return null;var r=this.parsePath(t);if(0===r.length)return null;var n=r.length,i=e,a=0;while(a/,ye=/(?:@(?:\.[a-z]+)?:(?:[\w\-_|.]+|\([\w\-_|.]+\)))/g,we=/^@(?:\.([a-z]+))?:/,_e=/[()]/g,ke={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},xe=new W,Se=function(e){var t=this;void 0===e&&(e={}),!N&&"undefined"!==typeof window&&window.Vue&&q(window.Vue);var r=e.locale||"en-US",n=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),i=e.messages||{},a=e.dateTimeFormats||{},o=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||xe,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new me,this._dataListeners=[],this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,this.getChoiceIndex=function(e,r){var n=Object.getPrototypeOf(t);if(n&&n.getChoiceIndex){var i=n.getChoiceIndex;return i.call(t,e,r)}var a=function(e,t){return e=Math.abs(e),2===t?e?e>1?1:0:1:e?Math.min(e,2):0};return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,r]):a(e,r)},this._exist=function(e,r){return!(!e||!r)&&(!h(t._path.getPathValue(e,r))||!!e[r])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(i).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,i[e])})),this._initVM({locale:r,fallbackLocale:n,messages:i,dateTimeFormats:a,numberFormats:o})},Ae={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0}};Se.prototype._checkLocaleMessage=function(e,t,r){var n=[],s=function(e,t,r,n){if(d(r))Object.keys(r).forEach((function(i){var a=r[i];d(a)?(n.push(i),n.push("."),s(e,t,a,n),n.pop(),n.pop()):(n.push(i),s(e,t,a,n),n.pop())}));else if(o(r))r.forEach((function(r,i){d(r)?(n.push("["+i+"]"),n.push("."),s(e,t,r,n),n.pop(),n.pop()):(n.push("["+i+"]"),s(e,t,r,n),n.pop())}));else if(c(r)){var u=ge.test(r);if(u){var l="Detected HTML in message '"+r+"' of keypath '"+n.join("")+"' at '"+t+"'. Consider component interpolation with '' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?i(l):"error"===e&&a(l)}}};s(t,e,r,n)},Se.prototype._initVM=function(e){var t=N.config.silent;N.config.silent=!0,this._vm=new N({data:e}),N.config.silent=t},Se.prototype.destroyVM=function(){this._vm.$destroy()},Se.prototype.subscribeDataChanging=function(e){this._dataListeners.push(e)},Se.prototype.unsubscribeDataChanging=function(e){b(this._dataListeners,e)},Se.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){var t=e._dataListeners.length;while(t--)N.nextTick((function(){e._dataListeners[t]&&e._dataListeners[t].$forceUpdate()}))}),{deep:!0})},Se.prototype.watchLocale=function(){if(!this._sync||!this._root)return null;var e=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){e.$set(e,"locale",t),e.$forceUpdate()}),{immediate:!0})},Se.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},Ae.vm.get=function(){return this._vm},Ae.messages.get=function(){return m(this._getMessages())},Ae.dateTimeFormats.get=function(){return m(this._getDateTimeFormats())},Ae.numberFormats.get=function(){return m(this._getNumberFormats())},Ae.availableLocales.get=function(){return Object.keys(this.messages).sort()},Ae.locale.get=function(){return this._vm.locale},Ae.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},Ae.fallbackLocale.get=function(){return this._vm.fallbackLocale},Ae.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},Ae.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Ae.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},Ae.missing.get=function(){return this._missing},Ae.missing.set=function(e){this._missing=e},Ae.formatter.get=function(){return this._formatter},Ae.formatter.set=function(e){this._formatter=e},Ae.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Ae.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},Ae.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Ae.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},Ae.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Ae.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},Ae.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Ae.warnHtmlInMessage.set=function(e){var t=this,r=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,r!==e&&("warn"===e||"error"===e)){var n=this._getMessages();Object.keys(n).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,n[e])}))}},Ae.postTranslation.get=function(){return this._postTranslation},Ae.postTranslation.set=function(e){this._postTranslation=e},Se.prototype._getMessages=function(){return this._vm.messages},Se.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},Se.prototype._getNumberFormats=function(){return this._vm.numberFormats},Se.prototype._warnDefault=function(e,t,r,n,i,a){if(!h(r))return r;if(this._missing){var o=this._missing.apply(null,[e,t,n,i]);if(c(o))return o}else 0;if(this._formatFallbackMessages){var s=v.apply(void 0,i);return this._render(t,a,s.params,t)}return t},Se.prototype._isFallbackRoot=function(e){return!e&&!h(this._root)&&this._fallbackRoot},Se.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},Se.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},Se.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},Se.prototype._interpolate=function(e,t,r,n,i,a,s){if(!t)return null;var u,l=this._path.getPathValue(t,r);if(o(l)||d(l))return l;if(h(l)){if(!d(t))return null;if(u=t[r],!c(u)&&!p(u))return null}else{if(!c(l)&&!p(l))return null;u=l}return c(u)&&(u.indexOf("@:")>=0||u.indexOf("@.")>=0)&&(u=this._link(e,t,u,n,"raw",a,s)),this._render(u,i,a,r)},Se.prototype._link=function(e,t,r,n,i,a,s){var u=r,c=u.match(ye);for(var l in c)if(c.hasOwnProperty(l)){var f=c[l],d=f.match(we),h=d[0],p=d[1],v=f.replace(h,"").replace(_e,"");if(g(s,v))return u;s.push(v);var m=this._interpolate(e,t,v,n,"raw"===i?"string":i,"raw"===i?void 0:a,s);if(this._isFallbackRoot(m)){if(!this._root)throw Error("unexpected error");var b=this._root.$i18n;m=b._translate(b._getMessages(),b.locale,b.fallbackLocale,v,n,i,a)}m=this._warnDefault(e,v,m,n,o(a)?a:[a],i),this._modifiers.hasOwnProperty(p)?m=this._modifiers[p](m):ke.hasOwnProperty(p)&&(m=ke[p](m)),s.pop(),u=m?u.replace(f,m):u}return u},Se.prototype._createMessageContext=function(e){var t=o(e)?e:[],r=s(e)?e:{},n=function(e){return t[e]},i=function(e){return r[e]};return{list:n,named:i}},Se.prototype._render=function(e,t,r,n){if(p(e))return e(this._createMessageContext(r));var i=this._formatter.interpolate(e,r,n);return i||(i=xe.interpolate(e,r,n)),"string"!==t||c(i)?i:i.join("")},Se.prototype._appendItemToChain=function(e,t,r){var n=!1;return g(e,t)||(n=!0,t&&(n="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),r&&r[t]&&(n=r[t]))),n},Se.prototype._appendLocaleToChain=function(e,t,r){var n,i=t.split("-");do{var a=i.join("-");n=this._appendItemToChain(e,a,r),i.splice(-1,1)}while(i.length&&!0===n);return n},Se.prototype._appendBlockToChain=function(e,t,r){for(var n=!0,i=0;i0)a[o]=arguments[o+4];if(!e)return"";var s=v.apply(void 0,a);this._escapeParameterHtml&&(s.params=S(s.params));var u=s.locale||t,c=this._translate(r,u,this.fallbackLocale,e,n,"string",s.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(i=this._root).$t.apply(i,[e].concat(a))}return c=this._warnDefault(u,e,c,n,a,"string"),this._postTranslation&&null!==c&&void 0!==c&&(c=this._postTranslation(c,e)),c},Se.prototype.t=function(e){var t,r=[],n=arguments.length-1;while(n-- >0)r[n]=arguments[n+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(r))},Se.prototype._i=function(e,t,r,n,i){var a=this._translate(r,t,this.fallbackLocale,e,n,"raw",i);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,i)}return this._warnDefault(t,e,a,n,[i],"raw")},Se.prototype.i=function(e,t,r){return e?(c(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,r)):""},Se.prototype._tc=function(e,t,r,n,i){var a,o=[],s=arguments.length-5;while(s-- >0)o[s]=arguments[s+5];if(!e)return"";void 0===i&&(i=1);var u={count:i,n:i},c=v.apply(void 0,o);return c.params=Object.assign(u,c.params),o=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((a=this)._t.apply(a,[e,t,r,n].concat(o)),i)},Se.prototype.fetchChoice=function(e,t){if(!e||!c(e))return null;var r=e.split("|");return t=this.getChoiceIndex(t,r.length),r[t]?r[t].trim():e},Se.prototype.tc=function(e,t){var r,n=[],i=arguments.length-2;while(i-- >0)n[i]=arguments[i+2];return(r=this)._tc.apply(r,[e,this.locale,this._getMessages(),null,t].concat(n))},Se.prototype._te=function(e,t,r){var n=[],i=arguments.length-3;while(i-- >0)n[i]=arguments[i+3];var a=v.apply(void 0,n).locale||t;return this._exist(r[a],e)},Se.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},Se.prototype.getLocaleMessage=function(e){return m(this._vm.messages[e]||{})},Se.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},Se.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,_("undefined"!==typeof this._vm.messages[e]&&Object.keys(this._vm.messages[e]).length?this._vm.messages[e]:{},t))},Se.prototype.getDateTimeFormat=function(e){return m(this._vm.dateTimeFormats[e]||{})},Se.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},Se.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,_(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},Se.prototype._clearDateTimeFormat=function(e,t){for(var r in t){var n=e+"__"+r;this._dateTimeFormatters.hasOwnProperty(n)&&delete this._dateTimeFormatters[n]}},Se.prototype._localizeDateTime=function(e,t,r,n,i){for(var a=t,o=n[a],s=this._getLocaleChain(t,r),u=0;u0)t[r]=arguments[r+1];var n=this.locale,i=null;return 1===t.length?c(t[0])?i=t[0]:s(t[0])&&(t[0].locale&&(n=t[0].locale),t[0].key&&(i=t[0].key)):2===t.length&&(c(t[0])&&(i=t[0]),c(t[1])&&(n=t[1])),this._d(e,n,i)},Se.prototype.getNumberFormat=function(e){return m(this._vm.numberFormats[e]||{})},Se.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},Se.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,_(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},Se.prototype._clearNumberFormat=function(e,t){for(var r in t){var n=e+"__"+r;this._numberFormatters.hasOwnProperty(n)&&delete this._numberFormatters[n]}},Se.prototype._getNumberFormatter=function(e,t,r,n,i,a){for(var o=t,s=n[o],u=this._getLocaleChain(t,r),c=0;c0)t[r]=arguments[r+1];var i=this.locale,a=null,o=null;return 1===t.length?c(t[0])?a=t[0]:s(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(a=t[0].key),o=Object.keys(t[0]).reduce((function(e,r){var i;return g(n,r)?Object.assign({},e,(i={},i[r]=t[0][r],i)):e}),null)):2===t.length&&(c(t[0])&&(a=t[0]),c(t[1])&&(i=t[1])),this._n(e,i,a,o)},Se.prototype._ntp=function(e,t,r,n){if(!Se.availabilities.numberFormat)return[];if(!r){var i=n?new Intl.NumberFormat(t,n):new Intl.NumberFormat(t);return i.formatToParts(e)}var a=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),r,n),o=a&&a.formatToParts(e);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,r,n)}return o||[]},Object.defineProperties(Se.prototype,Ae),Object.defineProperty(Se,"availabilities",{get:function(){if(!be){var e="undefined"!==typeof Intl;be={dateTimeFormat:e&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:e&&"undefined"!==typeof Intl.NumberFormat}}return be}}),Se.install=q,Se.version="8.24.1",t["default"]=Se},a92a:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("9cbc"),i=r("352b"),a=r("e991"),o=r("be2c"),s=r("36a1"),u=a.OPS,c=r("a9a7");function l(e,t){return e.length===t.length&&e.every((function(e,r){return e.equals(t[r])}))}function f(t,r){if(!t.address&&!t.hash&&!t.output&&!t.redeem&&!t.input)throw new TypeError("Not enough data");r=Object.assign({validate:!0},r||{}),s({network:s.maybe(s.Object),address:s.maybe(s.String),hash:s.maybe(s.BufferN(20)),output:s.maybe(s.BufferN(23)),redeem:s.maybe({network:s.maybe(s.Object),output:s.maybe(s.Buffer),input:s.maybe(s.Buffer),witness:s.maybe(s.arrayOf(s.Buffer))}),input:s.maybe(s.Buffer),witness:s.maybe(s.arrayOf(s.Buffer))},t);var f=t.network;f||(f=t.redeem&&t.redeem.network||i.bitcoin);var d={network:f},h=o.value((function(){var e=c.decode(t.address),r=e.readUInt8(0),n=e.slice(1);return{version:r,hash:n}})),p=o.value((function(){return a.decompile(t.input)})),v=o.value((function(){var e=p();return{network:f,output:e[e.length-1],input:a.compile(e.slice(0,-1)),witness:t.witness||[]}}));if(o.prop(d,"address",(function(){if(d.hash){var t=e.allocUnsafe(21);return t.writeUInt8(d.network.scriptHash,0),d.hash.copy(t,1),c.encode(t)}})),o.prop(d,"hash",(function(){return t.output?t.output.slice(2,22):t.address?h().hash:d.redeem&&d.redeem.output?n.hash160(d.redeem.output):void 0})),o.prop(d,"output",(function(){if(d.hash)return a.compile([u.OP_HASH160,d.hash,u.OP_EQUAL])})),o.prop(d,"redeem",(function(){if(t.input)return v()})),o.prop(d,"input",(function(){if(t.redeem&&t.redeem.input&&t.redeem.output)return a.compile([].concat(a.decompile(t.redeem.input),t.redeem.output))})),o.prop(d,"witness",(function(){return d.redeem&&d.redeem.witness?d.redeem.witness:d.input?[]:void 0})),o.prop(d,"name",(function(){var e=["p2sh"];return void 0!==d.redeem&&e.push(d.redeem.name),e.join("-")})),r.validate){var m=e.from([]);if(t.address){if(h().version!==f.scriptHash)throw new TypeError("Invalid version or Network mismatch");if(20!==h().hash.length)throw new TypeError("Invalid address");m=h().hash}if(t.hash){if(m.length>0&&!m.equals(t.hash))throw new TypeError("Hash mismatch");m=t.hash}if(t.output){if(23!==t.output.length||t.output[0]!==u.OP_HASH160||20!==t.output[1]||t.output[22]!==u.OP_EQUAL)throw new TypeError("Output is invalid");var b=t.output.slice(2,22);if(m.length>0&&!m.equals(b))throw new TypeError("Hash mismatch");m=b}var g=function(e){if(e.output){var t=a.decompile(e.output);if(!t||t.length<1)throw new TypeError("Redeem.output too short");var r=n.hash160(e.output);if(m.length>0&&!m.equals(r))throw new TypeError("Hash mismatch");m=r}if(e.input){var i=e.input.length>0,o=e.witness&&e.witness.length>0;if(!i&&!o)throw new TypeError("Empty input");if(i&&o)throw new TypeError("Input and witness provided");if(i){var s=a.decompile(e.input);if(!a.isPushOnly(s))throw new TypeError("Non push-only scriptSig")}}};if(t.input){var y=p();if(!y||y.length<1)throw new TypeError("Input too short");if(!e.isBuffer(v().output))throw new TypeError("Input is invalid");g(v())}if(t.redeem){if(t.redeem.network&&t.redeem.network!==f)throw new TypeError("Network mismatch");if(t.input){var w=v();if(t.redeem.output&&!t.redeem.output.equals(w.output))throw new TypeError("Redeem.output mismatch");if(t.redeem.input&&!t.redeem.input.equals(w.input))throw new TypeError("Redeem.input mismatch")}g(t.redeem)}if(t.witness&&t.redeem&&t.redeem.witness&&!l(t.redeem.witness,t.witness))throw new TypeError("Witness and redeem.witness mismatch")}return Object.assign(d,t)}t.p2sh=f}).call(this,r("b639").Buffer)},a92c:function(e,t){e.exports="/static/tongyonh/Nftimg.png"},a94d:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.recoverPublicKey=v,t.computePublicKey=m,t.SigningKey=void 0;var n=r("5e8a"),i=r("2abd"),a=r("d8c6"),o=r("fa24"),s=r("4588");function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var r=0;r=0||!r.umod(e.prime1)||!r.umod(e.prime2))r=new n(i(t));return r}e.exports=o,o.getr=s}).call(this,r("b639").Buffer)},a9a5:function(e,t,r){"use strict";r.r(t);var n=r("cfcd"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},a9a7:function(e,t,r){"use strict";var n=r("98e6"),i=r("27af");function a(e){var t=n("sha256").update(e).digest();return n("sha256").update(t).digest()}e.exports=i(a)},a9aa:function(e,t,r){"use strict";r.r(t);var n=r("fad9"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},a9f1:function(e,t,r){(function(e){t.fetch=s(e.fetch)&&s(e.ReadableStream),t.writableStream=s(e.WritableStream),t.abortController=s(e.AbortController),t.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),t.blobConstructor=!0}catch(u){}var r;function n(){if(void 0!==r)return r;if(e.XMLHttpRequest){r=new e.XMLHttpRequest;try{r.open("GET",e.XDomainRequest?"/":"https://example.com")}catch(u){r=null}}else r=null;return r}function i(e){var t=n();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(u){}return!1}var a="undefined"!==typeof e.ArrayBuffer,o=a&&s(e.ArrayBuffer.prototype.slice);function s(e){return"function"===typeof e}t.arraybuffer=t.fetch||a&&i("arraybuffer"),t.msstream=!t.fetch&&o&&i("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&a&&i("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!n()&&s(n().overrideMimeType),t.vbArray=s(e.VBArray),r=null}).call(this,r("c8ba"))},a9fe:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="properties/5.5.0";t.version=n},aa56:function(e,t,r){"use strict";var n=r("c3c0"),i=n.rotr32;function a(e,t,r,n){return 0===e?o(t,r,n):1===e||3===e?u(t,r,n):2===e?s(t,r,n):void 0}function o(e,t,r){return e&t^~e&r}function s(e,t,r){return e&t^e&r^t&r}function u(e,t,r){return e^t^r}function c(e){return i(e,2)^i(e,13)^i(e,22)}function l(e){return i(e,6)^i(e,11)^i(e,25)}function f(e){return i(e,7)^i(e,18)^e>>>3}function d(e){return i(e,17)^i(e,19)^e>>>10}t.ft_1=a,t.ch32=o,t.maj32=s,t.p32=u,t.s0_256=c,t.s1_256=l,t.g0_256=f,t.g1_256=d},aa9a:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FallbackProvider=void 0;var n=p(r("a34a")),i=r("34c9"),a=r("d448"),o=r("2abd"),s=r("d8c6"),u=r("c032"),c=r("a816"),l=r("e516"),f=r("401f"),d=r("fa24"),h=r("9958");function p(e){return e&&e.__esModule?e:{default:e}}function v(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function m(e,t){for(var r=0;rt?null:(n+i)/2}function O(e){if(null===e)return"null";if("number"===typeof e||"boolean"===typeof e)return JSON.stringify(e);if("string"===typeof e)return e;if(a.BigNumber.isBigNumber(e))return e.toString();if(Array.isArray(e))return JSON.stringify(e.map((function(e){return O(e)})));if("object"===typeof e){var t=Object.keys(e);return t.sort(),"{"+t.map((function(t){var r=e[t];return r="function"===typeof r?"[function]":O(r),JSON.stringify(t)+":"+r})).join(",")+"}"}throw new Error("unknown value type: "+typeof e)}var I=1;function j(e){var t=null,r=null,n=new Promise((function(n){t=function(){r&&(clearTimeout(r),r=null),n()},r=setTimeout(t,e)})),i=function(e){return n=n.then(e),n};function a(){return n}return{cancel:t,getPromise:a,wait:i}}var B=[d.Logger.errors.CALL_EXCEPTION,d.Logger.errors.INSUFFICIENT_FUNDS,d.Logger.errors.NONCE_EXPIRED,d.Logger.errors.REPLACEMENT_UNDERPRICED,d.Logger.errors.UNPREDICTABLE_GAS_LIMIT],N=["address","args","errorArgs","errorSignature","method","transaction"];function R(e,t){var r={weight:e.weight};return Object.defineProperty(r,"provider",{get:function(){return e.provider}}),e.start&&(r.start=e.start),t&&(r.duration=t-e.start),e.done&&(e.error?r.error=e.error:r.result=e.result||null),r}function $(e,t){return function(r){var n={};r.forEach((function(t){var r=e(t.result);n[r]||(n[r]={count:0,result:t.result}),n[r].count++}));for(var i=Object.keys(n),a=0;a=t)return o.result}}}function M(e,t,r){var n=O;switch(t){case"getBlockNumber":return function(t){var r=t.map((function(e){return e.result})),n=T(t.map((function(e){return e.result})),2);if(null!=n)return n=Math.ceil(n),r.indexOf(n+1)>=0&&n++,n>=e._highestBlockNumber&&(e._highestBlockNumber=n),e._highestBlockNumber};case"getGasPrice":return function(e){var t=e.map((function(e){return e.result}));return t.sort(),t[Math.floor(t.length/2)]};case"getEtherPrice":return function(e){return T(e.map((function(e){return e.result})))};case"getBalance":case"getTransactionCount":case"getCode":case"getStorageAt":case"call":case"estimateGas":case"getLogs":break;case"getTransaction":case"getTransactionReceipt":n=function(e){return null==e?null:(e=(0,s.shallowCopy)(e),e.confirmations=-1,O(e))};break;case"getBlock":n=r.includeTransactions?function(e){return null==e?null:(e=(0,s.shallowCopy)(e),e.transactions=e.transactions.map((function(e){return e=(0,s.shallowCopy)(e),e.confirmations=-1,e})),O(e))}:function(e){return null==e?null:O(e)};break;default:throw new Error("unknown method: "+t)}return $(n,e.quorum)}function U(e,t){return A(this,void 0,void 0,n.default.mark((function r(){var i;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:if(i=e.provider,!(null!=i.blockNumber&&i.blockNumber>=t||-1===t)){r.next=3;break}return r.abrupt("return",i);case 3:return r.abrupt("return",(0,c.poll)((function(){return new Promise((function(r,n){setTimeout((function(){return i.blockNumber>=t?r(i):e.cancelled?r(null):r(void 0)}),0)}))}),{oncePoll:i}));case 4:case"end":return r.stop()}}),r)})))}function F(e,t,r,i){return A(this,void 0,void 0,n.default.mark((function a(){var s,u;return n.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:s=e.provider,n.t0=r,n.next="getBlockNumber"===n.t0||"getGasPrice"===n.t0?4:"getEtherPrice"===n.t0?5:"getBalance"===n.t0||"getTransactionCount"===n.t0||"getCode"===n.t0?8:"getStorageAt"===n.t0?13:"getBlock"===n.t0?18:"call"===n.t0||"estimateGas"===n.t0?23:"getTransaction"===n.t0||"getTransactionReceipt"===n.t0?28:"getLogs"===n.t0?29:35;break;case 4:return n.abrupt("return",s[r]());case 5:if(!s.getEtherPrice){n.next=7;break}return n.abrupt("return",s.getEtherPrice());case 7:return n.abrupt("break",35);case 8:if(!i.blockTag||!(0,o.isHexString)(i.blockTag)){n.next=12;break}return n.next=11,U(e,t);case 11:s=n.sent;case 12:return n.abrupt("return",s[r](i.address,i.blockTag||"latest"));case 13:if(!i.blockTag||!(0,o.isHexString)(i.blockTag)){n.next=17;break}return n.next=16,U(e,t);case 16:s=n.sent;case 17:return n.abrupt("return",s.getStorageAt(i.address,i.position,i.blockTag||"latest"));case 18:if(!i.blockTag||!(0,o.isHexString)(i.blockTag)){n.next=22;break}return n.next=21,U(e,t);case 21:s=n.sent;case 22:return n.abrupt("return",s[i.includeTransactions?"getBlockWithTransactions":"getBlock"](i.blockTag||i.blockHash));case 23:if(!i.blockTag||!(0,o.isHexString)(i.blockTag)){n.next=27;break}return n.next=26,U(e,t);case 26:s=n.sent;case 27:return n.abrupt("return",s[r](i.transaction));case 28:return n.abrupt("return",s[r](i.transactionHash));case 29:if(u=i.filter,!(u.fromBlock&&(0,o.isHexString)(u.fromBlock)||u.toBlock&&(0,o.isHexString)(u.toBlock))){n.next=34;break}return n.next=33,U(e,t);case 33:s=n.sent;case 34:return n.abrupt("return",s.getLogs(u));case 35:return n.abrupt("return",E.throwError("unknown method error",d.Logger.errors.UNKNOWN_ERROR,{method:r,params:i}));case 36:case"end":return n.stop()}}),a)})))}var L=function(e){g(r,e);var t=w(r);function r(e,n){var a;v(this,r),E.checkNew(this instanceof r?this.constructor:void 0,r),0===e.length&&E.throwArgumentError("missing providers","providers",e);var o=e.map((function(e,t){if(i.Provider.isProvider(e)){var r=(0,f.isCommunityResource)(e)?2e3:750,n=1;return Object.freeze({provider:e,weight:1,stallTimeout:r,priority:n})}var a=(0,s.shallowCopy)(e);null==a.priority&&(a.priority=1),null==a.stallTimeout&&(a.stallTimeout=(0,f.isCommunityResource)(e)?2e3:750),null==a.weight&&(a.weight=1);var o=a.weight;return(o%1||o>512||o<1)&&E.throwArgumentError("invalid weight; must be integer in [1, 512]","providers[".concat(t,"].weight"),o),Object.freeze(a)})),u=o.reduce((function(e,t){return e+t.weight}),0);null==n?n=u/2:n>u&&E.throwArgumentError("quorum will always fail; larger than total weight","quorum",n);var c=P(o.map((function(e){return e.provider.network})));return null==c&&(c=new Promise((function(e,t){setTimeout((function(){a.detectNetwork().then(e,t)}),0)}))),a=t.call(this,c),(0,s.defineReadOnly)(k(a),"providerConfigs",Object.freeze(o)),(0,s.defineReadOnly)(k(a),"quorum",n),a._highestBlockNumber=-1,a}return b(r,[{key:"detectNetwork",value:function(){return A(this,void 0,void 0,n.default.mark((function e(){var t;return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Promise.all(this.providerConfigs.map((function(e){return e.provider.getNetwork()})));case 2:return t=e.sent,e.abrupt("return",P(t));case 4:case"end":return e.stop()}}),e,this)})))}},{key:"perform",value:function(e,t){return A(this,void 0,void 0,n.default.mark((function r(){var i,a,o,c,l,f,h,p,v,m,b=this;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:if("sendTransaction"!==e){r.next=13;break}return r.next=3,Promise.all(this.providerConfigs.map((function(e){return e.provider.sendTransaction(t.signedTransaction).then((function(e){return e.hash}),(function(e){return e}))})));case 3:i=r.sent,a=0;case 5:if(!(a=b.quorum)){r.next=19;break}if(v=c(d),void 0===v){r.next=15;break}return l.forEach((function(e){e.staller&&e.staller.cancel(),e.cancelled=!0})),r.abrupt("return",{v:v});case 15:if(p){r.next=18;break}return r.next=18,j(100).getPromise();case 18:p=!1;case 19:if(m=l.reduce((function(e,t){if(!t.done||null==t.error)return e;var r=t.error.code;return B.indexOf(r)>=0&&(e[r]||(e[r]={error:t.error,weight:0}),e[r].weight+=t.weight),e}),{}),Object.keys(m).forEach((function(e){var t=m[e];if(!(t.weight>t!==0)return null;i=i<=r)a-=r,o.push(i>>a&s)}if(n)a>0&&o.push(i<=t||i<16)return null;var a=i(r.data.slice(1),5,8,!1);return null===a||a.length<2||a.length>40||0===r.data[0]&&20!==a.length&&32!==a.length?null:{version:r.data[0],program:a}}function o(e,t,r){var o=n.encode(e,[t].concat(i(r,8,5,!0)));return null===a(e,o)?null:o}function s(e,t){t=t||"bc";var r=a(t,e);if(null===r&&(t="tb",r=a(t,e)),null===r)return!1;var n=o(t,r.version,r.program);return n===e.toLowerCase()}e.exports={encode:o,decode:a,isValidAddress:s}},ab4c:function(e,t,r){var n=r("0d8e"),i={autoSetContainer:!1,appendToBody:!0},a={install:function(e){var t="3."===e.version.slice(0,2)?e.config.globalProperties:e.prototype;t.$clipboardConfig=i,t.$copyText=function(e,t){return new Promise((function(r,a){var o=document.createElement("button"),s=new n(o,{text:function(){return e},action:function(){return"copy"},container:"object"===typeof t?t:document.body});s.on("success",(function(e){s.destroy(),r(e)})),s.on("error",(function(e){s.destroy(),a(e)})),i.appendToBody&&document.body.appendChild(o),o.click(),i.appendToBody&&document.body.removeChild(o)}))},e.directive("clipboard",{bind:function(e,t,r){if("success"===t.arg)e._vClipboard_success=t.value;else if("error"===t.arg)e._vClipboard_error=t.value;else{var a=new n(e,{text:function(){return t.value},action:function(){return"cut"===t.arg?"cut":"copy"},container:i.autoSetContainer?e:void 0});a.on("success",(function(t){var r=e._vClipboard_success;r&&r(t)})),a.on("error",(function(t){var r=e._vClipboard_error;r&&r(t)})),e._vClipboard=a}},update:function(e,t){"success"===t.arg?e._vClipboard_success=t.value:"error"===t.arg?e._vClipboard_error=t.value:(e._vClipboard.text=function(){return t.value},e._vClipboard.action=function(){return"cut"===t.arg?"cut":"copy"})},unbind:function(e,t){e._vClipboard&&("success"===t.arg?delete e._vClipboard_success:"error"===t.arg?delete e._vClipboard_error:(e._vClipboard.destroy(),delete e._vClipboard))}})},config:i};e.exports=a},ab53:function(e,t){e.exports="/static/tongyonh/visibility_24px.png"},ab61:function(e,t){e.exports="/static/tongyonh/tether_usd.png"},ab76:function(e){e.exports=JSON.parse('{"name":"kovan","chainId":42,"networkId":42,"comment":"Parity PoA test network","url":"https://kovan-testnet.github.io/website/","genesis":{"hash":"0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9","timestamp":null,"gasLimit":6000000,"difficulty":131072,"nonce":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","extraData":"0x","stateRoot":"0x2480155b48a1cea17d67dbfdfaafe821c1d19cdd478c5358e8ec56dec24502b2"},"hardforks":[{"name":"chainstart","block":0,"consensus":"poa","finality":null},{"name":"homestead","block":0,"consensus":"poa","finality":null},{"name":"dao","block":0,"consensus":"poa","finality":null},{"name":"tangerineWhistle","block":0,"consensus":"poa","finality":null},{"name":"spuriousDragon","block":0,"consensus":"poa","finality":null},{"name":"byzantium","block":5067000,"consensus":"poa","finality":null},{"name":"constantinople","block":9200000,"consensus":"poa","finality":null},{"name":"petersburg","block":10255201,"consensus":"poa","finality":null},{"name":"istanbul","block":14111141,"consensus":"poa","finality":null}],"bootstrapNodes":[{"ip":"116.203.116.241","port":30303,"id":"16898006ba2cd4fa8bf9a3dfe32684c178fa861df144bfc21fe800dc4838a03e342056951fa9fd533dcb0be1219e306106442ff2cf1f7e9f8faa5f2fc1a3aa45","location":"","comment":"1"},{"ip":"3.217.96.11","port":30303,"id":"2909846f78c37510cc0e306f185323b83bb2209e5ff4fdd279d93c60e3f365e3c6e62ad1d2133ff11f9fd6d23ad9c3dad73bb974d53a22f7d1ac5b7dea79d0b0","location":"","comment":"2"},{"ip":"108.61.170.124","port":30303,"id":"740e1c8ea64e71762c71a463a04e2046070a0c9394fcab5891d41301dc473c0cff00ebab5a9bc87fbcb610ab98ac18225ff897bc8b7b38def5975d5ceb0a7d7c","location":"","comment":"3"},{"ip":"157.230.31.163","port":30303,"id":"2909846f78c37510cc0e306f185323b83bb2209e5ff4fdd279d93c60e3f365e3c6e62ad1d2133ff11f9fd6d23ad9c3dad73bb974d53a22f7d1ac5b7dea79d0b0","location":"","comment":"4"}]}')},ab7a:function(e,t){e.exports="/static/tongyonh/IconGroup.png"},ab87:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"u-loading",props:{mode:{type:String,default:"circle"},color:{type:String,default:"#c7c7c7"},size:{type:[String,Number],default:"34"},show:{type:Boolean,default:!0}},computed:{cricleStyle:function(){var e={};return e.width=this.size+"rpx",e.height=this.size+"rpx","circle"==this.mode&&(e.borderColor="#e4e4e4 #e4e4e4 #e4e4e4 ".concat(this.color?this.color:"#c7c7c7")),e}}};t.default=n},abd0:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isBigNumberish=v,t._base36To16=k,t._base16To36=x,t.BigNumber=void 0;var n=s(r("399f")),i=r("2abd"),a=r("fa24"),o=r("b724");function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var r=0;r0&&(10===arguments[0]?m||(m=!0,d.warn("BigNumber.toString does not accept any parameters; base-10 is assumed")):16===arguments[0]?d.throwError("BigNumber.toString does not accept any parameters; use bigNumber.toHexString()",a.Logger.errors.UNEXPECTED_ARGUMENT,{}):d.throwError("BigNumber.toString does not accept parameters",a.Logger.errors.UNEXPECTED_ARGUMENT,{})),w(this).toString(10)}},{key:"toHexString",value:function(){return this._hex}},{key:"toJSON",value:function(e){return{type:"BigNumber",hex:this.toHexString()}}}],[{key:"from",value:function(t){if(t instanceof e)return t;if("string"===typeof t)return t.match(/^-?0x[0-9a-f]+$/i)?new e(h,g(t)):t.match(/^-?[0-9]+$/)?new e(h,g(new f(t))):d.throwArgumentError("invalid BigNumber string","value",t);if("number"===typeof t)return t%1&&_("underflow","BigNumber.from",t),(t>=p||t<=-p)&&_("overflow","BigNumber.from",t),e.from(String(t));var r=t;if("bigint"===typeof r)return e.from(r.toString());if((0,i.isBytes)(r))return e.from((0,i.hexlify)(r));if(r)if(r.toHexString){var n=r.toHexString();if("string"===typeof n)return e.from(n)}else{var a=r._hex;if(null==a&&"BigNumber"===r.type&&(a=r.hex),"string"===typeof a&&((0,i.isHexString)(a)||"-"===a[0]&&(0,i.isHexString)(a.substring(1))))return e.from(a)}return d.throwArgumentError("invalid BigNumber value","value",t)}},{key:"isBigNumber",value:function(e){return!(!e||!e._isBigNumber)}}]),e}();function g(e){if("string"!==typeof e)return g(e.toString(16));if("-"===e[0])return e=e.substring(1),"-"===e[0]&&d.throwArgumentError("invalid hex","value",e),e=g(e),"0x00"===e?e:"-"+e;if("0x"!==e.substring(0,2)&&(e="0x"+e),"0x"===e)return"0x00";e.length%2&&(e="0x0"+e.substring(2));while(e.length>4&&"0x00"===e.substring(0,4))e="0x"+e.substring(4);return e}function y(e){return b.from(g(e))}function w(e){var t=b.from(e).toHexString();return"-"===t[0]?new f("-"+t.substring(3),16):new f(t.substring(2),16)}function _(e,t,r){var n={fault:e,operation:t};return null!=r&&(n.value=r),d.throwError(e,a.Logger.errors.NUMERIC_FAULT,n)}function k(e){return new f(e,36).toString(16)}function x(e){return new f(e,16).toString(36)}t.BigNumber=b},ac0f:function(e,t,r){"use strict";r.r(t);var n=r("8d93"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},ac36:function(e,t,r){"use strict";r.r(t);var n=r("fdff"),i=r("241a");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"dd7d817e",null,!1,n["a"],o);t["default"]=u.exports},ac4f:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var n=a(r("b34b")),i=a(r("b910"));function a(e){return e&&e.__esModule?e:{default:e}}var o={ignore_whitespace:!1};function s(e,t){return(0,n.default)(e),t=(0,i.default)(t,o),0===(t.ignore_whitespace?e.trim().length:e.length)}e.exports=t.default,e.exports.default=t.default},ad25:function(e,t,r){var n=r("2aee"),i=r("11dc"),a=r("98e6"),o=r("f460"),s=r("83d5"),u=r("399f"),c=r("5291"),l=r("a958"),f=r("8707").Buffer;function d(e,t){var r=e.modulus.byteLength(),n=t.length,c=a("sha1").update(f.alloc(0)).digest(),l=c.length,d=2*l;if(n>r-d-2)throw new Error("message too long");var h=f.alloc(r-n-d-2),p=r-l-1,v=i(l),m=s(f.concat([c,h,f.alloc(1,1),t],p),o(v,p)),b=s(v,o(m,l));return new u(f.concat([f.alloc(1),b,m],r))}function h(e,t,r){var n,i=t.length,a=e.modulus.byteLength();if(i>a-11)throw new Error("message too long");return n=r?f.alloc(a-i-3,255):p(a-i-3),new u(f.concat([f.from([0,r?1:2]),n,f.alloc(1),t],a))}function p(e){var t,r=f.allocUnsafe(e),n=0,a=i(2*e),o=0;while(n=0)throw new Error("data too long for modulus")}return r?l(a,o):c(a,o)}},ad71:function(e,t,r){"use strict";(function(t,n){var i=r("966d");e.exports=k;var a,o=r("e3db");k.ReadableState=_;r("faa1").EventEmitter;var s=function(e,t){return e.listeners(t).length},u=r("429b"),c=r("8707").Buffer,l=t.Uint8Array||function(){};function f(e){return c.from(e)}function d(e){return c.isBuffer(e)||e instanceof l}var h=Object.create(r("3a7c"));h.inherits=r("3fb5");var p=r(2),v=void 0;v=p&&p.debuglog?p.debuglog("stream"):function(){};var m,b=r("5e1a"),g=r("4681");h.inherits(k,u);var y=["error","close","destroy","pause","resume"];function w(e,t,r){if("function"===typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?o(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}function _(e,t){a=a||r("b19a"),e=e||{};var n=t instanceof a;this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var i=e.highWaterMark,o=e.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:n&&(o||0===o)?o:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new b,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(m||(m=r("7d72").StringDecoder),this.decoder=new m(e.encoding),this.encoding=e.encoding)}function k(e){if(a=a||r("b19a"),!(this instanceof k))return new k(e);this._readableState=new _(e,this),this.readable=!0,e&&("function"===typeof e.read&&(this._read=e.read),"function"===typeof e.destroy&&(this._destroy=e.destroy)),u.call(this)}function x(e,t,r,n,i){var a,o=e._readableState;null===t?(o.reading=!1,O(e,o)):(i||(a=A(o,t)),a?e.emit("error",a):o.objectMode||t&&t.length>0?("string"===typeof t||o.objectMode||Object.getPrototypeOf(t)===c.prototype||(t=f(t)),n?o.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):S(e,o,t,!0):o.ended?e.emit("error",new Error("stream.push() after EOF")):(o.reading=!1,o.decoder&&!r?(t=o.decoder.write(t),o.objectMode||0!==t.length?S(e,o,t,!1):B(e,o)):S(e,o,t,!1))):n||(o.reading=!1));return E(o)}function S(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(e.emit("data",r),e.read(0)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&I(e)),B(e,t)}function A(e,t){var r;return d(t)||"string"===typeof t||void 0===t||e.objectMode||(r=new TypeError("Invalid non-string/buffer chunk")),r}function E(e){return!e.ended&&(e.needReadable||e.length=C?e=C:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}function T(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!==e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=P(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function O(e,t){if(!t.ended){if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,I(e)}}function I(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(v("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?i.nextTick(j,e):j(e))}function j(e){v("emit readable"),e.emit("readable"),F(e)}function B(e,t){t.readingMore||(t.readingMore=!0,i.nextTick(N,e,t))}function N(e,t){var r=t.length;while(!t.reading&&!t.flowing&&!t.ended&&t.length=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):r=D(e,t.buffer,t.decoder),r);var r}function D(e,t,r){var n;return ea.length?a.length:e;if(o===a.length?i+=a:i+=a.slice(0,e),e-=o,0===e){o===a.length?(++n,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=a.slice(o));break}++n}return t.length-=n,i}function H(e,t){var r=c.allocUnsafe(e),n=t.head,i=1;n.data.copy(r),e-=n.data.length;while(n=n.next){var a=n.data,o=e>a.length?a.length:e;if(a.copy(r,r.length-e,0,o),e-=o,0===e){o===a.length?(++i,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=a.slice(o));break}++i}return t.length-=i,r}function q(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,i.nextTick(W,t,e))}function W(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function K(e,t){for(var r=0,n=e.length;r=t.highWaterMark||t.ended))return v("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?q(this):I(this),null;if(e=T(e,t),0===e&&t.ended)return 0===t.length&&q(this),null;var n,i=t.needReadable;return v("need readable",i),(0===t.length||t.length-e0?L(e,t):null,null===n?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&q(this)),null!==n&&this.emit("data",n),n},k.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},k.prototype.pipe=function(e,t){var r=this,a=this._readableState;switch(a.pipesCount){case 0:a.pipes=e;break;case 1:a.pipes=[a.pipes,e];break;default:a.pipes.push(e);break}a.pipesCount+=1,v("pipe count=%d opts=%j",a.pipesCount,t);var o=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr,u=o?l:_;function c(e,t){v("onunpipe"),e===r&&t&&!1===t.hasUnpiped&&(t.hasUnpiped=!0,h())}function l(){v("onend"),e.end()}a.endEmitted?i.nextTick(u):r.once("end",u),e.on("unpipe",c);var f=R(r);e.on("drain",f);var d=!1;function h(){v("cleanup"),e.removeListener("close",g),e.removeListener("finish",y),e.removeListener("drain",f),e.removeListener("error",b),e.removeListener("unpipe",c),r.removeListener("end",l),r.removeListener("end",_),r.removeListener("data",m),d=!0,!a.awaitDrain||e._writableState&&!e._writableState.needDrain||f()}var p=!1;function m(t){v("ondata"),p=!1;var n=e.write(t);!1!==n||p||((1===a.pipesCount&&a.pipes===e||a.pipesCount>1&&-1!==K(a.pipes,e))&&!d&&(v("false write response, pause",r._readableState.awaitDrain),r._readableState.awaitDrain++,p=!0),r.pause())}function b(t){v("onerror",t),_(),e.removeListener("error",b),0===s(e,"error")&&e.emit("error",t)}function g(){e.removeListener("finish",y),_()}function y(){v("onfinish"),e.removeListener("close",g),_()}function _(){v("unpipe"),r.unpipe(e)}return r.on("data",m),w(e,"error",b),e.once("close",g),e.once("finish",y),e.emit("pipe",r),a.flowing||(v("pipe resume"),r.resume()),e},k.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a0||a>0){var l=new i;l.update(c),l.update(e),t&&l.update(t),c=l.digest();var f=0;if(o>0){var d=s.length-o;f=Math.min(o,c.length),c.copy(s,d,0,f),o-=f}if(f0){var h=u.length-a,p=Math.min(a,c.length-f);c.copy(u,h,f,f+p),a-=p}}return c.fill(0),{key:s,iv:u}}e.exports=a},ae8f:function(e,t){e.exports="/static/tongyonh/Frame28.png"},ae9d:function(e,t,r){"use strict";var n;(function(i){function a(e,t,r){var n,i,a,o,h,p,v,m,b,g=0,y=[],w=0,_=!1,k=[],A=[],E=!1;if(r=r||{},n=r.encoding||"UTF8",b=r.numRounds||1,b!==parseInt(b,10)||1>b)throw Error("numRounds must a integer >= 1");if(0!==e.lastIndexOf("SHA-",0))throw Error("Chosen SHA variant is not supported");if(p=function(t,r){return S(t,r,e)},v=function(t,r,n,i){var a,o;if("SHA-224"!==e&&"SHA-256"!==e)throw Error("Unexpected error in SHA-2 implementation");for(a=15+(r+65>>>9<<4),o=16;t.length<=a;)t.push(0);for(t[r>>>5]|=128<<24-r%32,r+=n,t[a]=4294967295&r,t[a-1]=r/4294967296|0,n=t.length,r=0;r>>3,a=o/4-1,ot/8){for(;r.length<=a;)r.push(0);r[a]&=4294967040}for(t=0;t<=a;t+=1)k[t]=909522486^r[t],A[t]=1549556828^r[t];i=p(k,i),g=h,_=!0},this.update=function(e){var t,r,n,o=0,s=h>>>5;for(t=a(e,y,w),e=t.binLen,r=t.value,t=e>>>5,n=0;n>>5),w=e%h,E=!0},this.getHash=function(t,r){var n,a,d,h;if(!0===_)throw Error("Cannot call getHash after setting HMAC key");switch(d=f(r),t){case"HEX":n=function(e){return s(e,o,d)};break;case"B64":n=function(e){return u(e,o,d)};break;case"BYTES":n=function(e){return c(e,o)};break;case"ARRAYBUFFER":try{a=new ArrayBuffer(0)}catch(p){throw Error("ARRAYBUFFER not supported by this environment")}n=function(e){return l(e,o)};break;default:throw Error("format must be HEX, B64, BYTES, or ARRAYBUFFER")}for(h=v(y.slice(),w,g,m(i)),a=1;a>>2]>>>8*(3+n%4*-1),a+="0123456789abcdef".charAt(i>>>4&15)+"0123456789abcdef".charAt(15&i);return r.outputUpper?a.toUpperCase():a}function u(e,t,r){var n,i,a,o="",s=t/8;for(n=0;n>>2]:0,a=n+2>>2]:0,a=(e[n>>>2]>>>8*(3+n%4*-1)&255)<<16|(i>>>8*(3+(n+1)%4*-1)&255)<<8|a>>>8*(3+(n+2)%4*-1)&255,i=0;4>i;i+=1)o+=8*n+6*i<=t?"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(a>>>6*(3-i)&63):r.b64Pad;return o}function c(e,t){var r,n,i="",a=t/8;for(r=0;r>>2]>>>8*(3+r%4*-1)&255,i+=String.fromCharCode(n);return i}function l(e,t){var r,n,i=t/8,a=new ArrayBuffer(i);for(n=new Uint8Array(a),r=0;r>>2]>>>8*(3+r%4*-1)&255;return a}function f(e){var t={outputUpper:!1,b64Pad:"=",shakeLen:-1};if(e=e||{},t.outputUpper=e.outputUpper||!1,!0===e.hasOwnProperty("b64Pad")&&(t.b64Pad=e.b64Pad),"boolean"!==typeof t.outputUpper)throw Error("Invalid outputUpper formatting option");if("string"!==typeof t.b64Pad)throw Error("Invalid b64Pad formatting option");return t}function d(e,t){var r;switch(t){case"UTF8":case"UTF16BE":case"UTF16LE":break;default:throw Error("encoding must be UTF8, UTF16BE, or UTF16LE")}switch(e){case"HEX":r=function(e,t,r){var n,i,a,o,s,u=e.length;if(0!==u%2)throw Error("String of HEX type must be in byte increments");for(t=t||[0],r=r||0,s=r>>>3,n=0;n>>1)+s,a=o>>>2;t.length<=a;)t.push(0);t[a]|=i<<8*(3+o%4*-1)}return{value:t,binLen:4*u+r}};break;case"TEXT":r=function(e,r,n){var i,a,o,s,u,c,l,f,d=0;if(r=r||[0],n=n||0,u=n>>>3,"UTF8"===t)for(f=3,o=0;oi?a.push(i):2048>i?(a.push(192|i>>>6),a.push(128|63&i)):55296>i||57344<=i?a.push(224|i>>>12,128|i>>>6&63,128|63&i):(o+=1,i=65536+((1023&i)<<10|1023&e.charCodeAt(o)),a.push(240|i>>>18,128|i>>>12&63,128|i>>>6&63,128|63&i)),s=0;s>>2;r.length<=c;)r.push(0);r[c]|=a[s]<<8*(f+l%4*-1),d+=1}else if("UTF16BE"===t||"UTF16LE"===t)for(f=2,a="UTF16LE"===t||"UTF16LE"!==t&&!1,o=0;o>>8),l=d+u,c=l>>>2;r.length<=c;)r.push(0);r[c]|=i<<8*(f+l%4*-1),d+=2}return{value:r,binLen:8*d+n}};break;case"B64":r=function(e,t,r){var n,i,a,o,s,u,c,l=0;if(-1===e.search(/^[a-zA-Z0-9=+\/]+$/))throw Error("Invalid character in base-64 string");if(i=e.indexOf("="),e=e.replace(/\=/g,""),-1!==i&&i=r&&("undefined"===typeof i||o<=i)}e.exports=t.default,e.exports.default=t.default},b366:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){return(0,n.default)(e),e=Date.parse(e),isNaN(e)?null:new Date(e)}e.exports=t.default,e.exports.default=t.default},b383:function(e,t,r){"use strict";t.decode=t.parse=r("91dd"),t.encode=t.stringify=r("e099")},b3a8:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991"),i=r("e991");function a(e){var t=n.compile(e);return 34===t.length&&t[0]===i.OPS.OP_0&&32===t[1]}t.check=a,a.toJSON=function(){return"Witness scriptHash output"}},b3ca:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;a(r("8bbf"));var n=a(r("547b")),i=a(r("8cd6"));function a(e){return e&&e.__esModule?e:{default:e}}var o=i.default.constant,s=n.default.create({withCredentials:!1,crossDomain:!0,timeout:16e4});s.interceptors.request.use((function(t){e("log",t,777777777777," at utils/axios.js:17");var r=uni.getStorageSync("isWallet");return r||uni.showLoading({title:"loading",mask:!0}),e("log","============================"," at utils/axios.js:26"),t.url.indexOf("/x/resource/ip")>-1?t.baseURL=o.checkIp:t.baseURL=o.serverUrl,t.sslVerify=!1,t.url=t.url,t}),(function(t){return e("log",t," at utils/axios.js:59"),Promise.reject(t)})),s.interceptors.response.use((function(t){return uni.hideLoading(),e("log",t," at utils/axios.js:67"),200==t.status?t.data:Promise.reject(t.msg)}),(function(e){return Promise.reject(e)})),n.default.defaults.adapter=function(t){return new Promise((function(n,i){e("log",t,"\u6211\u8bf7\u6c42\u7684",t," at utils/axios.js:90");var a=r("5452"),o=r("57d7");uni.request({method:t.method.toUpperCase(),url:t.baseURL+"/"+o(t.url,t.params,t.paramsSerializer),header:t.headers,data:t.data,dataType:t.dataType,responseType:t.responseType,sslVerify:t.sslVerify,complete:function(e){e={data:e.data,status:e.statusCode,errMsg:e.errMsg,header:e.header,config:t},a(n,i,e)},fail:function(e){uni.hideLoading(),uni.showToast({title:e,icon:"none",duration:1500})}})}))};var u=s;t.default=u}).call(this,r("0de9")["default"])},b3fb:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("112e"));function i(e){return e&&e.__esModule?e:{default:e}}var a={name:"u-radio-group",mixins:[n.default],props:{disabled:{type:Boolean,default:!1},value:{type:[String,Number],default:""},activeColor:{type:String,default:"#2979ff"},size:{type:[String,Number],default:34},labelDisabled:{type:Boolean,default:!1},shape:{type:String,default:"circle"},iconSize:{type:[String,Number],default:20},width:{type:[String,Number],default:"auto"},wrap:{type:Boolean,default:!1}},created:function(){this.children=[]},watch:{parentData:function(){this.children.length&&this.children.map((function(e){"function"==typeof e.updateParentData&&e.updateParentData()}))}},computed:{parentData:function(){return[this.value,this.disabled,this.activeColor,this.size,this.labelDisabled,this.shape,this.iconSize,this.width,this.wrap]}},methods:{setValue:function(e){var t=this;this.children.map((function(t){t.parentData.value!=e&&(t.parentData.value="")})),this.$emit("input",e),this.$emit("change",e),setTimeout((function(){t.dispatch("u-form-item","on-form-change",e)}),60)}}};t.default=a},b3fe:function(e,t,r){var n=r("e1bd");function i(e){return ee.length)return null;r=e.readUInt8(t+1),i=2}else if(a===n.OP_PUSHDATA2){if(t+3>e.length)return null;r=e.readUInt16LE(t+1),i=3}else{if(t+5>e.length)return null;if(a!==n.OP_PUSHDATA4)throw new Error("Unexpected opcode");r=e.readUInt32LE(t+1),i=5}return{opcode:a,number:r,size:i}}e.exports={encodingLength:i,encode:a,decode:o}},b455:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^[a-f0-9]{32}$/;function o(e){return(0,n.default)(e),a.test(e)}e.exports=t.default,e.exports.default=t.default},b45d:function(e,t,r){"use strict";r.r(t);var n=r("347f"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},b492:function(e,t){e.exports="/static/tongyonh/bit.png"},b4cd:function(e,t,r){(function(t){var n=function(){function e(e,t){var r=[],n=!0,i=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(n=(o=s.next()).done);n=!0)if(r.push(o.value),t&&r.length===t)break}catch(u){i=!0,a=u}finally{try{!n&&s["return"]&&s["return"]()}finally{if(i)throw a}}return r}return function(t,r){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=r("2f5b"),a=r("9e31"),o=r("3337"),s=r("e562"),u=new o.ec("secp256k1"),c=r("f252"),l=c.keccak256,f=c.keccak256s,d=function(e){var t=l(i.concat(i.random(32),e||i.random(32))),r=i.concat(i.concat(i.random(32),t),i.random(32)),n=l(r);return p(n)},h=function(e){for(var t=f(e.slice(2)),r="0x",n=0;n<40;n++)r+=parseInt(t[n+2],16)>7?e[n+2].toUpperCase():e[n+2];return r},p=function(e){var r=new t(e.slice(2),"hex"),n=u.keyFromPrivate(r),i="0x"+n.getPublic(!1,"hex").slice(2),a=l(i),o=h("0x"+a.slice(-40));return{address:o,privateKey:e}},v=function(e){var t=n(e,3),r=t[0],a=t[1],o=t[2];return i.flatten([a,o,r])},m=function(e){return[i.slice(64,65,e),i.slice(0,32,e),i.slice(32,64,e)]},b=function(e){return function(r,n){var a=u.keyFromPrivate(new t(n.slice(2),"hex")).sign(new t(r.slice(2),"hex"),{canonical:!0});return v([i.pad(1,i.fromNumber(e+a.recoveryParam)),i.pad(32,i.fromNat("0x"+a.r.toString(16))),i.pad(32,i.fromNat("0x"+a.s.toString(16)))])}},g=b(27),y=function(e,r){var n=m(r),a={v:i.toNumber(n[0]),r:n[1].slice(2),s:n[2].slice(2)},o=u.recoverPubKey(new t(e.slice(2),"hex"),a,a.v<2?a.v:1-a.v%2),s="0x"+o.encode("hex",!1).slice(2),c=l(s),f=h("0x"+c.slice(-40));return f},w=function(e){return s.encode([i.fromNat(e.nonce),i.fromNat(e.gasPrice),i.fromNat(e.gas),e.to.toLowerCase(),i.fromNat(e.value),e.data,i.fromNat(e.chainId||"0x1"),"0x","0x"])},_=function(e,t){var r=w(e),n=b(2*a.toNumber(e.chainId||"0x1")+35)(l(r),t),i=s.decode(r).slice(0,6).concat(m(n));return s.encode(i)},k=function(e){var t=s.decode(e),r=v(t.slice(6,9)),n=i.toNumber(t[6]),a=n<35?[]:[i.fromNumber(n-35>>1),"0x","0x"],o=t.slice(0,6).concat(a),u=s.encode(o);return y(l(u),r)};e.exports={create:d,toChecksum:h,fromPrivate:p,sign:g,recover:y,signTransaction:_,recoverTransaction:k,transactionSigningData:w,encodeSignature:v,decodeSignature:m}}).call(this,r("b639").Buffer)},b4de:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="bytes/5.5.0";t.version=n},b4e8:function(e){e.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},b509:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("9cbc"),i=r("352b"),a=r("e991"),o=r("be2c"),s=r("36a1"),u=a.OPS,c=r("7307"),l=r("2130"),f=e.alloc(0);function d(e,t){return e.length===t.length&&e.every((function(e,r){return e.equals(t[r])}))}function h(t){return!(!e.isBuffer(t)||65!==t.length||4!==t[0]||!c.isPoint(t))}function p(t,r){if(!t.address&&!t.hash&&!t.output&&!t.redeem&&!t.witness)throw new TypeError("Not enough data");r=Object.assign({validate:!0},r||{}),s({network:s.maybe(s.Object),address:s.maybe(s.String),hash:s.maybe(s.BufferN(32)),output:s.maybe(s.BufferN(34)),redeem:s.maybe({input:s.maybe(s.Buffer),network:s.maybe(s.Object),output:s.maybe(s.Buffer),witness:s.maybe(s.arrayOf(s.Buffer))}),input:s.maybe(s.BufferN(0)),witness:s.maybe(s.arrayOf(s.Buffer))},t);var c=o.value((function(){var r=l.decode(t.address),n=r.words.shift(),i=l.fromWords(r.words);return{version:n,prefix:r.prefix,data:e.from(i)}})),p=o.value((function(){return a.decompile(t.redeem.input)})),v=t.network;v||(v=t.redeem&&t.redeem.network||i.bitcoin);var m={network:v};if(o.prop(m,"address",(function(){if(m.hash){var e=l.toWords(m.hash);return e.unshift(0),l.encode(v.bech32,e)}})),o.prop(m,"hash",(function(){return t.output?t.output.slice(2):t.address?c().data:m.redeem&&m.redeem.output?n.sha256(m.redeem.output):void 0})),o.prop(m,"output",(function(){if(m.hash)return a.compile([u.OP_0,m.hash])})),o.prop(m,"redeem",(function(){if(t.witness)return{output:t.witness[t.witness.length-1],input:f,witness:t.witness.slice(0,-1)}})),o.prop(m,"input",(function(){if(m.witness)return f})),o.prop(m,"witness",(function(){if(t.redeem&&t.redeem.input&&t.redeem.input.length>0&&t.redeem.output&&t.redeem.output.length>0){var e=a.toStack(p());return m.redeem=Object.assign({witness:e},t.redeem),m.redeem.input=f,[].concat(e,t.redeem.output)}if(t.redeem&&t.redeem.output&&t.redeem.witness)return[].concat(t.redeem.witness,t.redeem.output)})),o.prop(m,"name",(function(){var e=["p2wsh"];return void 0!==m.redeem&&e.push(m.redeem.name),e.join("-")})),r.validate){var b=e.from([]);if(t.address){if(c().prefix!==v.bech32)throw new TypeError("Invalid prefix or Network mismatch");if(0!==c().version)throw new TypeError("Invalid address version");if(32!==c().data.length)throw new TypeError("Invalid address data");b=c().data}if(t.hash){if(b.length>0&&!b.equals(t.hash))throw new TypeError("Hash mismatch");b=t.hash}if(t.output){if(34!==t.output.length||t.output[0]!==u.OP_0||32!==t.output[1])throw new TypeError("Output is invalid");var g=t.output.slice(2);if(b.length>0&&!b.equals(g))throw new TypeError("Hash mismatch");b=g}if(t.redeem){if(t.redeem.network&&t.redeem.network!==v)throw new TypeError("Network mismatch");if(t.redeem.input&&t.redeem.input.length>0&&t.redeem.witness&&t.redeem.witness.length>0)throw new TypeError("Ambiguous witness source");if(t.redeem.output){if(0===a.decompile(t.redeem.output).length)throw new TypeError("Redeem.output is invalid");var y=n.sha256(t.redeem.output);if(b.length>0&&!b.equals(y))throw new TypeError("Hash mismatch");b=y}if(t.redeem.input&&!a.isPushOnly(p()))throw new TypeError("Non push-only scriptSig");if(t.witness&&t.redeem.witness&&!d(t.witness,t.redeem.witness))throw new TypeError("Witness and redeem.witness mismatch");if(t.redeem.input&&p().some(h)||t.redeem.output&&(a.decompile(t.redeem.output)||[]).some(h))throw new TypeError("redeem.input or redeem.output contains uncompressed pubkey")}if(t.witness&&t.witness.length>0){var w=t.witness[t.witness.length-1];if(t.redeem&&t.redeem.output&&!t.redeem.output.equals(w))throw new TypeError("Witness and redeem.output mismatch");if(t.witness.some(h)||(a.decompile(w)||[]).some(h))throw new TypeError("Witness contains uncompressed pubkey")}}return Object.assign(m,t)}t.p2wsh=p}).call(this,r("b639").Buffer)},b525:function(e,t,r){"use strict";var n=r("c3c0"),i=r("edc9"),a=r("da3e"),o=n.rotr64_hi,s=n.rotr64_lo,u=n.shr64_hi,c=n.shr64_lo,l=n.sum64,f=n.sum64_hi,d=n.sum64_lo,h=n.sum64_4_hi,p=n.sum64_4_lo,v=n.sum64_5_hi,m=n.sum64_5_lo,b=i.BlockHash,g=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function y(){if(!(this instanceof y))return new y;b.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=g,this.W=new Array(160)}function w(e,t,r,n,i){var a=e&r^~e&i;return a<0&&(a+=4294967296),a}function _(e,t,r,n,i,a){var o=t&n^~t&a;return o<0&&(o+=4294967296),o}function k(e,t,r,n,i){var a=e&r^e&i^r&i;return a<0&&(a+=4294967296),a}function x(e,t,r,n,i,a){var o=t&n^t&a^n&a;return o<0&&(o+=4294967296),o}function S(e,t){var r=o(e,t,28),n=o(t,e,2),i=o(t,e,7),a=r^n^i;return a<0&&(a+=4294967296),a}function A(e,t){var r=s(e,t,28),n=s(t,e,2),i=s(t,e,7),a=r^n^i;return a<0&&(a+=4294967296),a}function E(e,t){var r=o(e,t,14),n=o(e,t,18),i=o(t,e,9),a=r^n^i;return a<0&&(a+=4294967296),a}function C(e,t){var r=s(e,t,14),n=s(e,t,18),i=s(t,e,9),a=r^n^i;return a<0&&(a+=4294967296),a}function P(e,t){var r=o(e,t,1),n=o(e,t,8),i=u(e,t,7),a=r^n^i;return a<0&&(a+=4294967296),a}function T(e,t){var r=s(e,t,1),n=s(e,t,8),i=c(e,t,7),a=r^n^i;return a<0&&(a+=4294967296),a}function O(e,t){var r=o(e,t,19),n=o(t,e,29),i=u(e,t,6),a=r^n^i;return a<0&&(a+=4294967296),a}function I(e,t){var r=s(e,t,19),n=s(t,e,29),i=c(e,t,6),a=r^n^i;return a<0&&(a+=4294967296),a}n.inherits(y,b),e.exports=y,y.blockSize=1024,y.outSize=512,y.hmacStrength=192,y.padLength=128,y.prototype._prepareBlock=function(e,t){for(var r=this.W,n=0;n<32;n++)r[n]=e[t+n];for(;n>>32-t}function v(e,t,r,n,i,a,o,s){return p(e+(t^r^n)+a+o|0,s)+i|0}function m(e,t,r,n,i,a,o,s){return p(e+(t&r|~t&n)+a+o|0,s)+i|0}function b(e,t,r,n,i,a,o,s){return p(e+((t|~r)^n)+a+o|0,s)+i|0}function g(e,t,r,n,i,a,o,s){return p(e+(t&n|r&~n)+a+o|0,s)+i|0}function y(e,t,r,n,i,a,o,s){return p(e+(t^(r|~n))+a+o|0,s)+i|0}i(h,a),h.prototype._update=function(){for(var e=o,t=0;t<16;++t)e[t]=this._block.readInt32LE(4*t);for(var r=0|this._a,n=0|this._b,i=0|this._c,a=0|this._d,h=0|this._e,w=0|this._a,_=0|this._b,k=0|this._c,x=0|this._d,S=0|this._e,A=0;A<80;A+=1){var E,C;A<16?(E=v(r,n,i,a,h,e[s[A]],f[0],c[A]),C=y(w,_,k,x,S,e[u[A]],d[0],l[A])):A<32?(E=m(r,n,i,a,h,e[s[A]],f[1],c[A]),C=g(w,_,k,x,S,e[u[A]],d[1],l[A])):A<48?(E=b(r,n,i,a,h,e[s[A]],f[2],c[A]),C=b(w,_,k,x,S,e[u[A]],d[2],l[A])):A<64?(E=g(r,n,i,a,h,e[s[A]],f[3],c[A]),C=m(w,_,k,x,S,e[u[A]],d[3],l[A])):(E=y(r,n,i,a,h,e[s[A]],f[4],c[A]),C=v(w,_,k,x,S,e[u[A]],d[4],l[A])),r=h,h=a,a=p(i,10),i=n,n=E,w=S,S=x,x=p(k,10),k=_,_=C}var P=this._b+i+x|0;this._b=this._c+a+S|0,this._c=this._d+h+w|0,this._d=this._e+r+_|0,this._e=this._a+n+k|0,this._a=P},h.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=n.alloc?n.alloc(20):new n(20);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e.writeInt32LE(this._e,16),e},e.exports=h},b5ef:function(e,t,r){"use strict";var n=r("4a59");function i(){this.handlers=[]}i.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){n.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},b639:function(e,t,r){"use strict";(function(e){ /*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh * @license MIT */ var n=r("1fb5"),i=r("9152"),a=r("e3db");function o(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"===typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(t){return!1}}function s(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function u(e,t){if(s()=s())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s().toString(16)+" bytes");return 0|e}function y(e){return+e!=e&&(e=0),c.alloc(+e)}function w(e,t){if(c.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return J(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return Q(e).length;default:if(n)return J(e).length;t=(""+t).toLowerCase(),n=!0}}function _(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if(r>>>=0,t>>>=0,r<=t)return"";e||(e="utf8");while(1)switch(e){case"hex":return M(this,t,r);case"utf8":case"utf-8":return j(this,t,r);case"ascii":return R(this,t,r);case"latin1":case"binary":return $(this,t,r);case"base64":return I(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return U(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function k(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function x(e,t,r,n,i){if(0===e.length)return-1;if("string"===typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0){if(!i)return-1;r=0}if("string"===typeof t&&(t=c.from(t,n)),c.isBuffer(t))return 0===t.length?-1:S(e,t,r,n,i);if("number"===typeof t)return t&=255,c.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):S(e,[t],r,n,i);throw new TypeError("val must be string, number or Buffer")}function S(e,t,r,n,i){var a,o=1,s=e.length,u=t.length;if(void 0!==n&&(n=String(n).toLowerCase(),"ucs2"===n||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;o=2,s/=2,u/=2,r/=2}function c(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}if(i){var l=-1;for(a=r;as&&(r=s-u),a=r;a>=0;a--){for(var f=!0,d=0;di&&(n=i)):n=i;var a=t.length;if(a%2!==0)throw new TypeError("Invalid hex string");n>a/2&&(n=a/2);for(var o=0;o239?4:c>223?3:c>191?2:1;if(i+f<=r)switch(f){case 1:c<128&&(l=c);break;case 2:a=e[i+1],128===(192&a)&&(u=(31&c)<<6|63&a,u>127&&(l=u));break;case 3:a=e[i+1],o=e[i+2],128===(192&a)&&128===(192&o)&&(u=(15&c)<<12|(63&a)<<6|63&o,u>2047&&(u<55296||u>57343)&&(l=u));break;case 4:a=e[i+1],o=e[i+2],s=e[i+3],128===(192&a)&&128===(192&o)&&128===(192&s)&&(u=(15&c)<<18|(63&a)<<12|(63&o)<<6|63&s,u>65535&&u<1114112&&(l=u))}null===l?(l=65533,f=1):l>65535&&(l-=65536,n.push(l>>>10&1023|55296),l=56320|1023&l),n.push(l),i+=f}return N(n)}t.Buffer=c,t.SlowBuffer=y,t.INSPECT_MAX_BYTES=50,c.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:o(),t.kMaxLength=s(),c.poolSize=8192,c._augment=function(e){return e.__proto__=c.prototype,e},c.from=function(e,t,r){return l(null,e,t,r)},c.TYPED_ARRAY_SUPPORT&&(c.prototype.__proto__=Uint8Array.prototype,c.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&c[Symbol.species]===c&&Object.defineProperty(c,Symbol.species,{value:null,configurable:!0})),c.alloc=function(e,t,r){return d(null,e,t,r)},c.allocUnsafe=function(e){return h(null,e)},c.allocUnsafeSlow=function(e){return h(null,e)},c.isBuffer=function(e){return!(null==e||!e._isBuffer)},c.compare=function(e,t){if(!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,n=t.length,i=0,a=Math.min(r,n);i0&&(e=this.toString("hex",0,r).match(/.{2}/g).join(" "),this.length>r&&(e+=" ... ")),""},c.prototype.compare=function(e,t,r,n,i){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===i&&(i=this.length),t<0||r>e.length||n<0||i>this.length)throw new RangeError("out of range index");if(n>=i&&t>=r)return 0;if(n>=i)return-1;if(t>=r)return 1;if(t>>>=0,r>>>=0,n>>>=0,i>>>=0,this===e)return 0;for(var a=i-n,o=r-t,s=Math.min(a,o),u=this.slice(n,i),l=e.slice(t,r),f=0;fi)&&(r=i),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var a=!1;;)switch(n){case"hex":return A(this,e,t,r);case"utf8":case"utf-8":return E(this,e,t,r);case"ascii":return C(this,e,t,r);case"latin1":case"binary":return P(this,e,t,r);case"base64":return T(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return O(this,e,t,r);default:if(a)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),a=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var B=4096;function N(e){var t=e.length;if(t<=B)return String.fromCharCode.apply(String,e);var r="",n=0;while(nn)&&(r=n);for(var i="",a=t;ar)throw new RangeError("Trying to access beyond buffer length")}function L(e,t,r,n,i,a){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||te.length)throw new RangeError("Index out of range")}function D(e,t,r,n){t<0&&(t=65535+t+1);for(var i=0,a=Math.min(e.length-r,2);i>>8*(n?i:1-i)}function z(e,t,r,n){t<0&&(t=4294967295+t+1);for(var i=0,a=Math.min(e.length-r,4);i>>8*(n?i:3-i)&255}function H(e,t,r,n,i,a){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function q(e,t,r,n,a){return a||H(e,t,r,4,34028234663852886e22,-34028234663852886e22),i.write(e,t,r,n,23,4),r+4}function W(e,t,r,n,a){return a||H(e,t,r,8,17976931348623157e292,-17976931348623157e292),i.write(e,t,r,n,52,8),r+8}c.prototype.slice=function(e,t){var r,n=this.length;if(e=~~e,t=void 0===t?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t0&&(i*=256))n+=this[e+--t]*i;return n},c.prototype.readUInt8=function(e,t){return t||F(e,1,this.length),this[e]},c.prototype.readUInt16LE=function(e,t){return t||F(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUInt16BE=function(e,t){return t||F(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUInt32LE=function(e,t){return t||F(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUInt32BE=function(e,t){return t||F(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||F(e,t,this.length);var n=this[e],i=1,a=0;while(++a=i&&(n-=Math.pow(2,8*t)),n},c.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||F(e,t,this.length);var n=t,i=1,a=this[e+--n];while(n>0&&(i*=256))a+=this[e+--n]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*t)),a},c.prototype.readInt8=function(e,t){return t||F(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){t||F(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},c.prototype.readInt16BE=function(e,t){t||F(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},c.prototype.readInt32LE=function(e,t){return t||F(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return t||F(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readFloatLE=function(e,t){return t||F(e,4,this.length),i.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return t||F(e,4,this.length),i.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return t||F(e,8,this.length),i.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return t||F(e,8,this.length),i.read(this,e,!1,52,8)},c.prototype.writeUIntLE=function(e,t,r,n){if(e=+e,t|=0,r|=0,!n){var i=Math.pow(2,8*r)-1;L(this,e,t,r,i,0)}var a=1,o=0;this[t]=255&e;while(++o=0&&(o*=256))this[t+a]=e/o&255;return t+r},c.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,1,255,0),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},c.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):D(this,e,t,!0),t+2},c.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):D(this,e,t,!1),t+2},c.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):z(this,e,t,!0),t+4},c.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):z(this,e,t,!1),t+4},c.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var i=Math.pow(2,8*r-1);L(this,e,t,r,i-1,-i)}var a=0,o=1,s=0;this[t]=255&e;while(++a>0)-s&255;return t+r},c.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var i=Math.pow(2,8*r-1);L(this,e,t,r,i-1,-i)}var a=r-1,o=1,s=0;this[t+a]=255&e;while(--a>=0&&(o*=256))e<0&&0===s&&0!==this[t+a+1]&&(s=1),this[t+a]=(e/o>>0)-s&255;return t+r},c.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,1,127,-128),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):D(this,e,t,!0),t+2},c.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):D(this,e,t,!1),t+2},c.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,4,2147483647,-2147483648),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):z(this,e,t,!0),t+4},c.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||L(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):z(this,e,t,!1),t+4},c.prototype.writeFloatLE=function(e,t,r){return q(this,e,t,!0,r)},c.prototype.writeFloatBE=function(e,t,r){return q(this,e,t,!1,r)},c.prototype.writeDoubleLE=function(e,t,r){return W(this,e,t,!0,r)},c.prototype.writeDoubleBE=function(e,t,r){return W(this,e,t,!1,r)},c.prototype.copy=function(e,t,r,n){if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t=0;--i)e[i+t]=this[i+r];else if(a<1e3||!c.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"===typeof e)for(a=t;a55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&a.push(239,191,189);continue}if(o+1===n){(t-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&a.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(t-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;a.push(r)}else if(r<2048){if((t-=2)<0)break;a.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;a.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return a}function Y(e){for(var t=[],r=0;r>8,i=r%256,a.push(i),a.push(n)}return a}function Q(e){return n.toByteArray(V(e))}function ee(e,t,r,n){for(var i=0;i=t.length||i>=e.length)break;t[i+r]=e[i]}return i}function te(e){return e!==e}}).call(this,r("c8ba"))},b649:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uCheckboxGroup:r("2f92").default,uCheckbox:r("2d72").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[n("image",{staticClass:e._$s(2,"sc","renYou"),attrs:{src:e._$s(2,"a-src",r("ab7a")),_i:2},slot:"logo"}),n("text",{staticClass:e._$s(3,"sc","big_title"),attrs:{_i:3}})]),n("view",{staticClass:e._$s(4,"sc","main"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","item flex"),attrs:{_i:5}},[n("view",{staticClass:e._$s(6,"sc","textcon flex"),attrs:{_i:6}},[n("image",{staticClass:e._$s(7,"sc","img1"),attrs:{src:e._$s(7,"a-src",r("88fd")),_i:7}}),n("view",{staticClass:e._$s(8,"sc","bigcon"),attrs:{_i:8}},[n("view",{staticClass:e._$s(9,"sc","text1"),attrs:{_i:9}}),n("view",{staticClass:e._$s(10,"sc","text1"),attrs:{_i:10}})])]),n("view",{staticClass:e._$s(11,"sc","btncon"),attrs:{_i:11}},[n("image",{staticClass:e._$s(12,"sc","img2"),attrs:{src:e._$s(12,"a-src",r("9653")),_i:12}}),n("view",{staticClass:e._$s(13,"sc","text"),attrs:{_i:13}})])]),n("view",{staticClass:e._$s(14,"sc","item flex"),attrs:{_i:14}},[n("view",{staticClass:e._$s(15,"sc","textcon flex"),attrs:{_i:15}},[e._e(),n("view",{staticClass:e._$s(17,"sc","bigcon"),attrs:{_i:17}},[n("view",{staticClass:e._$s(18,"sc","text1"),attrs:{_i:18}}),n("view",{staticClass:e._$s(19,"sc","text1"),attrs:{_i:19}})])]),n("view",{staticClass:e._$s(20,"sc","btncon"),attrs:{_i:20}},[n("image",{staticClass:e._$s(21,"sc","img2"),attrs:{src:e._$s(21,"a-src",r("9653")),_i:21}}),n("view",{staticClass:e._$s(22,"sc","text"),attrs:{_i:22}})])])]),n("view",{staticClass:e._$s(23,"sc","show_bottom"),attrs:{_i:23}},[n("view",{staticClass:e._$s(24,"sc","tiao"),attrs:{_i:24}}),n("view",{staticClass:e._$s(25,"sc","title"),attrs:{_i:25}}),n("view",{staticClass:e._$s(26,"sc","bottom_con"),attrs:{_i:26}},[n("u-checkbox-group",{attrs:{_i:27},on:{change:e.checkboxGroupChange}},e._l(e._$s(28,"f",{forItems:e.list}),(function(t,r,i,a){return n("u-checkbox",{key:e._$s(28,"f",{forIndex:i,key:r}),attrs:{name:t.name,shape:"circle",size:"48",wrap:!0,"active-color":"#5B53FF",_i:"28-"+a},on:{change:e.checkboxChange},model:{value:e._$s("28-"+a,"v-model",t.checked),callback:function(r){e.$set(t,"checked",r)},expression:"item.checked"}},[n("view",{staticClass:e._$s("29-"+a,"sc","sss"),attrs:{_i:"29-"+a}},[e._v(e._$s("29-"+a,"t0-0",e._s(t.name)))]),e._$s("30-"+a,"i",t.checked)?n("input",{staticClass:e._$s("30-"+a,"sc","input1"),attrs:{_i:"30-"+a}}):e._e()])})),1),n("view",{staticClass:e._$s(31,"sc","conf"),attrs:{_i:31}})],1)]),n("u-mask",{attrs:{"z-index":"10",show:e.show,_i:32},on:{click:function(t){e.show=!1}}}),e._e()],1)},a=[]},b665:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={uIcon:r("755a").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",{staticClass:e._$s(0,"sc","u-checkbox"),style:e._$s(0,"s",[e.checkboxStyle]),attrs:{_i:0}},[r("view",{staticClass:e._$s(1,"sc","u-checkbox__icon-wrap"),class:e._$s(1,"c",[e.iconClass]),style:e._$s(1,"s",[e.iconStyle]),attrs:{_i:1},on:{click:e.toggle}},[r("u-icon",{staticClass:e._$s(2,"sc","u-checkbox__icon-wrap__icon"),attrs:{name:"checkbox-mark",size:e.checkboxIconSize,color:e.iconColor,_i:2}})],1),r("view",{staticClass:e._$s(3,"sc","u-checkbox__label"),style:e._$s(3,"s",{fontSize:e.$u.addUnit(e.labelSize)}),attrs:{_i:3},on:{click:e.onClickLabel}},[e._t("default",null,{_i:4})],2)])},a=[]},b672:function(e,t,r){var n=r("8707").Buffer;function i(e,t){this._block=n.alloc(e),this._finalSize=t,this._blockSize=e,this._len=0}i.prototype.update=function(e,t){"string"===typeof e&&(t=t||"utf8",e=n.from(e,t));for(var r=this._block,i=this._blockSize,a=e.length,o=this._len,s=0;s=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=8*this._len;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var n=(4294967295&r)>>>0,i=(r-n)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var a=this._hash();return e?a.toString(e):a},i.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=i},b692:function(e,t,r){var n=r("8707").Buffer,i=r("98e6"),a=r("e372"),o=r("3fb5"),s=r("6fe7"),u=r("980c"),c=r("b4e8");function l(e){a.Writable.call(this);var t=c[e];if(!t)throw new Error("Unknown message digest");this._hashType=t.hash,this._hash=i(t.hash),this._tag=t.id,this._signType=t.sign}function f(e){a.Writable.call(this);var t=c[e];if(!t)throw new Error("Unknown message digest");this._hash=i(t.hash),this._tag=t.id,this._signType=t.sign}function d(e){return new l(e)}function h(e){return new f(e)}Object.keys(c).forEach((function(e){c[e].id=n.from(c[e].id,"hex"),c[e.toLowerCase()]=c[e]})),o(l,a.Writable),l.prototype._write=function(e,t,r){this._hash.update(e),r()},l.prototype.update=function(e,t){return"string"===typeof e&&(e=n.from(e,t)),this._hash.update(e),this},l.prototype.sign=function(e,t){this.end();var r=this._hash.digest(),n=s(r,e,this._hashType,this._signType,this._tag);return t?n.toString(t):n},o(f,a.Writable),f.prototype._write=function(e,t,r){this._hash.update(e),r()},f.prototype.update=function(e,t){return"string"===typeof e&&(e=n.from(e,t)),this._hash.update(e),this},f.prototype.verify=function(e,t,r){"string"===typeof t&&(t=n.from(t,r)),this.end();var i=this._hash.digest();return u(t,i,e,this._signType,this._tag)},e.exports={Sign:d,Verify:h,createSign:d,createVerify:h}},b6e7:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uRadioGroup:r("d799").default,uRadio:r("069a").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,bgnum:!1,_i:1}},[n("image",{staticClass:e._$s(2,"sc","renYou"),attrs:{src:e._$s(2,"a-src",r("ab7a")),_i:2},slot:"logo"}),e._v("")]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","main_con"),attrs:{_i:4}},[n("u-radio-group",{attrs:{_i:5},on:{change:e.radioGroupChange},model:{value:e._$s(5,"v-model",e.value),callback:function(t){e.value=t},expression:"value"}},e._l(e._$s(6,"f",{forItems:e.list}),(function(t,r,i,a){return n("view",{key:e._$s(6,"f",{forIndex:i,key:r}),staticClass:e._$s("6-"+a,"sc","item flex"),attrs:{_i:"6-"+a},on:{click:function(t){return e.handove("en")}}},[n("u-radio",{attrs:{name:t.name,disabled:t.disabled,"active-color":"#5B53FF",_i:"7-"+a},on:{change:e.radioChange}},[n("view",{staticClass:e._$s("8-"+a,"sc","sp1"),attrs:{_i:"8-"+a}},[e._v(e._$s("8-"+a,"t0-0",e._s(t.name)))]),n("view",{staticClass:e._$s("9-"+a,"sc","sp2"),attrs:{_i:"9-"+a}},[e._v(e._$s("9-"+a,"t0-0",e._s(t.link)))])]),n("view",{staticClass:e._$s("10-"+a,"sc","item_con flex2"),attrs:{_i:"10-"+a}},[n("view",{staticClass:e._$s("11-"+a,"sc","text1"),attrs:{_i:"11-"+a}}),n("view",{staticClass:e._$s("12-"+a,"sc","color_con red"),attrs:{_i:"12-"+a}}),n("view",{staticClass:e._$s("13-"+a,"sc","text2"),attrs:{_i:"13-"+a}})])],1)})),0),n("view",{staticClass:e._$s(14,"sc","select_btn"),attrs:{_i:14}})],1)])],1)},a=[]},b724:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="bignumber/5.5.0";t.version=n},b73f:function(e,t,r){"use strict";var n=r("399f"),i=r("f3a3"),a=i.assert;function o(e,t){if(e instanceof o)return e;this._importDER(e,t)||(a(e.r&&e.s,"Signature without r or s"),this.r=new n(e.r,16),this.s=new n(e.s,16),void 0===e.recoveryParam?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}function s(){this.place=0}function u(e,t){var r=e[t.place++];if(!(128&r))return r;for(var n=15&r,i=0,a=0,o=t.place;a>>3);e.push(128|r);while(--r)e.push(t>>>(r<<3)&255);e.push(t)}}e.exports=o,o.prototype._importDER=function(e,t){e=i.toArray(e,t);var r=new s;if(48!==e[r.place++])return!1;var a=u(e,r);if(a+r.place!==e.length)return!1;if(2!==e[r.place++])return!1;var o=u(e,r),c=e.slice(r.place,o+r.place);if(r.place+=o,2!==e[r.place++])return!1;var l=u(e,r);if(e.length!==l+r.place)return!1;var f=e.slice(r.place,l+r.place);return 0===c[0]&&128&c[1]&&(c=c.slice(1)),0===f[0]&&128&f[1]&&(f=f.slice(1)),this.r=new n(c),this.s=new n(f),this.recoveryParam=null,!0},o.prototype.toDER=function(e){var t=this.r.toArray(),r=this.s.toArray();128&t[0]&&(t=[0].concat(t)),128&r[0]&&(r=[0].concat(r)),t=c(t),r=c(r);while(!r[0]&&!(128&r[1]))r=r.slice(1);var n=[2];l(n,t.length),n=n.concat(t),n.push(2),l(n,r.length);var a=n.concat(r),o=[48];return l(o,a.length),o=o.concat(a),i.encode(o,e)}},b757:function(e,t,r){"use strict";e.exports=function(e,t,r,n,i){return e.config=t,r&&(e.code=r),e.request=n,e.response=i,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e}},b7d1:function(e,t,r){(function(t){function r(e,t){if(n("noDeprecation"))return e;var r=!1;function i(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}return i}function n(e){try{if(!t.localStorage)return!1}catch(n){return!1}var r=t.localStorage[e];return null!=r&&"true"===String(r).toLowerCase()}e.exports=r}).call(this,r("c8ba"))},b830:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"logger",{enumerable:!0,get:function(){return n.logger}}),Object.defineProperty(t,"Wordlist",{enumerable:!0,get:function(){return n.Wordlist}}),Object.defineProperty(t,"wordlists",{enumerable:!0,get:function(){return i.wordlists}});var n=r("0975"),i=r("d24b")},b837:function(e,t,r){var n=r("3fb5"),i=r("4fd1"),a=r("b672"),o=r("8707").Buffer,s=new Array(160);function u(){this.init(),this._w=s,a.call(this,128,112)}n(u,i),u.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},u.prototype._hash=function(){var e=o.allocUnsafe(48);function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e},e.exports=u},b845:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"u-badge",props:{type:{type:String,default:"error"},size:{type:String,default:"default"},isDot:{type:Boolean,default:!1},count:{type:[Number,String]},overflowCount:{type:Number,default:99},showZero:{type:Boolean,default:!1},offset:{type:Array,default:function(){return[20,20]}},absolute:{type:Boolean,default:!0},fontSize:{type:[String,Number],default:"24"},color:{type:String,default:"#ffffff"},bgColor:{type:String,default:""},isCenter:{type:Boolean,default:!1}},computed:{boxStyle:function(){var e={};return this.isCenter?(e.top=0,e.right=0,e.transform="translateY(-50%) translateX(50%)"):(e.top=this.offset[0]+"rpx",e.right=this.offset[1]+"rpx",e.transform="translateY(0) translateX(0)"),"mini"==this.size&&(e.transform=e.transform+" scale(0.8)"),e},showText:function(){return this.isDot?"":this.count>this.overflowCount?"".concat(this.overflowCount,"+"):this.count},show:function(){return 0!=this.count||0!=this.showZero}}};t.default=n},b8b7:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=a(r("b34b")),i=a(r("8b54"));function a(e){return e&&e.__esModule?e:{default:e}}function o(e,t){return(0,n.default)(e),e.indexOf((0,i.default)(t))>=0}e.exports=t.default,e.exports.default=t.default},b8c1:function(e,t){e.exports="/static/tongyonh/create_wallet.png"},b8e1:function(e,t){e.exports=o;var r=128,n=127,i=~n,a=Math.pow(2,31);function o(e,t,n){t=t||[],n=n||0;var s=n;while(e>=a)t[n++]=255&e|r,e/=128;while(e&i)t[n++]=255&e|r,e>>>=7;return t[n]=0|e,o.bytes=n-s+1,t}},b8f4:function(e,t,r){"use strict";var n=r("f513"),i=r("2a22"),a=r("7b9d"),o=r("d35f"),s=r("a588"),u=[["base1","1","","1"],["base2","0",i,"01"],["base8","7",i,"01234567"],["base10","9",i,"0123456789"],["base16","f",a,"0123456789abcdef"],["base32","b",o,"abcdefghijklmnopqrstuvwxyz234567"],["base32pad","c",o,"abcdefghijklmnopqrstuvwxyz234567="],["base32hex","v",o,"0123456789abcdefghijklmnopqrstuv"],["base32hexpad","t",o,"0123456789abcdefghijklmnopqrstuv="],["base32z","h",o,"ybndrfg8ejkmcpqxot1uwisza345h769"],["base58flickr","Z",i,"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"],["base58btc","z",i,"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"],["base64","m",s,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"],["base64pad","M",s,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="],["base64url","u",s,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"],["base64urlpad","U",s,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_="]],c=u.reduce((function(e,t){return e[t[0]]=new n(t[0],t[1],t[2],t[3]),e}),{}),l=u.reduce((function(e,t){return e[t[1]]=c[t[0]],e}),{});e.exports={names:c,codes:l}},b910:function(e,t,r){"use strict";function n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;for(var r in t)"undefined"===typeof e[r]&&(e[r]=t[r]);return e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n,e.exports=t.default,e.exports.default=t.default},b974:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("9cbc"),i=r("352b"),a=r("e991"),o=r("be2c"),s=r("36a1"),u=a.OPS,c=r("7307"),l=r("2130"),f=e.alloc(0);function d(t,r){if(!t.address&&!t.hash&&!t.output&&!t.pubkey&&!t.witness)throw new TypeError("Not enough data");r=Object.assign({validate:!0},r||{}),s({address:s.maybe(s.String),hash:s.maybe(s.BufferN(20)),input:s.maybe(s.BufferN(0)),network:s.maybe(s.Object),output:s.maybe(s.BufferN(22)),pubkey:s.maybe(c.isPoint),signature:s.maybe(a.isCanonicalScriptSignature),witness:s.maybe(s.arrayOf(s.Buffer))},t);var d=o.value((function(){var r=l.decode(t.address),n=r.words.shift(),i=l.fromWords(r.words);return{version:n,prefix:r.prefix,data:e.from(i)}})),h=t.network||i.bitcoin,p={name:"p2wpkh",network:h};if(o.prop(p,"address",(function(){if(p.hash){var e=l.toWords(p.hash);return e.unshift(0),l.encode(h.bech32,e)}})),o.prop(p,"hash",(function(){return t.output?t.output.slice(2,22):t.address?d().data:t.pubkey||p.pubkey?n.hash160(t.pubkey||p.pubkey):void 0})),o.prop(p,"output",(function(){if(p.hash)return a.compile([u.OP_0,p.hash])})),o.prop(p,"pubkey",(function(){return t.pubkey?t.pubkey:t.witness?t.witness[1]:void 0})),o.prop(p,"signature",(function(){if(t.witness)return t.witness[0]})),o.prop(p,"input",(function(){if(p.witness)return f})),o.prop(p,"witness",(function(){if(t.pubkey&&t.signature)return[t.signature,t.pubkey]})),r.validate){var v=e.from([]);if(t.address){if(h&&h.bech32!==d().prefix)throw new TypeError("Invalid prefix or Network mismatch");if(0!==d().version)throw new TypeError("Invalid address version");if(20!==d().data.length)throw new TypeError("Invalid address data");v=d().data}if(t.hash){if(v.length>0&&!v.equals(t.hash))throw new TypeError("Hash mismatch");v=t.hash}if(t.output){if(22!==t.output.length||t.output[0]!==u.OP_0||20!==t.output[1])throw new TypeError("Output is invalid");if(v.length>0&&!v.equals(t.output.slice(2)))throw new TypeError("Hash mismatch");v=t.output.slice(2)}if(t.pubkey){var m=n.hash160(t.pubkey);if(v.length>0&&!v.equals(m))throw new TypeError("Hash mismatch");if(v=m,!c.isPoint(t.pubkey)||33!==t.pubkey.length)throw new TypeError("Invalid pubkey for p2wpkh")}if(t.witness){if(2!==t.witness.length)throw new TypeError("Witness is invalid");if(!a.isCanonicalScriptSignature(t.witness[0]))throw new TypeError("Witness has invalid signature");if(!c.isPoint(t.witness[1])||33!==t.witness[1].length)throw new TypeError("Witness has invalid pubkey");if(t.signature&&!t.signature.equals(t.witness[0]))throw new TypeError("Signature mismatch");if(t.pubkey&&!t.pubkey.equals(t.witness[1]))throw new TypeError("Pubkey mismatch");var b=n.hash160(t.witness[1]);if(v.length>0&&!v.equals(b))throw new TypeError("Hash mismatch")}}return Object.assign(p,t)}t.p2wpkh=d}).call(this,r("b639").Buffer)},b9a8:function(e,t,r){"use strict";var n=r("399f"),i=r("6aa2"),a=r("f3a3"),o=r("0cbb"),s=r("fdac"),u=a.assert,c=r("bb34"),l=r("b73f");function f(e){if(!(this instanceof f))return new f(e);"string"===typeof e&&(u(o.hasOwnProperty(e),"Unknown curve "+e),e=o[e]),e instanceof o.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}e.exports=f,f.prototype.keyPair=function(e){return new c(this,e)},f.prototype.keyFromPrivate=function(e,t){return c.fromPrivate(this,e,t)},f.prototype.keyFromPublic=function(e,t){return c.fromPublic(this,e,t)},f.prototype.genKeyPair=function(e){e||(e={});var t=new i({hash:this.hash,pers:e.pers,persEnc:e.persEnc||"utf8",entropy:e.entropy||s(this.hash.hmacStrength),entropyEnc:e.entropy&&e.entropyEnc||"utf8",nonce:this.n.toArray()}),r=this.n.byteLength(),a=this.n.sub(new n(2));do{var o=new n(t.generate(r));if(!(o.cmp(a)>0))return o.iaddn(1),this.keyFromPrivate(o)}while(1)},f.prototype._truncateToN=function(e,t){var r=8*e.byteLength()-this.n.bitLength();return r>0&&(e=e.ushrn(r)),!t&&e.cmp(this.n)>=0?e.sub(this.n):e},f.prototype.sign=function(e,t,r,a){"object"===typeof r&&(a=r,r=null),a||(a={}),t=this.keyFromPrivate(t,r),e=this._truncateToN(new n(e,16));for(var o=this.n.byteLength(),s=t.getPrivate().toArray("be",o),u=e.toArray("be",o),c=new i({hash:this.hash,entropy:s,nonce:u,pers:a.pers,persEnc:a.persEnc||"utf8"}),f=this.n.sub(new n(1)),d=0;1;d++){var h=a.k?a.k(d):new n(c.generate(this.n.byteLength()));if(h=this._truncateToN(h,!0),!(h.cmpn(1)<=0||h.cmp(f)>=0)){var p=this.g.mul(h);if(!p.isInfinity()){var v=p.getX(),m=v.umod(this.n);if(0!==m.cmpn(0)){var b=h.invm(this.n).mul(m.mul(t.getPrivate()).iadd(e));if(b=b.umod(this.n),0!==b.cmpn(0)){var g=(p.getY().isOdd()?1:0)|(0!==v.cmp(m)?2:0);return a.canonical&&b.cmp(this.nh)>0&&(b=this.n.sub(b),g^=1),new l({r:m,s:b,recoveryParam:g})}}}}}},f.prototype.verify=function(e,t,r,i){e=this._truncateToN(new n(e,16)),r=this.keyFromPublic(r,i),t=new l(t,"hex");var a=t.r,o=t.s;if(a.cmpn(1)<0||a.cmp(this.n)>=0)return!1;if(o.cmpn(1)<0||o.cmp(this.n)>=0)return!1;var s=o.invm(this.n),u=s.mul(e).umod(this.n),c=s.mul(a).umod(this.n);if(!this.curve._maxwellTrick){var f=this.g.mulAdd(u,r.getPublic(),c);return!f.isInfinity()&&0===f.getX().umod(this.n).cmp(a)}f=this.g.jmulAdd(u,r.getPublic(),c);return!f.isInfinity()&&f.eqXToP(a)},f.prototype.recoverPubKey=function(e,t,r,i){u((3&r)===r,"The recovery param is more than two bits"),t=new l(t,i);var a=this.n,o=new n(e),s=t.r,c=t.s,f=1&r,d=r>>1;if(s.cmp(this.curve.p.umod(this.curve.n))>=0&&d)throw new Error("Unable to find sencond key candinate");s=d?this.curve.pointFromX(s.add(this.curve.n),f):this.curve.pointFromX(s,f);var h=t.r.invm(a),p=a.sub(o).mul(h).umod(a),v=c.mul(h).umod(a);return this.g.mulAdd(p,s,v)},f.prototype.getKeyRecoveryParam=function(e,t,r,n){if(t=new l(t,n),null!==t.recoveryParam)return t.recoveryParam;for(var i=0;i<4;i++){var a;try{a=this.recoverPubKey(e,t,i)}catch(e){continue}if(a.eq(r))return i}throw new Error("Unable to find valid recovery factor")}},b9da:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){(0,n.default)(e);var r=t?new RegExp("^[".concat(t,"]+"),"g"):/^\s+/g;return e.replace(r,"")}e.exports=t.default,e.exports.default=t.default},ba10:function(e,t,r){"use strict";var n=Object.prototype.hasOwnProperty,i="~";function a(){}function o(e,t,r){this.fn=e,this.context=t,this.once=r||!1}function s(e,t,r,n,a){if("function"!==typeof r)throw new TypeError("The listener must be a function");var s=new o(r,n||e,a),u=i?i+t:t;return e._events[u]?e._events[u].fn?e._events[u]=[e._events[u],s]:e._events[u].push(s):(e._events[u]=s,e._eventsCount++),e}function u(e,t){0===--e._eventsCount?e._events=new a:delete e._events[t]}function c(){this._events=new a,this._eventsCount=0}Object.create&&(a.prototype=Object.create(null),(new a).__proto__||(i=!1)),c.prototype.eventNames=function(){var e,t,r=[];if(0===this._eventsCount)return r;for(t in e=this._events)n.call(e,t)&&r.push(i?t.slice(1):t);return Object.getOwnPropertySymbols?r.concat(Object.getOwnPropertySymbols(e)):r},c.prototype.listeners=function(e){var t=i?i+e:e,r=this._events[t];if(!r)return[];if(r.fn)return[r.fn];for(var n=0,a=r.length,o=new Array(a);n=0&&(t.throttleRetry=!0),t}return e.result}function T(e){if(e&&0==e.status&&"NOTOK"==e.message&&(e.result||"").toLowerCase().indexOf("rate limit")>=0){var t=new Error("throttled response");throw t.result=JSON.stringify(e),t.throttleRetry=!0,t}if("2.0"!=e.jsonrpc){var r=new Error("invalid response");throw r.result=JSON.stringify(e),r}if(e.error){var n=new Error(e.error.message||"unknown error");throw e.error.code&&(n.code=e.error.code),e.error.data&&(n.data=e.error.data),n}return e.result}function O(e){if("pending"===e)throw new Error("pending not supported");return"latest"===e?e:parseInt(e.substring(2),16)}var I="9D13ZE7XSBTJ94N9BNJ2MA33VMAY2YPIRB";function j(e,t,r){if("call"===e&&t.code===c.Logger.errors.SERVER_ERROR){var n=t.error;if(n&&(n.message.match(/reverted/i)||n.message.match(/VM execution error/i))){var a=n.data;if(a&&(a="0x"+a.replace(/^.*0x/i,"")),(0,i.isHexString)(a))return a;E.throwError("missing revert data in call exception",c.Logger.errors.CALL_EXCEPTION,{error:t,data:"0x"})}}var o=t.message;throw t.code===c.Logger.errors.SERVER_ERROR&&(t.error&&"string"===typeof t.error.message?o=t.error.message:"string"===typeof t.body?o=t.body:"string"===typeof t.responseText&&(o=t.responseText)),o=(o||"").toLowerCase(),o.match(/insufficient funds/)&&E.throwError("insufficient funds for intrinsic transaction cost",c.Logger.errors.INSUFFICIENT_FUNDS,{error:t,method:e,transaction:r}),o.match(/same hash was already imported|transaction nonce is too low|nonce too low/)&&E.throwError("nonce has already been used",c.Logger.errors.NONCE_EXPIRED,{error:t,method:e,transaction:r}),o.match(/another transaction with same nonce/)&&E.throwError("replacement fee too low",c.Logger.errors.REPLACEMENT_UNDERPRICED,{error:t,method:e,transaction:r}),o.match(/execution failed due to an exception|execution reverted/)&&E.throwError("cannot estimate gas; transaction may fail or may require manual gas limit",c.Logger.errors.UNPREDICTABLE_GAS_LIMIT,{error:t,method:e,transaction:r}),t}var B=function(e){g(r,e);var t=w(r);function r(e,n){var i;return h(this,r),E.checkNew(this instanceof r?this.constructor:void 0,r),i=t.call(this,e),(0,a.defineReadOnly)(k(i),"baseUrl",i.getBaseUrl()),(0,a.defineReadOnly)(k(i),"apiKey",n||I),i}return v(r,[{key:"getBaseUrl",value:function(){switch(this.network?this.network.name:"invalid"){case"homestead":return"https://api.etherscan.io";case"ropsten":return"https://api-ropsten.etherscan.io";case"rinkeby":return"https://api-rinkeby.etherscan.io";case"kovan":return"https://api-kovan.etherscan.io";case"goerli":return"https://api-goerli.etherscan.io";default:}return E.throwArgumentError("unsupported network","network",name)}},{key:"getUrl",value:function(e,t){var r=Object.keys(t).reduce((function(e,r){var n=t[r];return null!=n&&(e+="&".concat(r,"=").concat(n)),e}),""),n=this.apiKey?"&apikey=".concat(this.apiKey):"";return"".concat(this.baseUrl,"/api?module=").concat(e).concat(r).concat(n)}},{key:"getPostUrl",value:function(){return"".concat(this.baseUrl,"/api")}},{key:"getPostData",value:function(e,t){return t.module=e,t.apikey=this.apiKey,t}},{key:"fetch",value:function(e,t,r){return A(this,void 0,void 0,n.default.mark((function i(){var o,c,l,f,d,h,p=this;return n.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return o=r?this.getPostUrl():this.getUrl(e,t),c=r?this.getPostData(e,t):null,l="proxy"===e?T:P,this.emit("debug",{action:"request",request:o,provider:this}),f={url:o,throttleSlotInterval:1e3,throttleCallback:function(e,t){return p.isCommunityResource()&&(0,u.showThrottleMessage)(),Promise.resolve(!0)}},d=null,c&&(f.headers={"content-type":"application/x-www-form-urlencoded; charset=UTF-8"},d=Object.keys(c).map((function(e){return"".concat(e,"=").concat(c[e])})).join("&")),n.next=9,(0,s.fetchJson)(f,d,l||T);case 9:return h=n.sent,this.emit("debug",{action:"response",request:o,response:(0,a.deepCopy)(h),provider:this}),n.abrupt("return",h);case 12:case"end":return n.stop()}}),i,this)})))}},{key:"detectNetwork",value:function(){return A(this,void 0,void 0,n.default.mark((function e(){return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this.network);case 1:case"end":return e.stop()}}),e,this)})))}},{key:"perform",value:function(e,t){var i=this,a=Object.create(null,{perform:{get:function(){return m(S(r.prototype),"perform",i)}}});return A(this,void 0,void 0,n.default.mark((function r(){var i,o,s,u,l,f,d,h,p;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:r.t0=e,r.next="getBlockNumber"===r.t0?3:"getGasPrice"===r.t0?4:"getBalance"===r.t0?5:"getTransactionCount"===r.t0?6:"getCode"===r.t0?7:"getStorageAt"===r.t0?8:"sendTransaction"===r.t0?9:"getBlock"===r.t0?10:"getTransaction"===r.t0?13:"getTransactionReceipt"===r.t0?14:"call"===r.t0?15:"estimateGas"===r.t0?29:"getLogs"===r.t0?41:"getEtherPrice"===r.t0?65:72;break;case 3:return r.abrupt("return",this.fetch("proxy",{action:"eth_blockNumber"}));case 4:return r.abrupt("return",this.fetch("proxy",{action:"eth_gasPrice"}));case 5:return r.abrupt("return",this.fetch("account",{action:"balance",address:t.address,tag:t.blockTag}));case 6:return r.abrupt("return",this.fetch("proxy",{action:"eth_getTransactionCount",address:t.address,tag:t.blockTag}));case 7:return r.abrupt("return",this.fetch("proxy",{action:"eth_getCode",address:t.address,tag:t.blockTag}));case 8:return r.abrupt("return",this.fetch("proxy",{action:"eth_getStorageAt",address:t.address,position:t.position,tag:t.blockTag}));case 9:return r.abrupt("return",this.fetch("proxy",{action:"eth_sendRawTransaction",hex:t.signedTransaction},!0).catch((function(e){return j("sendTransaction",e,t.signedTransaction)})));case 10:if(!t.blockTag){r.next=12;break}return r.abrupt("return",this.fetch("proxy",{action:"eth_getBlockByNumber",tag:t.blockTag,boolean:t.includeTransactions?"true":"false"}));case 12:throw new Error("getBlock by blockHash not implemented");case 13:return r.abrupt("return",this.fetch("proxy",{action:"eth_getTransactionByHash",txhash:t.transactionHash}));case 14:return r.abrupt("return",this.fetch("proxy",{action:"eth_getTransactionReceipt",txhash:t.transactionHash}));case 15:if("latest"===t.blockTag){r.next=17;break}throw new Error("EtherscanProvider does not support blockTag for call");case 17:return i=C(t.transaction),i.module="proxy",i.action="eth_call",r.prev=20,r.next=23,this.fetch("proxy",i,!0);case 23:return r.abrupt("return",r.sent);case 26:return r.prev=26,r.t1=r["catch"](20),r.abrupt("return",j("call",r.t1,t.transaction));case 29:return o=C(t.transaction),o.module="proxy",o.action="eth_estimateGas",r.prev=32,r.next=35,this.fetch("proxy",o,!0);case 35:return r.abrupt("return",r.sent);case 38:return r.prev=38,r.t2=r["catch"](32),r.abrupt("return",j("estimateGas",r.t2,t.transaction));case 41:return s={action:"getLogs"},t.filter.fromBlock&&(s.fromBlock=O(t.filter.fromBlock)),t.filter.toBlock&&(s.toBlock=O(t.filter.toBlock)),t.filter.address&&(s.address=t.filter.address),t.filter.topics&&t.filter.topics.length>0&&(t.filter.topics.length>1&&E.throwError("unsupported topic count",c.Logger.errors.UNSUPPORTED_OPERATION,{topics:t.filter.topics}),1===t.filter.topics.length&&(u=t.filter.topics[0],"string"===typeof u&&66===u.length||E.throwError("unsupported topic format",c.Logger.errors.UNSUPPORTED_OPERATION,{topic0:u}),s.topic0=u)),r.next=48,this.fetch("logs",s);case 48:l=r.sent,f={},d=0;case 51:if(!(d"}},bb44:function(e,t,r){"use strict";var n=r("c3c0"),i=r("edc9"),a=n.rotl32,o=n.sum32,s=n.sum32_3,u=n.sum32_4,c=i.BlockHash;function l(){if(!(this instanceof l))return new l;c.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function f(e,t,r,n){return e<=15?t^r^n:e<=31?t&r|~t&n:e<=47?(t|~r)^n:e<=63?t&n|r&~n:t^(r|~n)}function d(e){return e<=15?0:e<=31?1518500249:e<=47?1859775393:e<=63?2400959708:2840853838}function h(e){return e<=15?1352829926:e<=31?1548603684:e<=47?1836072691:e<=63?2053994217:0}n.inherits(l,c),t.ripemd160=l,l.blockSize=512,l.outSize=160,l.hmacStrength=192,l.padLength=64,l.prototype._update=function(e,t){for(var r=this.h[0],n=this.h[1],i=this.h[2],c=this.h[3],l=this.h[4],g=r,y=n,w=i,_=c,k=l,x=0;x<80;x++){var S=o(a(u(r,f(x,n,i,c),e[p[x]+t],d(x)),m[x]),l);r=l,l=c,c=a(i,10),i=n,n=S,S=o(a(u(g,f(79-x,y,w,_),e[v[x]+t],h(x)),b[x]),k),g=k,k=_,_=a(w,10),w=y,y=S}S=s(this.h[1],i,_),this.h[1]=s(this.h[2],c,k),this.h[2]=s(this.h[3],l,g),this.h[3]=s(this.h[4],r,y),this.h[4]=s(this.h[0],n,w),this.h[0]=S},l.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"little"):n.split32(this.h,"little")};var p=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],v=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],m=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],b=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},bb68:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("68bf"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){return(0,n.default)(e,{min:0,max:65535})}e.exports=t.default,e.exports.default=t.default},bbdd:function(e,t,r){var n=function(){return this||"object"===typeof self&&self}()||Function("return this")(),i=n.regeneratorRuntime&&Object.getOwnPropertyNames(n).indexOf("regeneratorRuntime")>=0,a=i&&n.regeneratorRuntime;if(n.regeneratorRuntime=void 0,e.exports=r("96cf"),i)n.regeneratorRuntime=a;else try{delete n.regeneratorRuntime}catch(o){n.regeneratorRuntime=void 0}},bc0b:function(e,t){e.exports="/static/tongyonh/create_24px.png"},bd10:function(e){e.exports=JSON.parse('{"name":"byzantium","comment":"Hardfork with new precompiles, instructions and other protocol changes","eip":{"url":"https://eips.ethereum.org/EIPS/eip-609","status":"Final"},"gasConfig":{},"gasPrices":{"modexpGquaddivisor":{"v":20,"d":"Gquaddivisor from modexp precompile for gas calculation"},"ecAdd":{"v":500,"d":"Gas costs for curve addition precompile"},"ecMul":{"v":40000,"d":"Gas costs for curve multiplication precompile"},"ecPairing":{"v":100000,"d":"Base gas costs for curve pairing precompile"},"ecPairingWord":{"v":80000,"d":"Gas costs regarding curve pairing precompile input length"}},"vm":{},"pow":{"minerReward":{"v":"3000000000000000000","d":"the amount a miner get rewarded for mining a block"}},"casper":{},"sharding":{}}')},bd24:function(e,t,r){"use strict";r.r(t);var n=r("1724"),i=r("a9a5");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"d7f41218",null,!1,n["a"],o);t["default"]=u.exports},bd9d:function(e,t){function r(e){var t,r=e.length;while(r--){if(t=e.readUInt8(r),255!==t){t++,e.writeUInt8(t,r);break}e.writeUInt8(0,r)}}e.exports=r},bdc9:function(e,t,r){"use strict";r.r(t);var n=r("7588"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},bde4:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991"),i=r("e991");function a(e){var t=n.compile(e);return 25===t.length&&t[0]===i.OPS.OP_DUP&&t[1]===i.OPS.OP_HASH160&&20===t[2]&&t[23]===i.OPS.OP_EQUALVERIFY&&t[24]===i.OPS.OP_CHECKSIG}t.check=a,a.toJSON=function(){return"pubKeyHash output"}},bdea:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{password:"",msg:"",msgLength:0,fes:!1,borNum:!0,borNum2:!1,info:!1,word:{},walletInfo:{},userObj:{}}},watch:{},computed:{i18n:function(){return this.$t("index")}},methods:{back:function(e){e.length<6&&(this.info=!1)},finish:function(t){this.password=t;t!=this.userObj.password?this.info=!0:(uni.showToast({title:this.$t("index").correct,icon:"success",duration:1500}),e("log",this.userObj.mnemonic,55555," at pages/menu/backUp/transPawMan/index.vue:75"),uni.setStorageSync("word",this.userObj.mnemonic),setTimeout((function(){uni.navigateTo({url:"../backUpWord/index"})}),1500))}},onLoad:function(){this.userObj=uni.getStorageSync("backWordInfo")}};t.default=i}).call(this,r("0de9")["default"])},be24:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("112e"));function i(e){return e&&e.__esModule?e:{default:e}}var a={name:"u-checkbox-group",mixins:[n.default],props:{max:{type:[Number,String],default:999},disabled:{type:Boolean,default:!1},name:{type:[Boolean,String],default:""},labelDisabled:{type:Boolean,default:!1},shape:{type:String,default:"square"},activeColor:{type:String,default:"#2979ff"},size:{type:[String,Number],default:34},width:{type:String,default:"auto"},wrap:{type:Boolean,default:!1},iconSize:{type:[String,Number],default:20}},data:function(){return{}},created:function(){this.children=[]},methods:{emitEvent:function(){var e=this,t=[];this.children.map((function(e){e.value&&t.push(e.name)})),this.$emit("change",t),setTimeout((function(){e.dispatch("u-form-item","on-form-change",t)}),60)}}};t.default=a},be2c:function(e,t,r){"use strict";function n(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){var e=r.call(this);return this[t]=e,e},set:function(e){Object.defineProperty(this,t,{configurable:!0,enumerable:!0,value:e,writable:!0})}})}function i(e){var t;return function(){return void 0!==t||(t=e()),t}}Object.defineProperty(t,"__esModule",{value:!0}),t.prop=n,t.value=i},be77:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{}},methods:{},computed:{i18n:function(){return this.$t("index")}}};t.default=i},beac:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^[A-Z]{2}[0-9A-Z]{9}[0-9]$/;function o(e){if((0,n.default)(e),!a.test(e))return!1;for(var t,r,i=e.replace(/[A-Z]/g,(function(e){return parseInt(e,36)})),o=0,s=!0,u=i.length-2;u>=0;u--)t=i.substring(u,u+1),r=parseInt(t,10),s?(r*=2,o+=r>=10?r+1:r):o+=r,s=!s;return parseInt(e.substr(e.length-1),10)===(1e4-o)%10}e.exports=t.default,e.exports.default=t.default},bec2:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AddressZero=void 0;var n="0x0000000000000000000000000000000000000000";t.AddressZero=n},beda:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Base58=t.Base32=t.BaseX=void 0;var n=r("2abd"),i=r("d8c6");function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){for(var r=0;r0)r.push(a%this.base),a=a/this.base|0}for(var s="",u=0;0===t[u]&&u=0;--c)s+=this.alphabet[r[c]];return s}},{key:"decode",value:function(e){if("string"!==typeof e)throw new TypeError("Expected String");var t=[];if(0===e.length)return new Uint8Array(t);t.push(0);for(var r=0;r>=8;while(a>0)t.push(255&a),a>>=8}for(var s=0;e[s]===this._leader&&s8)throw"Invalid input length";var t=n.ZERO,r=new n(2).pow(8),i=0;switch(9-e.length){case 1:t=t.add(e[i++]);case 2:t=t.multiply(r).add(e[i++]);case 3:t=t.multiply(r).add(e[i++]);case 4:t=t.multiply(r).add(e[i++]);case 5:t=t.multiply(r).add(e[i++]);case 6:t=t.multiply(r).add(e[i++]);case 7:t=t.multiply(r).add(e[i++]);case 8:t=t.multiply(r).add(e[i++]);break;default:throw"Impossible condition"}return t}function v(e,t){var r=new Uint8Array(t);if(t<1||t>8)throw"Invalid input length";for(var i=new n(2).pow(8),a=t-1;a>=0;a--)r[a]=e.remainder(i).toJSValue(),e=e.divide(i);return r}return e.encode_block=function(e,t,n){if(e.length<1||e.length>u)throw"Invalid block length: "+e.length;var i=p(e),s=a[e.length]-1;while(1===i.compare(0)){var c=i.divRem(o),l=c[1];i=c[0],t[n+s]=r[l.toJSValue()],s--}return t},e.encode=function(t){var n=l(t);if(0===n.length)return"";var i,o=Math.floor(n.length/s),c=n.length%s,f=o*u+a[c],d=new Uint8Array(f);for(i=0;i0&&(d=e.encode_block(n.subarray(o*s,o*s+c),d,o*u)),h(d)},e.decode_block=function(e,t,i){if(e.length<1||e.length>u)throw"Invalid block length: "+e.length;var l=a.indexOf(e.length);if(l<=0)throw"Invalid block size";for(var f=new n(0),d=new n(1),h=e.length-1;h>=0;h--){var p=r.indexOf(e[h]);if(p<0)throw"Invalid symbol";var m=d.multiply(p).add(f);if(1===m.compare(c))throw"Overflow";f=m,d=d.multiply(o)}if(l0&&(c=e.decode_block(t.subarray(r*u,r*u+n),c,r*s)),f(c)},e}();e.exports=i},bfdb:function(e,t,r){"use strict";r.r(t);var n=r("5c6b"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},c01e:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=null;function i(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(null!==n&&clearTimeout(n),r){var i=!n;n=setTimeout((function(){n=null}),t),i&&"function"===typeof e&&e()}else n=setTimeout((function(){"function"===typeof e&&e()}),t)}var a=i;t.default=a},c032:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"randomBytes",{enumerable:!0,get:function(){return n.randomBytes}}),Object.defineProperty(t,"shuffled",{enumerable:!0,get:function(){return i.shuffled}});var n=r("9856"),i=r("53d2")},c10b:function(e,t,r){(function(t){var n=r("a9a7");function i(e,t){if(void 0!==t&&e[0]!==t)throw new Error("Invalid network version");if(33===e.length)return{version:e[0],privateKey:e.slice(1,33),compressed:!1};if(34!==e.length)throw new Error("Invalid WIF length");if(1!==e[33])throw new Error("Invalid compression flag");return{version:e[0],privateKey:e.slice(1,33),compressed:!0}}function a(e,r,n){var i=new t(n?34:33);return i.writeUInt8(e,0),r.copy(i,1),n&&(i[33]=1),i}function o(e,t){return i(n.decode(e),t)}function s(e,t,r){return"number"===typeof e?n.encode(a(e,t,r)):n.encode(a(e.version,e.privateKey,e.compressed))}e.exports={decode:o,decodeRaw:i,encode:s,encodeRaw:a}}).call(this,r("b639").Buffer)},c119:function(e,t,r){var n=r("8c8a");t.encrypt=function(e,t){var r=n(t,e._prev);return e._prev=e._cipher.encryptBlock(r),e._prev},t.decrypt=function(e,t){var r=e._prev;e._prev=t;var i=e._cipher.decryptBlock(t);return n(i,r)}},c135:function(e,t){function r(e){if(Array.isArray(e))return e}e.exports=r},c154:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!1,bgnum:!0,_i:1}},[n("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}},[e._v(e._$s(2,"t0-0",e._s(e.i18n.protit)))])]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","main_con"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","title"),attrs:{_i:5}},[e._v(e._$s(5,"t0-0",e._s(e.i18n.apps)))]),n("view",{staticClass:e._$s(6,"sc","item flex"),attrs:{_i:6},on:{click:function(t){return e.goMan()}}},[n("view",{staticClass:e._$s(7,"sc","itemImg flex"),attrs:{_i:7}},[n("image",{staticClass:e._$s(8,"sc","img1"),attrs:{src:e._$s(8,"a-src",r("cfb8")),_i:8}}),n("text",{staticClass:e._$s(9,"sc","text1"),attrs:{_i:9}},[e._v(e._$s(9,"t0-0",e._s(e.i18n.magew)))])]),n("image",{staticClass:e._$s(10,"sc","img2"),attrs:{src:e._$s(10,"a-src",r("6365")),_i:10}})]),n("view",{staticClass:e._$s(11,"sc","item flex"),attrs:{_i:11},on:{click:function(t){return e.goAddress()}}},[n("view",{staticClass:e._$s(12,"sc","itemImg flex"),attrs:{_i:12}},[n("image",{staticClass:e._$s(13,"sc","img1"),attrs:{src:e._$s(13,"a-src",r("bb26")),_i:13}}),n("text",{staticClass:e._$s(14,"sc","text1"),attrs:{_i:14}},[e._v(e._$s(14,"t0-0",e._s(e.i18n.addBook)))])]),n("image",{staticClass:e._$s(15,"sc","img2"),attrs:{src:e._$s(15,"a-src",r("6365")),_i:15}})]),n("view",{staticClass:e._$s(16,"sc","item flex"),attrs:{_i:16},on:{click:function(t){return e.goSettings()}}},[n("view",{staticClass:e._$s(17,"sc","itemImg flex"),attrs:{_i:17}},[n("image",{staticClass:e._$s(18,"sc","img1"),attrs:{src:e._$s(18,"a-src",r("98e4")),_i:18}}),n("text",{staticClass:e._$s(19,"sc","text1"),attrs:{_i:19}},[e._v(e._$s(19,"t0-0",e._s(e.i18n.Settings)))])]),n("image",{staticClass:e._$s(20,"sc","img2"),attrs:{src:e._$s(20,"a-src",r("6365")),_i:20}})]),n("view",{staticClass:e._$s(21,"sc","item flex"),attrs:{_i:21},on:{click:function(t){return e.goHelp()}}},[n("view",{staticClass:e._$s(22,"sc","itemImg flex"),attrs:{_i:22}},[n("image",{staticClass:e._$s(23,"sc","img1"),attrs:{src:e._$s(23,"a-src",r("5acf")),_i:23}}),n("text",{staticClass:e._$s(24,"sc","text1"),attrs:{_i:24}},[e._v(e._$s(24,"t0-0",e._s(e.i18n.helpcen)))])]),n("image",{staticClass:e._$s(25,"sc","img2"),attrs:{src:e._$s(25,"a-src",r("6365")),_i:25}})]),n("view",{staticClass:e._$s(26,"sc","item flex"),attrs:{_i:26},on:{click:function(t){return e.goAbout()}}},[n("view",{staticClass:e._$s(27,"sc","itemImg flex"),attrs:{_i:27}},[n("image",{staticClass:e._$s(28,"sc","img1"),attrs:{src:e._$s(28,"a-src",r("4455")),_i:28}}),n("text",{staticClass:e._$s(29,"sc","text1"),attrs:{_i:29}},[e._v(e._$s(29,"t0-0",e._s(e.i18n.aboutus)))])]),n("image",{staticClass:e._$s(30,"sc","img2"),attrs:{src:e._$s(30,"a-src",r("6365")),_i:30}})])])]),n("tab-bar",{attrs:{selectActive:5,_i:31}})],1)},a=[]},c168:function(e,t){e.exports="/static/tongyonh/ETH_icon.png"},c1b9:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getUrl=s;var n=a(r("a34a")),i=r("2abd");function a(e){return e&&e.__esModule?e:{default:e}}var o=function(e,t,r,n){function i(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,a){function o(e){try{u(n.next(e))}catch(t){a(t)}}function s(e){try{u(n["throw"](e))}catch(t){a(t)}}function u(e){e.done?r(e.value):i(e.value).then(o,s)}u((n=n.apply(e,t||[])).next())}))};function s(e,t){return o(this,void 0,void 0,n.default.mark((function r(){var a,o,s,u;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return null==t&&(t={}),a={method:t.method||"GET",headers:t.headers||{},body:t.body||void 0},!0!==t.skipFetchSetup&&(a.mode="cors",a.cache="no-cache",a.credentials="same-origin",a.redirect="follow",a.referrer="client"),r.next=6,fetch(e,a);case 6:return o=r.sent,r.next=9,o.arrayBuffer();case 9:return s=r.sent,u={},o.headers.forEach?o.headers.forEach((function(e,t){u[t.toLowerCase()]=e})):o.headers.keys().forEach((function(e){u[e.toLowerCase()]=o.headers.get(e)})),r.abrupt("return",{headers:u,statusCode:o.status,statusMessage:o.statusText,body:(0,i.arrayify)(new Uint8Array(s))});case 13:case"end":return r.stop()}}),r)})))}},c1da:function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",{staticClass:e._$s(0,"sc","succ"),attrs:{_i:0}})},a=[]},c1e2:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uCheckboxGroup:r("2f92").default,uCheckbox:r("2d72").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.backupMneTit)))]),n("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[n("view",{staticClass:e._$s(3,"sc","imgcon"),attrs:{_i:3}},[n("image",{staticClass:e._$s(4,"sc","img1"),attrs:{src:e._$s(4,"a-src",r("b5c4")),_i:4}}),n("image",{staticClass:e._$s(5,"sc","img2"),attrs:{src:e._$s(5,"a-src",r("38fb")),_i:5}})]),n("view",{staticClass:e._$s(6,"sc","title"),attrs:{_i:6}},[e._v(e._$s(6,"t0-0",e._s(e.i18n.BackupTips)))]),n("view",{staticClass:e._$s(7,"sc","bottom"),attrs:{_i:7}},[n("u-checkbox-group",{attrs:{_i:8},on:{change:function(t){return e.checkedAll()}}},e._l(e._$s(9,"f",{forItems:e.list}),(function(t,r,i,a){return n("u-checkbox",{key:e._$s(9,"f",{forIndex:i,key:r}),attrs:{name:t.name,shape:"",size:"48",wrap:!0,"active-color":"#5B53FF",disabled:t.disabled,_i:"9-"+a},on:{change:function(t){return e.checkboxChange(r)}},model:{value:e._$s("9-"+a,"v-model",t.checked),callback:function(r){e.$set(t,"checked",r)},expression:"item.checked"}},[n("text",{staticClass:e._$s("10-"+a,"sc","textname"),attrs:{_i:"10-"+a}},[e._v(e._$s("10-"+a,"t0-0",e._s(t.name)))])])})),1),n("button",{staticClass:e._$s(11,"sc","custom-style"),class:e._$s(11,"c",e.inde?"sheng":""),attrs:{_i:11},on:{click:e.test}},[e._v(e._$s(11,"t0-0",e._s(e.i18n.startBack)))])],1)])],1)},a=[]},c1f1:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uButton:r("704d").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.backupMneTit)))]),r("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[r("view",{staticClass:e._$s(3,"sc","title"),attrs:{_i:3}},[e._v(e._$s(3,"t0-0",e._s(e.i18n.pcopy))),r("br"),e._v(e._$s(3,"t2-0",e._s(e.i18n.pcopy2)))]),r("view",{staticClass:e._$s(5,"sc","mnemonic"),attrs:{_i:5}},e._l(e._$s(6,"f",{forItems:e.mnemonics}),(function(t,n,i,a){return r("view",{key:e._$s(6,"f",{forIndex:i,key:n}),staticClass:e._$s("6-"+a,"sc","mnemonicBlock u-rela"),attrs:{_i:"6-"+a}},[r("text",[e._v(e._$s("7-"+a,"t0-0",e._s(t)))]),r("view",{staticClass:e._$s("8-"+a,"sc","number u-abso"),attrs:{_i:"8-"+a},domProps:{textContent:e._s(e._$s("8-"+a,"v-text",n+1))}})])})),0),r("view",{staticClass:e._$s(9,"sc","title2"),attrs:{_i:9}},[e._v(e._$s(9,"t0-0",e._s(e.i18n.booster)))]),r("u-button",{staticClass:e._$s(10,"sc","custom-style"),attrs:{_i:10},on:{click:e.test}},[e._v(e._$s(10,"t0-0",e._s(e.i18n.copied)))])],1)],1)},a=[]},c21a:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="logger/5.5.0";t.version=n},c235:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.rlphash=t.ripemd160=t.sha256=t.keccak256=t.keccak=void 0;var n=r("6d14"),i=n.keccak224,a=n.keccak384,o=n.keccak256,s=n.keccak512,u=r("98e6"),c=r("5213"),l=r("d033"),f=r("75c7");t.keccak=function(t,r){switch(void 0===r&&(r=256),t="string"!==typeof t||c.isHexString(t)?f.toBuffer(t):e.from(t,"utf8"),r||(r=256),r){case 224:return i(t);case 256:return o(t);case 384:return a(t);case 512:return s(t);default:throw new Error("Invald algorithm: keccak"+r)}},t.keccak256=function(e){return t.keccak(e)},t.sha256=function(e){return e=f.toBuffer(e),u("sha256").update(e).digest()},t.ripemd160=function(e,t){e=f.toBuffer(e);var r=u("rmd160").update(e).digest();return!0===t?f.setLength(r,32):r},t.rlphash=function(e){return t.keccak(l.encode(e))}}).call(this,r("b639").Buffer)},c240:function(e,t){function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}e.exports=r},c24d:function(e){e.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},c26e:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991"),i=r("4bda"),a=r("dfc7"),o=r("3718"),s=r("61f9"),u=r("e937"),c=r("ce04"),l=r("5654"),f=r("9239"),d={P2MS:"multisig",NONSTANDARD:"nonstandard",NULLDATA:"nulldata",P2PK:"pubkey",P2PKH:"pubkeyhash",P2SH:"scripthash",P2WPKH:"witnesspubkeyhash",P2WSH:"witnessscripthash",WITNESS_COMMITMENT:"witnesscommitment"};function h(e){if(l.output.check(e))return d.P2WPKH;if(f.output.check(e))return d.P2WSH;if(s.output.check(e))return d.P2PKH;if(u.output.check(e))return d.P2SH;var t=n.decompile(e);if(!t)throw new TypeError("Invalid script");return i.output.check(t)?d.P2MS:o.output.check(t)?d.P2PK:c.output.check(t)?d.WITNESS_COMMITMENT:a.output.check(t)?d.NULLDATA:d.NONSTANDARD}function p(e,t){var r=n.decompile(e);if(!r)throw new TypeError("Invalid script");return s.input.check(r)?d.P2PKH:u.input.check(r,t)?d.P2SH:i.input.check(r,t)?d.P2MS:o.input.check(r)?d.P2PK:d.NONSTANDARD}function v(e,t){var r=n.decompile(e);if(!r)throw new TypeError("Invalid script");return l.input.check(r)?d.P2WPKH:f.input.check(r,t)?d.P2WSH:d.NONSTANDARD}t.types=d,t.output=h,t.input=p,t.witness=v},c2ae:function(e,t,r){e.exports=r("e372").PassThrough},c329:function(e,t,r){"use strict";(function(t){var n=r("a5db");function i(e){return parseInt(e.toString("hex"),16)}function a(e){var r=e.toString(16);return r.length%2===1&&(r="0"+r),t.from(r,"hex")}function o(e){return t.from(n.encode(i(e)))}function s(e){return a(n.decode(e))}function u(e){return t.from(n.encode(e))}e.exports={numberToBuffer:a,bufferToNumber:i,varintBufferEncode:o,varintBufferDecode:s,varintEncode:u}}).call(this,r("b639").Buffer)},c399:function(e,t,r){"use strict";r.r(t);var n=r("4bfd"),i=r("11d9");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"4d47e092",null,!1,n["a"],o);t["default"]=u.exports},c3c0:function(e,t,r){"use strict";var n=r("da3e"),i=r("3fb5");function a(e,t){return 55296===(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320===(64512&e.charCodeAt(t+1)))}function o(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"===typeof e)if(t){if("hex"===t)for(e=e.replace(/[^a-z0-9]+/gi,""),e.length%2!==0&&(e="0"+e),i=0;i>6|192,r[n++]=63&o|128):a(e,i)?(o=65536+((1023&o)<<10)+(1023&e.charCodeAt(++i)),r[n++]=o>>18|240,r[n++]=o>>12&63|128,r[n++]=o>>6&63|128,r[n++]=63&o|128):(r[n++]=o>>12|224,r[n++]=o>>6&63|128,r[n++]=63&o|128)}else for(i=0;i>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24;return t>>>0}function c(e,t){for(var r="",n=0;n>>0}return o}function h(e,t){for(var r=new Array(4*e.length),n=0,i=0;n>>24,r[i+1]=a>>>16&255,r[i+2]=a>>>8&255,r[i+3]=255&a):(r[i+3]=a>>>24,r[i+2]=a>>>16&255,r[i+1]=a>>>8&255,r[i]=255&a)}return r}function p(e,t){return e>>>t|e<<32-t}function v(e,t){return e<>>32-t}function m(e,t){return e+t>>>0}function b(e,t,r){return e+t+r>>>0}function g(e,t,r,n){return e+t+r+n>>>0}function y(e,t,r,n,i){return e+t+r+n+i>>>0}function w(e,t,r,n){var i=e[t],a=e[t+1],o=n+a>>>0,s=(o>>0,e[t+1]=o}function _(e,t,r,n){var i=t+n>>>0,a=(i>>0}function k(e,t,r,n){var i=t+n;return i>>>0}function x(e,t,r,n,i,a,o,s){var u=0,c=t;c=c+n>>>0,u+=c>>0,u+=c>>0,u+=c>>0}function S(e,t,r,n,i,a,o,s){var u=t+n+a+s;return u>>>0}function A(e,t,r,n,i,a,o,s,u,c){var l=0,f=t;f=f+n>>>0,l+=f>>0,l+=f>>0,l+=f>>0,l+=f>>0}function E(e,t,r,n,i,a,o,s,u,c){var l=t+n+a+s+c;return l>>>0}function C(e,t,r){var n=t<<32-r|e>>>r;return n>>>0}function P(e,t,r){var n=e<<32-r|t>>>r;return n>>>0}function T(e,t,r){return e>>>r}function O(e,t,r){var n=e<<32-r|t>>>r;return n>>>0}t.inherits=i,t.toArray=o,t.toHex=s,t.htonl=u,t.toHex32=c,t.zero2=l,t.zero8=f,t.join32=d,t.split32=h,t.rotr32=p,t.rotl32=v,t.sum32=m,t.sum32_3=b,t.sum32_4=g,t.sum32_5=y,t.sum64=w,t.sum64_hi=_,t.sum64_lo=k,t.sum64_4_hi=x,t.sum64_4_lo=S,t.sum64_5_hi=A,t.sum64_5_lo=E,t.rotr64_hi=C,t.rotr64_lo=P,t.shr64_hi=T,t.shr64_lo=O},c437:function(e,t,r){var n,i,a=r("e1f4"),o=r("2366"),s=0,u=0;function c(e,t,r){var c=t&&r||0,l=t||[];e=e||{};var f=e.node||n,d=void 0!==e.clockseq?e.clockseq:i;if(null==f||null==d){var h=a();null==f&&(f=n=[1|h[0],h[1],h[2],h[3],h[4],h[5]]),null==d&&(d=i=16383&(h[6]<<8|h[7]))}var p=void 0!==e.msecs?e.msecs:(new Date).getTime(),v=void 0!==e.nsecs?e.nsecs:u+1,m=p-s+(v-u)/1e4;if(m<0&&void 0===e.clockseq&&(d=d+1&16383),(m<0||p>s)&&void 0===e.nsecs&&(v=0),v>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");s=p,u=v,i=d,p+=122192928e5;var b=(1e4*(268435455&p)+v)%4294967296;l[c++]=b>>>24&255,l[c++]=b>>>16&255,l[c++]=b>>>8&255,l[c++]=255&b;var g=p/4294967296*1e4&268435455;l[c++]=g>>>8&255,l[c++]=255&g,l[c++]=g>>>24&15|16,l[c++]=g>>>16&255,l[c++]=d>>>8|128,l[c++]=255&d;for(var y=0;y<6;++y)l[c+y]=f[y];return t||o(l)}e.exports=c},c4ab:function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",{staticClass:e._$s(0,"sc","tki-qrcode"),attrs:{_i:0}},[r("canvas",{staticClass:e._$s(1,"sc","tki-qrcode-canvas"),style:e._$s(1,"s",{width:e.cpSize+"px",height:e.cpSize+"px"}),attrs:{"canvas-id":e._$s(1,"a-canvas-id",e.cid),_i:1}}),r("image",{directives:[{name:"show",rawName:"v-show",value:e._$s(2,"v-show",e.show),expression:"_$s(2,'v-show',show)"}],style:e._$s(2,"s",{width:e.cpSize+"px",height:e.cpSize+"px"}),attrs:{src:e._$s(2,"a-src",e.result),_i:2}})])},a=[]},c4f0:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("0a0b"),i=r("7735"),a=r("8050"),o=r("f124"),s=r("1940"),u=r("85c4"),c=r("8bc4"),l=r("de6e"),f=r("e4e9"),d=r("05d5"),h=r("222b"),p=r("90f8"),v=r("db34"),m=r("43c9"),b={unsignedTx:a,globalXpub:i,checkPubkey:p.makeChecker([])};t.globals=b;var g={nonWitnessUtxo:u,partialSig:c,sighashType:f,finalScriptSig:o,finalScriptWitness:s,porCommitment:l,witnessUtxo:d,bip32Derivation:h.makeConverter(n.InputTypes.BIP32_DERIVATION),redeemScript:v.makeConverter(n.InputTypes.REDEEM_SCRIPT),witnessScript:m.makeConverter(n.InputTypes.WITNESS_SCRIPT),checkPubkey:p.makeChecker([n.InputTypes.PARTIAL_SIG,n.InputTypes.BIP32_DERIVATION])};t.inputs=g;var y={bip32Derivation:h.makeConverter(n.OutputTypes.BIP32_DERIVATION),redeemScript:v.makeConverter(n.OutputTypes.REDEEM_SCRIPT),witnessScript:m.makeConverter(n.OutputTypes.WITNESS_SCRIPT),checkPubkey:p.makeChecker([n.OutputTypes.BIP32_DERIVATION])};t.outputs=y},c57a:function(e){e.exports=JSON.parse('["abacate","abaixo","abalar","abater","abduzir","abelha","aberto","abismo","abotoar","abranger","abreviar","abrigar","abrupto","absinto","absoluto","absurdo","abutre","acabado","acalmar","acampar","acanhar","acaso","aceitar","acelerar","acenar","acervo","acessar","acetona","achatar","acidez","acima","acionado","acirrar","aclamar","aclive","acolhida","acomodar","acoplar","acordar","acumular","acusador","adaptar","adega","adentro","adepto","adequar","aderente","adesivo","adeus","adiante","aditivo","adjetivo","adjunto","admirar","adorar","adquirir","adubo","adverso","advogado","aeronave","afastar","aferir","afetivo","afinador","afivelar","aflito","afluente","afrontar","agachar","agarrar","agasalho","agenciar","agilizar","agiota","agitado","agora","agradar","agreste","agrupar","aguardar","agulha","ajoelhar","ajudar","ajustar","alameda","alarme","alastrar","alavanca","albergue","albino","alcatra","aldeia","alecrim","alegria","alertar","alface","alfinete","algum","alheio","aliar","alicate","alienar","alinhar","aliviar","almofada","alocar","alpiste","alterar","altitude","alucinar","alugar","aluno","alusivo","alvo","amaciar","amador","amarelo","amassar","ambas","ambiente","ameixa","amenizar","amido","amistoso","amizade","amolador","amontoar","amoroso","amostra","amparar","ampliar","ampola","anagrama","analisar","anarquia","anatomia","andaime","anel","anexo","angular","animar","anjo","anomalia","anotado","ansioso","anterior","anuidade","anunciar","anzol","apagador","apalpar","apanhado","apego","apelido","apertada","apesar","apetite","apito","aplauso","aplicada","apoio","apontar","aposta","aprendiz","aprovar","aquecer","arame","aranha","arara","arcada","ardente","areia","arejar","arenito","aresta","argiloso","argola","arma","arquivo","arraial","arrebate","arriscar","arroba","arrumar","arsenal","arterial","artigo","arvoredo","asfaltar","asilado","aspirar","assador","assinar","assoalho","assunto","astral","atacado","atadura","atalho","atarefar","atear","atender","aterro","ateu","atingir","atirador","ativo","atoleiro","atracar","atrevido","atriz","atual","atum","auditor","aumentar","aura","aurora","autismo","autoria","autuar","avaliar","avante","avaria","avental","avesso","aviador","avisar","avulso","axila","azarar","azedo","azeite","azulejo","babar","babosa","bacalhau","bacharel","bacia","bagagem","baiano","bailar","baioneta","bairro","baixista","bajular","baleia","baliza","balsa","banal","bandeira","banho","banir","banquete","barato","barbado","baronesa","barraca","barulho","baseado","bastante","batata","batedor","batida","batom","batucar","baunilha","beber","beijo","beirada","beisebol","beldade","beleza","belga","beliscar","bendito","bengala","benzer","berimbau","berlinda","berro","besouro","bexiga","bezerro","bico","bicudo","bienal","bifocal","bifurcar","bigorna","bilhete","bimestre","bimotor","biologia","biombo","biosfera","bipolar","birrento","biscoito","bisneto","bispo","bissexto","bitola","bizarro","blindado","bloco","bloquear","boato","bobagem","bocado","bocejo","bochecha","boicotar","bolada","boletim","bolha","bolo","bombeiro","bonde","boneco","bonita","borbulha","borda","boreal","borracha","bovino","boxeador","branco","brasa","braveza","breu","briga","brilho","brincar","broa","brochura","bronzear","broto","bruxo","bucha","budismo","bufar","bule","buraco","busca","busto","buzina","cabana","cabelo","cabide","cabo","cabrito","cacau","cacetada","cachorro","cacique","cadastro","cadeado","cafezal","caiaque","caipira","caixote","cajado","caju","calafrio","calcular","caldeira","calibrar","calmante","calota","camada","cambista","camisa","camomila","campanha","camuflar","canavial","cancelar","caneta","canguru","canhoto","canivete","canoa","cansado","cantar","canudo","capacho","capela","capinar","capotar","capricho","captador","capuz","caracol","carbono","cardeal","careca","carimbar","carneiro","carpete","carreira","cartaz","carvalho","casaco","casca","casebre","castelo","casulo","catarata","cativar","caule","causador","cautelar","cavalo","caverna","cebola","cedilha","cegonha","celebrar","celular","cenoura","censo","centeio","cercar","cerrado","certeiro","cerveja","cetim","cevada","chacota","chaleira","chamado","chapada","charme","chatice","chave","chefe","chegada","cheiro","cheque","chicote","chifre","chinelo","chocalho","chover","chumbo","chutar","chuva","cicatriz","ciclone","cidade","cidreira","ciente","cigana","cimento","cinto","cinza","ciranda","circuito","cirurgia","citar","clareza","clero","clicar","clone","clube","coado","coagir","cobaia","cobertor","cobrar","cocada","coelho","coentro","coeso","cogumelo","coibir","coifa","coiote","colar","coleira","colher","colidir","colmeia","colono","coluna","comando","combinar","comentar","comitiva","comover","complexo","comum","concha","condor","conectar","confuso","congelar","conhecer","conjugar","consumir","contrato","convite","cooperar","copeiro","copiador","copo","coquetel","coragem","cordial","corneta","coronha","corporal","correio","cortejo","coruja","corvo","cosseno","costela","cotonete","couro","couve","covil","cozinha","cratera","cravo","creche","credor","creme","crer","crespo","criada","criminal","crioulo","crise","criticar","crosta","crua","cruzeiro","cubano","cueca","cuidado","cujo","culatra","culminar","culpar","cultura","cumprir","cunhado","cupido","curativo","curral","cursar","curto","cuspir","custear","cutelo","damasco","datar","debater","debitar","deboche","debulhar","decalque","decimal","declive","decote","decretar","dedal","dedicado","deduzir","defesa","defumar","degelo","degrau","degustar","deitado","deixar","delator","delegado","delinear","delonga","demanda","demitir","demolido","dentista","depenado","depilar","depois","depressa","depurar","deriva","derramar","desafio","desbotar","descanso","desenho","desfiado","desgaste","desigual","deslize","desmamar","desova","despesa","destaque","desviar","detalhar","detentor","detonar","detrito","deusa","dever","devido","devotado","dezena","diagrama","dialeto","didata","difuso","digitar","dilatado","diluente","diminuir","dinastia","dinheiro","diocese","direto","discreta","disfarce","disparo","disquete","dissipar","distante","ditador","diurno","diverso","divisor","divulgar","dizer","dobrador","dolorido","domador","dominado","donativo","donzela","dormente","dorsal","dosagem","dourado","doutor","drenagem","drible","drogaria","duelar","duende","dueto","duplo","duquesa","durante","duvidoso","eclodir","ecoar","ecologia","edificar","edital","educado","efeito","efetivar","ejetar","elaborar","eleger","eleitor","elenco","elevador","eliminar","elogiar","embargo","embolado","embrulho","embutido","emenda","emergir","emissor","empatia","empenho","empinado","empolgar","emprego","empurrar","emulador","encaixe","encenado","enchente","encontro","endeusar","endossar","enfaixar","enfeite","enfim","engajado","engenho","englobar","engomado","engraxar","enguia","enjoar","enlatar","enquanto","enraizar","enrolado","enrugar","ensaio","enseada","ensino","ensopado","entanto","enteado","entidade","entortar","entrada","entulho","envergar","enviado","envolver","enxame","enxerto","enxofre","enxuto","epiderme","equipar","ereto","erguido","errata","erva","ervilha","esbanjar","esbelto","escama","escola","escrita","escuta","esfinge","esfolar","esfregar","esfumado","esgrima","esmalte","espanto","espelho","espiga","esponja","espreita","espumar","esquerda","estaca","esteira","esticar","estofado","estrela","estudo","esvaziar","etanol","etiqueta","euforia","europeu","evacuar","evaporar","evasivo","eventual","evidente","evoluir","exagero","exalar","examinar","exato","exausto","excesso","excitar","exclamar","executar","exemplo","exibir","exigente","exonerar","expandir","expelir","expirar","explanar","exposto","expresso","expulsar","externo","extinto","extrato","fabricar","fabuloso","faceta","facial","fada","fadiga","faixa","falar","falta","familiar","fandango","fanfarra","fantoche","fardado","farelo","farinha","farofa","farpa","fartura","fatia","fator","favorita","faxina","fazenda","fechado","feijoada","feirante","felino","feminino","fenda","feno","fera","feriado","ferrugem","ferver","festejar","fetal","feudal","fiapo","fibrose","ficar","ficheiro","figurado","fileira","filho","filme","filtrar","firmeza","fisgada","fissura","fita","fivela","fixador","fixo","flacidez","flamingo","flanela","flechada","flora","flutuar","fluxo","focal","focinho","fofocar","fogo","foguete","foice","folgado","folheto","forjar","formiga","forno","forte","fosco","fossa","fragata","fralda","frango","frasco","fraterno","freira","frente","fretar","frieza","friso","fritura","fronha","frustrar","fruteira","fugir","fulano","fuligem","fundar","fungo","funil","furador","furioso","futebol","gabarito","gabinete","gado","gaiato","gaiola","gaivota","galega","galho","galinha","galocha","ganhar","garagem","garfo","gargalo","garimpo","garoupa","garrafa","gasoduto","gasto","gata","gatilho","gaveta","gazela","gelado","geleia","gelo","gemada","gemer","gemido","generoso","gengiva","genial","genoma","genro","geologia","gerador","germinar","gesso","gestor","ginasta","gincana","gingado","girafa","girino","glacial","glicose","global","glorioso","goela","goiaba","golfe","golpear","gordura","gorjeta","gorro","gostoso","goteira","governar","gracejo","gradual","grafite","gralha","grampo","granada","gratuito","graveto","graxa","grego","grelhar","greve","grilo","grisalho","gritaria","grosso","grotesco","grudado","grunhido","gruta","guache","guarani","guaxinim","guerrear","guiar","guincho","guisado","gula","guloso","guru","habitar","harmonia","haste","haver","hectare","herdar","heresia","hesitar","hiato","hibernar","hidratar","hiena","hino","hipismo","hipnose","hipoteca","hoje","holofote","homem","honesto","honrado","hormonal","hospedar","humorado","iate","ideia","idoso","ignorado","igreja","iguana","ileso","ilha","iludido","iluminar","ilustrar","imagem","imediato","imenso","imersivo","iminente","imitador","imortal","impacto","impedir","implante","impor","imprensa","impune","imunizar","inalador","inapto","inativo","incenso","inchar","incidir","incluir","incolor","indeciso","indireto","indutor","ineficaz","inerente","infantil","infestar","infinito","inflamar","informal","infrator","ingerir","inibido","inicial","inimigo","injetar","inocente","inodoro","inovador","inox","inquieto","inscrito","inseto","insistir","inspetor","instalar","insulto","intacto","integral","intimar","intocado","intriga","invasor","inverno","invicto","invocar","iogurte","iraniano","ironizar","irreal","irritado","isca","isento","isolado","isqueiro","italiano","janeiro","jangada","janta","jararaca","jardim","jarro","jasmim","jato","javali","jazida","jejum","joaninha","joelhada","jogador","joia","jornal","jorrar","jovem","juba","judeu","judoca","juiz","julgador","julho","jurado","jurista","juro","justa","labareda","laboral","lacre","lactante","ladrilho","lagarta","lagoa","laje","lamber","lamentar","laminar","lampejo","lanche","lapidar","lapso","laranja","lareira","largura","lasanha","lastro","lateral","latido","lavanda","lavoura","lavrador","laxante","lazer","lealdade","lebre","legado","legendar","legista","leigo","leiloar","leitura","lembrete","leme","lenhador","lentilha","leoa","lesma","leste","letivo","letreiro","levar","leveza","levitar","liberal","libido","liderar","ligar","ligeiro","limitar","limoeiro","limpador","linda","linear","linhagem","liquidez","listagem","lisura","litoral","livro","lixa","lixeira","locador","locutor","lojista","lombo","lona","longe","lontra","lorde","lotado","loteria","loucura","lousa","louvar","luar","lucidez","lucro","luneta","lustre","lutador","luva","macaco","macete","machado","macio","madeira","madrinha","magnata","magreza","maior","mais","malandro","malha","malote","maluco","mamilo","mamoeiro","mamute","manada","mancha","mandato","manequim","manhoso","manivela","manobrar","mansa","manter","manusear","mapeado","maquinar","marcador","maresia","marfim","margem","marinho","marmita","maroto","marquise","marreco","martelo","marujo","mascote","masmorra","massagem","mastigar","matagal","materno","matinal","matutar","maxilar","medalha","medida","medusa","megafone","meiga","melancia","melhor","membro","memorial","menino","menos","mensagem","mental","merecer","mergulho","mesada","mesclar","mesmo","mesquita","mestre","metade","meteoro","metragem","mexer","mexicano","micro","migalha","migrar","milagre","milenar","milhar","mimado","minerar","minhoca","ministro","minoria","miolo","mirante","mirtilo","misturar","mocidade","moderno","modular","moeda","moer","moinho","moita","moldura","moleza","molho","molinete","molusco","montanha","moqueca","morango","morcego","mordomo","morena","mosaico","mosquete","mostarda","motel","motim","moto","motriz","muda","muito","mulata","mulher","multar","mundial","munido","muralha","murcho","muscular","museu","musical","nacional","nadador","naja","namoro","narina","narrado","nascer","nativa","natureza","navalha","navegar","navio","neblina","nebuloso","negativa","negociar","negrito","nervoso","neta","neural","nevasca","nevoeiro","ninar","ninho","nitidez","nivelar","nobreza","noite","noiva","nomear","nominal","nordeste","nortear","notar","noticiar","noturno","novelo","novilho","novo","nublado","nudez","numeral","nupcial","nutrir","nuvem","obcecado","obedecer","objetivo","obrigado","obscuro","obstetra","obter","obturar","ocidente","ocioso","ocorrer","oculista","ocupado","ofegante","ofensiva","oferenda","oficina","ofuscado","ogiva","olaria","oleoso","olhar","oliveira","ombro","omelete","omisso","omitir","ondulado","oneroso","ontem","opcional","operador","oponente","oportuno","oposto","orar","orbitar","ordem","ordinal","orfanato","orgasmo","orgulho","oriental","origem","oriundo","orla","ortodoxo","orvalho","oscilar","ossada","osso","ostentar","otimismo","ousadia","outono","outubro","ouvido","ovelha","ovular","oxidar","oxigenar","pacato","paciente","pacote","pactuar","padaria","padrinho","pagar","pagode","painel","pairar","paisagem","palavra","palestra","palheta","palito","palmada","palpitar","pancada","panela","panfleto","panqueca","pantanal","papagaio","papelada","papiro","parafina","parcial","pardal","parede","partida","pasmo","passado","pastel","patamar","patente","patinar","patrono","paulada","pausar","peculiar","pedalar","pedestre","pediatra","pedra","pegada","peitoral","peixe","pele","pelicano","penca","pendurar","peneira","penhasco","pensador","pente","perceber","perfeito","pergunta","perito","permitir","perna","perplexo","persiana","pertence","peruca","pescado","pesquisa","pessoa","petiscar","piada","picado","piedade","pigmento","pilastra","pilhado","pilotar","pimenta","pincel","pinguim","pinha","pinote","pintar","pioneiro","pipoca","piquete","piranha","pires","pirueta","piscar","pistola","pitanga","pivete","planta","plaqueta","platina","plebeu","plumagem","pluvial","pneu","poda","poeira","poetisa","polegada","policiar","poluente","polvilho","pomar","pomba","ponderar","pontaria","populoso","porta","possuir","postal","pote","poupar","pouso","povoar","praia","prancha","prato","praxe","prece","predador","prefeito","premiar","prensar","preparar","presilha","pretexto","prevenir","prezar","primata","princesa","prisma","privado","processo","produto","profeta","proibido","projeto","prometer","propagar","prosa","protetor","provador","publicar","pudim","pular","pulmonar","pulseira","punhal","punir","pupilo","pureza","puxador","quadra","quantia","quarto","quase","quebrar","queda","queijo","quente","querido","quimono","quina","quiosque","rabanada","rabisco","rachar","racionar","radial","raiar","rainha","raio","raiva","rajada","ralado","ramal","ranger","ranhura","rapadura","rapel","rapidez","raposa","raquete","raridade","rasante","rascunho","rasgar","raspador","rasteira","rasurar","ratazana","ratoeira","realeza","reanimar","reaver","rebaixar","rebelde","rebolar","recado","recente","recheio","recibo","recordar","recrutar","recuar","rede","redimir","redonda","reduzida","reenvio","refinar","refletir","refogar","refresco","refugiar","regalia","regime","regra","reinado","reitor","rejeitar","relativo","remador","remendo","remorso","renovado","reparo","repelir","repleto","repolho","represa","repudiar","requerer","resenha","resfriar","resgatar","residir","resolver","respeito","ressaca","restante","resumir","retalho","reter","retirar","retomada","retratar","revelar","revisor","revolta","riacho","rica","rigidez","rigoroso","rimar","ringue","risada","risco","risonho","robalo","rochedo","rodada","rodeio","rodovia","roedor","roleta","romano","roncar","rosado","roseira","rosto","rota","roteiro","rotina","rotular","rouco","roupa","roxo","rubro","rugido","rugoso","ruivo","rumo","rupestre","russo","sabor","saciar","sacola","sacudir","sadio","safira","saga","sagrada","saibro","salada","saleiro","salgado","saliva","salpicar","salsicha","saltar","salvador","sambar","samurai","sanar","sanfona","sangue","sanidade","sapato","sarda","sargento","sarjeta","saturar","saudade","saxofone","sazonal","secar","secular","seda","sedento","sediado","sedoso","sedutor","segmento","segredo","segundo","seiva","seleto","selvagem","semanal","semente","senador","senhor","sensual","sentado","separado","sereia","seringa","serra","servo","setembro","setor","sigilo","silhueta","silicone","simetria","simpatia","simular","sinal","sincero","singular","sinopse","sintonia","sirene","siri","situado","soberano","sobra","socorro","sogro","soja","solda","soletrar","solteiro","sombrio","sonata","sondar","sonegar","sonhador","sono","soprano","soquete","sorrir","sorteio","sossego","sotaque","soterrar","sovado","sozinho","suavizar","subida","submerso","subsolo","subtrair","sucata","sucesso","suco","sudeste","sufixo","sugador","sugerir","sujeito","sulfato","sumir","suor","superior","suplicar","suposto","suprimir","surdina","surfista","surpresa","surreal","surtir","suspiro","sustento","tabela","tablete","tabuada","tacho","tagarela","talher","talo","talvez","tamanho","tamborim","tampa","tangente","tanto","tapar","tapioca","tardio","tarefa","tarja","tarraxa","tatuagem","taurino","taxativo","taxista","teatral","tecer","tecido","teclado","tedioso","teia","teimar","telefone","telhado","tempero","tenente","tensor","tentar","termal","terno","terreno","tese","tesoura","testado","teto","textura","texugo","tiara","tigela","tijolo","timbrar","timidez","tingido","tinteiro","tiragem","titular","toalha","tocha","tolerar","tolice","tomada","tomilho","tonel","tontura","topete","tora","torcido","torneio","torque","torrada","torto","tostar","touca","toupeira","toxina","trabalho","tracejar","tradutor","trafegar","trajeto","trama","trancar","trapo","traseiro","tratador","travar","treino","tremer","trepidar","trevo","triagem","tribo","triciclo","tridente","trilogia","trindade","triplo","triturar","triunfal","trocar","trombeta","trova","trunfo","truque","tubular","tucano","tudo","tulipa","tupi","turbo","turma","turquesa","tutelar","tutorial","uivar","umbigo","unha","unidade","uniforme","urologia","urso","urtiga","urubu","usado","usina","usufruir","vacina","vadiar","vagaroso","vaidoso","vala","valente","validade","valores","vantagem","vaqueiro","varanda","vareta","varrer","vascular","vasilha","vassoura","vazar","vazio","veado","vedar","vegetar","veicular","veleiro","velhice","veludo","vencedor","vendaval","venerar","ventre","verbal","verdade","vereador","vergonha","vermelho","verniz","versar","vertente","vespa","vestido","vetorial","viaduto","viagem","viajar","viatura","vibrador","videira","vidraria","viela","viga","vigente","vigiar","vigorar","vilarejo","vinco","vinheta","vinil","violeta","virada","virtude","visitar","visto","vitral","viveiro","vizinho","voador","voar","vogal","volante","voleibol","voltagem","volumoso","vontade","vulto","vuvuzela","xadrez","xarope","xeque","xeretar","xerife","xingar","zangado","zarpar","zebu","zelador","zombar","zoologia","zumbido"]')},c64e:function(e,t,r){var n=r("e1f4"),i=r("2366");function a(e,t,r){var a=t&&r||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null),e=e||{};var o=e.random||(e.rng||n)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t)for(var s=0;s<16;++s)t[a+s]=o[s];return t||i(o)}e.exports=a},c807:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.defineProperties=void 0;var n=r("f654"),i=r("5213"),a=r("d033"),o=r("75c7");t.defineProperties=function(t,r,s){if(t.raw=[],t._fields=[],t.toJSON=function(e){if(void 0===e&&(e=!1),e){var r={};return t._fields.forEach((function(e){r[e]="0x"+t[e].toString("hex")})),r}return o.baToJSON(t.raw)},t.serialize=function(){return a.encode(t.raw)},r.forEach((function(r,i){function a(){return t.raw[i]}function s(a){a=o.toBuffer(a),"00"!==a.toString("hex")||r.allowZero||(a=e.allocUnsafe(0)),r.allowLess&&r.length?(a=o.stripZeros(a),n(r.length>=a.length,"The field "+r.name+" must not have more "+r.length+" bytes")):r.allowZero&&0===a.length||!r.length||n(r.length===a.length,"The field "+r.name+" must have byte length of "+r.length),t.raw[i]=a}t._fields.push(r.name),Object.defineProperty(t,r.name,{enumerable:!0,configurable:!0,get:a,set:s}),r.default&&(t[r.name]=r.default),r.alias&&Object.defineProperty(t,r.alias,{enumerable:!1,configurable:!0,set:s,get:a})})),s)if("string"===typeof s&&(s=e.from(i.stripHexPrefix(s),"hex")),e.isBuffer(s)&&(s=a.decode(s)),Array.isArray(s)){if(s.length>t._fields.length)throw new Error("wrong number of fields in data");s.forEach((function(e,r){t[t._fields[r]]=o.toBuffer(e)}))}else{if("object"!==typeof s)throw new Error("invalid data");var u=Object.keys(s);r.forEach((function(e){-1!==u.indexOf(e.name)&&(t[e.name]=s[e.name]),-1!==u.indexOf(e.alias)&&(t[e.alias]=s[e.alias])}))}}}).call(this,r("b639").Buffer)},c80b:function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",{staticClass:e._$s(0,"sc","nav-head"),attrs:{_i:0}},[e._t("address",null,{_i:1}),e._t("default",null,{_i:2}),e._t("bread",null,{_i:3}),e._t("logo",null,{_i:4}),e._$s(5,"i",e.showBack)?n("image",{staticClass:e._$s(5,"sc","back"),attrs:{src:e._$s(5,"a-src",r("a439")),_i:5},on:{click:function(t){return e.back()}}}):e._e()],2)},a=[]},c876:function(e,t){e.exports="/static/tongyonh/ellipsis.png"},c8ba:function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(n){"object"===typeof window&&(r=window)}e.exports=r},c8e5:function(e,t,r){"use strict";r.r(t);var n=r("c1e2"),i=r("ac0f");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"047b1b0c",null,!1,n["a"],o);t["default"]=u.exports},c90b:function(e,t,r){(function(e,n,i){var a=r("a9f1"),o=r("3fb5"),s=r("e372"),u=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},c=t.IncomingMessage=function(t,r,o,u){var c=this;if(s.Readable.call(c),c._mode=o,c.headers={},c.rawHeaders=[],c.trailers={},c.rawTrailers=[],c.on("end",(function(){e.nextTick((function(){c.emit("close")}))})),"fetch"===o){if(c._fetchResponse=r,c.url=r.url,c.statusCode=r.status,c.statusMessage=r.statusText,r.headers.forEach((function(e,t){c.headers[t.toLowerCase()]=e,c.rawHeaders.push(t,e)})),a.writableStream){var l=new WritableStream({write:function(e){return new Promise((function(t,r){c._destroyed?r():c.push(new n(e))?t():c._resumeFetch=t}))},close:function(){i.clearTimeout(u),c._destroyed||c.push(null)},abort:function(e){c._destroyed||c.emit("error",e)}});try{return void r.body.pipeTo(l).catch((function(e){i.clearTimeout(u),c._destroyed||c.emit("error",e)}))}catch(m){}}var f=r.body.getReader();function d(){f.read().then((function(e){if(!c._destroyed){if(e.done)return i.clearTimeout(u),void c.push(null);c.push(new n(e.value)),d()}})).catch((function(e){i.clearTimeout(u),c._destroyed||c.emit("error",e)}))}d()}else{c._xhr=t,c._pos=0,c.url=t.responseURL,c.statusCode=t.status,c.statusMessage=t.statusText;var h=t.getAllResponseHeaders().split(/\r?\n/);if(h.forEach((function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var r=t[1].toLowerCase();"set-cookie"===r?(void 0===c.headers[r]&&(c.headers[r]=[]),c.headers[r].push(t[2])):void 0!==c.headers[r]?c.headers[r]+=", "+t[2]:c.headers[r]=t[2],c.rawHeaders.push(t[1],t[2])}})),c._charset="x-user-defined",!a.overrideMimeType){var p=c.rawHeaders["mime-type"];if(p){var v=p.match(/;\s*charset=([^;])(;|$)/);v&&(c._charset=v[1].toLowerCase())}c._charset||(c._charset="utf-8")}}};o(c,s.Readable),c.prototype._read=function(){var e=this,t=e._resumeFetch;t&&(e._resumeFetch=null,t())},c.prototype._onXHRProgress=function(){var e=this,t=e._xhr,r=null;switch(e._mode){case"text:vbarray":if(t.readyState!==u.DONE)break;try{r=new i.VBArray(t.responseBody).toArray()}catch(l){}if(null!==r){e.push(new n(r));break}case"text":try{r=t.responseText}catch(l){e._mode="text:vbarray";break}if(r.length>e._pos){var a=r.substr(e._pos);if("x-user-defined"===e._charset){for(var o=new n(a.length),s=0;se._pos&&(e.push(new n(new Uint8Array(c.result.slice(e._pos)))),e._pos=c.result.byteLength)},c.onload=function(){e.push(null)},c.readAsArrayBuffer(r);break}e._xhr.readyState===u.DONE&&"ms-stream"!==e._mode&&e.push(null)}}).call(this,r("4362"),r("b639").Buffer,r("c8ba"))},c96d:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.pack=m,t.keccak256=b,t.sha256=g;var n=r("d448"),i=r("2abd"),a=r("06f6"),o=r("92af"),s=r("3b9a"),u=r("fa24"),c=r("dc0c"),l=new RegExp("^bytes([0-9]+)$"),f=new RegExp("^(u?int)([0-9]*)$"),d=new RegExp("^(.*)\\[([0-9]*)\\]$"),h="0000000000000000000000000000000000000000000000000000000000000000",p=new u.Logger(c.version);function v(e,t,r){switch(e){case"address":return r?(0,i.zeroPad)(t,32):(0,i.arrayify)(t);case"string":return(0,s.toUtf8Bytes)(t);case"bytes":return(0,i.arrayify)(t);case"bool":return t=t?"0x01":"0x00",r?(0,i.zeroPad)(t,32):(0,i.arrayify)(t)}var a=e.match(f);if(a){var o=parseInt(a[2]||"256");return(a[2]&&String(o)!==a[2]||o%8!==0||0===o||o>256)&&p.throwArgumentError("invalid number type","type",e),r&&(o=256),t=n.BigNumber.from(t).toTwos(o),(0,i.zeroPad)(t,o/8)}if(a=e.match(l),a){var u=parseInt(a[1]);return(String(u)!==a[1]||0===u||u>32)&&p.throwArgumentError("invalid bytes type","type",e),(0,i.arrayify)(t).byteLength!==u&&p.throwArgumentError("invalid value for ".concat(e),"value",t),r?(0,i.arrayify)((t+h).substring(0,66)):t}if(a=e.match(d),a&&Array.isArray(t)){var c=a[1],m=parseInt(a[2]||String(t.length));m!=t.length&&p.throwArgumentError("invalid array length for ".concat(e),"value",t);var b=[];return t.forEach((function(e){b.push(v(c,e,!0))})),(0,i.concat)(b)}return p.throwArgumentError("invalid type","type",e)}function m(e,t){e.length!=t.length&&p.throwArgumentError("wrong number of values; expected ${ types.length }","values",t);var r=[];return e.forEach((function(e,n){r.push(v(e,t[n]))})),(0,i.hexlify)((0,i.concat)(r))}function b(e,t){return(0,a.keccak256)(m(e,t))}function g(e,t){return(0,o.sha256)(m(e,t))}},c973:function(e,t){function r(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function n(e){return function(){var t=this,n=arguments;return new Promise((function(i,a){var o=e.apply(t,n);function s(e){r(o,i,a,s,u,"next",e)}function u(e){r(o,i,a,s,u,"throw",e)}s(void 0)}))}}e.exports=n},c99a:function(e,t){e.exports="/static/tongyonh/arrow-up-leftw.png"},c9af:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r0))return!0;for(var t=0,r=this._supportedHardforks;t=i},e.prototype.activeOnBlock=function(e,t){return this.hardforkIsActiveOnBlock(null,e,t)},e.prototype.hardforkGteHardfork=function(e,t,r){r=void 0!==r?r:{};var n,i=void 0!==r.onlyActive&&r.onlyActive;e=this._chooseHardfork(e,r.onlySupported),n=i?this.activeHardforks(null,r):this.hardforks();for(var a=-1,o=-1,s=0,u=0,c=n;u=o},e.prototype.gteHardfork=function(e,t){return this.hardforkGteHardfork(null,e,t)},e.prototype.hardforkIsActiveOnChain=function(e,t){t=void 0!==t?t:{};var r=void 0!==t.onlySupported&&t.onlySupported;e=this._chooseHardfork(e,r);for(var n=0,i=this.hardforks();n0)return r[r.length-1]["name"];throw new Error("No (supported) active hardfork found")},e.prototype.hardforkBlock=function(e){return e=this._chooseHardfork(e,!1),this._getHardfork(e)["block"]},e.prototype.isHardforkBlock=function(e,t){return t=this._chooseHardfork(t,!1),this.hardforkBlock(t)===e},e.prototype.consensus=function(e){return e=this._chooseHardfork(e),this._getHardfork(e)["consensus"]},e.prototype.finality=function(e){return e=this._chooseHardfork(e),this._getHardfork(e)["finality"]},e.prototype.genesis=function(){return this._chainParams["genesis"]},e.prototype.hardforks=function(){return this._chainParams["hardforks"]},e.prototype.bootstrapNodes=function(){return this._chainParams["bootstrapNodes"]},e.prototype.hardfork=function(){return this._hardfork},e.prototype.chainId=function(){return this._chainParams["chainId"]},e.prototype.chainName=function(){return i.chains["names"][this.chainId()]||this._chainParams["name"]},e.prototype.networkId=function(){return this._chainParams["networkId"]},e}();t.default=o},c9bf:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("112e"));function i(e){return e&&e.__esModule?e:{default:e}}var a={name:"u-input",mixins:[n.default],props:{value:{type:[String,Number],default:""},type:{type:String,default:"text"},inputAlign:{type:String,default:"left"},placeholder:{type:String,default:"\u8bf7\u8f93\u5165\u5185\u5bb9"},disabled:{type:Boolean,default:!1},maxlength:{type:[Number,String],default:140},placeholderStyle:{type:String,default:"color: #c0c4cc;"},confirmType:{type:String,default:"done"},customStyle:{type:Object,default:function(){return{}}},fixed:{type:Boolean,default:!1},focus:{type:Boolean,default:!1},passwordIcon:{type:Boolean,default:!0},border:{type:Boolean,default:!1},borderColor:{type:String,default:"#dcdfe6"},autoHeight:{type:Boolean,default:!0},selectOpen:{type:Boolean,default:!1},height:{type:[Number,String],default:""},clearable:{type:Boolean,default:!0},cursorSpacing:{type:[Number,String],default:0},selectionStart:{type:[Number,String],default:-1},selectionEnd:{type:[Number,String],default:-1},trim:{type:Boolean,default:!0},showConfirmbar:{type:Boolean,default:!0}},data:function(){return{defaultValue:this.value,inputHeight:70,textareaHeight:100,validateState:!1,focused:!1,showPassword:!1,lastValue:""}},watch:{value:function(e,t){this.defaultValue=e,e!=t&&"select"==this.type&&this.handleInput({detail:{value:e}})}},computed:{inputMaxlength:function(){return Number(this.maxlength)},getStyle:function(){var e={};return e.minHeight=this.height?this.height+"rpx":"textarea"==this.type?this.textareaHeight+"rpx":this.inputHeight+"rpx",e=Object.assign(e,this.customStyle),e},getCursorSpacing:function(){return Number(this.cursorSpacing)},uSelectionStart:function(){return String(this.selectionStart)},uSelectionEnd:function(){return String(this.selectionEnd)}},created:function(){this.$on("on-form-item-error",this.onFormItemError)},methods:{handleInput:function(e){var t=this,r=e.detail.value;this.trim&&(r=this.$u.trim(r)),this.$emit("input",r),this.defaultValue=r,setTimeout((function(){t.dispatch("u-form-item","on-form-change",r)}),40)},handleBlur:function(e){var t=this;setTimeout((function(){t.focused=!1}),100),this.$emit("blur",e.detail.value),setTimeout((function(){t.dispatch("u-form-item","on-form-blur",e.detail.value)}),40)},onFormItemError:function(e){this.validateState=e},onFocus:function(e){this.focused=!0,this.$emit("focus")},onConfirm:function(e){this.$emit("confirm",e.detail.value)},onClear:function(e){this.$emit("input","")},inputClick:function(){this.$emit("click")}}};t.default=a},c9cf:function(e,t,r){"use strict";function n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e||(e=Number(new Date)),10==e.toString().length&&(e*=1e3);var r,n=new Date(e),i={"y+":n.getFullYear().toString(),"m+":(n.getMonth()+1).toString(),"d+":n.getDate().toString(),"h+":n.getHours().toString(),"M+":n.getMinutes().toString(),"s+":n.getSeconds().toString()};for(var a in i)r=new RegExp("("+a+")").exec(t),r&&(t=t.replace(r[1],1==r[1].length?i[a]:i[a].padStart(r[1].length,"0")));return t}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,String.prototype.padStart||(String.prototype.padStart=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");var r=this;if(r.length>=e)return String(r);var n=e-r.length,i=Math.ceil(n/t.length);while(i>>=1)t+=t,1===i&&(t+=t);return t.slice(0,n)+r});var i=n;t.default=i},c9d4:function(e,t){e.exports="/static/tongyonh/copy_24px.png"},c9f3:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("352b"),i=r("e991"),a=r("be2c"),o=r("36a1"),s=i.OPS,u=r("7307");function c(e,t){if(!e.input&&!e.output&&!e.pubkey&&!e.input&&!e.signature)throw new TypeError("Not enough data");t=Object.assign({validate:!0},t||{}),o({network:o.maybe(o.Object),output:o.maybe(o.Buffer),pubkey:o.maybe(u.isPoint),signature:o.maybe(i.isCanonicalScriptSignature),input:o.maybe(o.Buffer)},e);var r=a.value((function(){return i.decompile(e.input)})),c=e.network||n.bitcoin,l={name:"p2pk",network:c};if(a.prop(l,"output",(function(){if(e.pubkey)return i.compile([e.pubkey,s.OP_CHECKSIG])})),a.prop(l,"pubkey",(function(){if(e.output)return e.output.slice(1,-1)})),a.prop(l,"signature",(function(){if(e.input)return r()[0]})),a.prop(l,"input",(function(){if(e.signature)return i.compile([e.signature])})),a.prop(l,"witness",(function(){if(l.input)return[]})),t.validate){if(e.output){if(e.output[e.output.length-1]!==s.OP_CHECKSIG)throw new TypeError("Output is invalid");if(!u.isPoint(l.pubkey))throw new TypeError("Output pubkey is invalid");if(e.pubkey&&!e.pubkey.equals(l.pubkey))throw new TypeError("Pubkey mismatch")}if(e.signature&&e.input&&!e.input.equals(l.input))throw new TypeError("Signature mismatch");if(e.input){if(1!==r().length)throw new TypeError("Input is invalid");if(!i.isCanonicalScriptSignature(l.signature))throw new TypeError("Input has invalid signature")}}return Object.assign(l,e)}t.p2pk=c},ca18:function(e,t,r){"use strict";r.r(t);var n=r("ab87"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},ca1d:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={uMask:r("d779").default,uIcon:r("755a").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return e._$s(0,"i",e.visibleSync)?r("view",{staticClass:e._$s(0,"sc","u-drawer"),style:e._$s(0,"s",[e.customStyle,{zIndex:e.uZindex-1}]),attrs:{_i:0}},[r("u-mask",{attrs:{duration:e.duration,"custom-style":e.maskCustomStyle,maskClickAble:e.maskCloseAble,"z-index":e.uZindex-2,show:e.showDrawer&&e.mask,_i:1},on:{click:e.maskClick}}),r("view",{staticClass:e._$s(2,"sc","u-drawer-content"),class:e._$s(2,"c",[e.safeAreaInsetBottom?"safe-area-inset-bottom":"","u-drawer-"+e.mode,e.showDrawer?"u-drawer-content-visible":"",e.zoom&&"center"==e.mode?"u-animation-zoom":""]),style:e._$s(2,"s",[e.style]),attrs:{_i:2},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault()},click:[function(t){return e.modeCenterClose(e.mode)},function(e){e.stopPropagation(),e.preventDefault()}]}},[e._$s(3,"i","center"==e.mode)?r("view",{staticClass:e._$s(3,"sc","u-mode-center-box"),style:e._$s(3,"s",[e.centerStyle]),attrs:{_i:3},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault()},click:function(e){e.stopPropagation(),e.preventDefault()}}},[e._$s(4,"i",e.closeable)?r("u-icon",{staticClass:e._$s(4,"sc","u-close"),class:e._$s(4,"c",["u-close--"+e.closeIconPos]),attrs:{name:e.closeIcon,color:e.closeIconColor,size:e.closeIconSize,_i:4},on:{click:e.close}}):e._e(),r("scroll-view",{staticClass:e._$s(5,"sc","u-drawer__scroll-view"),attrs:{_i:5}},[e._t("default",null,{_i:6})],2)],1):r("scroll-view",{staticClass:e._$s(7,"sc","u-drawer__scroll-view"),attrs:{_i:7}},[e._t("default",null,{_i:8})],2),r("view",{staticClass:e._$s(9,"sc","u-close"),class:e._$s(9,"c",["u-close--"+e.closeIconPos]),attrs:{_i:9},on:{click:e.close}},[e._$s(10,"i","center"!=e.mode&&e.closeable)?r("u-icon",{attrs:{name:e.closeIcon,color:e.closeIconColor,size:e.closeIconSize,_i:10}}):e._e()],1)])],1):e._e()},a=[]},ca67:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MaxInt256=t.MinInt256=t.MaxUint256=t.WeiPerEther=t.Two=t.One=t.Zero=t.NegativeOne=void 0;var n=r("d448"),i=n.BigNumber.from(-1);t.NegativeOne=i;var a=n.BigNumber.from(0);t.Zero=a;var o=n.BigNumber.from(1);t.One=o;var s=n.BigNumber.from(2);t.Two=s;var u=n.BigNumber.from("1000000000000000000");t.WeiPerEther=u;var c=n.BigNumber.from("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");t.MaxUint256=c;var l=n.BigNumber.from("-0x8000000000000000000000000000000000000000000000000000000000000000");t.MinInt256=l;var f=n.BigNumber.from("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");t.MaxInt256=f},cae1:function(e,t,r){"use strict";var n=r("4a59");e.exports=n.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function i(e){var n=e;return t&&(r.setAttribute("href",n),n=r.href),r.setAttribute("href",n),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return e=i(window.location.href),function(t){var r=n.isString(t)?i(t):t;return r.protocol===e.protocol&&r.host===e.host}}():function(){return function(){return!0}}()},cbce:function(e,t,r){var n=r("399f"),i=r("d0f3");e.exports=function(e){if("string"===typeof e||"number"===typeof e){var t=new n(1),r=String(e).toLowerCase().trim(),a="0x"===r.substr(0,2)||"-0x"===r.substr(0,3),o=i(r);if("-"===o.substr(0,1)&&(o=i(o.slice(1)),t=new n(-1,10)),o=""===o?"0":o,!o.match(/^-?[0-9]+$/)&&o.match(/^[0-9A-Fa-f]+$/)||o.match(/^[a-fA-F]+$/)||!0===a&&o.match(/^[0-9A-Fa-f]+$/))return new n(o,16).mul(t);if((o.match(/^-?[0-9]+$/)||""===o)&&!1===a)return new n(o,10).mul(t)}else if("object"===typeof e&&e.toString&&!e.pop&&!e.push&&e.toString(10).match(/^-?[0-9]+$/)&&(e.mul||e.dividedToIntegerBy))return new n(e.toString(10),10);throw new Error("[number-to-bn] while converting number "+JSON.stringify(e)+" to BN.js instance, error: invalid number value. Value must be an integer, hex string, BN or BigNumber instance. Note, decimals are not supported.")}},cbcf:function(e,t,r){"use strict";r.r(t);var n=r("a178"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},cbea:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991");function i(e){return n.isCanonicalPubKey(e)&&33===e.length}function a(e){var t=n.decompile(e);return 2===t.length&&n.isCanonicalScriptSignature(t[0])&&i(t[1])}t.check=a,a.toJSON=function(){return"witnessPubKeyHash input"}},cbec:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decode=i,t.encode=a;var n=r("2abd");function i(e){e=atob(e);for(var t=[],r=0;r>6],i=0===(32&r);if(31===(31&r)){var a=r;r=0;while(128===(128&a)){if(a=e.readUInt8(t),e.isError(a))return a;r<<=7,r|=127&a}}else r&=31;var o=s.tag[r];return{cls:n,primitive:i,tag:r,tagStr:o}}function f(e,t,r){var n=e.readUInt8(r);if(e.isError(n))return n;if(!t&&128===n)return null;if(0===(128&n))return n;var i=127&n;if(i>4)return e.error("length octect is too long");n=0;for(var a=0;at.length)throw new Error("invalid rlp: total length is larger than the data");if(a=t.slice(n,f),0===a.length)throw new Error("invalid rlp, List has a invalid length");while(a.length)s=l(a),u.push(s.data),a=s.remainder;return{data:u,remainder:t.slice(f)}}function f(e){return"0x"===e.slice(0,2)}function d(e){return"string"!==typeof e?e:f(e)?e.slice(2):e}function h(e){if(e<0)throw new Error("Invalid integer as argument, must be unsigned!");var t=e.toString(16);return t.length%2?"0"+t:t}function p(e){return e.length%2?"0"+e:e}function v(t){var r=h(t);return e.from(r,"hex")}function m(t){if(!e.isBuffer(t)){if("string"===typeof t)return f(t)?e.from(p(d(t)),"hex"):e.from(t);if("number"===typeof t||"bigint"===typeof t)return t?v(t):e.from([]);if(null===t||void 0===t)return e.from([]);if(t instanceof Uint8Array)return e.from(t);if(i.default.isBN(t))return e.from(t.toArray());throw new Error("invalid type")}return t}t.encode=a,t.decode=u,t.getLength=c}).call(this,r("b639").Buffer)},d07a:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("affc");t.bip32=n;var i=r("7019");t.address=i;var a=r("9cbc");t.crypto=a;var o=r("320d");t.ECPair=o;var s=r("352b");t.networks=s;var u=r("2403");t.payments=u;var c=r("e991");t.script=c;var l=r("dee8");t.Block=l.Block;var f=r("7aff");t.Psbt=f.Psbt;var d=r("e991");t.opcodes=d.OPS;var h=r("499a");t.Transaction=h.Transaction;var p=r("56d7");t.TransactionBuilder=p.TransactionBuilder},d0f3:function(e,t,r){var n=r("a44c");e.exports=function(e){return"string"!==typeof e?e:n(e)?e.slice(2):e}},d113:function(e,t,r){"use strict";r.r(t);var n=r("217b"),i=r("910c");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"530f8d74",null,!1,n["a"],o);t["default"]=u.exports},d11f:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"AddressZero",{enumerable:!0,get:function(){return n.AddressZero}}),Object.defineProperty(t,"NegativeOne",{enumerable:!0,get:function(){return i.NegativeOne}}),Object.defineProperty(t,"Zero",{enumerable:!0,get:function(){return i.Zero}}),Object.defineProperty(t,"One",{enumerable:!0,get:function(){return i.One}}),Object.defineProperty(t,"Two",{enumerable:!0,get:function(){return i.Two}}),Object.defineProperty(t,"WeiPerEther",{enumerable:!0,get:function(){return i.WeiPerEther}}),Object.defineProperty(t,"MaxUint256",{enumerable:!0,get:function(){return i.MaxUint256}}),Object.defineProperty(t,"MinInt256",{enumerable:!0,get:function(){return i.MinInt256}}),Object.defineProperty(t,"MaxInt256",{enumerable:!0,get:function(){return i.MaxInt256}}),Object.defineProperty(t,"HashZero",{enumerable:!0,get:function(){return a.HashZero}}),Object.defineProperty(t,"EtherSymbol",{enumerable:!0,get:function(){return o.EtherSymbol}});var n=r("bec2"),i=r("ca67"),a=r("0e4c"),o=r("af06")},d122:function(e,t,r){"use strict";var n=r("f6b9"),i=r("2fa4"),a=r("536e"),o=function(){var e=this;n.packageInit(this,arguments),[new i({name:"getId",call:"net_version",params:0,outputFormatter:parseInt}),new i({name:"isListening",call:"net_listening",params:0}),new i({name:"getPeerCount",call:"net_peerCount",params:0,outputFormatter:a.hexToNumber})].forEach((function(t){t.attachToObject(e),t.setRequestManager(e._requestManager)}))};n.addProviders(o),e.exports=o},d17b:function(e,t,r){e.exports=r("e372").Transform},d19b:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="hdnode/5.5.0";t.version=n},d1bf:function(e,t,r){"use strict";e.exports={ErrorResponse:function(e){var t=e&&e.error&&e.error.message?e.error.message:JSON.stringify(e),r=e.error&&e.error.data?e.error.data:null,n=new Error("Returned error: "+t);return n.data=r,n},InvalidNumberOfParams:function(e,t,r){return new Error('Invalid number of parameters for "'+r+'". Got '+e+" expected "+t+"!")},InvalidConnection:function(e,t){return this.ConnectionError("CONNECTION ERROR: Couldn't connect to node "+e+".",t)},InvalidProvider:function(){return new Error("Provider not set or invalid")},InvalidResponse:function(e){var t=e&&e.error&&e.error.message?e.error.message:"Invalid JSON RPC response: "+JSON.stringify(e);return new Error(t)},ConnectionTimeout:function(e){return new Error("CONNECTION TIMEOUT: timeout of "+e+" ms achived")},ConnectionNotOpenError:function(e){return this.ConnectionError("connection not open on send()",e)},ConnectionCloseError:function(e){return"object"===typeof e&&e.code&&e.reason?this.ConnectionError("CONNECTION ERROR: The connection got closed with the close code `"+e.code+"` and the following reason string `"+e.reason+"`",e):new Error("CONNECTION ERROR: The connection closed unexpectedly")},MaxAttemptsReachedOnReconnectingError:function(){return new Error("Maximum number of reconnect attempts reached!")},PendingRequestsOnReconnectingError:function(){return new Error("CONNECTION ERROR: Provider started to reconnect before the response got received!")},ConnectionError:function(e,t){var r=new Error(e);return t&&(r.code=t.code,r.reason=t.reason),r},RevertInstructionError:function(e,t){var r=new Error("Your request got reverted with the following reason string: "+e);return r.reason=e,r.signature=t,r},TransactionRevertInstructionError:function(e,t,r){var n=new Error("Transaction has been reverted by the EVM:\n"+JSON.stringify(r,null,2));return n.reason=e,n.signature=t,n.receipt=r,n},TransactionError:function(e,t){var r=new Error(e);return r.receipt=t,r},NoContractAddressFoundError:function(e){return this.TransactionError("The transaction receipt didn't contain a contract address.",e)},ContractCodeNotStoredError:function(e){return this.TransactionError("The contract code couldn't be stored, please check your gas limit.",e)},TransactionRevertedWithoutReasonError:function(e){return this.TransactionError("Transaction has been reverted by the EVM:\n"+JSON.stringify(e,null,2),e)},TransactionOutOfGasError:function(e){return this.TransactionError("Transaction ran out of gas. Please provide more gas:\n"+JSON.stringify(e,null,2),e)},ResolverMethodMissingError:function(e,t){return new Error("The resolver at "+e+'does not implement requested method: "'+t+'".')},ContractMissingABIError:function(){return new Error("You must provide the json interface of the contract when instantiating a contract object.")},ContractOnceRequiresCallbackError:function(){return new Error("Once requires a callback as the second parameter.")},ContractEventDoesNotExistError:function(e){return new Error('Event "'+e+"\" doesn't exist in this contract.")},ContractReservedEventError:function(e){return new Error('The event "'+e+"\" is a reserved event name, you can't use it.")},ContractMissingDeployDataError:function(){return new Error('No "data" specified in neither the given options, nor the default options.')},ContractNoAddressDefinedError:function(){return new Error("This contract object doesn't have address set yet, please set an address first.")},ContractNoFromAddressDefinedError:function(){return new Error('No "from" address specified in neither the given options, nor the default options.')}}},d1c2:function(e,t,r){"use strict";var n=r("4a59"),i=r("befe"),a=r("1db9"),o=r("db7c"),s=r("4b04");function u(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new s("canceled")}e.exports=function(e){u(e),e.headers=e.headers||{},e.data=i.call(e,e.data,e.headers,e.transformRequest),e.headers=n.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),n.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||o.adapter;return t(e).then((function(t){return u(e),t.data=i.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return a(t)||(u(e),t&&t.response&&(t.response.data=i.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},d1c8:function(e,t,r){var n=r("3fb5");function i(e){this._reporterState={obj:null,path:[],options:e||{},errors:[]}}function a(e,t){this.path=e,this.rethrow(t)}t.Reporter=i,i.prototype.isError=function(e){return e instanceof a},i.prototype.save=function(){var e=this._reporterState;return{obj:e.obj,pathLen:e.path.length}},i.prototype.restore=function(e){var t=this._reporterState;t.obj=e.obj,t.path=t.path.slice(0,e.pathLen)},i.prototype.enterKey=function(e){return this._reporterState.path.push(e)},i.prototype.exitKey=function(e){var t=this._reporterState;t.path=t.path.slice(0,e-1)},i.prototype.leaveKey=function(e,t,r){var n=this._reporterState;this.exitKey(e),null!==n.obj&&(n.obj[t]=r)},i.prototype.path=function(){return this._reporterState.path.join("/")},i.prototype.enterObject=function(){var e=this._reporterState,t=e.obj;return e.obj={},t},i.prototype.leaveObject=function(e){var t=this._reporterState,r=t.obj;return t.obj=e,r},i.prototype.error=function(e){var t,r=this._reporterState,n=e instanceof a;if(t=n?e:new a(r.path.map((function(e){return"["+JSON.stringify(e)+"]"})).join(""),e.message||e,e.stack),!r.options.partial)throw t;return n||r.errors.push(t),t},i.prototype.wrapResult=function(e){var t=this._reporterState;return t.options.partial?{result:this.isError(e)?null:e,errors:t.errors}:e},n(a,Error),a.prototype.rethrow=function(e){if(this.message=e+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,a),!this.stack)try{throw new Error(this.message)}catch(t){this.stack=t.stack}return this}},d1cc:function(e,t,r){"use strict";r.r(t);var n=r("c1f1"),i=r("226e");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"c746cd9e",null,!1,n["a"],o);t["default"]=u.exports},d1d9:function(e,t,r){"use strict";r.r(t);var n=r("082b"),i=r("556f");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"427565e0",null,!1,n["a"],o);t["default"]=u.exports},d1da:function(e,t,r){"use strict";r.r(t);var n=r("a1ea"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},d216:function(e,t,r){"use strict";var n=r("51d0"),i=r("a631");e.exports=function(e,t){return e&&!n(t)?i(e,t):t}},d221:function(e){e.exports=JSON.parse('["\u3042\u3044\u3053\u304f\u3057\u3093","\u3042\u3044\u3055\u3064","\u3042\u3044\u305f\u3099","\u3042\u304a\u305d\u3099\u3089","\u3042\u304b\u3061\u3083\u3093","\u3042\u304d\u308b","\u3042\u3051\u304b\u3099\u305f","\u3042\u3051\u308b","\u3042\u3053\u304b\u3099\u308c\u308b","\u3042\u3055\u3044","\u3042\u3055\u3072","\u3042\u3057\u3042\u3068","\u3042\u3057\u3099\u308f\u3046","\u3042\u3059\u3099\u304b\u308b","\u3042\u3059\u3099\u304d","\u3042\u305d\u3075\u3099","\u3042\u305f\u3048\u308b","\u3042\u305f\u305f\u3081\u308b","\u3042\u305f\u308a\u307e\u3048","\u3042\u305f\u308b","\u3042\u3064\u3044","\u3042\u3064\u304b\u3046","\u3042\u3063\u3057\u3085\u304f","\u3042\u3064\u307e\u308a","\u3042\u3064\u3081\u308b","\u3042\u3066\u306a","\u3042\u3066\u306f\u307e\u308b","\u3042\u3072\u308b","\u3042\u3075\u3099\u3089","\u3042\u3075\u3099\u308b","\u3042\u3075\u308c\u308b","\u3042\u307e\u3044","\u3042\u307e\u3068\u3099","\u3042\u307e\u3084\u304b\u3059","\u3042\u307e\u308a","\u3042\u307f\u3082\u306e","\u3042\u3081\u308a\u304b","\u3042\u3084\u307e\u308b","\u3042\u3086\u3080","\u3042\u3089\u3044\u304f\u3099\u307e","\u3042\u3089\u3057","\u3042\u3089\u3059\u3057\u3099","\u3042\u3089\u305f\u3081\u308b","\u3042\u3089\u3086\u308b","\u3042\u3089\u308f\u3059","\u3042\u308a\u304b\u3099\u3068\u3046","\u3042\u308f\u305b\u308b","\u3042\u308f\u3066\u308b","\u3042\u3093\u3044","\u3042\u3093\u304b\u3099\u3044","\u3042\u3093\u3053","\u3042\u3093\u305b\u3099\u3093","\u3042\u3093\u3066\u3044","\u3042\u3093\u306a\u3044","\u3042\u3093\u307e\u308a","\u3044\u3044\u305f\u3099\u3059","\u3044\u304a\u3093","\u3044\u304b\u3099\u3044","\u3044\u304b\u3099\u304f","\u3044\u304d\u304a\u3044","\u3044\u304d\u306a\u308a","\u3044\u304d\u3082\u306e","\u3044\u304d\u308b","\u3044\u304f\u3057\u3099","\u3044\u304f\u3075\u3099\u3093","\u3044\u3051\u306f\u3099\u306a","\u3044\u3051\u3093","\u3044\u3053\u3046","\u3044\u3053\u304f","\u3044\u3053\u3064","\u3044\u3055\u307e\u3057\u3044","\u3044\u3055\u3093","\u3044\u3057\u304d","\u3044\u3057\u3099\u3085\u3046","\u3044\u3057\u3099\u3087\u3046","\u3044\u3057\u3099\u308f\u308b","\u3044\u3059\u3099\u307f","\u3044\u3059\u3099\u308c","\u3044\u305b\u3044","\u3044\u305b\u3048\u3072\u3099","\u3044\u305b\u304b\u3044","\u3044\u305b\u304d","\u3044\u305b\u3099\u3093","\u3044\u305d\u3046\u308d\u3046","\u3044\u305d\u304b\u3099\u3057\u3044","\u3044\u305f\u3099\u3044","\u3044\u305f\u3099\u304f","\u3044\u305f\u3059\u3099\u3089","\u3044\u305f\u307f","\u3044\u305f\u308a\u3042","\u3044\u3061\u304a\u3046","\u3044\u3061\u3057\u3099","\u3044\u3061\u3068\u3099","\u3044\u3061\u306f\u3099","\u3044\u3061\u3075\u3099","\u3044\u3061\u308a\u3085\u3046","\u3044\u3064\u304b","\u3044\u3063\u3057\u3085\u3093","\u3044\u3063\u305b\u3044","\u3044\u3063\u305d\u3046","\u3044\u3063\u305f\u3093","\u3044\u3063\u3061","\u3044\u3063\u3066\u3044","\u3044\u3063\u307b\u309a\u3046","\u3044\u3066\u3055\u3099","\u3044\u3066\u3093","\u3044\u3068\u3099\u3046","\u3044\u3068\u3053","\u3044\u306a\u3044","\u3044\u306a\u304b","\u3044\u306d\u3080\u308a","\u3044\u306e\u3061","\u3044\u306e\u308b","\u3044\u306f\u3064","\u3044\u306f\u3099\u308b","\u3044\u306f\u3093","\u3044\u3072\u3099\u304d","\u3044\u3072\u3093","\u3044\u3075\u304f","\u3044\u3078\u3093","\u3044\u307b\u3046","\u3044\u307f\u3093","\u3044\u3082\u3046\u3068","\u3044\u3082\u305f\u308c","\u3044\u3082\u308a","\u3044\u3084\u304b\u3099\u308b","\u3044\u3084\u3059","\u3044\u3088\u304b\u3093","\u3044\u3088\u304f","\u3044\u3089\u3044","\u3044\u3089\u3059\u3068","\u3044\u308a\u304f\u3099\u3061","\u3044\u308a\u3087\u3046","\u3044\u308c\u3044","\u3044\u308c\u3082\u306e","\u3044\u308c\u308b","\u3044\u308d\u3048\u3093\u3072\u309a\u3064","\u3044\u308f\u3044","\u3044\u308f\u3046","\u3044\u308f\u304b\u3093","\u3044\u308f\u306f\u3099","\u3044\u308f\u3086\u308b","\u3044\u3093\u3051\u3099\u3093\u307e\u3081","\u3044\u3093\u3055\u3064","\u3044\u3093\u3057\u3087\u3046","\u3044\u3093\u3088\u3046","\u3046\u3048\u304d","\u3046\u3048\u308b","\u3046\u304a\u3055\u3099","\u3046\u304b\u3099\u3044","\u3046\u304b\u3075\u3099","\u3046\u304b\u3078\u3099\u308b","\u3046\u304d\u308f","\u3046\u304f\u3089\u3044\u306a","\u3046\u304f\u308c\u308c","\u3046\u3051\u305f\u307e\u308f\u308b","\u3046\u3051\u3064\u3051","\u3046\u3051\u3068\u308b","\u3046\u3051\u3082\u3064","\u3046\u3051\u308b","\u3046\u3053\u3099\u304b\u3059","\u3046\u3053\u3099\u304f","\u3046\u3053\u3093","\u3046\u3055\u304d\u3099","\u3046\u3057\u306a\u3046","\u3046\u3057\u308d\u304b\u3099\u307f","\u3046\u3059\u3044","\u3046\u3059\u304d\u3099","\u3046\u3059\u304f\u3099\u3089\u3044","\u3046\u3059\u3081\u308b","\u3046\u305b\u3064","\u3046\u3061\u3042\u308f\u305b","\u3046\u3061\u304b\u3099\u308f","\u3046\u3061\u304d","\u3046\u3061\u3085\u3046","\u3046\u3063\u304b\u308a","\u3046\u3064\u304f\u3057\u3044","\u3046\u3063\u305f\u3048\u308b","\u3046\u3064\u308b","\u3046\u3068\u3099\u3093","\u3046\u306a\u304d\u3099","\u3046\u306a\u3057\u3099","\u3046\u306a\u3059\u3099\u304f","\u3046\u306a\u308b","\u3046\u306d\u308b","\u3046\u306e\u3046","\u3046\u3075\u3099\u3051\u3099","\u3046\u3075\u3099\u3053\u3099\u3048","\u3046\u307e\u308c\u308b","\u3046\u3081\u308b","\u3046\u3082\u3046","\u3046\u3084\u307e\u3046","\u3046\u3088\u304f","\u3046\u3089\u304b\u3099\u3048\u3059","\u3046\u3089\u304f\u3099\u3061","\u3046\u3089\u306a\u3044","\u3046\u308a\u3042\u3051\u3099","\u3046\u308a\u304d\u308c","\u3046\u308b\u3055\u3044","\u3046\u308c\u3057\u3044","\u3046\u308c\u3086\u304d","\u3046\u308c\u308b","\u3046\u308d\u3053","\u3046\u308f\u304d","\u3046\u308f\u3055","\u3046\u3093\u3053\u3046","\u3046\u3093\u3061\u3093","\u3046\u3093\u3066\u3093","\u3046\u3093\u3068\u3099\u3046","\u3048\u3044\u3048\u3093","\u3048\u3044\u304b\u3099","\u3048\u3044\u304d\u3087\u3046","\u3048\u3044\u3053\u3099","\u3048\u3044\u305b\u3044","\u3048\u3044\u3075\u3099\u3093","\u3048\u3044\u3088\u3046","\u3048\u3044\u308f","\u3048\u304a\u308a","\u3048\u304b\u3099\u304a","\u3048\u304b\u3099\u304f","\u3048\u304d\u305f\u3044","\u3048\u304f\u305b\u308b","\u3048\u3057\u3083\u304f","\u3048\u3059\u3066","\u3048\u3064\u3089\u3093","\u3048\u306e\u304f\u3099","\u3048\u307b\u3046\u307e\u304d","\u3048\u307b\u3093","\u3048\u307e\u304d","\u3048\u3082\u3057\u3099","\u3048\u3082\u306e","\u3048\u3089\u3044","\u3048\u3089\u3075\u3099","\u3048\u308a\u3042","\u3048\u3093\u3048\u3093","\u3048\u3093\u304b\u3044","\u3048\u3093\u304d\u3099","\u3048\u3093\u3051\u3099\u304d","\u3048\u3093\u3057\u3085\u3046","\u3048\u3093\u305b\u3099\u3064","\u3048\u3093\u305d\u304f","\u3048\u3093\u3061\u3087\u3046","\u3048\u3093\u3068\u3064","\u304a\u3044\u304b\u3051\u308b","\u304a\u3044\u3053\u3059","\u304a\u3044\u3057\u3044","\u304a\u3044\u3064\u304f","\u304a\u3046\u3048\u3093","\u304a\u3046\u3055\u307e","\u304a\u3046\u3057\u3099","\u304a\u3046\u305b\u3064","\u304a\u3046\u305f\u3044","\u304a\u3046\u3075\u304f","\u304a\u3046\u3078\u3099\u3044","\u304a\u3046\u3088\u3046","\u304a\u3048\u308b","\u304a\u304a\u3044","\u304a\u304a\u3046","\u304a\u304a\u3068\u3099\u304a\u308a","\u304a\u304a\u3084","\u304a\u304a\u3088\u305d","\u304a\u304b\u3048\u308a","\u304a\u304b\u3059\u3099","\u304a\u304b\u3099\u3080","\u304a\u304b\u308f\u308a","\u304a\u304d\u3099\u306a\u3046","\u304a\u304d\u308b","\u304a\u304f\u3055\u307e","\u304a\u304f\u3057\u3099\u3087\u3046","\u304a\u304f\u308a\u304b\u3099\u306a","\u304a\u304f\u308b","\u304a\u304f\u308c\u308b","\u304a\u3053\u3059","\u304a\u3053\u306a\u3046","\u304a\u3053\u308b","\u304a\u3055\u3048\u308b","\u304a\u3055\u306a\u3044","\u304a\u3055\u3081\u308b","\u304a\u3057\u3044\u308c","\u304a\u3057\u3048\u308b","\u304a\u3057\u3099\u304d\u3099","\u304a\u3057\u3099\u3055\u3093","\u304a\u3057\u3083\u308c","\u304a\u305d\u3089\u304f","\u304a\u305d\u308f\u308b","\u304a\u305f\u304b\u3099\u3044","\u304a\u305f\u304f","\u304a\u305f\u3099\u3084\u304b","\u304a\u3061\u3064\u304f","\u304a\u3063\u3068","\u304a\u3064\u308a","\u304a\u3066\u3099\u304b\u3051","\u304a\u3068\u3057\u3082\u306e","\u304a\u3068\u306a\u3057\u3044","\u304a\u3068\u3099\u308a","\u304a\u3068\u3099\u308d\u304b\u3059","\u304a\u306f\u3099\u3055\u3093","\u304a\u307e\u3044\u308a","\u304a\u3081\u3066\u3099\u3068\u3046","\u304a\u3082\u3044\u3066\u3099","\u304a\u3082\u3046","\u304a\u3082\u305f\u3044","\u304a\u3082\u3061\u3083","\u304a\u3084\u3064","\u304a\u3084\u3086\u3072\u3099","\u304a\u3088\u307b\u3099\u3059","\u304a\u3089\u3093\u305f\u3099","\u304a\u308d\u3059","\u304a\u3093\u304b\u3099\u304f","\u304a\u3093\u3051\u3044","\u304a\u3093\u3057\u3083","\u304a\u3093\u305b\u3093","\u304a\u3093\u305f\u3099\u3093","\u304a\u3093\u3061\u3085\u3046","\u304a\u3093\u3068\u3099\u3051\u3044","\u304b\u3042\u3064","\u304b\u3044\u304b\u3099","\u304b\u3099\u3044\u304d","\u304b\u3099\u3044\u3051\u3093","\u304b\u3099\u3044\u3053\u3046","\u304b\u3044\u3055\u3064","\u304b\u3044\u3057\u3083","\u304b\u3044\u3059\u3044\u3088\u304f","\u304b\u3044\u305b\u3099\u3093","\u304b\u3044\u305d\u3099\u3046\u3068\u3099","\u304b\u3044\u3064\u3046","\u304b\u3044\u3066\u3093","\u304b\u3044\u3068\u3046","\u304b\u3044\u3075\u304f","\u304b\u3099\u3044\u3078\u304d","\u304b\u3044\u307b\u3046","\u304b\u3044\u3088\u3046","\u304b\u3099\u3044\u3089\u3044","\u304b\u3044\u308f","\u304b\u3048\u308b","\u304b\u304a\u308a","\u304b\u304b\u3048\u308b","\u304b\u304b\u3099\u304f","\u304b\u304b\u3099\u3057","\u304b\u304b\u3099\u307f","\u304b\u304f\u3053\u3099","\u304b\u304f\u3068\u304f","\u304b\u3055\u3099\u308b","\u304b\u3099\u305d\u3099\u3046","\u304b\u305f\u3044","\u304b\u305f\u3061","\u304b\u3099\u3061\u3087\u3046","\u304b\u3099\u3063\u304d\u3085\u3046","\u304b\u3099\u3063\u3053\u3046","\u304b\u3099\u3063\u3055\u3093","\u304b\u3099\u3063\u3057\u3087\u3046","\u304b\u306a\u3055\u3099\u308f\u3057","\u304b\u306e\u3046","\u304b\u3099\u306f\u304f","\u304b\u3075\u3099\u304b","\u304b\u307b\u3046","\u304b\u307b\u3053\u3099","\u304b\u307e\u3046","\u304b\u307e\u307b\u3099\u3053","\u304b\u3081\u308c\u304a\u3093","\u304b\u3086\u3044","\u304b\u3088\u3046\u3072\u3099","\u304b\u3089\u3044","\u304b\u308b\u3044","\u304b\u308d\u3046","\u304b\u308f\u304f","\u304b\u308f\u3089","\u304b\u3099\u3093\u304b","\u304b\u3093\u3051\u3044","\u304b\u3093\u3053\u3046","\u304b\u3093\u3057\u3083","\u304b\u3093\u305d\u3046","\u304b\u3093\u305f\u3093","\u304b\u3093\u3061","\u304b\u3099\u3093\u306f\u3099\u308b","\u304d\u3042\u3044","\u304d\u3042\u3064","\u304d\u3044\u308d","\u304d\u3099\u3044\u3093","\u304d\u3046\u3044","\u304d\u3046\u3093","\u304d\u3048\u308b","\u304d\u304a\u3046","\u304d\u304a\u304f","\u304d\u304a\u3061","\u304d\u304a\u3093","\u304d\u304b\u3044","\u304d\u304b\u304f","\u304d\u304b\u3093\u3057\u3083","\u304d\u304d\u3066","\u304d\u304f\u306f\u3099\u308a","\u304d\u304f\u3089\u3051\u3099","\u304d\u3051\u3093\u305b\u3044","\u304d\u3053\u3046","\u304d\u3053\u3048\u308b","\u304d\u3053\u304f","\u304d\u3055\u3044","\u304d\u3055\u304f","\u304d\u3055\u307e","\u304d\u3055\u3089\u304d\u3099","\u304d\u3099\u3057\u3099\u304b\u304b\u3099\u304f","\u304d\u3099\u3057\u304d","\u304d\u3099\u3057\u3099\u305f\u3044\u3051\u3093","\u304d\u3099\u3057\u3099\u306b\u3063\u3066\u3044","\u304d\u3099\u3057\u3099\u3085\u3064\u3057\u3083","\u304d\u3059\u3046","\u304d\u305b\u3044","\u304d\u305b\u304d","\u304d\u305b\u3064","\u304d\u305d\u3046","\u304d\u305d\u3099\u304f","\u304d\u305d\u3099\u3093","\u304d\u305f\u3048\u308b","\u304d\u3061\u3087\u3046","\u304d\u3064\u3048\u3093","\u304d\u3099\u3063\u3061\u308a","\u304d\u3064\u3064\u304d","\u304d\u3064\u306d","\u304d\u3066\u3044","\u304d\u3068\u3099\u3046","\u304d\u3068\u3099\u304f","\u304d\u306a\u3044","\u304d\u306a\u304b\u3099","\u304d\u306a\u3053","\u304d\u306c\u3053\u3099\u3057","\u304d\u306d\u3093","\u304d\u306e\u3046","\u304d\u306e\u3057\u305f","\u304d\u306f\u304f","\u304d\u3072\u3099\u3057\u3044","\u304d\u3072\u3093","\u304d\u3075\u304f","\u304d\u3075\u3099\u3093","\u304d\u307b\u3099\u3046","\u304d\u307b\u3093","\u304d\u307e\u308b","\u304d\u307f\u3064","\u304d\u3080\u3059\u3099\u304b\u3057\u3044","\u304d\u3081\u308b","\u304d\u3082\u305f\u3099\u3081\u3057","\u304d\u3082\u3061","\u304d\u3082\u306e","\u304d\u3083\u304f","\u304d\u3084\u304f","\u304d\u3099\u3085\u3046\u306b\u304f","\u304d\u3088\u3046","\u304d\u3087\u3046\u308a\u3085\u3046","\u304d\u3089\u3044","\u304d\u3089\u304f","\u304d\u308a\u3093","\u304d\u308c\u3044","\u304d\u308c\u3064","\u304d\u308d\u304f","\u304d\u3099\u308d\u3093","\u304d\u308f\u3081\u308b","\u304d\u3099\u3093\u3044\u308d","\u304d\u3093\u304b\u304f\u3057\u3099","\u304d\u3093\u3057\u3099\u3087","\u304d\u3093\u3088\u3046\u3072\u3099","\u304f\u3099\u3042\u3044","\u304f\u3044\u3059\u3099","\u304f\u3046\u304b\u3093","\u304f\u3046\u304d","\u304f\u3046\u304f\u3099\u3093","\u304f\u3046\u3053\u3046","\u304f\u3099\u3046\u305b\u3044","\u304f\u3046\u305d\u3046","\u304f\u3099\u3046\u305f\u3089","\u304f\u3046\u3075\u304f","\u304f\u3046\u307b\u3099","\u304f\u304b\u3093","\u304f\u304d\u3087\u3046","\u304f\u3051\u3099\u3093","\u304f\u3099\u3053\u3046","\u304f\u3055\u3044","\u304f\u3055\u304d","\u304f\u3055\u306f\u3099\u306a","\u304f\u3055\u308b","\u304f\u3057\u3083\u307f","\u304f\u3057\u3087\u3046","\u304f\u3059\u306e\u304d","\u304f\u3059\u308a\u3086\u3072\u3099","\u304f\u305b\u3051\u3099","\u304f\u305b\u3093","\u304f\u3099\u305f\u3044\u3066\u304d","\u304f\u305f\u3099\u3055\u308b","\u304f\u305f\u3072\u3099\u308c\u308b","\u304f\u3061\u3053\u307f","\u304f\u3061\u3055\u304d","\u304f\u3064\u3057\u305f","\u304f\u3099\u3063\u3059\u308a","\u304f\u3064\u308d\u304f\u3099","\u304f\u3068\u3046\u3066\u3093","\u304f\u3068\u3099\u304f","\u304f\u306a\u3093","\u304f\u306d\u304f\u306d","\u304f\u306e\u3046","\u304f\u3075\u3046","\u304f\u307f\u3042\u308f\u305b","\u304f\u307f\u305f\u3066\u308b","\u304f\u3081\u308b","\u304f\u3084\u304f\u3057\u3087","\u304f\u3089\u3059","\u304f\u3089\u3078\u3099\u308b","\u304f\u308b\u307e","\u304f\u308c\u308b","\u304f\u308d\u3046","\u304f\u308f\u3057\u3044","\u304f\u3099\u3093\u304b\u3093","\u304f\u3099\u3093\u3057\u3087\u304f","\u304f\u3099\u3093\u305f\u3044","\u304f\u3099\u3093\u3066","\u3051\u3042\u306a","\u3051\u3044\u304b\u304f","\u3051\u3044\u3051\u3093","\u3051\u3044\u3053","\u3051\u3044\u3055\u3064","\u3051\u3099\u3044\u3057\u3099\u3085\u3064","\u3051\u3044\u305f\u3044","\u3051\u3099\u3044\u306e\u3046\u3057\u3099\u3093","\u3051\u3044\u308c\u304d","\u3051\u3044\u308d","\u3051\u304a\u3068\u3059","\u3051\u304a\u308a\u3082\u306e","\u3051\u3099\u304d\u304b","\u3051\u3099\u304d\u3051\u3099\u3093","\u3051\u3099\u304d\u305f\u3099\u3093","\u3051\u3099\u304d\u3061\u3093","\u3051\u3099\u304d\u3068\u3064","\u3051\u3099\u304d\u306f","\u3051\u3099\u304d\u3084\u304f","\u3051\u3099\u3053\u3046","\u3051\u3099\u3053\u304f\u3057\u3099\u3087\u3046","\u3051\u3099\u3055\u3099\u3044","\u3051\u3055\u304d","\u3051\u3099\u3055\u3099\u3093","\u3051\u3057\u304d","\u3051\u3057\u3053\u3099\u3080","\u3051\u3057\u3087\u3046","\u3051\u3099\u3059\u3068","\u3051\u305f\u306f\u3099","\u3051\u3061\u3083\u3063\u3075\u309a","\u3051\u3061\u3089\u3059","\u3051\u3064\u3042\u3064","\u3051\u3064\u3044","\u3051\u3064\u3048\u304d","\u3051\u3063\u3053\u3093","\u3051\u3064\u3057\u3099\u3087","\u3051\u3063\u305b\u304d","\u3051\u3063\u3066\u3044","\u3051\u3064\u307e\u3064","\u3051\u3099\u3064\u3088\u3046\u3072\u3099","\u3051\u3099\u3064\u308c\u3044","\u3051\u3064\u308d\u3093","\u3051\u3099\u3068\u3099\u304f","\u3051\u3068\u306f\u3099\u3059","\u3051\u3068\u308b","\u3051\u306a\u3051\u3099","\u3051\u306a\u3059","\u3051\u306a\u307f","\u3051\u306c\u304d","\u3051\u3099\u306d\u3064","\u3051\u306d\u3093","\u3051\u306f\u3044","\u3051\u3099\u3072\u3093","\u3051\u3075\u3099\u304b\u3044","\u3051\u3099\u307b\u3099\u304f","\u3051\u307e\u308a","\u3051\u307f\u304b\u308b","\u3051\u3080\u3057","\u3051\u3080\u308a","\u3051\u3082\u306e","\u3051\u3089\u3044","\u3051\u308d\u3051\u308d","\u3051\u308f\u3057\u3044","\u3051\u3093\u3044","\u3051\u3093\u3048\u3064","\u3051\u3093\u304a","\u3051\u3093\u304b","\u3051\u3099\u3093\u304d","\u3051\u3093\u3051\u3099\u3093","\u3051\u3093\u3053\u3046","\u3051\u3093\u3055\u304f","\u3051\u3093\u3057\u3085\u3046","\u3051\u3093\u3059\u3046","\u3051\u3099\u3093\u305d\u3046","\u3051\u3093\u3061\u304f","\u3051\u3093\u3066\u3044","\u3051\u3093\u3068\u3046","\u3051\u3093\u306a\u3044","\u3051\u3093\u306b\u3093","\u3051\u3099\u3093\u3075\u3099\u3064","\u3051\u3093\u307e","\u3051\u3093\u307f\u3093","\u3051\u3093\u3081\u3044","\u3051\u3093\u3089\u3093","\u3051\u3093\u308a","\u3053\u3042\u304f\u307e","\u3053\u3044\u306c","\u3053\u3044\u3072\u3099\u3068","\u3053\u3099\u3046\u3044","\u3053\u3046\u3048\u3093","\u3053\u3046\u304a\u3093","\u3053\u3046\u304b\u3093","\u3053\u3099\u3046\u304d\u3085\u3046","\u3053\u3099\u3046\u3051\u3044","\u3053\u3046\u3053\u3046","\u3053\u3046\u3055\u3044","\u3053\u3046\u3057\u3099","\u3053\u3046\u3059\u3044","\u3053\u3099\u3046\u305b\u3044","\u3053\u3046\u305d\u304f","\u3053\u3046\u305f\u3044","\u3053\u3046\u3061\u3083","\u3053\u3046\u3064\u3046","\u3053\u3046\u3066\u3044","\u3053\u3046\u3068\u3099\u3046","\u3053\u3046\u306a\u3044","\u3053\u3046\u306f\u3044","\u3053\u3099\u3046\u307b\u3046","\u3053\u3099\u3046\u307e\u3093","\u3053\u3046\u3082\u304f","\u3053\u3046\u308a\u3064","\u3053\u3048\u308b","\u3053\u304a\u308a","\u3053\u3099\u304b\u3044","\u3053\u3099\u304b\u3099\u3064","\u3053\u3099\u304b\u3093","\u3053\u304f\u3053\u3099","\u3053\u304f\u3055\u3044","\u3053\u304f\u3068\u3046","\u3053\u304f\u306a\u3044","\u3053\u304f\u306f\u304f","\u3053\u304f\u3099\u307e","\u3053\u3051\u3044","\u3053\u3051\u308b","\u3053\u3053\u306e\u304b","\u3053\u3053\u308d","\u3053\u3055\u3081","\u3053\u3057\u3064","\u3053\u3059\u3046","\u3053\u305b\u3044","\u3053\u305b\u304d","\u3053\u305b\u3099\u3093","\u3053\u305d\u305f\u3099\u3066","\u3053\u305f\u3044","\u3053\u305f\u3048\u308b","\u3053\u305f\u3064","\u3053\u3061\u3087\u3046","\u3053\u3063\u304b","\u3053\u3064\u3053\u3064","\u3053\u3064\u306f\u3099\u3093","\u3053\u3064\u3075\u3099","\u3053\u3066\u3044","\u3053\u3066\u3093","\u3053\u3068\u304b\u3099\u3089","\u3053\u3068\u3057","\u3053\u3068\u306f\u3099","\u3053\u3068\u308a","\u3053\u306a\u3053\u3099\u306a","\u3053\u306d\u3053\u306d","\u3053\u306e\u307e\u307e","\u3053\u306e\u307f","\u3053\u306e\u3088","\u3053\u3099\u306f\u3093","\u3053\u3072\u3064\u3057\u3099","\u3053\u3075\u3046","\u3053\u3075\u3093","\u3053\u307b\u3099\u308c\u308b","\u3053\u3099\u307e\u3042\u3075\u3099\u3089","\u3053\u307e\u304b\u3044","\u3053\u3099\u307e\u3059\u308a","\u3053\u307e\u3064\u306a","\u3053\u307e\u308b","\u3053\u3080\u304d\u3099\u3053","\u3053\u3082\u3057\u3099","\u3053\u3082\u3061","\u3053\u3082\u306e","\u3053\u3082\u3093","\u3053\u3084\u304f","\u3053\u3084\u307e","\u3053\u3086\u3046","\u3053\u3086\u3072\u3099","\u3053\u3088\u3044","\u3053\u3088\u3046","\u3053\u308a\u308b","\u3053\u308c\u304f\u3057\u3087\u3093","\u3053\u308d\u3063\u3051","\u3053\u308f\u3082\u3066","\u3053\u308f\u308c\u308b","\u3053\u3093\u3044\u3093","\u3053\u3093\u304b\u3044","\u3053\u3093\u304d","\u3053\u3093\u3057\u3085\u3046","\u3053\u3093\u3059\u3044","\u3053\u3093\u305f\u3099\u3066","\u3053\u3093\u3068\u3093","\u3053\u3093\u306a\u3093","\u3053\u3093\u3072\u3099\u306b","\u3053\u3093\u307b\u309a\u3093","\u3053\u3093\u307e\u3051","\u3053\u3093\u3084","\u3053\u3093\u308c\u3044","\u3053\u3093\u308f\u304f","\u3055\u3099\u3044\u3048\u304d","\u3055\u3044\u304b\u3044","\u3055\u3044\u304d\u3093","\u3055\u3099\u3044\u3051\u3099\u3093","\u3055\u3099\u3044\u3053","\u3055\u3044\u3057\u3087","\u3055\u3044\u305b\u3044","\u3055\u3099\u3044\u305f\u304f","\u3055\u3099\u3044\u3061\u3085\u3046","\u3055\u3044\u3066\u304d","\u3055\u3099\u3044\u308a\u3087\u3046","\u3055\u3046\u306a","\u3055\u304b\u3044\u3057","\u3055\u304b\u3099\u3059","\u3055\u304b\u306a","\u3055\u304b\u307f\u3061","\u3055\u304b\u3099\u308b","\u3055\u304d\u3099\u3087\u3046","\u3055\u304f\u3057","\u3055\u304f\u3072\u3093","\u3055\u304f\u3089","\u3055\u3053\u304f","\u3055\u3053\u3064","\u3055\u3059\u3099\u304b\u308b","\u3055\u3099\u305b\u304d","\u3055\u305f\u3093","\u3055\u3064\u3048\u3044","\u3055\u3099\u3064\u304a\u3093","\u3055\u3099\u3063\u304b","\u3055\u3099\u3064\u304b\u3099\u304f","\u3055\u3063\u304d\u3087\u304f","\u3055\u3099\u3063\u3057","\u3055\u3064\u3057\u3099\u3093","\u3055\u3099\u3063\u305d\u3046","\u3055\u3064\u305f\u306f\u3099","\u3055\u3064\u307e\u3044\u3082","\u3055\u3066\u3044","\u3055\u3068\u3044\u3082","\u3055\u3068\u3046","\u3055\u3068\u304a\u3084","\u3055\u3068\u3057","\u3055\u3068\u308b","\u3055\u306e\u3046","\u3055\u306f\u3099\u304f","\u3055\u3072\u3099\u3057\u3044","\u3055\u3078\u3099\u3064","\u3055\u307b\u3046","\u3055\u307b\u3068\u3099","\u3055\u307e\u3059","\u3055\u307f\u3057\u3044","\u3055\u307f\u305f\u3099\u308c","\u3055\u3080\u3051","\u3055\u3081\u308b","\u3055\u3084\u3048\u3093\u3068\u3099\u3046","\u3055\u3086\u3046","\u3055\u3088\u3046","\u3055\u3088\u304f","\u3055\u3089\u305f\u3099","\u3055\u3099\u308b\u305d\u306f\u3099","\u3055\u308f\u3084\u304b","\u3055\u308f\u308b","\u3055\u3093\u3044\u3093","\u3055\u3093\u304b","\u3055\u3093\u304d\u3083\u304f","\u3055\u3093\u3053\u3046","\u3055\u3093\u3055\u3044","\u3055\u3099\u3093\u3057\u3087","\u3055\u3093\u3059\u3046","\u3055\u3093\u305b\u3044","\u3055\u3093\u305d","\u3055\u3093\u3061","\u3055\u3093\u307e","\u3055\u3093\u307f","\u3055\u3093\u3089\u3093","\u3057\u3042\u3044","\u3057\u3042\u3051\u3099","\u3057\u3042\u3055\u3063\u3066","\u3057\u3042\u308f\u305b","\u3057\u3044\u304f","\u3057\u3044\u3093","\u3057\u3046\u3061","\u3057\u3048\u3044","\u3057\u304a\u3051","\u3057\u304b\u3044","\u3057\u304b\u304f","\u3057\u3099\u304b\u3093","\u3057\u3053\u3099\u3068","\u3057\u3059\u3046","\u3057\u3099\u305f\u3099\u3044","\u3057\u305f\u3046\u3051","\u3057\u305f\u304d\u3099","\u3057\u305f\u3066","\u3057\u305f\u307f","\u3057\u3061\u3087\u3046","\u3057\u3061\u308a\u3093","\u3057\u3063\u304b\u308a","\u3057\u3064\u3057\u3099","\u3057\u3064\u3082\u3093","\u3057\u3066\u3044","\u3057\u3066\u304d","\u3057\u3066\u3064","\u3057\u3099\u3066\u3093","\u3057\u3099\u3068\u3099\u3046","\u3057\u306a\u304d\u3099\u308c","\u3057\u306a\u3082\u306e","\u3057\u306a\u3093","\u3057\u306d\u307e","\u3057\u306d\u3093","\u3057\u306e\u304f\u3099","\u3057\u306e\u3075\u3099","\u3057\u306f\u3044","\u3057\u306f\u3099\u304b\u308a","\u3057\u306f\u3064","\u3057\u306f\u3089\u3044","\u3057\u306f\u3093","\u3057\u3072\u3087\u3046","\u3057\u3075\u304f","\u3057\u3099\u3075\u3099\u3093","\u3057\u3078\u3044","\u3057\u307b\u3046","\u3057\u307b\u3093","\u3057\u307e\u3046","\u3057\u307e\u308b","\u3057\u307f\u3093","\u3057\u3080\u3051\u308b","\u3057\u3099\u3080\u3057\u3087","\u3057\u3081\u3044","\u3057\u3081\u308b","\u3057\u3082\u3093","\u3057\u3083\u3044\u3093","\u3057\u3083\u3046\u3093","\u3057\u3083\u304a\u3093","\u3057\u3099\u3083\u304b\u3099\u3044\u3082","\u3057\u3084\u304f\u3057\u3087","\u3057\u3083\u304f\u307b\u3046","\u3057\u3083\u3051\u3093","\u3057\u3083\u3053","\u3057\u3083\u3055\u3099\u3044","\u3057\u3083\u3057\u3093","\u3057\u3083\u305b\u3093","\u3057\u3083\u305d\u3046","\u3057\u3083\u305f\u3044","\u3057\u3083\u3061\u3087\u3046","\u3057\u3083\u3063\u304d\u3093","\u3057\u3099\u3083\u307e","\u3057\u3083\u308a\u3093","\u3057\u3083\u308c\u3044","\u3057\u3099\u3086\u3046","\u3057\u3099\u3085\u3046\u3057\u3087","\u3057\u3085\u304f\u306f\u304f","\u3057\u3099\u3085\u3057\u3093","\u3057\u3085\u3063\u305b\u304d","\u3057\u3085\u307f","\u3057\u3085\u3089\u306f\u3099","\u3057\u3099\u3085\u3093\u306f\u3099\u3093","\u3057\u3087\u3046\u304b\u3044","\u3057\u3087\u304f\u305f\u304f","\u3057\u3087\u3063\u3051\u3093","\u3057\u3087\u3068\u3099\u3046","\u3057\u3087\u3082\u3064","\u3057\u3089\u305b\u308b","\u3057\u3089\u3078\u3099\u308b","\u3057\u3093\u304b","\u3057\u3093\u3053\u3046","\u3057\u3099\u3093\u3057\u3099\u3083","\u3057\u3093\u305b\u3044\u3057\u3099","\u3057\u3093\u3061\u304f","\u3057\u3093\u308a\u3093","\u3059\u3042\u3051\u3099","\u3059\u3042\u3057","\u3059\u3042\u306a","\u3059\u3099\u3042\u3093","\u3059\u3044\u3048\u3044","\u3059\u3044\u304b","\u3059\u3044\u3068\u3046","\u3059\u3099\u3044\u3075\u3099\u3093","\u3059\u3044\u3088\u3046\u3072\u3099","\u3059\u3046\u304b\u3099\u304f","\u3059\u3046\u3057\u3099\u3064","\u3059\u3046\u305b\u3093","\u3059\u304a\u3068\u3099\u308a","\u3059\u304d\u307e","\u3059\u304f\u3046","\u3059\u304f\u306a\u3044","\u3059\u3051\u308b","\u3059\u3053\u3099\u3044","\u3059\u3053\u3057","\u3059\u3099\u3055\u3093","\u3059\u3059\u3099\u3057\u3044","\u3059\u3059\u3080","\u3059\u3059\u3081\u308b","\u3059\u3063\u304b\u308a","\u3059\u3099\u3063\u3057\u308a","\u3059\u3099\u3063\u3068","\u3059\u3066\u304d","\u3059\u3066\u308b","\u3059\u306d\u308b","\u3059\u306e\u3053","\u3059\u306f\u305f\u3099","\u3059\u306f\u3099\u3089\u3057\u3044","\u3059\u3099\u3072\u3087\u3046","\u3059\u3099\u3075\u3099\u306c\u308c","\u3059\u3075\u3099\u308a","\u3059\u3075\u308c","\u3059\u3078\u3099\u3066","\u3059\u3078\u3099\u308b","\u3059\u3099\u307b\u3046","\u3059\u307b\u3099\u3093","\u3059\u307e\u3044","\u3059\u3081\u3057","\u3059\u3082\u3046","\u3059\u3084\u304d","\u3059\u3089\u3059\u3089","\u3059\u308b\u3081","\u3059\u308c\u3061\u304b\u3099\u3046","\u3059\u308d\u3063\u3068","\u3059\u308f\u308b","\u3059\u3093\u305b\u3099\u3093","\u3059\u3093\u307b\u309a\u3046","\u305b\u3042\u3075\u3099\u3089","\u305b\u3044\u304b\u3064","\u305b\u3044\u3051\u3099\u3093","\u305b\u3044\u3057\u3099","\u305b\u3044\u3088\u3046","\u305b\u304a\u3046","\u305b\u304b\u3044\u304b\u3093","\u305b\u304d\u306b\u3093","\u305b\u304d\u3080","\u305b\u304d\u3086","\u305b\u304d\u3089\u3093\u3046\u3093","\u305b\u3051\u3093","\u305b\u3053\u3046","\u305b\u3059\u3057\u3099","\u305b\u305f\u3044","\u305b\u305f\u3051","\u305b\u3063\u304b\u304f","\u305b\u3063\u304d\u3083\u304f","\u305b\u3099\u3063\u304f","\u305b\u3063\u3051\u3093","\u305b\u3063\u3053\u3064","\u305b\u3063\u3055\u305f\u304f\u307e","\u305b\u3064\u305d\u3099\u304f","\u305b\u3064\u305f\u3099\u3093","\u305b\u3064\u3066\u3099\u3093","\u305b\u3063\u306f\u309a\u3093","\u305b\u3064\u3072\u3099","\u305b\u3064\u3075\u3099\u3093","\u305b\u3064\u3081\u3044","\u305b\u3064\u308a\u3064","\u305b\u306a\u304b","\u305b\u306e\u3072\u3099","\u305b\u306f\u306f\u3099","\u305b\u3072\u3099\u308d","\u305b\u307b\u3099\u306d","\u305b\u307e\u3044","\u305b\u307e\u308b","\u305b\u3081\u308b","\u305b\u3082\u305f\u308c","\u305b\u308a\u3075","\u305b\u3099\u3093\u3042\u304f","\u305b\u3093\u3044","\u305b\u3093\u3048\u3044","\u305b\u3093\u304b","\u305b\u3093\u304d\u3087","\u305b\u3093\u304f","\u305b\u3093\u3051\u3099\u3093","\u305b\u3099\u3093\u3053\u3099","\u305b\u3093\u3055\u3044","\u305b\u3093\u3057\u3085","\u305b\u3093\u3059\u3044","\u305b\u3093\u305b\u3044","\u305b\u3093\u305d\u3099","\u305b\u3093\u305f\u304f","\u305b\u3093\u3061\u3087\u3046","\u305b\u3093\u3066\u3044","\u305b\u3093\u3068\u3046","\u305b\u3093\u306c\u304d","\u305b\u3093\u306d\u3093","\u305b\u3093\u306f\u309a\u3044","\u305b\u3099\u3093\u3075\u3099","\u305b\u3099\u3093\u307b\u309a\u3046","\u305b\u3093\u3080","\u305b\u3093\u3081\u3093\u3057\u3099\u3087","\u305b\u3093\u3082\u3093","\u305b\u3093\u3084\u304f","\u305b\u3093\u3086\u3046","\u305b\u3093\u3088\u3046","\u305b\u3099\u3093\u3089","\u305b\u3099\u3093\u308a\u3083\u304f","\u305b\u3093\u308c\u3044","\u305b\u3093\u308d","\u305d\u3042\u304f","\u305d\u3044\u3068\u3051\u3099\u308b","\u305d\u3044\u306d","\u305d\u3046\u304b\u3099\u3093\u304d\u3087\u3046","\u305d\u3046\u304d","\u305d\u3046\u3053\u3099","\u305d\u3046\u3057\u3093","\u305d\u3046\u305f\u3099\u3093","\u305d\u3046\u306a\u3093","\u305d\u3046\u3072\u3099","\u305d\u3046\u3081\u3093","\u305d\u3046\u308a","\u305d\u3048\u3082\u306e","\u305d\u3048\u3093","\u305d\u304b\u3099\u3044","\u305d\u3051\u3099\u304d","\u305d\u3053\u3046","\u305d\u3053\u305d\u3053","\u305d\u3055\u3099\u3044","\u305d\u3057\u306a","\u305d\u305b\u3044","\u305d\u305b\u3093","\u305d\u305d\u304f\u3099","\u305d\u305f\u3099\u3066\u308b","\u305d\u3064\u3046","\u305d\u3064\u3048\u3093","\u305d\u3063\u304b\u3093","\u305d\u3064\u304d\u3099\u3087\u3046","\u305d\u3063\u3051\u3064","\u305d\u3063\u3053\u3046","\u305d\u3063\u305b\u3093","\u305d\u3063\u3068","\u305d\u3068\u304b\u3099\u308f","\u305d\u3068\u3064\u3099\u3089","\u305d\u306a\u3048\u308b","\u305d\u306a\u305f","\u305d\u3075\u307b\u3099","\u305d\u307b\u3099\u304f","\u305d\u307b\u3099\u308d","\u305d\u307e\u3064","\u305d\u307e\u308b","\u305d\u3080\u304f","\u305d\u3080\u308a\u3048","\u305d\u3081\u308b","\u305d\u3082\u305d\u3082","\u305d\u3088\u304b\u305b\u3099","\u305d\u3089\u307e\u3081","\u305d\u308d\u3046","\u305d\u3093\u304b\u3044","\u305d\u3093\u3051\u3044","\u305d\u3093\u3055\u3099\u3044","\u305d\u3093\u3057\u3064","\u305d\u3093\u305d\u3099\u304f","\u305d\u3093\u3061\u3087\u3046","\u305d\u3099\u3093\u3072\u3099","\u305d\u3099\u3093\u3075\u3099\u3093","\u305d\u3093\u307f\u3093","\u305f\u3042\u3044","\u305f\u3044\u3044\u3093","\u305f\u3044\u3046\u3093","\u305f\u3044\u3048\u304d","\u305f\u3044\u304a\u3046","\u305f\u3099\u3044\u304b\u3099\u304f","\u305f\u3044\u304d","\u305f\u3044\u304f\u3099\u3046","\u305f\u3044\u3051\u3093","\u305f\u3044\u3053","\u305f\u3044\u3055\u3099\u3044","\u305f\u3099\u3044\u3057\u3099\u3087\u3046\u3075\u3099","\u305f\u3099\u3044\u3059\u304d","\u305f\u3044\u305b\u3064","\u305f\u3044\u305d\u3046","\u305f\u3099\u3044\u305f\u3044","\u305f\u3044\u3061\u3087\u3046","\u305f\u3044\u3066\u3044","\u305f\u3099\u3044\u3068\u3099\u3053\u308d","\u305f\u3044\u306a\u3044","\u305f\u3044\u306d\u3064","\u305f\u3044\u306e\u3046","\u305f\u3044\u306f\u3093","\u305f\u3099\u3044\u3072\u3087\u3046","\u305f\u3044\u3075\u3046","\u305f\u3044\u3078\u3093","\u305f\u3044\u307b","\u305f\u3044\u307e\u3064\u306f\u3099\u306a","\u305f\u3044\u307f\u3093\u304f\u3099","\u305f\u3044\u3080","\u305f\u3044\u3081\u3093","\u305f\u3044\u3084\u304d","\u305f\u3044\u3088\u3046","\u305f\u3044\u3089","\u305f\u3044\u308a\u3087\u304f","\u305f\u3044\u308b","\u305f\u3044\u308f\u3093","\u305f\u3046\u3048","\u305f\u3048\u308b","\u305f\u304a\u3059","\u305f\u304a\u308b","\u305f\u304a\u308c\u308b","\u305f\u304b\u3044","\u305f\u304b\u306d","\u305f\u304d\u3072\u3099","\u305f\u304f\u3055\u3093","\u305f\u3053\u304f","\u305f\u3053\u3084\u304d","\u305f\u3055\u3044","\u305f\u3057\u3055\u3099\u3093","\u305f\u3099\u3057\u3099\u3083\u308c","\u305f\u3059\u3051\u308b","\u305f\u3059\u3099\u3055\u308f\u308b","\u305f\u305d\u304b\u3099\u308c","\u305f\u305f\u304b\u3046","\u305f\u305f\u304f","\u305f\u305f\u3099\u3057\u3044","\u305f\u305f\u307f","\u305f\u3061\u306f\u3099\u306a","\u305f\u3099\u3063\u304b\u3044","\u305f\u3099\u3063\u304d\u3083\u304f","\u305f\u3099\u3063\u3053","\u305f\u3099\u3063\u3057\u3085\u3064","\u305f\u3099\u3063\u305f\u3044","\u305f\u3066\u308b","\u305f\u3068\u3048\u308b","\u305f\u306a\u306f\u3099\u305f","\u305f\u306b\u3093","\u305f\u306c\u304d","\u305f\u306e\u3057\u307f","\u305f\u306f\u3064","\u305f\u3075\u3099\u3093","\u305f\u3078\u3099\u308b","\u305f\u307b\u3099\u3046","\u305f\u307e\u3053\u3099","\u305f\u307e\u308b","\u305f\u3099\u3080\u308b","\u305f\u3081\u3044\u304d","\u305f\u3081\u3059","\u305f\u3081\u308b","\u305f\u3082\u3064","\u305f\u3084\u3059\u3044","\u305f\u3088\u308b","\u305f\u3089\u3059","\u305f\u308a\u304d\u307b\u3093\u304b\u3099\u3093","\u305f\u308a\u3087\u3046","\u305f\u308a\u308b","\u305f\u308b\u3068","\u305f\u308c\u308b","\u305f\u308c\u3093\u3068","\u305f\u308d\u3063\u3068","\u305f\u308f\u3080\u308c\u308b","\u305f\u3099\u3093\u3042\u3064","\u305f\u3093\u3044","\u305f\u3093\u304a\u3093","\u305f\u3093\u304b","\u305f\u3093\u304d","\u305f\u3093\u3051\u3093","\u305f\u3093\u3053\u3099","\u305f\u3093\u3055\u3093","\u305f\u3093\u3057\u3099\u3087\u3046\u3072\u3099","\u305f\u3099\u3093\u305b\u3044","\u305f\u3093\u305d\u304f","\u305f\u3093\u305f\u3044","\u305f\u3099\u3093\u3061","\u305f\u3093\u3066\u3044","\u305f\u3093\u3068\u3046","\u305f\u3099\u3093\u306a","\u305f\u3093\u306b\u3093","\u305f\u3099\u3093\u306d\u3064","\u305f\u3093\u306e\u3046","\u305f\u3093\u3072\u309a\u3093","\u305f\u3099\u3093\u307b\u3099\u3046","\u305f\u3093\u307e\u3064","\u305f\u3093\u3081\u3044","\u305f\u3099\u3093\u308c\u3064","\u305f\u3099\u3093\u308d","\u305f\u3099\u3093\u308f","\u3061\u3042\u3044","\u3061\u3042\u3093","\u3061\u3044\u304d","\u3061\u3044\u3055\u3044","\u3061\u3048\u3093","\u3061\u304b\u3044","\u3061\u304b\u3089","\u3061\u304d\u3085\u3046","\u3061\u304d\u3093","\u3061\u3051\u3044\u3059\u3099","\u3061\u3051\u3093","\u3061\u3053\u304f","\u3061\u3055\u3044","\u3061\u3057\u304d","\u3061\u3057\u308a\u3087\u3046","\u3061\u305b\u3044","\u3061\u305d\u3046","\u3061\u305f\u3044","\u3061\u305f\u3093","\u3061\u3061\u304a\u3084","\u3061\u3064\u3057\u3099\u3087","\u3061\u3066\u304d","\u3061\u3066\u3093","\u3061\u306c\u304d","\u3061\u306c\u308a","\u3061\u306e\u3046","\u3061\u3072\u3087\u3046","\u3061\u3078\u3044\u305b\u3093","\u3061\u307b\u3046","\u3061\u307e\u305f","\u3061\u307f\u3064","\u3061\u307f\u3068\u3099\u308d","\u3061\u3081\u3044\u3068\u3099","\u3061\u3083\u3093\u3053\u306a\u3078\u3099","\u3061\u3085\u3046\u3044","\u3061\u3086\u308a\u3087\u304f","\u3061\u3087\u3046\u3057","\u3061\u3087\u3055\u304f\u3051\u3093","\u3061\u3089\u3057","\u3061\u3089\u307f","\u3061\u308a\u304b\u3099\u307f","\u3061\u308a\u3087\u3046","\u3061\u308b\u3068\u3099","\u3061\u308f\u308f","\u3061\u3093\u305f\u3044","\u3061\u3093\u3082\u304f","\u3064\u3044\u304b","\u3064\u3044\u305f\u3061","\u3064\u3046\u304b","\u3064\u3046\u3057\u3099\u3087\u3046","\u3064\u3046\u306f\u3093","\u3064\u3046\u308f","\u3064\u304b\u3046","\u3064\u304b\u308c\u308b","\u3064\u304f\u306d","\u3064\u304f\u308b","\u3064\u3051\u306d","\u3064\u3051\u308b","\u3064\u3053\u3099\u3046","\u3064\u305f\u3048\u308b","\u3064\u3064\u3099\u304f","\u3064\u3064\u3057\u3099","\u3064\u3064\u3080","\u3064\u3068\u3081\u308b","\u3064\u306a\u304b\u3099\u308b","\u3064\u306a\u307f","\u3064\u306d\u3064\u3099\u306d","\u3064\u306e\u308b","\u3064\u3075\u3099\u3059","\u3064\u307e\u3089\u306a\u3044","\u3064\u307e\u308b","\u3064\u307f\u304d","\u3064\u3081\u305f\u3044","\u3064\u3082\u308a","\u3064\u3082\u308b","\u3064\u3088\u3044","\u3064\u308b\u307b\u3099","\u3064\u308b\u307f\u304f","\u3064\u308f\u3082\u306e","\u3064\u308f\u308a","\u3066\u3042\u3057","\u3066\u3042\u3066","\u3066\u3042\u307f","\u3066\u3044\u304a\u3093","\u3066\u3044\u304b","\u3066\u3044\u304d","\u3066\u3044\u3051\u3044","\u3066\u3044\u3053\u304f","\u3066\u3044\u3055\u3064","\u3066\u3044\u3057","\u3066\u3044\u305b\u3044","\u3066\u3044\u305f\u3044","\u3066\u3044\u3068\u3099","\u3066\u3044\u306d\u3044","\u3066\u3044\u3072\u3087\u3046","\u3066\u3044\u3078\u3093","\u3066\u3044\u307b\u3099\u3046","\u3066\u3046\u3061","\u3066\u304a\u304f\u308c","\u3066\u304d\u3068\u3046","\u3066\u304f\u3072\u3099","\u3066\u3099\u3053\u307b\u3099\u3053","\u3066\u3055\u304d\u3099\u3087\u3046","\u3066\u3055\u3051\u3099","\u3066\u3059\u308a","\u3066\u305d\u3046","\u3066\u3061\u304b\u3099\u3044","\u3066\u3061\u3087\u3046","\u3066\u3064\u304b\u3099\u304f","\u3066\u3064\u3064\u3099\u304d","\u3066\u3099\u3063\u306f\u309a","\u3066\u3064\u307b\u3099\u3046","\u3066\u3064\u3084","\u3066\u3099\u306c\u304b\u3048","\u3066\u306c\u304d","\u3066\u306c\u304f\u3099\u3044","\u3066\u306e\u3072\u3089","\u3066\u306f\u3044","\u3066\u3075\u3099\u304f\u308d","\u3066\u3075\u305f\u3099","\u3066\u307b\u3068\u3099\u304d","\u3066\u307b\u3093","\u3066\u307e\u3048","\u3066\u307e\u304d\u3059\u3099\u3057","\u3066\u307f\u3057\u3099\u304b","\u3066\u307f\u3084\u3051\u3099","\u3066\u3089\u3059","\u3066\u308c\u3072\u3099","\u3066\u308f\u3051","\u3066\u308f\u305f\u3057","\u3066\u3099\u3093\u3042\u3064","\u3066\u3093\u3044\u3093","\u3066\u3093\u304b\u3044","\u3066\u3093\u304d","\u3066\u3093\u304f\u3099","\u3066\u3093\u3051\u3093","\u3066\u3093\u3053\u3099\u304f","\u3066\u3093\u3055\u3044","\u3066\u3093\u3057","\u3066\u3093\u3059\u3046","\u3066\u3099\u3093\u3061","\u3066\u3093\u3066\u304d","\u3066\u3093\u3068\u3046","\u3066\u3093\u306a\u3044","\u3066\u3093\u3075\u309a\u3089","\u3066\u3093\u307b\u3099\u3046\u305f\u3099\u3044","\u3066\u3093\u3081\u3064","\u3066\u3093\u3089\u3093\u304b\u3044","\u3066\u3099\u3093\u308a\u3087\u304f","\u3066\u3099\u3093\u308f","\u3068\u3099\u3042\u3044","\u3068\u3044\u308c","\u3068\u3099\u3046\u304b\u3093","\u3068\u3046\u304d\u3085\u3046","\u3068\u3099\u3046\u304f\u3099","\u3068\u3046\u3057","\u3068\u3046\u3080\u304d\u3099","\u3068\u304a\u3044","\u3068\u304a\u304b","\u3068\u304a\u304f","\u3068\u304a\u3059","\u3068\u304a\u308b","\u3068\u304b\u3044","\u3068\u304b\u3059","\u3068\u304d\u304a\u308a","\u3068\u304d\u3068\u3099\u304d","\u3068\u304f\u3044","\u3068\u304f\u3057\u3085\u3046","\u3068\u304f\u3066\u3093","\u3068\u304f\u306b","\u3068\u304f\u3078\u3099\u3064","\u3068\u3051\u3044","\u3068\u3051\u308b","\u3068\u3053\u3084","\u3068\u3055\u304b","\u3068\u3057\u3087\u304b\u3093","\u3068\u305d\u3046","\u3068\u305f\u3093","\u3068\u3061\u3085\u3046","\u3068\u3063\u304d\u3085\u3046","\u3068\u3063\u304f\u3093","\u3068\u3064\u305b\u3099\u3093","\u3068\u3064\u306b\u3085\u3046","\u3068\u3068\u3099\u3051\u308b","\u3068\u3068\u306e\u3048\u308b","\u3068\u306a\u3044","\u3068\u306a\u3048\u308b","\u3068\u306a\u308a","\u3068\u306e\u3055\u307e","\u3068\u306f\u3099\u3059","\u3068\u3099\u3075\u3099\u304b\u3099\u308f","\u3068\u307b\u3046","\u3068\u307e\u308b","\u3068\u3081\u308b","\u3068\u3082\u305f\u3099\u3061","\u3068\u3082\u308b","\u3068\u3099\u3088\u3046\u3072\u3099","\u3068\u3089\u3048\u308b","\u3068\u3093\u304b\u3064","\u3068\u3099\u3093\u3075\u3099\u308a","\u306a\u3044\u304b\u304f","\u306a\u3044\u3053\u3046","\u306a\u3044\u3057\u3087","\u306a\u3044\u3059","\u306a\u3044\u305b\u3093","\u306a\u3044\u305d\u3046","\u306a\u304a\u3059","\u306a\u304b\u3099\u3044","\u306a\u304f\u3059","\u306a\u3051\u3099\u308b","\u306a\u3053\u3046\u3068\u3099","\u306a\u3055\u3051","\u306a\u305f\u3066\u3099\u3053\u3053","\u306a\u3063\u3068\u3046","\u306a\u3064\u3084\u3059\u307f","\u306a\u306a\u304a\u3057","\u306a\u306b\u3053\u3099\u3068","\u306a\u306b\u3082\u306e","\u306a\u306b\u308f","\u306a\u306e\u304b","\u306a\u3075\u305f\u3099","\u306a\u307e\u3044\u304d","\u306a\u307e\u3048","\u306a\u307e\u307f","\u306a\u307f\u305f\u3099","\u306a\u3081\u3089\u304b","\u306a\u3081\u308b","\u306a\u3084\u3080","\u306a\u3089\u3046","\u306a\u3089\u3072\u3099","\u306a\u3089\u3075\u3099","\u306a\u308c\u308b","\u306a\u308f\u3068\u3072\u3099","\u306a\u308f\u306f\u3099\u308a","\u306b\u3042\u3046","\u306b\u3044\u304b\u3099\u305f","\u306b\u3046\u3051","\u306b\u304a\u3044","\u306b\u304b\u3044","\u306b\u304b\u3099\u3066","\u306b\u304d\u3072\u3099","\u306b\u304f\u3057\u307f","\u306b\u304f\u307e\u3093","\u306b\u3051\u3099\u308b","\u306b\u3055\u3093\u304b\u305f\u3093\u305d","\u306b\u3057\u304d","\u306b\u305b\u3082\u306e","\u306b\u3061\u3057\u3099\u3087\u3046","\u306b\u3061\u3088\u3046\u3072\u3099","\u306b\u3063\u304b","\u306b\u3063\u304d","\u306b\u3063\u3051\u3044","\u306b\u3063\u3053\u3046","\u306b\u3063\u3055\u3093","\u306b\u3063\u3057\u3087\u304f","\u306b\u3063\u3059\u3046","\u306b\u3063\u305b\u304d","\u306b\u3063\u3066\u3044","\u306b\u306a\u3046","\u306b\u307b\u3093","\u306b\u307e\u3081","\u306b\u3082\u3064","\u306b\u3084\u308a","\u306b\u3085\u3046\u3044\u3093","\u306b\u308a\u3093\u3057\u3083","\u306b\u308f\u3068\u308a","\u306b\u3093\u3044","\u306b\u3093\u304b","\u306b\u3093\u304d","\u306b\u3093\u3051\u3099\u3093","\u306b\u3093\u3057\u304d","\u306b\u3093\u3059\u3099\u3046","\u306b\u3093\u305d\u3046","\u306b\u3093\u305f\u3044","\u306b\u3093\u3061","\u306b\u3093\u3066\u3044","\u306b\u3093\u306b\u304f","\u306b\u3093\u3075\u309a","\u306b\u3093\u307e\u308a","\u306b\u3093\u3080","\u306b\u3093\u3081\u3044","\u306b\u3093\u3088\u3046","\u306c\u3044\u304f\u304d\u3099","\u306c\u304b\u3059","\u306c\u304f\u3099\u3044\u3068\u308b","\u306c\u304f\u3099\u3046","\u306c\u304f\u3082\u308a","\u306c\u3059\u3080","\u306c\u307e\u3048\u3072\u3099","\u306c\u3081\u308a","\u306c\u3089\u3059","\u306c\u3093\u3061\u3083\u304f","\u306d\u3042\u3051\u3099","\u306d\u3044\u304d","\u306d\u3044\u308b","\u306d\u3044\u308d","\u306d\u304f\u3099\u305b","\u306d\u304f\u305f\u3044","\u306d\u304f\u3089","\u306d\u3053\u305b\u3099","\u306d\u3053\u3080","\u306d\u3055\u3051\u3099","\u306d\u3059\u3053\u3099\u3059","\u306d\u305d\u3078\u3099\u308b","\u306d\u305f\u3099\u3093","\u306d\u3064\u3044","\u306d\u3063\u3057\u3093","\u306d\u3064\u305d\u3099\u3046","\u306d\u3063\u305f\u3044\u304d\u3099\u3087","\u306d\u3075\u3099\u305d\u304f","\u306d\u3075\u305f\u3099","\u306d\u307b\u3099\u3046","\u306d\u307b\u308a\u306f\u307b\u308a","\u306d\u307e\u304d","\u306d\u307e\u308f\u3057","\u306d\u307f\u307f","\u306d\u3080\u3044","\u306d\u3080\u305f\u3044","\u306d\u3082\u3068","\u306d\u3089\u3046","\u306d\u308f\u3055\u3099","\u306d\u3093\u3044\u308a","\u306d\u3093\u304a\u3057","\u306d\u3093\u304b\u3093","\u306d\u3093\u304d\u3093","\u306d\u3093\u304f\u3099","\u306d\u3093\u3055\u3099","\u306d\u3093\u3057","\u306d\u3093\u3061\u3083\u304f","\u306d\u3093\u3068\u3099","\u306d\u3093\u3072\u309a","\u306d\u3093\u3075\u3099\u3064","\u306d\u3093\u307e\u3064","\u306d\u3093\u308a\u3087\u3046","\u306d\u3093\u308c\u3044","\u306e\u3044\u3059\u3099","\u306e\u304a\u3064\u3099\u307e","\u306e\u304b\u3099\u3059","\u306e\u304d\u306a\u307f","\u306e\u3053\u304d\u3099\u308a","\u306e\u3053\u3059","\u306e\u3053\u308b","\u306e\u305b\u308b","\u306e\u305d\u3099\u304f","\u306e\u305d\u3099\u3080","\u306e\u305f\u307e\u3046","\u306e\u3061\u307b\u3068\u3099","\u306e\u3063\u304f","\u306e\u306f\u3099\u3059","\u306e\u306f\u3089","\u306e\u3078\u3099\u308b","\u306e\u307b\u3099\u308b","\u306e\u307f\u3082\u306e","\u306e\u3084\u307e","\u306e\u3089\u3044\u306c","\u306e\u3089\u306d\u3053","\u306e\u308a\u3082\u306e","\u306e\u308a\u3086\u304d","\u306e\u308c\u3093","\u306e\u3093\u304d","\u306f\u3099\u3042\u3044","\u306f\u3042\u304f","\u306f\u3099\u3042\u3055\u3093","\u306f\u3099\u3044\u304b","\u306f\u3099\u3044\u304f","\u306f\u3044\u3051\u3093","\u306f\u3044\u3053\u3099","\u306f\u3044\u3057\u3093","\u306f\u3044\u3059\u3044","\u306f\u3044\u305b\u3093","\u306f\u3044\u305d\u3046","\u306f\u3044\u3061","\u306f\u3099\u3044\u306f\u3099\u3044","\u306f\u3044\u308c\u3064","\u306f\u3048\u308b","\u306f\u304a\u308b","\u306f\u304b\u3044","\u306f\u3099\u304b\u308a","\u306f\u304b\u308b","\u306f\u304f\u3057\u3085","\u306f\u3051\u3093","\u306f\u3053\u3075\u3099","\u306f\u3055\u307f","\u306f\u3055\u3093","\u306f\u3057\u3053\u3099","\u306f\u3099\u3057\u3087","\u306f\u3057\u308b","\u306f\u305b\u308b","\u306f\u309a\u305d\u3053\u3093","\u306f\u305d\u3093","\u306f\u305f\u3093","\u306f\u3061\u307f\u3064","\u306f\u3064\u304a\u3093","\u306f\u3063\u304b\u304f","\u306f\u3064\u3099\u304d","\u306f\u3063\u304d\u308a","\u306f\u3063\u304f\u3064","\u306f\u3063\u3051\u3093","\u306f\u3063\u3053\u3046","\u306f\u3063\u3055\u3093","\u306f\u3063\u3057\u3093","\u306f\u3063\u305f\u3064","\u306f\u3063\u3061\u3085\u3046","\u306f\u3063\u3066\u3093","\u306f\u3063\u3072\u309a\u3087\u3046","\u306f\u3063\u307b\u309a\u3046","\u306f\u306a\u3059","\u306f\u306a\u3072\u3099","\u306f\u306b\u304b\u3080","\u306f\u3075\u3099\u3089\u3057","\u306f\u307f\u304b\u3099\u304d","\u306f\u3080\u304b\u3046","\u306f\u3081\u3064","\u306f\u3084\u3044","\u306f\u3084\u3057","\u306f\u3089\u3046","\u306f\u308d\u3046\u3043\u3093","\u306f\u308f\u3044","\u306f\u3093\u3044","\u306f\u3093\u3048\u3044","\u306f\u3093\u304a\u3093","\u306f\u3093\u304b\u304f","\u306f\u3093\u304d\u3087\u3046","\u306f\u3099\u3093\u304f\u3099\u307f","\u306f\u3093\u3053","\u306f\u3093\u3057\u3083","\u306f\u3093\u3059\u3046","\u306f\u3093\u305f\u3099\u3093","\u306f\u309a\u3093\u3061","\u306f\u309a\u3093\u3064","\u306f\u3093\u3066\u3044","\u306f\u3093\u3068\u3057","\u306f\u3093\u306e\u3046","\u306f\u3093\u306f\u309a","\u306f\u3093\u3075\u3099\u3093","\u306f\u3093\u3078\u309a\u3093","\u306f\u3093\u307b\u3099\u3046\u304d","\u306f\u3093\u3081\u3044","\u306f\u3093\u3089\u3093","\u306f\u3093\u308d\u3093","\u3072\u3044\u304d","\u3072\u3046\u3093","\u3072\u3048\u308b","\u3072\u304b\u304f","\u3072\u304b\u308a","\u3072\u304b\u308b","\u3072\u304b\u3093","\u3072\u304f\u3044","\u3072\u3051\u3064","\u3072\u3053\u3046\u304d","\u3072\u3053\u304f","\u3072\u3055\u3044","\u3072\u3055\u3057\u3075\u3099\u308a","\u3072\u3055\u3093","\u3072\u3099\u3057\u3099\u3085\u3064\u304b\u3093","\u3072\u3057\u3087","\u3072\u305d\u304b","\u3072\u305d\u3080","\u3072\u305f\u3080\u304d","\u3072\u305f\u3099\u308a","\u3072\u305f\u308b","\u3072\u3064\u304d\u3099","\u3072\u3063\u3053\u3057","\u3072\u3063\u3057","\u3072\u3064\u3057\u3099\u3085\u3072\u3093","\u3072\u3063\u3059","\u3072\u3064\u305b\u3099\u3093","\u3072\u309a\u3063\u305f\u308a","\u3072\u309a\u3063\u3061\u308a","\u3072\u3064\u3088\u3046","\u3072\u3066\u3044","\u3072\u3068\u3053\u3099\u307f","\u3072\u306a\u307e\u3064\u308a","\u3072\u306a\u3093","\u3072\u306d\u308b","\u3072\u306f\u3093","\u3072\u3072\u3099\u304f","\u3072\u3072\u3087\u3046","\u3072\u307b\u3046","\u3072\u307e\u308f\u308a","\u3072\u307e\u3093","\u3072\u307f\u3064","\u3072\u3081\u3044","\u3072\u3081\u3057\u3099\u3057","\u3072\u3084\u3051","\u3072\u3084\u3059","\u3072\u3088\u3046","\u3072\u3099\u3087\u3046\u304d","\u3072\u3089\u304b\u3099\u306a","\u3072\u3089\u304f","\u3072\u308a\u3064","\u3072\u308a\u3087\u3046","\u3072\u308b\u307e","\u3072\u308b\u3084\u3059\u307f","\u3072\u308c\u3044","\u3072\u308d\u3044","\u3072\u308d\u3046","\u3072\u308d\u304d","\u3072\u308d\u3086\u304d","\u3072\u3093\u304b\u304f","\u3072\u3093\u3051\u3064","\u3072\u3093\u3053\u3093","\u3072\u3093\u3057\u3085","\u3072\u3093\u305d\u3046","\u3072\u309a\u3093\u3061","\u3072\u3093\u306f\u309a\u3093","\u3072\u3099\u3093\u307b\u3099\u3046","\u3075\u3042\u3093","\u3075\u3044\u3046\u3061","\u3075\u3046\u3051\u3044","\u3075\u3046\u305b\u3093","\u3075\u309a\u3046\u305f\u308d\u3046","\u3075\u3046\u3068\u3046","\u3075\u3046\u3075","\u3075\u3048\u308b","\u3075\u304a\u3093","\u3075\u304b\u3044","\u3075\u304d\u3093","\u3075\u304f\u3055\u3099\u3064","\u3075\u304f\u3075\u3099\u304f\u308d","\u3075\u3053\u3046","\u3075\u3055\u3044","\u3075\u3057\u304d\u3099","\u3075\u3057\u3099\u307f","\u3075\u3059\u307e","\u3075\u305b\u3044","\u3075\u305b\u304f\u3099","\u3075\u305d\u304f","\u3075\u3099\u305f\u306b\u304f","\u3075\u305f\u3093","\u3075\u3061\u3087\u3046","\u3075\u3064\u3046","\u3075\u3064\u304b","\u3075\u3063\u304b\u3064","\u3075\u3063\u304d","\u3075\u3063\u3053\u304f","\u3075\u3099\u3068\u3099\u3046","\u3075\u3068\u308b","\u3075\u3068\u3093","\u3075\u306e\u3046","\u3075\u306f\u3044","\u3075\u3072\u3087\u3046","\u3075\u3078\u3093","\u3075\u307e\u3093","\u3075\u307f\u3093","\u3075\u3081\u3064","\u3075\u3081\u3093","\u3075\u3088\u3046","\u3075\u308a\u3053","\u3075\u308a\u308b","\u3075\u308b\u3044","\u3075\u3093\u3044\u304d","\u3075\u3099\u3093\u304b\u3099\u304f","\u3075\u3099\u3093\u304f\u3099","\u3075\u3093\u3057\u3064","\u3075\u3099\u3093\u305b\u304d","\u3075\u3093\u305d\u3046","\u3075\u3099\u3093\u307b\u309a\u3046","\u3078\u3044\u3042\u3093","\u3078\u3044\u304a\u3093","\u3078\u3044\u304b\u3099\u3044","\u3078\u3044\u304d","\u3078\u3044\u3051\u3099\u3093","\u3078\u3044\u3053\u3046","\u3078\u3044\u3055","\u3078\u3044\u3057\u3083","\u3078\u3044\u305b\u3064","\u3078\u3044\u305d","\u3078\u3044\u305f\u304f","\u3078\u3044\u3066\u3093","\u3078\u3044\u306d\u3064","\u3078\u3044\u308f","\u3078\u304d\u304b\u3099","\u3078\u3053\u3080","\u3078\u3099\u306b\u3044\u308d","\u3078\u3099\u306b\u3057\u3087\u3046\u304b\u3099","\u3078\u3089\u3059","\u3078\u3093\u304b\u3093","\u3078\u3099\u3093\u304d\u3087\u3046","\u3078\u3099\u3093\u3053\u3099\u3057","\u3078\u3093\u3055\u3044","\u3078\u3093\u305f\u3044","\u3078\u3099\u3093\u308a","\u307b\u3042\u3093","\u307b\u3044\u304f","\u307b\u3099\u3046\u304d\u3099\u3087","\u307b\u3046\u3053\u304f","\u307b\u3046\u305d\u3046","\u307b\u3046\u307b\u3046","\u307b\u3046\u3082\u3093","\u307b\u3046\u308a\u3064","\u307b\u3048\u308b","\u307b\u304a\u3093","\u307b\u304b\u3093","\u307b\u304d\u3087\u3046","\u307b\u3099\u304d\u3093","\u307b\u304f\u308d","\u307b\u3051\u3064","\u307b\u3051\u3093","\u307b\u3053\u3046","\u307b\u3053\u308b","\u307b\u3057\u3044","\u307b\u3057\u3064","\u307b\u3057\u3085","\u307b\u3057\u3087\u3046","\u307b\u305b\u3044","\u307b\u305d\u3044","\u307b\u305d\u304f","\u307b\u305f\u3066","\u307b\u305f\u308b","\u307b\u309a\u3061\u3075\u3099\u304f\u308d","\u307b\u3063\u304d\u3087\u304f","\u307b\u3063\u3055","\u307b\u3063\u305f\u3093","\u307b\u3068\u3093\u3068\u3099","\u307b\u3081\u308b","\u307b\u3093\u3044","\u307b\u3093\u304d","\u307b\u3093\u3051","\u307b\u3093\u3057\u3064","\u307b\u3093\u3084\u304f","\u307e\u3044\u306b\u3061","\u307e\u304b\u3044","\u307e\u304b\u305b\u308b","\u307e\u304b\u3099\u308b","\u307e\u3051\u308b","\u307e\u3053\u3068","\u307e\u3055\u3064","\u307e\u3057\u3099\u3081","\u307e\u3059\u304f","\u307e\u305b\u3099\u308b","\u307e\u3064\u308a","\u307e\u3068\u3081","\u307e\u306a\u3075\u3099","\u307e\u306c\u3051","\u307e\u306d\u304f","\u307e\u307b\u3046","\u307e\u3082\u308b","\u307e\u3086\u3051\u3099","\u307e\u3088\u3046","\u307e\u308d\u3084\u304b","\u307e\u308f\u3059","\u307e\u308f\u308a","\u307e\u308f\u308b","\u307e\u3093\u304b\u3099","\u307e\u3093\u304d\u3064","\u307e\u3093\u305d\u3099\u304f","\u307e\u3093\u306a\u304b","\u307f\u3044\u3089","\u307f\u3046\u3061","\u307f\u3048\u308b","\u307f\u304b\u3099\u304f","\u307f\u304b\u305f","\u307f\u304b\u3093","\u307f\u3051\u3093","\u307f\u3053\u3093","\u307f\u3057\u3099\u304b\u3044","\u307f\u3059\u3044","\u307f\u3059\u3048\u308b","\u307f\u305b\u308b","\u307f\u3063\u304b","\u307f\u3064\u304b\u308b","\u307f\u3064\u3051\u308b","\u307f\u3066\u3044","\u307f\u3068\u3081\u308b","\u307f\u306a\u3068","\u307f\u306a\u307f\u304b\u3055\u3044","\u307f\u306d\u3089\u308b","\u307f\u306e\u3046","\u307f\u306e\u304b\u3099\u3059","\u307f\u307b\u3093","\u307f\u3082\u3068","\u307f\u3084\u3051\u3099","\u307f\u3089\u3044","\u307f\u308a\u3087\u304f","\u307f\u308f\u304f","\u307f\u3093\u304b","\u307f\u3093\u305d\u3099\u304f","\u3080\u3044\u304b","\u3080\u3048\u304d","\u3080\u3048\u3093","\u3080\u304b\u3044","\u3080\u304b\u3046","\u3080\u304b\u3048","\u3080\u304b\u3057","\u3080\u304d\u3099\u3061\u3083","\u3080\u3051\u308b","\u3080\u3051\u3099\u3093","\u3080\u3055\u307b\u3099\u308b","\u3080\u3057\u3042\u3064\u3044","\u3080\u3057\u306f\u3099","\u3080\u3057\u3099\u3085\u3093","\u3080\u3057\u308d","\u3080\u3059\u3046","\u3080\u3059\u3053","\u3080\u3059\u3075\u3099","\u3080\u3059\u3081","\u3080\u305b\u308b","\u3080\u305b\u3093","\u3080\u3061\u3085\u3046","\u3080\u306a\u3057\u3044","\u3080\u306e\u3046","\u3080\u3084\u307f","\u3080\u3088\u3046","\u3080\u3089\u3055\u304d","\u3080\u308a\u3087\u3046","\u3080\u308d\u3093","\u3081\u3044\u3042\u3093","\u3081\u3044\u3046\u3093","\u3081\u3044\u3048\u3093","\u3081\u3044\u304b\u304f","\u3081\u3044\u304d\u3087\u304f","\u3081\u3044\u3055\u3044","\u3081\u3044\u3057","\u3081\u3044\u305d\u3046","\u3081\u3044\u3075\u3099\u3064","\u3081\u3044\u308c\u3044","\u3081\u3044\u308f\u304f","\u3081\u304f\u3099\u307e\u308c\u308b","\u3081\u3055\u3099\u3059","\u3081\u3057\u305f","\u3081\u3059\u3099\u3089\u3057\u3044","\u3081\u305f\u3099\u3064","\u3081\u307e\u3044","\u3081\u3084\u3059","\u3081\u3093\u304d\u3087","\u3081\u3093\u305b\u304d","\u3081\u3093\u3068\u3099\u3046","\u3082\u3046\u3057\u3042\u3051\u3099\u308b","\u3082\u3046\u3068\u3099\u3046\u3051\u3093","\u3082\u3048\u308b","\u3082\u304f\u3057","\u3082\u304f\u3066\u304d","\u3082\u304f\u3088\u3046\u3072\u3099","\u3082\u3061\u308d\u3093","\u3082\u3068\u3099\u308b","\u3082\u3089\u3046","\u3082\u3093\u304f","\u3082\u3093\u305f\u3099\u3044","\u3084\u304a\u3084","\u3084\u3051\u308b","\u3084\u3055\u3044","\u3084\u3055\u3057\u3044","\u3084\u3059\u3044","\u3084\u3059\u305f\u308d\u3046","\u3084\u3059\u307f","\u3084\u305b\u308b","\u3084\u305d\u3046","\u3084\u305f\u3044","\u3084\u3061\u3093","\u3084\u3063\u3068","\u3084\u3063\u306f\u309a\u308a","\u3084\u3075\u3099\u308b","\u3084\u3081\u308b","\u3084\u3084\u3053\u3057\u3044","\u3084\u3088\u3044","\u3084\u308f\u3089\u304b\u3044","\u3086\u3046\u304d","\u3086\u3046\u3072\u3099\u3093\u304d\u3087\u304f","\u3086\u3046\u3078\u3099","\u3086\u3046\u3081\u3044","\u3086\u3051\u3064","\u3086\u3057\u3085\u3064","\u3086\u305b\u3093","\u3086\u305d\u3046","\u3086\u305f\u304b","\u3086\u3061\u3083\u304f","\u3086\u3066\u3099\u308b","\u3086\u306b\u3085\u3046","\u3086\u3072\u3099\u308f","\u3086\u3089\u3044","\u3086\u308c\u308b","\u3088\u3046\u3044","\u3088\u3046\u304b","\u3088\u3046\u304d\u3085\u3046","\u3088\u3046\u3057\u3099","\u3088\u3046\u3059","\u3088\u3046\u3061\u3048\u3093","\u3088\u304b\u305b\u3099","\u3088\u304b\u3093","\u3088\u304d\u3093","\u3088\u304f\u305b\u3044","\u3088\u304f\u307b\u3099\u3046","\u3088\u3051\u3044","\u3088\u3053\u3099\u308c\u308b","\u3088\u3055\u3093","\u3088\u3057\u3085\u3046","\u3088\u305d\u3046","\u3088\u305d\u304f","\u3088\u3063\u304b","\u3088\u3066\u3044","\u3088\u3068\u3099\u304b\u3099\u308f\u304f","\u3088\u306d\u3064","\u3088\u3084\u304f","\u3088\u3086\u3046","\u3088\u308d\u3053\u3075\u3099","\u3088\u308d\u3057\u3044","\u3089\u3044\u3046","\u3089\u304f\u304b\u3099\u304d","\u3089\u304f\u3053\u3099","\u3089\u304f\u3055\u3064","\u3089\u304f\u305f\u3099","\u3089\u3057\u3093\u306f\u3099\u3093","\u3089\u305b\u3093","\u3089\u305d\u3099\u304f","\u3089\u305f\u3044","\u3089\u3063\u304b","\u3089\u308c\u3064","\u308a\u3048\u304d","\u308a\u304b\u3044","\u308a\u304d\u3055\u304f","\u308a\u304d\u305b\u3064","\u308a\u304f\u304f\u3099\u3093","\u308a\u304f\u3064","\u308a\u3051\u3093","\u308a\u3053\u3046","\u308a\u305b\u3044","\u308a\u305d\u3046","\u308a\u305d\u304f","\u308a\u3066\u3093","\u308a\u306d\u3093","\u308a\u3086\u3046","\u308a\u3085\u3046\u304b\u3099\u304f","\u308a\u3088\u3046","\u308a\u3087\u3046\u308a","\u308a\u3087\u304b\u3093","\u308a\u3087\u304f\u3061\u3083","\u308a\u3087\u3053\u3046","\u308a\u308a\u304f","\u308a\u308c\u304d","\u308a\u308d\u3093","\u308a\u3093\u3053\u3099","\u308b\u3044\u3051\u3044","\u308b\u3044\u3055\u3044","\u308b\u3044\u3057\u3099","\u308b\u3044\u305b\u304d","\u308b\u3059\u306f\u3099\u3093","\u308b\u308a\u304b\u3099\u308f\u3089","\u308c\u3044\u304b\u3093","\u308c\u3044\u304d\u3099","\u308c\u3044\u305b\u3044","\u308c\u3044\u305d\u3099\u3046\u3053","\u308c\u3044\u3068\u3046","\u308c\u3044\u307b\u3099\u3046","\u308c\u304d\u3057","\u308c\u304d\u305f\u3099\u3044","\u308c\u3093\u3042\u3044","\u308c\u3093\u3051\u3044","\u308c\u3093\u3053\u3093","\u308c\u3093\u3055\u3044","\u308c\u3093\u3057\u3085\u3046","\u308c\u3093\u305d\u3099\u304f","\u308c\u3093\u3089\u304f","\u308d\u3046\u304b","\u308d\u3046\u3053\u3099","\u308d\u3046\u3057\u3099\u3093","\u308d\u3046\u305d\u304f","\u308d\u304f\u304b\u3099","\u308d\u3053\u3064","\u308d\u3057\u3099\u3046\u3089","\u308d\u3057\u3085\u3064","\u308d\u305b\u3093","\u308d\u3066\u3093","\u308d\u3081\u3093","\u308d\u308c\u3064","\u308d\u3093\u304d\u3099","\u308d\u3093\u306f\u309a","\u308d\u3093\u3075\u3099\u3093","\u308d\u3093\u308a","\u308f\u304b\u3059","\u308f\u304b\u3081","\u308f\u304b\u3084\u307e","\u308f\u304b\u308c\u308b","\u308f\u3057\u3064","\u308f\u3057\u3099\u307e\u3057","\u308f\u3059\u308c\u3082\u306e","\u308f\u3089\u3046","\u308f\u308c\u308b"]')},d233:function(e,t,r){"use strict";var n=Object.prototype.hasOwnProperty,i=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),a=function(e){var t;while(e.length){var r=e.pop();if(t=r.obj[r.prop],Array.isArray(t)){for(var n=[],i=0;i=48&&a<=57||a>=65&&a<=90||a>=97&&a<=122?r+=t.charAt(n):a<128?r+=i[a]:a<2048?r+=i[192|a>>6]+i[128|63&a]:a<55296||a>=57344?r+=i[224|a>>12]+i[128|a>>6&63]+i[128|63&a]:(n+=1,a=65536+((1023&a)<<10|1023&t.charCodeAt(n)),r+=i[240|a>>18]+i[128|a>>12&63]+i[128|a>>6&63]+i[128|63&a])}return r},f=function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw o}}}}function i(e,t){if(e){if("string"===typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(e,t):void 0}}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=8&&(o[a++]=i>>>n-8&255,n-=8);return o.buffer}function s(e,t){var r=e.byteLength,n=new Uint8Array(e),i=t.indexOf("=")===t.length-1;i&&(t=t.substring(0,t.length-1));for(var a=0,o=0,s="",u=0;u=5)s+=t[o>>>a-5&31],a-=5}if(a>0&&(s+=t[o<<5-a&31]),i)while(s.length%8!==0)s+="=";return s}e.exports=function(e){return{encode:function(t){return s("string"===typeof t?Uint8Array.from(t):t,e)},decode:function(t){var r,i=n(t);try{for(i.s();!(r=i.n()).done;){var a=r.value;if(e.indexOf(a)<0)throw new Error("invalid base32 character")}}catch(s){i.e(s)}finally{i.f()}return o(t,e)}}}},d424:function(e,t,r){"use strict";var n=r("3fb5"),i=r("8707").Buffer,a=r("6430"),o=i.alloc(128),s=64;function u(e,t){a.call(this,"digest"),"string"===typeof t&&(t=i.from(t)),this._alg=e,this._key=t,t.length>s?t=e(t):t.length=0}function b(e,t){return e>=t[0]&&e<=t[1]}function g(e,t){return e.length>=t[0]&&e.length<=t[1]}function y(e){var t=/^\d{3,4}-\d{7,8}(-\d{3,4})?$/;return t.test(e)}function w(e){switch(typeof e){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}function _(e){if("string"==typeof e)try{var t=JSON.parse(e);return!("object"!=typeof t||!t)}catch(r){return!1}return!1}function k(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function x(e){return"[object Object]"===Object.prototype.toString.call(e)}function S(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(t,"}$")).test(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var A={email:n,mobile:i,url:a,date:o,dateISO:s,number:u,digits:c,idCard:l,carNo:f,amount:d,chinese:h,letter:p,enOrNum:v,contains:m,range:b,rangeLength:g,empty:w,isEmpty:w,jsonString:_,landline:y,object:x,array:k,code:S};t.default=A},d5ed:function(e,t,r){"use strict";var n={addresses:{main:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",ropsten:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",rinkeby:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",goerli:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"},interfaceIds:{addr:"0x3b3b57de",setAddr:"0x3b3b57de",pubkey:"0xc8690233",setPubkey:"0xc8690233",contenthash:"0xbc1c58d1",setContenthash:"0xbc1c58d1",content:"0xd8389dc5",setContent:"0xd8389dc5"}};e.exports=n},d60a:function(e,t){e.exports=function(e){return e&&"object"===typeof e&&"function"===typeof e.copy&&"function"===typeof e.fill&&"function"===typeof e.readUInt8}},d64d:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",{staticClass:e._$s(0,"sc","maintoP"),attrs:{_i:0}},[n("navigation",{staticClass:e._$s(1,"sc","aaa"),attrs:{showBack:!1,bgnum:!0,_i:1}},[n("image",{staticClass:e._$s(2,"sc","back"),attrs:{src:e._$s(2,"a-src",r("a439")),_i:2},on:{click:function(t){return e.back()}}}),e._v(e._$s(1,"t1-0",e._s(e.i18n.AddToken)))]),n("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[n("view",{staticClass:e._$s(4,"sc","topview"),attrs:{_i:4}},[n("image",{staticClass:e._$s(5,"sc","searchimg"),attrs:{src:e._$s(5,"a-src",r("6bdc")),_i:5}}),n("input",{staticClass:e._$s(6,"sc","topinput"),attrs:{_i:6},on:{focus:e.goSearch}})]),n("view",{staticClass:e._$s(7,"sc","title"),attrs:{_i:7}},[e._v(e._$s(7,"t0-0",e._s(e.i18n.Hotassets)))]),n("view",{staticClass:e._$s(8,"sc","main_con"),attrs:{_i:8}},e._l(e._$s(9,"f",{forItems:e.coinInfo}),(function(t,i,a,o){return n("view",{key:e._$s(9,"f",{forIndex:a,key:i}),staticClass:e._$s("9-"+o,"sc","item flex"),attrs:{_i:"9-"+o}},[n("view",{staticClass:e._$s("10-"+o,"sc","left flex2"),attrs:{_i:"10-"+o}},[n("image",{staticClass:e._$s("11-"+o,"sc","img"),attrs:{src:e._$s("11-"+o,"a-src",t.contractIconUrlAbs),_i:"11-"+o}}),n("view",{staticClass:e._$s("12-"+o,"sc","textcon"),attrs:{_i:"12-"+o}},[n("view",{staticClass:e._$s("13-"+o,"sc","text1"),attrs:{_i:"13-"+o}},[e._v(e._$s("13-"+o,"t0-0",e._s(t.contractName)))]),n("view",{staticClass:e._$s("14-"+o,"sc","text2"),attrs:{_i:"14-"+o}},[e._v(e._$s("14-"+o,"t0-0",e._s(t.contractAddress)))])])]),e._$s("15-"+o,"i",e.trueIndex[i]!=t.contractAddress)?n("image",{staticClass:e._$s("15-"+o,"sc","img"),attrs:{src:e._$s("15-"+o,"a-src",r("ab7a")),_i:"15-"+o},on:{click:function(r){return e.addOther(t,i)}}}):e._e(),e._$s("16-"+o,"i",t.contractAddress==e.trueIndex[i])?n("image",{staticClass:e._$s("16-"+o,"sc","img2"),attrs:{src:e._$s("16-"+o,"a-src",r("4d38")),_i:"16-"+o},on:{click:function(r){return e.removeOther(t,i)}}}):e._e()])})),0),n("view",{staticClass:e._$s(17,"sc","info_con green"),class:e._$s(17,"c",e.toTop?"goTop":""),attrs:{_i:17}},[n("image",{staticClass:e._$s(18,"sc","copyImg"),attrs:{src:e._$s(18,"a-src",r("2a96")),_i:18}}),e._v(e._$s(17,"t1-0",e._s(e.i18n.Addedsuccessfully)))])])],1)},a=[]},d671:function(e,t,r){"use strict";(function(t,n){function i(e){return u(e)||s(e)||o(e)||a()}function a(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function o(e,t){if(e){if("string"===typeof e)return c(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?c(e,t):void 0}}function s(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function u(e){if(Array.isArray(e))return c(e)}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r>1),"0x","0x"],a=t.slice(0,6).concat(i),o=v.encode(a);return h.recover(p.keccak256(o),r)},A.prototype.hashMessage=function(e){var t=w.isHexStrict(e)?e:w.utf8ToHex(e),r=w.hexToBytes(t),i=n.from(r),a="\x19Ethereum Signed Message:\n"+r.length,o=n.from(a),s=n.concat([o,i]);return p.keccak256s(s)},A.prototype.sign=function(e,t){if(t.startsWith("0x")||(t="0x"+t),66!==t.length)throw new Error("Private key must be 32 bytes long");var r=this.hashMessage(e),n=h.sign(r,t),i=h.decodeSignature(n);return{message:e,messageHash:r,v:i[0],r:i[1],s:i[2],signature:n}},A.prototype.recover=function(e,t,r){var n=[].slice.apply(arguments);return l.isObject(e)?this.recover(e.messageHash,h.encodeSignature([e.v,e.r,e.s]),!0):(r||(e=this.hashMessage(e)),n.length>=4?(r=n.slice(-1)[0],r=!!l.isBoolean(r)&&!!r,this.recover(e,h.encodeSignature(n.slice(1,4)),r)):h.recover(e,t))},A.prototype.decrypt=function(e,t,r){if(!l.isString(t))throw new Error("No password given.");var a,o,s=l.isObject(e)?e:JSON.parse(r?e.toLowerCase():e);if(3!==s.version)throw new Error("Not a valid V3 wallet");if("scrypt"===s.crypto.kdf)o=s.crypto.kdfparams,a=g.syncScrypt(n.from(t),n.from(o.salt,"hex"),o.n,o.r,o.p,o.dklen);else{if("pbkdf2"!==s.crypto.kdf)throw new Error("Unsupported key derivation scheme");if(o=s.crypto.kdfparams,"hmac-sha256"!==o.prf)throw new Error("Unsupported parameters to PBKDF2");a=b.pbkdf2Sync(n.from(t),n.from(o.salt,"hex"),o.c,o.dklen,"sha256")}var u=n.from(s.crypto.ciphertext,"hex"),c=w.sha3(n.from([].concat(i(a.slice(16,32)),i(u)))).replace("0x","");if(c!==s.crypto.mac)throw new Error("Key derivation failed - possibly wrong password");var f=b.createDecipheriv(s.crypto.cipher,a.slice(0,16),n.from(s.crypto.cipherparams.iv,"hex")),d="0x"+n.from([].concat(i(f.update(u)),i(f.final()))).toString("hex");return this.privateKeyToAccount(d,!0)},A.prototype.encrypt=function(e,t,r){var a=this.privateKeyToAccount(e,!0);r=r||{};var o,s=r.salt||b.randomBytes(32),u=r.iv||b.randomBytes(16),c=r.kdf||"scrypt",l={dklen:r.dklen||32,salt:s.toString("hex")};if("pbkdf2"===c)l.c=r.c||262144,l.prf="hmac-sha256",o=b.pbkdf2Sync(n.from(t),n.from(l.salt,"hex"),l.c,l.dklen,"sha256");else{if("scrypt"!==c)throw new Error("Unsupported kdf");l.n=r.n||8192,l.r=r.r||8,l.p=r.p||1,o=g.syncScrypt(n.from(t),n.from(l.salt,"hex"),l.n,l.r,l.p,l.dklen)}var f=b.createCipheriv(r.cipher||"aes-128-ctr",o.slice(0,16),u);if(!f)throw new Error("Unsupported cipher");var d=n.from([].concat(i(f.update(n.from(a.privateKey.replace("0x",""),"hex"))),i(f.final()))),h=w.sha3(n.from([].concat(i(o.slice(16,32)),i(d)))).replace("0x","");return{version:3,id:y.v4({random:r.uuid||b.randomBytes(16)}),address:a.address.toLowerCase().replace("0x",""),crypto:{ciphertext:d.toString("hex"),cipherparams:{iv:u.toString("hex")},cipher:r.cipher||"aes-128-ctr",kdf:c,kdfparams:l,mac:h.toString("hex")}}},C.prototype._findSafeIndex=function(e){return e=e||0,l.has(this,e)?this._findSafeIndex(e+1):e},C.prototype._currentIndexes=function(){var e=Object.keys(this),t=e.map((function(e){return parseInt(e)})).filter((function(e){return e<9e20}));return t},C.prototype.create=function(e,t){for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:"both";return"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n;t.default=i},d6f3:function(e,t,r){"use strict";r.r(t);var n=r("2d9f"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},d70e:function(e){e.exports=JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}')},d779:function(e,t,r){"use strict";r.r(t);var n=r("7a30"),i=r("0f83");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"0d4c8696",null,!1,n["a"],o);t["default"]=u.exports},d799:function(e,t,r){"use strict";r.r(t);var n=r("920f"),i=r("7cba");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"2159894e",null,!1,n["a"],o);t["default"]=u.exports},d7a8:function(e,t,r){"use strict";r.r(t);var n=r("f47b"),i=r("16ad");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],o);t["default"]=u.exports},d7c5:function(e,t,r){var n=r("b639").Buffer,i=r("32f4"),a=r("536e"),o=r("3ff6").AbiCoder,s=r("3ff6").ParamType,u=new o((function(e,t){return!e.match(/^u?int/)||i.isArray(t)||i.isObject(t)&&"BN"===t.constructor.name?t:t.toString()}));function c(){}var l=function(){};l.prototype.encodeFunctionSignature=function(e){return i.isObject(e)&&(e=a._jsonInterfaceMethodToString(e)),a.sha3(e).slice(0,10)},l.prototype.encodeEventSignature=function(e){return i.isObject(e)&&(e=a._jsonInterfaceMethodToString(e)),a.sha3(e)},l.prototype.encodeParameter=function(e,t){return this.encodeParameters([e],[t])},l.prototype.encodeParameters=function(e,t){var r=this;return e=r.mapTypes(e),t=t.map((function(t,n){var i=e[n];if("object"===typeof i&&i.type&&(i=i.type),t=r.formatParam(i,t),"string"===typeof i&&i.includes("tuple")){var a=u._getCoder(s.from(i)),o=function e(t,n){if("array"===t.name)return n.map((function(r){return e(u._getCoder(s.from(t.type.replace("[]",""))),r)}));t.coders.forEach((function(t,i){"tuple"===t.name?e(t,n[i]):n[i]=r.formatParam(t.name,n[i])}))};o(a,t)}return t})),u.encode(e,t)},l.prototype.mapTypes=function(e){var t=this,r=[];return e.forEach((function(e){if("object"===typeof e&&"function"===e.type&&(e=Object.assign({},e,{type:"bytes24"})),t.isSimplifiedStructFormat(e)){var n=Object.keys(e)[0];r.push(Object.assign(t.mapStructNameAndType(n),{components:t.mapStructToCoderFormat(e[n])}))}else r.push(e)})),r},l.prototype.isSimplifiedStructFormat=function(e){return"object"===typeof e&&"undefined"===typeof e.components&&"undefined"===typeof e.name},l.prototype.mapStructNameAndType=function(e){var t="tuple";return e.indexOf("[]")>-1&&(t="tuple[]",e=e.slice(0,-2)),{type:t,name:e}},l.prototype.mapStructToCoderFormat=function(e){var t=this,r=[];return Object.keys(e).forEach((function(n){"object"!==typeof e[n]?r.push({name:n,type:e[n]}):r.push(Object.assign(t.mapStructNameAndType(n),{components:t.mapStructToCoderFormat(e[n])}))})),r},l.prototype.formatParam=function(e,t){var r=this,i=new RegExp(/^bytes([0-9]*)$/),o=new RegExp(/^bytes([0-9]*)\[\]$/),s=new RegExp(/^(u?int)([0-9]*)$/),u=new RegExp(/^(u?int)([0-9]*)\[\]$/);if(a.isBN(t)||a.isBigNumber(t))return t.toString(10);if(e.match(o)||e.match(u))return t.map((function(t){return r.formatParam(e.replace("[]",""),t)}));var c=e.match(s);if(c){var l=parseInt(c[2]||"256");l/80&&(!t||"0x"===t||"0X"===t))throw new Error("Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced.");var n=u.decode(this.mapTypes(e),"0x"+t.replace(/0x/i,""),r),a=new c;return a.__length__=0,e.forEach((function(e,t){var r=n[a.__length__];r="0x"===r?null:r,a[t]=r,i.isObject(e)&&e.name&&(a[e.name]=r),a.__length__++})),a},l.prototype.decodeLog=function(e,t,r){var n=this;r=i.isArray(r)?r:[r],t=t||"";var a=[],o=[],s=0;e.forEach((function(e,t){e.indexed?(o[t]=["bool","int","uint","address","fixed","ufixed"].find((function(t){return-1!==e.type.indexOf(t)}))?n.decodeParameter(e.type,r[s]):r[s],s++):a[t]=e}));var u=t,l=u?this.decodeParametersWith(a,u,!0):[],f=new c;return f.__length__=0,e.forEach((function(e,t){f[t]="string"===e.type?"":null,"undefined"!==typeof l[t]&&(f[t]=l[t]),"undefined"!==typeof o[t]&&(f[t]=o[t]),e.name&&(f[e.name]=f[t]),f.__length__++})),f};var f=new l;e.exports=f},d81e:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var n=a(r("b34b")),i=a(r("ff9c"));function a(e){return e&&e.__esModule?e:{default:e}}var o=["AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CR","CU","CV","CW","CX","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","EH","ER","ES","ET","FI","FJ","FK","FM","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","YE","YT","ZA","ZM","ZW"];function s(e){return(0,n.default)(e),(0,i.default)(o,e.toUpperCase())}e.exports=t.default,e.exports.default=t.default},d861:function(e,t,r){"use strict";var n,i=null;try{n=Function("return this")()}catch(a){n=window}"undefined"!==typeof n.ethereum?i=n.ethereum:"undefined"!==typeof n.web3&&n.web3.currentProvider&&(n.web3.currentProvider.sendAsync&&(n.web3.currentProvider.send=n.web3.currentProvider.sendAsync,delete n.web3.currentProvider.sendAsync),!n.web3.currentProvider.on&&n.web3.currentProvider.connection&&"ipcProviderWrapper"===n.web3.currentProvider.connection.constructor.name&&(n.web3.currentProvider.on=function(e,t){if("function"!==typeof t)throw new Error("The second parameter callback must be a function.");switch(e){case"data":this.connection.on("data",(function(e){var r="";e=e.toString();try{r=JSON.parse(e)}catch(a){return t(new Error("Couldn't parse response data"+e))}r.id||-1===r.method.indexOf("_subscription")||t(null,r)}));break;default:this.connection.on(e,t);break}}),i=n.web3.currentProvider),e.exports=i},d8c6:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defineReadOnly=l,t.getStatic=f,t.resolveProperties=d,t.checkProperties=h,t.shallowCopy=p,t.deepCopy=g,t.Description=void 0;var n=o(r("a34a")),i=r("fa24"),a=r("a9fe");function o(e){return e&&e.__esModule?e:{default:e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var u=function(e,t,r,n){function i(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,a){function o(e){try{u(n.next(e))}catch(t){a(t)}}function s(e){try{u(n["throw"](e))}catch(t){a(t)}}function u(e){e.done?r(e.value):i(e.value).then(o,s)}u((n=n.apply(e,t||[])).next())}))},c=new i.Logger(a.version);function l(e,t,r){Object.defineProperty(e,t,{enumerable:!0,value:r,writable:!1})}function f(e,t){for(var r=0;r<32;r++){if(e[t])return e[t];if(!e.prototype||"object"!==typeof e.prototype)break;e=Object.getPrototypeOf(e.prototype).constructor}return null}function d(e){return u(this,void 0,void 0,n.default.mark((function t(){var r,i;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return r=Object.keys(e).map((function(t){var r=e[t];return Promise.resolve(r).then((function(e){return{key:t,value:e}}))})),t.next=3,Promise.all(r);case 3:return i=t.sent,t.abrupt("return",i.reduce((function(e,t){return e[t.key]=t.value,e}),{}));case 5:case"end":return t.stop()}}),t)})))}function h(e,t){e&&"object"===typeof e||c.throwArgumentError("invalid object","object",e),Object.keys(e).forEach((function(r){t[r]||c.throwArgumentError("invalid object key - "+r,"transaction:"+r,e)}))}function p(e){var t={};for(var r in e)t[r]=e[r];return t}var v={bigint:!0,boolean:!0,function:!0,number:!0,string:!0};function m(e){if(void 0===e||null===e||v[typeof e])return!0;if(Array.isArray(e)||"object"===typeof e){if(!Object.isFrozen(e))return!1;for(var t=Object.keys(e),r=0;r=0;u--)r=t.substring(u,u+1),i=parseInt(r,10),o?(i*=2,s+=i>=10?i%10+1:i):s+=i,o=!o;return!(s%10!==0||!t)}e.exports=t.default,e.exports.default=t.default},da3e:function(e,t){function r(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=r,r.equal=function(e,t,r){if(e!=t)throw new Error(r||"Assertion failed: "+e+" != "+t)}},db34:function(e,t,r){"use strict";(function(e){function r(t){function r(e){if(e.key[0]!==t)throw new Error("Decode Error: could not decode redeemScript with key 0x"+e.key.toString("hex"));return e.value}function n(r){var n=e.from([t]);return{key:n,value:r}}var i="Buffer";function a(t){return e.isBuffer(t)}function o(e,t){return!!e&&!!t&&void 0===e.redeemScript}return{decode:r,encode:n,check:a,expected:i,canAdd:o}}Object.defineProperty(t,"__esModule",{value:!0}),t.makeConverter=r}).call(this,r("b639").Buffer)},db7c:function(e,t,r){"use strict";(function(t){var n=r("4a59"),i=r("991b"),a=r("b757"),o={"Content-Type":"application/x-www-form-urlencoded"};function s(e,t){!n.isUndefined(e)&&n.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function u(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof t&&"[object process]"===Object.prototype.toString.call(t))&&(e=r("4f08")),e}function c(e,t,r){if(n.isString(e))try{return(t||JSON.parse)(e),n.trim(e)}catch(i){if("SyntaxError"!==i.name)throw i}return(r||JSON.stringify)(e)}var l={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:u(),transformRequest:[function(e,t){return i(t,"Accept"),i(t,"Content-Type"),n.isFormData(e)||n.isArrayBuffer(e)||n.isBuffer(e)||n.isStream(e)||n.isFile(e)||n.isBlob(e)?e:n.isArrayBufferView(e)?e.buffer:n.isURLSearchParams(e)?(s(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):n.isObject(e)||t&&"application/json"===t["Content-Type"]?(s(t,"application/json"),c(e)):e}],transformResponse:[function(e){var t=this.transitional||l.transitional,r=t&&t.silentJSONParsing,i=t&&t.forcedJSONParsing,o=!r&&"json"===this.responseType;if(o||i&&n.isString(e)&&e.length)try{return JSON.parse(e)}catch(s){if(o){if("SyntaxError"===s.name)throw a(s,this,"E_JSON_PARSE");throw s}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};n.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),n.forEach(["post","put","patch"],(function(e){l.headers[e]=n.merge(o)})),e.exports=l}).call(this,r("4362"))},dc0c:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var n="solidity/5.5.0";t.version=n},dc14:function(e,t,r){"use strict";(function(t,n){var i=r("966d");function a(e){var t=this;this.next=null,this.entry=null,this.finish=function(){$(t,e)}}e.exports=y;var o,s=!t.browser&&["v0.10","v0.9."].indexOf(t.version.slice(0,5))>-1?setImmediate:i.nextTick;y.WritableState=g;var u=Object.create(r("3a7c"));u.inherits=r("3fb5");var c={deprecate:r("b7d1")},l=r("429b"),f=r("8707").Buffer,d=n.Uint8Array||function(){};function h(e){return f.from(e)}function p(e){return f.isBuffer(e)||e instanceof d}var v,m=r("4681");function b(){}function g(e,t){o=o||r("b19a"),e=e||{};var n=t instanceof o;this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var i=e.highWaterMark,s=e.writableHighWaterMark,u=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:n&&(s||0===s)?s:u,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var c=!1===e.decodeStrings;this.decodeStrings=!c,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){C(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}function y(e){if(o=o||r("b19a"),!v.call(y,this)&&!(this instanceof o))return new y(e);this._writableState=new g(e,this),this.writable=!0,e&&("function"===typeof e.write&&(this._write=e.write),"function"===typeof e.writev&&(this._writev=e.writev),"function"===typeof e.destroy&&(this._destroy=e.destroy),"function"===typeof e.final&&(this._final=e.final)),l.call(this)}function w(e,t){var r=new Error("write after end");e.emit("error",r),i.nextTick(t,r)}function _(e,t,r,n){var a=!0,o=!1;return null===r?o=new TypeError("May not write null values to stream"):"string"===typeof r||void 0===r||t.objectMode||(o=new TypeError("Invalid non-string/buffer chunk")),o&&(e.emit("error",o),i.nextTick(n,o),a=!1),a}function k(e,t,r){return e.objectMode||!1===e.decodeStrings||"string"!==typeof t||(t=f.from(t,r)),t}function x(e,t,r,n,i,a){if(!r){var o=k(t,n,i);n!==o&&(r=!0,i="buffer",n=o)}var s=t.objectMode?1:n.length;t.length+=s;var u=t.length-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(y.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),y.prototype._write=function(e,t,r){r(new Error("_write() is not implemented"))},y.prototype._writev=null,y.prototype.end=function(e,t,r){var n=this._writableState;"function"===typeof e?(r=e,e=null,t=null):"function"===typeof t&&(r=t,t=null),null!==e&&void 0!==e&&this.write(e,t),n.corked&&(n.corked=1,this.uncork()),n.ending||n.finished||R(this,n,r)},Object.defineProperty(y.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),y.prototype.destroy=m.destroy,y.prototype._undestroy=m.undestroy,y.prototype._destroy=function(e,t){this.end(),t(e)}}).call(this,r("4362"),r("c8ba"))},dc8b:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uMessageInput:r("51c5").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!1,_i:1}},[r("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}})]),r("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[r("view",{staticClass:e._$s(4,"sc","big_title"),attrs:{_i:4}}),r("view",{staticClass:e._$s(5,"sc","title"),attrs:{_i:5}}),r("u-message-input",{attrs:{"inactive-color":"#E0E5F2","active-color":"#5B53FF",width:94,maxlength:6,mode:"box","dot-fill":!0,_i:6}})],1),e._e()],1)},a=[]},dd22:function(e,t,r){"use strict";var n=r("32f4"),i=r("f6b9"),a=r("3a1d"),o=r("1dff").subscriptions,s=r("2fa4"),u=r("536e"),c=r("d122"),l=r("93c5"),f=r("4067"),d=r("006f"),h=r("5a45"),p=r("d671"),v=r("d7c5"),m=r("dd46"),b=a.formatters,g=function(e){return n.isString(e[0])&&0===e[0].indexOf("0x")?"eth_getBlockByHash":"eth_getBlockByNumber"},y=function(e){return n.isString(e[0])&&0===e[0].indexOf("0x")?"eth_getTransactionByBlockHashAndIndex":"eth_getTransactionByBlockNumberAndIndex"},w=function(e){return n.isString(e[0])&&0===e[0].indexOf("0x")?"eth_getUncleByBlockHashAndIndex":"eth_getUncleByBlockNumberAndIndex"},_=function(e){return n.isString(e[0])&&0===e[0].indexOf("0x")?"eth_getBlockTransactionCountByHash":"eth_getBlockTransactionCountByNumber"},k=function(e){return n.isString(e[0])&&0===e[0].indexOf("0x")?"eth_getUncleCountByBlockHash":"eth_getUncleCountByBlockNumber"},x=function(){var e=this;i.packageInit(this,arguments);var t=this.setRequestManager;this.setRequestManager=function(r){return t(r),e.net.setRequestManager(r),e.personal.setRequestManager(r),e.accounts.setRequestManager(r),e.Contract._requestManager=e._requestManager,e.Contract.currentProvider=e._provider,!0};var r=this.setProvider;this.setProvider=function(){r.apply(e,arguments),e.setRequestManager(e._requestManager),e.ens._detectedAddress=null,e.ens._lastSyncCheck=null};var a,x,S,A=!1,E=null,C="latest",P=50,T=24,O=750,I=100;Object.defineProperty(this,"handleRevert",{get:function(){return A},set:function(t){A=t,e.Contract.handleRevert=A,N.forEach((function(e){e.handleRevert=A}))},enumerable:!0}),Object.defineProperty(this,"defaultCommon",{get:function(){return S},set:function(t){S=t,e.Contract.defaultCommon=S,N.forEach((function(e){e.defaultCommon=S}))},enumerable:!0}),Object.defineProperty(this,"defaultHardfork",{get:function(){return x},set:function(t){x=t,e.Contract.defaultHardfork=x,N.forEach((function(e){e.defaultHardfork=x}))},enumerable:!0}),Object.defineProperty(this,"defaultChain",{get:function(){return a},set:function(t){a=t,e.Contract.defaultChain=a,N.forEach((function(e){e.defaultChain=a}))},enumerable:!0}),Object.defineProperty(this,"transactionPollingTimeout",{get:function(){return O},set:function(t){O=t,e.Contract.transactionPollingTimeout=O,N.forEach((function(e){e.transactionPollingTimeout=O}))},enumerable:!0}),Object.defineProperty(this,"transactionConfirmationBlocks",{get:function(){return T},set:function(t){T=t,e.Contract.transactionConfirmationBlocks=T,N.forEach((function(e){e.transactionConfirmationBlocks=T}))},enumerable:!0}),Object.defineProperty(this,"transactionBlockTimeout",{get:function(){return P},set:function(t){P=t,e.Contract.transactionBlockTimeout=P,N.forEach((function(e){e.transactionBlockTimeout=P}))},enumerable:!0}),Object.defineProperty(this,"defaultAccount",{get:function(){return E},set:function(t){return t&&(E=u.toChecksumAddress(b.inputAddressFormatter(t))),e.Contract.defaultAccount=E,e.personal.defaultAccount=E,N.forEach((function(e){e.defaultAccount=E})),t},enumerable:!0}),Object.defineProperty(this,"defaultBlock",{get:function(){return C},set:function(t){return C=t,e.Contract.defaultBlock=C,e.personal.defaultBlock=C,N.forEach((function(e){e.defaultBlock=C})),t},enumerable:!0}),Object.defineProperty(this,"maxListenersWarningThreshold",{get:function(){return I},set:function(t){e.currentProvider&&e.currentProvider.setMaxListeners&&(I=t,e.currentProvider.setMaxListeners(t))},enumerable:!0}),this.clearSubscriptions=e._requestManager.clearSubscriptions.bind(e._requestManager),this.net=new c(this),this.net.getNetworkType=m.bind(this),this.accounts=new p(this),this.personal=new f(this),this.personal.defaultAccount=this.defaultAccount,this.maxListenersWarningThreshold=I;var j=this,B=function(){d.apply(this,arguments);var e=this,t=j.setProvider;j.setProvider=function(){t.apply(j,arguments),i.packageInit(e,[j])}};B.setProvider=function(){d.setProvider.apply(this,arguments)},B.prototype=Object.create(d.prototype),B.prototype.constructor=B,this.Contract=B,this.Contract.defaultAccount=this.defaultAccount,this.Contract.defaultBlock=this.defaultBlock,this.Contract.transactionBlockTimeout=this.transactionBlockTimeout,this.Contract.transactionConfirmationBlocks=this.transactionConfirmationBlocks,this.Contract.transactionPollingTimeout=this.transactionPollingTimeout,this.Contract.handleRevert=this.handleRevert,this.Contract._requestManager=this._requestManager,this.Contract._ethAccounts=this.accounts,this.Contract.currentProvider=this._requestManager.provider,this.Iban=h,this.abi=v,this.ens=new l(this);var N=[new s({name:"getNodeInfo",call:"web3_clientVersion"}),new s({name:"getProtocolVersion",call:"eth_protocolVersion",params:0}),new s({name:"getCoinbase",call:"eth_coinbase",params:0}),new s({name:"isMining",call:"eth_mining",params:0}),new s({name:"getHashrate",call:"eth_hashrate",params:0,outputFormatter:u.hexToNumber}),new s({name:"isSyncing",call:"eth_syncing",params:0,outputFormatter:b.outputSyncingFormatter}),new s({name:"getGasPrice",call:"eth_gasPrice",params:0,outputFormatter:b.outputBigNumberFormatter}),new s({name:"getAccounts",call:"eth_accounts",params:0,outputFormatter:u.toChecksumAddress}),new s({name:"getBlockNumber",call:"eth_blockNumber",params:0,outputFormatter:u.hexToNumber}),new s({name:"getBalance",call:"eth_getBalance",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter],outputFormatter:b.outputBigNumberFormatter}),new s({name:"getStorageAt",call:"eth_getStorageAt",params:3,inputFormatter:[b.inputAddressFormatter,u.numberToHex,b.inputDefaultBlockNumberFormatter]}),new s({name:"getCode",call:"eth_getCode",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter]}),new s({name:"getBlock",call:g,params:2,inputFormatter:[b.inputBlockNumberFormatter,function(e){return!!e}],outputFormatter:b.outputBlockFormatter}),new s({name:"getUncle",call:w,params:2,inputFormatter:[b.inputBlockNumberFormatter,u.numberToHex],outputFormatter:b.outputBlockFormatter}),new s({name:"getBlockTransactionCount",call:_,params:1,inputFormatter:[b.inputBlockNumberFormatter],outputFormatter:u.hexToNumber}),new s({name:"getBlockUncleCount",call:k,params:1,inputFormatter:[b.inputBlockNumberFormatter],outputFormatter:u.hexToNumber}),new s({name:"getTransaction",call:"eth_getTransactionByHash",params:1,inputFormatter:[null],outputFormatter:b.outputTransactionFormatter}),new s({name:"getTransactionFromBlock",call:y,params:2,inputFormatter:[b.inputBlockNumberFormatter,u.numberToHex],outputFormatter:b.outputTransactionFormatter}),new s({name:"getTransactionReceipt",call:"eth_getTransactionReceipt",params:1,inputFormatter:[null],outputFormatter:b.outputTransactionReceiptFormatter}),new s({name:"getTransactionCount",call:"eth_getTransactionCount",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter],outputFormatter:u.hexToNumber}),new s({name:"sendSignedTransaction",call:"eth_sendRawTransaction",params:1,inputFormatter:[null],abiCoder:v}),new s({name:"signTransaction",call:"eth_signTransaction",params:1,inputFormatter:[b.inputTransactionFormatter]}),new s({name:"sendTransaction",call:"eth_sendTransaction",params:1,inputFormatter:[b.inputTransactionFormatter],abiCoder:v}),new s({name:"sign",call:"eth_sign",params:2,inputFormatter:[b.inputSignFormatter,b.inputAddressFormatter],transformPayload:function(e){return e.params.reverse(),e}}),new s({name:"call",call:"eth_call",params:2,inputFormatter:[b.inputCallFormatter,b.inputDefaultBlockNumberFormatter],abiCoder:v}),new s({name:"estimateGas",call:"eth_estimateGas",params:1,inputFormatter:[b.inputCallFormatter],outputFormatter:u.hexToNumber}),new s({name:"submitWork",call:"eth_submitWork",params:3}),new s({name:"getWork",call:"eth_getWork",params:0}),new s({name:"getPastLogs",call:"eth_getLogs",params:1,inputFormatter:[b.inputLogFormatter],outputFormatter:b.outputLogFormatter}),new s({name:"getChainId",call:"eth_chainId",params:0,outputFormatter:u.hexToNumber}),new s({name:"requestAccounts",call:"eth_requestAccounts",params:0,outputFormatter:u.toChecksumAddress}),new s({name:"getProof",call:"eth_getProof",params:3,inputFormatter:[b.inputAddressFormatter,b.inputStorageKeysFormatter,b.inputDefaultBlockNumberFormatter],outputFormatter:b.outputProofFormatter}),new s({name:"getPendingTransactions",call:"eth_pendingTransactions",params:0,outputFormatter:b.outputTransactionFormatter}),new o({name:"subscribe",type:"eth",subscriptions:{newBlockHeaders:{subscriptionName:"newHeads",params:0,outputFormatter:b.outputBlockFormatter},pendingTransactions:{subscriptionName:"newPendingTransactions",params:0},logs:{params:1,inputFormatter:[b.inputLogFormatter],outputFormatter:b.outputLogFormatter,subscriptionHandler:function(e){e.removed?this.emit("changed",e):this.emit("data",e),n.isFunction(this.callback)&&this.callback(null,e,this)}},syncing:{params:0,outputFormatter:b.outputSyncingFormatter,subscriptionHandler:function(e){var t=this;!0!==this._isSyncing?(this._isSyncing=!0,this.emit("changed",t._isSyncing),n.isFunction(this.callback)&&this.callback(null,t._isSyncing,this),setTimeout((function(){t.emit("data",e),n.isFunction(t.callback)&&t.callback(null,e,t)}),0)):(this.emit("data",e),n.isFunction(t.callback)&&this.callback(null,e,this),clearTimeout(this._isSyncingTimeout),this._isSyncingTimeout=setTimeout((function(){e.currentBlock>e.highestBlock-200&&(t._isSyncing=!1,t.emit("changed",t._isSyncing),n.isFunction(t.callback)&&t.callback(null,t._isSyncing,t))}),500))}}}})];N.forEach((function(t){t.attachToObject(e),t.setRequestManager(e._requestManager,e.accounts),t.defaultBlock=e.defaultBlock,t.defaultAccount=e.defaultAccount,t.transactionBlockTimeout=e.transactionBlockTimeout,t.transactionConfirmationBlocks=e.transactionConfirmationBlocks,t.transactionPollingTimeout=e.transactionPollingTimeout,t.handleRevert=e.handleRevert}))};i.addProviders(x),e.exports=x},dd46:function(e,t,r){"use strict";var n=r("32f4"),i=function(e){var t,r=this;return this.net.getId().then((function(e){return t=e,r.getBlock(0)})).then((function(r){var i="private";return"0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3"===r.hash&&1===t&&(i="main"),"0cd786a2425d16f152c658316c423e6ce1181e15c3295826d7c9904cba9ce303"===r.hash&&2===t&&(i="morden"),"0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d"===r.hash&&3===t&&(i="ropsten"),"0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177"===r.hash&&4===t&&(i="rinkeby"),"0xbf7e331f7f7c1dd2e05159666b3bf8bc7a8a3a9eb1d518969eab529dd9b88c1a"===r.hash&&5===t&&(i="goerli"),"0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9"===r.hash&&42===t&&(i="kovan"),n.isFunction(e)&&e(null,i),i})).catch((function(t){if(!n.isFunction(e))throw t;e(t)}))};e.exports=i},dd5b:function(e,t,r){"use strict";r.r(t);var n=r("664b"),i=r("ded5");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"72d5dca3",null,!1,n["a"],o);t["default"]=u.exports},ddcd:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){return(0,n.default)(e),parseFloat(e)}e.exports=t.default,e.exports.default=t.default},de2b:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=m;var n=u(r("b34b")),i=u(r("b910")),a=u(r("b35c")),o=u(r("edca")),s=u(r("3a1a"));function u(e){return e&&e.__esModule?e:{default:e}}var c={allow_display_name:!1,require_display_name:!1,allow_utf8_local_part:!0,require_tld:!0},l=/^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\.\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\,\.\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF\s]*<(.+)>$/i,f=/^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~]+$/i,d=/^[a-z\d]+$/,h=/^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f]))*$/i,p=/^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+$/i,v=/^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*$/i;function m(e,t){if((0,n.default)(e),t=(0,i.default)(t,c),t.require_display_name||t.allow_display_name){var r=e.match(l);if(r)e=r[1];else if(t.require_display_name)return!1}var u=e.split("@"),m=u.pop(),b=u.join("@"),g=m.toLowerCase();if(t.domain_specific_validation&&("gmail.com"===g||"googlemail.com"===g)){b=b.toLowerCase();var y=b.split("+")[0];if(!(0,a.default)(y.replace(".",""),{min:6,max:30}))return!1;for(var w=y.split("."),_=0;_1&&void 0!==arguments[1])||arguments[1];return e||!this.transactions?80:80+d.encodingLength(this.transactions.length)+this.transactions.reduce((function(e,r){return e+r.byteLength(t)}),0)}},{key:"getHash",value:function(){return s.hash256(this.toBuffer(!0))}},{key:"getId",value:function(){return o.reverseBuffer(this.getHash()).toString("hex")}},{key:"getUTCDate",value:function(){var e=new Date(0);return e.setUTCSeconds(this.timestamp),e}},{key:"toBuffer",value:function(t){var r=e.allocUnsafe(this.byteLength(t)),n=new o.BufferWriter(r);return n.writeInt32(this.version),n.writeSlice(this.prevHash),n.writeSlice(this.merkleRoot),n.writeUInt32(this.timestamp),n.writeUInt32(this.bits),n.writeUInt32(this.nonce),t||!this.transactions||(d.encode(this.transactions.length,r,n.offset),n.offset+=d.encode.bytes,this.transactions.forEach((function(e){var t=e.byteLength();e.toBuffer(r,n.offset),n.offset+=t}))),r}},{key:"toHex",value:function(e){return this.toBuffer(e).toString("hex")}},{key:"checkTxRoots",value:function(){var e=this.hasWitnessCommit();return!(!e&&this.hasWitness())&&(this.__checkMerkleRoot()&&(!e||this.__checkWitnessCommit()))}},{key:"checkProofOfWork",value:function(){var e=o.reverseBuffer(this.getHash()),r=t.calculateTarget(this.bits);return e.compare(r)<=0}},{key:"__checkMerkleRoot",value:function(){if(!this.transactions)throw h;var e=t.calculateMerkleRoot(this.transactions);return 0===this.merkleRoot.compare(e)}},{key:"__checkWitnessCommit",value:function(){if(!this.transactions)throw h;if(!this.hasWitnessCommit())throw p;var e=t.calculateMerkleRoot(this.transactions,!0);return 0===this.witnessCommit.compare(e)}}],[{key:"fromBuffer",value:function(e){if(e.length<80)throw new Error("Buffer too small (< 80 bytes)");var r=new o.BufferReader(e),n=new t;if(n.version=r.readInt32(),n.prevHash=r.readSlice(32),n.merkleRoot=r.readSlice(32),n.timestamp=r.readUInt32(),n.bits=r.readUInt32(),n.nonce=r.readUInt32(),80===e.length)return n;var i=function(){var e=u.Transaction.fromBuffer(r.buffer.slice(r.offset),!0);return r.offset+=e.byteLength(),e},a=r.readVarInt();n.transactions=[];for(var s=0;s>24)-3,n=8388607&t,i=e.alloc(32,0);return i.writeUIntBE(n,29-r,3),i}},{key:"calculateMerkleRoot",value:function(t,r){if(f([{getHash:c.Function}],t),0===t.length)throw h;if(r&&!m(t))throw p;var n=t.map((function(e){return e.getHash(r)})),i=l(n,s.hash256);return r?s.hash256(e.concat([i,t[0].ins[0].witness[0]])):i}}]),t}();function m(e){return e instanceof Array&&e[0]&&e[0].ins&&e[0].ins instanceof Array&&e[0].ins[0]&&e[0].ins[0].witness&&e[0].ins[0].witness instanceof Array&&e[0].ins[0].witness.length>0}function b(e){return e instanceof Array&&e.some((function(e){return"object"===typeof e&&e.ins instanceof Array&&e.ins.some((function(e){return"object"===typeof e&&e.witness instanceof Array&&e.witness.length>0}))}))}t.Block=v}).call(this,r("b639").Buffer)},df3f:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991"),i=r("36a1"),a=r("4bda"),o=r("3718"),s=r("61f9");function u(t,r){if(i(i.Array,t),t.length<1)return!1;var u=t[t.length-1];if(!e.isBuffer(u))return!1;var c=n.decompile(u);if(!c||0===c.length)return!1;var l=n.compile(t.slice(0,-1));return!(!s.input.check(l)||!s.output.check(c))||(!(!a.input.check(l,r)||!a.output.check(c))||!(!o.input.check(l)||!o.output.check(c)))}t.check=u,u.toJSON=function(){return"witnessScriptHash input"}}).call(this,r("b639").Buffer)},df7c:function(e,t,r){(function(e){function r(e,t){for(var r=0,n=e.length-1;n>=0;n--){var i=e[n];"."===i?e.splice(n,1):".."===i?(e.splice(n,1),r++):r&&(e.splice(n,1),r--)}if(t)for(;r--;r)e.unshift("..");return e}function n(e){"string"!==typeof e&&(e+="");var t,r=0,n=-1,i=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!i){r=t+1;break}}else-1===n&&(i=!1,n=t+1);return-1===n?"":e.slice(r,n)}function i(e,t){if(e.filter)return e.filter(t);for(var r=[],n=0;n=-1&&!n;a--){var o=a>=0?arguments[a]:e.cwd();if("string"!==typeof o)throw new TypeError("Arguments to path.resolve must be strings");o&&(t=o+"/"+t,n="/"===o.charAt(0))}return t=r(i(t.split("/"),(function(e){return!!e})),!n).join("/"),(n?"/":"")+t||"."},t.normalize=function(e){var n=t.isAbsolute(e),o="/"===a(e,-1);return e=r(i(e.split("/"),(function(e){return!!e})),!n).join("/"),e||n||(e="."),e&&o&&(e+="/"),(n?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(i(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,r){function n(e){for(var t=0;t=0;r--)if(""!==e[r])break;return t>r?[]:e.slice(t,r-t+1)}e=t.resolve(e).substr(1),r=t.resolve(r).substr(1);for(var i=n(e.split("/")),a=n(r.split("/")),o=Math.min(i.length,a.length),s=o,u=0;u=1;--a)if(t=e.charCodeAt(a),47===t){if(!i){n=a;break}}else i=!1;return-1===n?r?"/":".":r&&1===n?"/":e.slice(0,n)},t.basename=function(e,t){var r=n(e);return t&&r.substr(-1*t.length)===t&&(r=r.substr(0,r.length-t.length)),r},t.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,r=0,n=-1,i=!0,a=0,o=e.length-1;o>=0;--o){var s=e.charCodeAt(o);if(47!==s)-1===n&&(i=!1,n=o+1),46===s?-1===t?t=o:1!==a&&(a=1):-1!==t&&(a=-1);else if(!i){r=o+1;break}}return-1===t||-1===n||0===a||1===a&&t===n-1&&t===r+1?"":e.slice(t,n)};var a="b"==="ab".substr(-1)?function(e,t,r){return e.substr(t,r)}:function(e,t,r){return t<0&&(t=e.length+t),e.substr(t,r)}}).call(this,r("4362"))},dfc7:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("e991"),i=n.OPS;function a(e){var t=n.compile(e);return t.length>1&&t[0]===i.OP_RETURN}t.check=a,a.toJSON=function(){return"null data output"};var o={check:a};t.output=o},e07b:function(e,t,r){var n=r("5a763"),i=r("b5ca"),a=r("69f2"),o=r("8707").Buffer,s=r("7d2a"),u=r("9f9d"),c=r("8be6"),l=o.alloc(128),f={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function d(e,t,r){var n=h(e),i="sha512"===e||"sha384"===e?128:64;t.length>i?t=n(t):t.length>>((3&t)<<3)&255;return i}}}).call(this,r("fee2")["default"])},e21e:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={uInput:r("3b5b").default,uTabs:r("f18d").default,uCheckboxGroup:r("2f92").default,uCheckbox:r("2d72").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("view",{staticClass:e._$s(1,"sc","main"),attrs:{_i:1}},[n("u-input",{staticClass:e._$s(2,"sc","custom-style"),attrs:{placeholder:e.teee,type:e.type,border:e.border,_i:2},model:{value:e._$s(2,"v-model",e.value),callback:function(t){e.value=t},expression:"value"}}),n("image",{staticClass:e._$s(3,"sc","bg"),attrs:{src:e._$s(3,"a-src",r("f9d1")),_i:3}}),n("u-tabs",{attrs:{"font-size":"26","bar-width":"124","inactive-color":"#7D87A6","active-color":"#5B53FF",list:e.list,"is-scroll":!1,current:e.current,_i:4},on:{change:e.change}}),n("view",{staticClass:e._$s(5,"sc","item_con"),attrs:{_i:5}},[n("view",{staticClass:e._$s(6,"sc","item"),attrs:{_i:6}},[n("image",{staticClass:e._$s(7,"sc","img"),attrs:{src:e._$s(7,"a-src",r("31cc")),_i:7}}),n("view",{staticClass:e._$s(8,"sc","text_con"),attrs:{_i:8}},[n("view",{staticClass:e._$s(9,"sc","text1"),attrs:{_i:9}},[e._v(e._$s(9,"t0-0",e._s(e.i18n.Beefy)))]),n("view",{staticClass:e._$s(10,"sc","text2"),attrs:{_i:10}},[e._v(e._$s(10,"t0-0",e._s(e.i18n.revenue)))])])]),n("view",{staticClass:e._$s(11,"sc","item"),attrs:{_i:11}},[n("image",{staticClass:e._$s(12,"sc","img"),attrs:{src:e._$s(12,"a-src",r("3dc2")),_i:12}}),n("view",{staticClass:e._$s(13,"sc","text_con"),attrs:{_i:13}},[n("view",{staticClass:e._$s(14,"sc","text1"),attrs:{_i:14}},[e._v(e._$s(14,"t0-0",e._s(e.i18n.Bunicorn)))]),n("view",{staticClass:e._$s(15,"sc","text2"),attrs:{_i:15}},[e._v(e._$s(15,"t0-0",e._s(e.i18n.throughmobility)))])])]),n("view",{staticClass:e._$s(16,"sc","item"),attrs:{_i:16}},[n("image",{staticClass:e._$s(17,"sc","img"),attrs:{src:e._$s(17,"a-src",r("8822")),_i:17}}),n("view",{staticClass:e._$s(18,"sc","text_con"),attrs:{_i:18}},[n("view",{staticClass:e._$s(19,"sc","text1"),attrs:{_i:19}},[e._v(e._$s(19,"t0-0",e._s(e.i18n.ForTube)))]),n("view",{staticClass:e._$s(20,"sc","text2"),attrs:{_i:20}},[e._v(e._$s(20,"t0-0",e._s(e.i18n.platform)))])])])])],1),e._e(),n("u-mask",{attrs:{show:e.show,"z-index":"10",_i:34},on:{click:function(t){e.show=!1}}}),n("tab-bar",{attrs:{selectActive:4,_i:35}})],1)},a=[]},e224:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.formatBytes32String=o,t.parseBytes32String=s;var n=r("d11f"),i=r("2abd"),a=r("63db");function o(e){var t=(0,a.toUtf8Bytes)(e);if(t.length>31)throw new Error("bytes32 string must be less than 32 bytes");return(0,i.hexlify)((0,i.concat)([t,n.HashZero]).slice(0,32))}function s(e){var t=(0,i.arrayify)(e);if(32!==t.length)throw new Error("invalid bytes32 - not 32 bytes long");if(0!==t[31])throw new Error("invalid bytes32 string - no null terminator");var r=31;while(0===t[r-1])r--;return(0,a.toUtf8String)(t.slice(0,r))}},e27c:function(e,t,r){"use strict";(function(e,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=s(r("a34a")),a=s(r("3f14")),o=s(r("8cd6"));function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function c(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var a=e.apply(t,r);function o(e){u(a,n,i,o,s,"next",e)}function s(e){u(a,n,i,o,s,"throw",e)}o(void 0)}))}}var l,f=r("f8a9"),d=r("a059");l=new f("undefined"!==typeof l?l.currentProvider:new f.providers.HttpProvider(o.default.constant.ethNode));var h={getGas:function(){var t=c(i.default.mark((function t(){var r;return i.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return l=new f(new f.providers.HttpProvider(o.default.constant.ethNode)),t.next=3,l.eth.getGasPrice().then((function(e){return e}));case 3:return r=t.sent,e("log",r,"gasPrice"," at utils/EthUtil.js:41"),t.abrupt("return",r);case 6:case"end":return t.stop()}}),t)})));function r(){return t.apply(this,arguments)}return r}(),getBalance:function(){var e=c(i.default.mark((function e(t){var r,n,a;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return l=new f,r={jsonrpc:"2.0",id:"1",method:"eth_getBalance",params:[t,"latest"]},e.next=4,uni.request({url:o.default.constant.ethNode,method:"POST",data:r,dataType:"json"});case 4:return n=e.sent,e.prev=5,a=Number(l.utils.hexToNumberString(n[1].data.result))/Math.pow(10,18),e.abrupt("return",a);case 10:return e.prev=10,e.t0=e["catch"](5),e.abrupt("return",0);case 13:case"end":return e.stop()}}),e,null,[[5,10]])})));function t(t){return e.apply(this,arguments)}return t}(),addPreZero:function(e){for(var t=(e+"").length,r="",n=0;n<64-t;n++)r+="0";return r+e},getTokenBalance:function(){var t=c(i.default.mark((function t(r,n,a){var s,u,c,d;return i.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return l=new f,s={jsonrpc:"2.0",id:"1",method:"eth_call",params:[{data:"0x70a08231"+this.addPreZero(r.replace("0x","")),to:n},"latest"]},t.next=4,uni.request({url:o.default.constant.ethNode,method:"POST",data:s,dataType:"json"});case 4:return u=t.sent,c=u[u.length-1],e("log",c,5555555555," at utils/EthUtil.js:96"),d=Number(l.utils.hexToNumberString(c.data.result))/Math.pow(10,18),e("log",d,"balance"," at utils/EthUtil.js:98"),t.abrupt("return",d);case 10:case"end":return t.stop()}}),t,this)})));function r(e,r,n){return t.apply(this,arguments)}return r}(),sendTransaction:function(){var t=c(i.default.mark((function t(r,a,s,u,c){var f,h,p,v;return i.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,l.eth.getTransactionCount(r);case 2:return f=t.sent,t.next=5,l.eth.estimateGas({from:r});case 5:t.sent,e("log",11111111111," at utils/EthUtil.js:111"),e("log",f," at utils/EthUtil.js:112"),e("log",r,a,s,u,l.eth.getGasPrice()," at utils/EthUtil.js:113"),h={nonce:l.utils.toHex(f++),gasLimit:l.utils.toHex(6e5),gasPrice:l.utils.toHex(l.eth.getGasPrice()),to:a,from:r,value:l.utils.toHex(l.utils.toWei(s,"ether")),chainId:o.default.constant.ethChainId},e("log",h,55555," at utils/EthUtil.js:134"),e("log",n.from(u).toString("hex")," at utils/EthUtil.js:135"),p=new d(h),p.sign(n.from(u,"hex")),v=p.serialize().toString("hex"),l.eth.sendSignedTransaction("0x"+v.toString("hex"),(function(t,r){e("log","hash"+r," at utils/EthUtil.js:144"),t?(e("log",t,789798," at utils/EthUtil.js:148"),c(void 0,t)):c(r,void 0)}));case 16:case"end":return t.stop()}}),t)})));function r(e,r,n,i,a){return t.apply(this,arguments)}return r}(),sendTokenTransaction:function(){var t=c(i.default.mark((function t(r,o,s,u,c,f){var h,p,v;return i.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,l.eth.getTransactionCount(r);case 2:return h=t.sent,t.next=5,l.eth.estimateGas({from:r});case 5:p=t.sent,e("log","nonce"+h," at utils/EthUtil.js:165"),v=new l.eth.Contract(a.default,c),v.methods.decimals().call().then((function(t){e("log",Number(s)*Math.pow(10,t)," at utils/EthUtil.js:171");var i={chainId:l.utils.toHex(128),nonce:l.utils.toHex(h++),gas:l.utils.toHex(p),gasPrice:l.utils.toHex(l.eth.getGasPrice()),to:c,from:r,value:"0x00",data:v.methods.transfer(o,l.utils.toWei(s,"ether")).encodeABI()},a=new d(i,{chain:"ropsten"});a.sign(n.from(u,"hex")),e("log",n.from(u).toString("hex")," at utils/EthUtil.js:198");var m=a.serialize().toString("hex");l.eth.sendSignedTransaction("0x"+m.toString("hex"),(function(e,t){e?f(void 0,e):f(t,void 0)}))}));case 9:case"end":return t.stop()}}),t)})));function r(e,r,n,i,a,o){return t.apply(this,arguments)}return r}(),transaction:function(){var e=c(i.default.mark((function e(t,r,n,a,o,s){return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!o){e.next=5;break}return e.next=3,this.sendTokenTransaction(t,r,n,a,o,s);case 3:e.next=7;break;case 5:return e.next=7,this.sendTransaction(t,r,n,a,s);case 7:case"end":return e.stop()}}),e,this)})));function t(t,r,n,i,a,o){return e.apply(this,arguments)}return t}()},p=h;t.default=p}).call(this,r("0de9")["default"],r("b639").Buffer)},e28c:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uTabs:r("f18d").default,uEmpty:r("2169").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{staticClass:e._$s(1,"sc","head"),attrs:{showBack:!1,bgnum:!0,_i:1}},[n("image",{staticClass:e._$s(2,"sc","back"),attrs:{src:e._$s(2,"a-src",r("a439")),_i:2},on:{click:function(t){return e.back()}}}),n("text",{staticClass:e._$s(3,"sc","big_title"),attrs:{_i:3}},[e._v(e._$s(3,"t0-0",e._s(e.coin.name)))])]),n("view",{staticClass:e._$s(4,"sc","main"),attrs:{_i:4}},[n("view",{staticClass:e._$s(5,"sc","money_con"),class:e._$s(5,"c",{money_con:"ETH"==e.coin.type&&"USDT-ERC20"!=e.coin.name,money_con2:"BTC"==e.coin.type,money_con3:"TRX"==e.coin.type&&"USDT-TRC20"!=e.coin.name,money_con4:"USDT-TRC20"==e.coin.name||"USDT-ERC20"==e.coin.name}),attrs:{_i:5}},[n("view",{staticClass:e._$s(6,"sc","textcon1"),attrs:{_i:6}},[n("text",{staticClass:e._$s(7,"sc","text1"),attrs:{_i:7}},[n("view",[e._v(e._$s(8,"t0-0",e._s(e.coin.balance))+e._$s(8,"t0-1",e._s(e.coin.name)))]),n("text",{staticClass:e._$s(9,"sc","text2"),attrs:{_i:9}},[e._v(e._$s(9,"t0-0",e._s("USD"==e.currency?"$ "+(e.coin.balancePrice?e.coin.balancePrice:0):"\uffe5 "+(e.coin.balanceCnyPrice?e.coin.balanceCnyPrice:0))))])]),e._$s(10,"i","ETH"==e.coin.type&&!e.coin.contractAddress)?n("image",{staticClass:e._$s(10,"sc","img1"),attrs:{src:e._$s(10,"a-src",r("1bf6")),_i:10}}):e._e(),e._$s(11,"i","BTC"==e.coin.type&&!e.coin.contractAddress)?n("image",{staticClass:e._$s(11,"sc","img1"),attrs:{src:e._$s(11,"a-src",r("ae8f")),_i:11}}):e._e(),e._$s(12,"i","TRX"==e.coin.type&&"USDT-TRC20"==!e.coin.name)?n("image",{staticClass:e._$s(12,"sc","img1"),attrs:{src:e._$s(12,"a-src",r("0414")),_i:12}}):e._e(),e._$s(13,"i","USDT-TRC20"==e.coin.name||"USDT-ERC20"==e.coin.name)?n("image",{staticClass:e._$s(13,"sc","img1"),attrs:{src:e._$s(13,"a-src",r("ffc4")),_i:13}}):e._e()]),e._$s(14,"i","TRX"==e.coin.name)?n("view",{staticClass:e._$s(14,"sc","textcon1"),attrs:{_i:14}},[n("view",{staticClass:e._$s(15,"sc","v1"),attrs:{_i:15}},[n("view",{staticClass:e._$s(16,"sc","t1"),attrs:{_i:16}},[e._v(e._$s(16,"t0-0",e._s(e.coin.balance)))]),n("view",{staticClass:e._$s(17,"sc","t2"),attrs:{_i:17}},[e._v(e._$s(17,"t0-0",e._s(e.i18n.Existingbalance)))])]),n("view",{staticClass:e._$s(18,"sc","v1 v2"),attrs:{_i:18}},[n("view",{staticClass:e._$s(19,"sc","t1"),attrs:{_i:19}}),n("view",{staticClass:e._$s(20,"sc","t2"),attrs:{_i:20}},[e._v(e._$s(20,"t0-0",e._s(e.i18n.Freezebalance)))])])]):e._e()]),n("view",{staticClass:e._$s(21,"sc","select_con"),attrs:{_i:21}},[n("view",{staticClass:e._$s(22,"sc","select"),attrs:{_i:22}},[n("u-tabs",{attrs:{height:"120","bar-width":"172","active-font":"13","inactive-font":"13","active-color":"#6F69FF","inactive-color":"#A3AED0",list:e.list,"is-scroll":!1,current:e.current,_i:23},on:{change:e.change}}),e._$s(24,"i",e.showInfo)?n("u-empty",{attrs:{text:e.teee,mode:"list",_i:24}}):e._e(),e._$s(25,"i",!e.showInfo)?n("scroll-view",{attrs:{_i:25},on:{scrolltolower:e.scrollToPage}},e._l(e._$s(26,"f",{forItems:e.trxs}),(function(t,i,a,o){return n("view",{key:e._$s(26,"f",{forIndex:a,key:"26-"+o}),staticClass:e._$s("26-"+o,"sc","item1"),attrs:{_i:"26-"+o},on:{click:function(r){return e.goDetail(t,i)}}},[n("view",{staticClass:e._$s("27-"+o,"sc","lef_con"),attrs:{_i:"27-"+o}},[e._$s("28-"+o,"i","in"==t.type)?n("image",{staticClass:e._$s("28-"+o,"sc","img1"),attrs:{src:e._$s("28-"+o,"a-src",r("fdee")),_i:"28-"+o}}):e._e(),e._$s("29-"+o,"i","out"==t.type)?n("image",{staticClass:e._$s("29-"+o,"sc","img1"),attrs:{src:e._$s("29-"+o,"a-src",r("9ca2")),_i:"29-"+o}}):e._e(),n("view",{staticClass:e._$s("30-"+o,"sc","textcon"),attrs:{_i:"30-"+o}},[n("view",{staticClass:e._$s("31-"+o,"sc","text1"),attrs:{_i:"31-"+o}},[e._v(e._$s("31-"+o,"t0-0",e._s(t.address)))]),n("view",{staticClass:e._$s("32-"+o,"sc","text2"),attrs:{_i:"32-"+o}},[e._v(e._$s("32-"+o,"t0-0",e._s(t.transactionTime)))])])]),n("view",{staticClass:e._$s("33-"+o,"sc","rig_con"),attrs:{_i:"33-"+o}},[n("view",{staticClass:e._$s("34-"+o,"sc","text1"),attrs:{_i:"34-"+o}},[e._$s("35-"+o,"i","in"==t.type)?n("text"):e._e(),e._$s("36-"+o,"i","out"==t.type)?n("text"):e._e(),e._v(e._$s("34-"+o,"t2-0",e._s(t.amount))),n("text",[e._v(e._$s("37-"+o,"t0-0",e._s(t.network)))])]),n("image",{staticClass:e._$s("38-"+o,"sc","img1"),attrs:{src:e._$s("38-"+o,"a-src",r("88fd")),_i:"38-"+o}})])])})),0):e._e()],1)]),n("view",{staticClass:e._$s(39,"sc","btnconn"),attrs:{_i:39}},[n("view",{staticClass:e._$s(40,"sc","btn active"),attrs:{_i:40},on:{click:e.goSend}},[n("image",{staticClass:e._$s(41,"sc","arrow-up-left"),attrs:{src:e._$s(41,"a-src",r("c99a")),_i:41}}),e._v(e._$s(40,"t1-0",e._s(e.i18n.Send)))]),n("view",{staticClass:e._$s(42,"sc","btn"),attrs:{_i:42},on:{click:e.goReceive}},[n("image",{staticClass:e._$s(43,"sc","arrow-up-left"),attrs:{src:e._$s(43,"a-src",r("8626")),_i:43}}),n("text",{staticClass:e._$s(44,"sc","btn13"),attrs:{_i:44}},[e._v(e._$s(44,"t0-0",e._s(e.i18n.Receive)))])])])])],1)},a=[]},e2b1:function(e,t,r){"use strict";var n=r("f924"),i=r("b639"),a=i.Buffer,o={checkCIDComponents:function(e){if(null==e)return"null values are not valid CIDs";if(0!==e.version&&1!==e.version)return"Invalid version, must be a number equal to 1 or 0";if("string"!==typeof e.codec)return"codec must be string";if(0===e.version){if("dag-pb"!==e.codec)return"codec must be 'dag-pb' for CIDv0";if("base58btc"!==e.multibaseName)return"multibaseName must be 'base58btc' for CIDv0"}if(!a.isBuffer(e.multihash))return"multihash must be a Buffer";try{n.validate(e.multihash)}catch(r){var t=r.message;return t||(t="Multihash validation failed"),t}}};e.exports=o},e2de:function(e){e.exports=JSON.parse('["a\u0301baco","abdomen","abeja","abierto","abogado","abono","aborto","abrazo","abrir","abuelo","abuso","acabar","academia","acceso","accio\u0301n","aceite","acelga","acento","aceptar","a\u0301cido","aclarar","acne\u0301","acoger","acoso","activo","acto","actriz","actuar","acudir","acuerdo","acusar","adicto","admitir","adoptar","adorno","aduana","adulto","ae\u0301reo","afectar","aficio\u0301n","afinar","afirmar","a\u0301gil","agitar","agoni\u0301a","agosto","agotar","agregar","agrio","agua","agudo","a\u0301guila","aguja","ahogo","ahorro","aire","aislar","ajedrez","ajeno","ajuste","alacra\u0301n","alambre","alarma","alba","a\u0301lbum","alcalde","aldea","alegre","alejar","alerta","aleta","alfiler","alga","algodo\u0301n","aliado","aliento","alivio","alma","almeja","almi\u0301bar","altar","alteza","altivo","alto","altura","alumno","alzar","amable","amante","amapola","amargo","amasar","a\u0301mbar","a\u0301mbito","ameno","amigo","amistad","amor","amparo","amplio","ancho","anciano","ancla","andar","ande\u0301n","anemia","a\u0301ngulo","anillo","a\u0301nimo","ani\u0301s","anotar","antena","antiguo","antojo","anual","anular","anuncio","an\u0303adir","an\u0303ejo","an\u0303o","apagar","aparato","apetito","apio","aplicar","apodo","aporte","apoyo","aprender","aprobar","apuesta","apuro","arado","aran\u0303a","arar","a\u0301rbitro","a\u0301rbol","arbusto","archivo","arco","arder","ardilla","arduo","a\u0301rea","a\u0301rido","aries","armoni\u0301a","arne\u0301s","aroma","arpa","arpo\u0301n","arreglo","arroz","arruga","arte","artista","asa","asado","asalto","ascenso","asegurar","aseo","asesor","asiento","asilo","asistir","asno","asombro","a\u0301spero","astilla","astro","astuto","asumir","asunto","atajo","ataque","atar","atento","ateo","a\u0301tico","atleta","a\u0301tomo","atraer","atroz","atu\u0301n","audaz","audio","auge","aula","aumento","ausente","autor","aval","avance","avaro","ave","avellana","avena","avestruz","avio\u0301n","aviso","ayer","ayuda","ayuno","azafra\u0301n","azar","azote","azu\u0301car","azufre","azul","baba","babor","bache","bahi\u0301a","baile","bajar","balanza","balco\u0301n","balde","bambu\u0301","banco","banda","ban\u0303o","barba","barco","barniz","barro","ba\u0301scula","basto\u0301n","basura","batalla","bateri\u0301a","batir","batuta","bau\u0301l","bazar","bebe\u0301","bebida","bello","besar","beso","bestia","bicho","bien","bingo","blanco","bloque","blusa","boa","bobina","bobo","boca","bocina","boda","bodega","boina","bola","bolero","bolsa","bomba","bondad","bonito","bono","bonsa\u0301i","borde","borrar","bosque","bote","boti\u0301n","bo\u0301veda","bozal","bravo","brazo","brecha","breve","brillo","brinco","brisa","broca","broma","bronce","brote","bruja","brusco","bruto","buceo","bucle","bueno","buey","bufanda","bufo\u0301n","bu\u0301ho","buitre","bulto","burbuja","burla","burro","buscar","butaca","buzo\u0301n","caballo","cabeza","cabina","cabra","cacao","cada\u0301ver","cadena","caer","cafe\u0301","cai\u0301da","caima\u0301n","caja","cajo\u0301n","cal","calamar","calcio","caldo","calidad","calle","calma","calor","calvo","cama","cambio","camello","camino","campo","ca\u0301ncer","candil","canela","canguro","canica","canto","can\u0303a","can\u0303o\u0301n","caoba","caos","capaz","capita\u0301n","capote","captar","capucha","cara","carbo\u0301n","ca\u0301rcel","careta","carga","carin\u0303o","carne","carpeta","carro","carta","casa","casco","casero","caspa","castor","catorce","catre","caudal","causa","cazo","cebolla","ceder","cedro","celda","ce\u0301lebre","celoso","ce\u0301lula","cemento","ceniza","centro","cerca","cerdo","cereza","cero","cerrar","certeza","ce\u0301sped","cetro","chacal","chaleco","champu\u0301","chancla","chapa","charla","chico","chiste","chivo","choque","choza","chuleta","chupar","ciclo\u0301n","ciego","cielo","cien","cierto","cifra","cigarro","cima","cinco","cine","cinta","cipre\u0301s","circo","ciruela","cisne","cita","ciudad","clamor","clan","claro","clase","clave","cliente","clima","cli\u0301nica","cobre","coccio\u0301n","cochino","cocina","coco","co\u0301digo","codo","cofre","coger","cohete","coji\u0301n","cojo","cola","colcha","colegio","colgar","colina","collar","colmo","columna","combate","comer","comida","co\u0301modo","compra","conde","conejo","conga","conocer","consejo","contar","copa","copia","corazo\u0301n","corbata","corcho","cordo\u0301n","corona","correr","coser","cosmos","costa","cra\u0301neo","cra\u0301ter","crear","crecer","crei\u0301do","crema","cri\u0301a","crimen","cripta","crisis","cromo","cro\u0301nica","croqueta","crudo","cruz","cuadro","cuarto","cuatro","cubo","cubrir","cuchara","cuello","cuento","cuerda","cuesta","cueva","cuidar","culebra","culpa","culto","cumbre","cumplir","cuna","cuneta","cuota","cupo\u0301n","cu\u0301pula","curar","curioso","curso","curva","cutis","dama","danza","dar","dardo","da\u0301til","deber","de\u0301bil","de\u0301cada","decir","dedo","defensa","definir","dejar","delfi\u0301n","delgado","delito","demora","denso","dental","deporte","derecho","derrota","desayuno","deseo","desfile","desnudo","destino","desvi\u0301o","detalle","detener","deuda","di\u0301a","diablo","diadema","diamante","diana","diario","dibujo","dictar","diente","dieta","diez","difi\u0301cil","digno","dilema","diluir","dinero","directo","dirigir","disco","disen\u0303o","disfraz","diva","divino","doble","doce","dolor","domingo","don","donar","dorado","dormir","dorso","dos","dosis","drago\u0301n","droga","ducha","duda","duelo","duen\u0303o","dulce","du\u0301o","duque","durar","dureza","duro","e\u0301bano","ebrio","echar","eco","ecuador","edad","edicio\u0301n","edificio","editor","educar","efecto","eficaz","eje","ejemplo","elefante","elegir","elemento","elevar","elipse","e\u0301lite","elixir","elogio","eludir","embudo","emitir","emocio\u0301n","empate","empen\u0303o","empleo","empresa","enano","encargo","enchufe","enci\u0301a","enemigo","enero","enfado","enfermo","engan\u0303o","enigma","enlace","enorme","enredo","ensayo","ensen\u0303ar","entero","entrar","envase","envi\u0301o","e\u0301poca","equipo","erizo","escala","escena","escolar","escribir","escudo","esencia","esfera","esfuerzo","espada","espejo","espi\u0301a","esposa","espuma","esqui\u0301","estar","este","estilo","estufa","etapa","eterno","e\u0301tica","etnia","evadir","evaluar","evento","evitar","exacto","examen","exceso","excusa","exento","exigir","exilio","existir","e\u0301xito","experto","explicar","exponer","extremo","fa\u0301brica","fa\u0301bula","fachada","fa\u0301cil","factor","faena","faja","falda","fallo","falso","faltar","fama","familia","famoso","farao\u0301n","farmacia","farol","farsa","fase","fatiga","fauna","favor","fax","febrero","fecha","feliz","feo","feria","feroz","fe\u0301rtil","fervor","festi\u0301n","fiable","fianza","fiar","fibra","ficcio\u0301n","ficha","fideo","fiebre","fiel","fiera","fiesta","figura","fijar","fijo","fila","filete","filial","filtro","fin","finca","fingir","finito","firma","flaco","flauta","flecha","flor","flota","fluir","flujo","flu\u0301or","fobia","foca","fogata","fogo\u0301n","folio","folleto","fondo","forma","forro","fortuna","forzar","fosa","foto","fracaso","fra\u0301gil","franja","frase","fraude","frei\u0301r","freno","fresa","fri\u0301o","frito","fruta","fuego","fuente","fuerza","fuga","fumar","funcio\u0301n","funda","furgo\u0301n","furia","fusil","fu\u0301tbol","futuro","gacela","gafas","gaita","gajo","gala","galeri\u0301a","gallo","gamba","ganar","gancho","ganga","ganso","garaje","garza","gasolina","gastar","gato","gavila\u0301n","gemelo","gemir","gen","ge\u0301nero","genio","gente","geranio","gerente","germen","gesto","gigante","gimnasio","girar","giro","glaciar","globo","gloria","gol","golfo","goloso","golpe","goma","gordo","gorila","gorra","gota","goteo","gozar","grada","gra\u0301fico","grano","grasa","gratis","grave","grieta","grillo","gripe","gris","grito","grosor","gru\u0301a","grueso","grumo","grupo","guante","guapo","guardia","guerra","gui\u0301a","guin\u0303o","guion","guiso","guitarra","gusano","gustar","haber","ha\u0301bil","hablar","hacer","hacha","hada","hallar","hamaca","harina","haz","hazan\u0303a","hebilla","hebra","hecho","helado","helio","hembra","herir","hermano","he\u0301roe","hervir","hielo","hierro","hi\u0301gado","higiene","hijo","himno","historia","hocico","hogar","hoguera","hoja","hombre","hongo","honor","honra","hora","hormiga","horno","hostil","hoyo","hueco","huelga","huerta","hueso","huevo","huida","huir","humano","hu\u0301medo","humilde","humo","hundir","huraca\u0301n","hurto","icono","ideal","idioma","i\u0301dolo","iglesia","iglu\u0301","igual","ilegal","ilusio\u0301n","imagen","ima\u0301n","imitar","impar","imperio","imponer","impulso","incapaz","i\u0301ndice","inerte","infiel","informe","ingenio","inicio","inmenso","inmune","innato","insecto","instante","intere\u0301s","i\u0301ntimo","intuir","inu\u0301til","invierno","ira","iris","ironi\u0301a","isla","islote","jabali\u0301","jabo\u0301n","jamo\u0301n","jarabe","jardi\u0301n","jarra","jaula","jazmi\u0301n","jefe","jeringa","jinete","jornada","joroba","joven","joya","juerga","jueves","juez","jugador","jugo","juguete","juicio","junco","jungla","junio","juntar","ju\u0301piter","jurar","justo","juvenil","juzgar","kilo","koala","labio","lacio","lacra","lado","ladro\u0301n","lagarto","la\u0301grima","laguna","laico","lamer","la\u0301mina","la\u0301mpara","lana","lancha","langosta","lanza","la\u0301piz","largo","larva","la\u0301stima","lata","la\u0301tex","latir","laurel","lavar","lazo","leal","leccio\u0301n","leche","lector","leer","legio\u0301n","legumbre","lejano","lengua","lento","len\u0303a","leo\u0301n","leopardo","lesio\u0301n","letal","letra","leve","leyenda","libertad","libro","licor","li\u0301der","lidiar","lienzo","liga","ligero","lima","li\u0301mite","limo\u0301n","limpio","lince","lindo","li\u0301nea","lingote","lino","linterna","li\u0301quido","liso","lista","litera","litio","litro","llaga","llama","llanto","llave","llegar","llenar","llevar","llorar","llover","lluvia","lobo","locio\u0301n","loco","locura","lo\u0301gica","logro","lombriz","lomo","lonja","lote","lucha","lucir","lugar","lujo","luna","lunes","lupa","lustro","luto","luz","maceta","macho","madera","madre","maduro","maestro","mafia","magia","mago","mai\u0301z","maldad","maleta","malla","malo","mama\u0301","mambo","mamut","manco","mando","manejar","manga","maniqui\u0301","manjar","mano","manso","manta","man\u0303ana","mapa","ma\u0301quina","mar","marco","marea","marfil","margen","marido","ma\u0301rmol","marro\u0301n","martes","marzo","masa","ma\u0301scara","masivo","matar","materia","matiz","matriz","ma\u0301ximo","mayor","mazorca","mecha","medalla","medio","me\u0301dula","mejilla","mejor","melena","melo\u0301n","memoria","menor","mensaje","mente","menu\u0301","mercado","merengue","me\u0301rito","mes","meso\u0301n","meta","meter","me\u0301todo","metro","mezcla","miedo","miel","miembro","miga","mil","milagro","militar","millo\u0301n","mimo","mina","minero","mi\u0301nimo","minuto","miope","mirar","misa","miseria","misil","mismo","mitad","mito","mochila","mocio\u0301n","moda","modelo","moho","mojar","molde","moler","molino","momento","momia","monarca","moneda","monja","monto","mon\u0303o","morada","morder","moreno","morir","morro","morsa","mortal","mosca","mostrar","motivo","mover","mo\u0301vil","mozo","mucho","mudar","mueble","muela","muerte","muestra","mugre","mujer","mula","muleta","multa","mundo","mun\u0303eca","mural","muro","mu\u0301sculo","museo","musgo","mu\u0301sica","muslo","na\u0301car","nacio\u0301n","nadar","naipe","naranja","nariz","narrar","nasal","natal","nativo","natural","na\u0301usea","naval","nave","navidad","necio","ne\u0301ctar","negar","negocio","negro","neo\u0301n","nervio","neto","neutro","nevar","nevera","nicho","nido","niebla","nieto","nin\u0303ez","nin\u0303o","ni\u0301tido","nivel","nobleza","noche","no\u0301mina","noria","norma","norte","nota","noticia","novato","novela","novio","nube","nuca","nu\u0301cleo","nudillo","nudo","nuera","nueve","nuez","nulo","nu\u0301mero","nutria","oasis","obeso","obispo","objeto","obra","obrero","observar","obtener","obvio","oca","ocaso","oce\u0301ano","ochenta","ocho","ocio","ocre","octavo","octubre","oculto","ocupar","ocurrir","odiar","odio","odisea","oeste","ofensa","oferta","oficio","ofrecer","ogro","oi\u0301do","oi\u0301r","ojo","ola","oleada","olfato","olivo","olla","olmo","olor","olvido","ombligo","onda","onza","opaco","opcio\u0301n","o\u0301pera","opinar","oponer","optar","o\u0301ptica","opuesto","oracio\u0301n","orador","oral","o\u0301rbita","orca","orden","oreja","o\u0301rgano","orgi\u0301a","orgullo","oriente","origen","orilla","oro","orquesta","oruga","osadi\u0301a","oscuro","osezno","oso","ostra","oton\u0303o","otro","oveja","o\u0301vulo","o\u0301xido","oxi\u0301geno","oyente","ozono","pacto","padre","paella","pa\u0301gina","pago","pai\u0301s","pa\u0301jaro","palabra","palco","paleta","pa\u0301lido","palma","paloma","palpar","pan","panal","pa\u0301nico","pantera","pan\u0303uelo","papa\u0301","papel","papilla","paquete","parar","parcela","pared","parir","paro","pa\u0301rpado","parque","pa\u0301rrafo","parte","pasar","paseo","pasio\u0301n","paso","pasta","pata","patio","patria","pausa","pauta","pavo","payaso","peato\u0301n","pecado","pecera","pecho","pedal","pedir","pegar","peine","pelar","peldan\u0303o","pelea","peligro","pellejo","pelo","peluca","pena","pensar","pen\u0303o\u0301n","peo\u0301n","peor","pepino","pequen\u0303o","pera","percha","perder","pereza","perfil","perico","perla","permiso","perro","persona","pesa","pesca","pe\u0301simo","pestan\u0303a","pe\u0301talo","petro\u0301leo","pez","pezun\u0303a","picar","picho\u0301n","pie","piedra","pierna","pieza","pijama","pilar","piloto","pimienta","pino","pintor","pinza","pin\u0303a","piojo","pipa","pirata","pisar","piscina","piso","pista","pito\u0301n","pizca","placa","plan","plata","playa","plaza","pleito","pleno","plomo","pluma","plural","pobre","poco","poder","podio","poema","poesi\u0301a","poeta","polen","polici\u0301a","pollo","polvo","pomada","pomelo","pomo","pompa","poner","porcio\u0301n","portal","posada","poseer","posible","poste","potencia","potro","pozo","prado","precoz","pregunta","premio","prensa","preso","previo","primo","pri\u0301ncipe","prisio\u0301n","privar","proa","probar","proceso","producto","proeza","profesor","programa","prole","promesa","pronto","propio","pro\u0301ximo","prueba","pu\u0301blico","puchero","pudor","pueblo","puerta","puesto","pulga","pulir","pulmo\u0301n","pulpo","pulso","puma","punto","pun\u0303al","pun\u0303o","pupa","pupila","pure\u0301","quedar","queja","quemar","querer","queso","quieto","qui\u0301mica","quince","quitar","ra\u0301bano","rabia","rabo","racio\u0301n","radical","rai\u0301z","rama","rampa","rancho","rango","rapaz","ra\u0301pido","rapto","rasgo","raspa","rato","rayo","raza","razo\u0301n","reaccio\u0301n","realidad","reban\u0303o","rebote","recaer","receta","rechazo","recoger","recreo","recto","recurso","red","redondo","reducir","reflejo","reforma","refra\u0301n","refugio","regalo","regir","regla","regreso","rehe\u0301n","reino","rei\u0301r","reja","relato","relevo","relieve","relleno","reloj","remar","remedio","remo","rencor","rendir","renta","reparto","repetir","reposo","reptil","res","rescate","resina","respeto","resto","resumen","retiro","retorno","retrato","reunir","reve\u0301s","revista","rey","rezar","rico","riego","rienda","riesgo","rifa","ri\u0301gido","rigor","rinco\u0301n","rin\u0303o\u0301n","ri\u0301o","riqueza","risa","ritmo","rito","rizo","roble","roce","rociar","rodar","rodeo","rodilla","roer","rojizo","rojo","romero","romper","ron","ronco","ronda","ropa","ropero","rosa","rosca","rostro","rotar","rubi\u0301","rubor","rudo","rueda","rugir","ruido","ruina","ruleta","rulo","rumbo","rumor","ruptura","ruta","rutina","sa\u0301bado","saber","sabio","sable","sacar","sagaz","sagrado","sala","saldo","salero","salir","salmo\u0301n","salo\u0301n","salsa","salto","salud","salvar","samba","sancio\u0301n","sandi\u0301a","sanear","sangre","sanidad","sano","santo","sapo","saque","sardina","sarte\u0301n","sastre","sata\u0301n","sauna","saxofo\u0301n","seccio\u0301n","seco","secreto","secta","sed","seguir","seis","sello","selva","semana","semilla","senda","sensor","sen\u0303al","sen\u0303or","separar","sepia","sequi\u0301a","ser","serie","sermo\u0301n","servir","sesenta","sesio\u0301n","seta","setenta","severo","sexo","sexto","sidra","siesta","siete","siglo","signo","si\u0301laba","silbar","silencio","silla","si\u0301mbolo","simio","sirena","sistema","sitio","situar","sobre","socio","sodio","sol","solapa","soldado","soledad","so\u0301lido","soltar","solucio\u0301n","sombra","sondeo","sonido","sonoro","sonrisa","sopa","soplar","soporte","sordo","sorpresa","sorteo","soste\u0301n","so\u0301tano","suave","subir","suceso","sudor","suegra","suelo","suen\u0303o","suerte","sufrir","sujeto","sulta\u0301n","sumar","superar","suplir","suponer","supremo","sur","surco","suren\u0303o","surgir","susto","sutil","tabaco","tabique","tabla","tabu\u0301","taco","tacto","tajo","talar","talco","talento","talla","talo\u0301n","taman\u0303o","tambor","tango","tanque","tapa","tapete","tapia","tapo\u0301n","taquilla","tarde","tarea","tarifa","tarjeta","tarot","tarro","tarta","tatuaje","tauro","taza","tazo\u0301n","teatro","techo","tecla","te\u0301cnica","tejado","tejer","tejido","tela","tele\u0301fono","tema","temor","templo","tenaz","tender","tener","tenis","tenso","teori\u0301a","terapia","terco","te\u0301rmino","ternura","terror","tesis","tesoro","testigo","tetera","texto","tez","tibio","tiburo\u0301n","tiempo","tienda","tierra","tieso","tigre","tijera","tilde","timbre","ti\u0301mido","timo","tinta","ti\u0301o","ti\u0301pico","tipo","tira","tiro\u0301n","tita\u0301n","ti\u0301tere","ti\u0301tulo","tiza","toalla","tobillo","tocar","tocino","todo","toga","toldo","tomar","tono","tonto","topar","tope","toque","to\u0301rax","torero","tormenta","torneo","toro","torpedo","torre","torso","tortuga","tos","tosco","toser","to\u0301xico","trabajo","tractor","traer","tra\u0301fico","trago","traje","tramo","trance","trato","trauma","trazar","tre\u0301bol","tregua","treinta","tren","trepar","tres","tribu","trigo","tripa","triste","triunfo","trofeo","trompa","tronco","tropa","trote","trozo","truco","trueno","trufa","tuberi\u0301a","tubo","tuerto","tumba","tumor","tu\u0301nel","tu\u0301nica","turbina","turismo","turno","tutor","ubicar","u\u0301lcera","umbral","unidad","unir","universo","uno","untar","un\u0303a","urbano","urbe","urgente","urna","usar","usuario","u\u0301til","utopi\u0301a","uva","vaca","vaci\u0301o","vacuna","vagar","vago","vaina","vajilla","vale","va\u0301lido","valle","valor","va\u0301lvula","vampiro","vara","variar","varo\u0301n","vaso","vecino","vector","vehi\u0301culo","veinte","vejez","vela","velero","veloz","vena","vencer","venda","veneno","vengar","venir","venta","venus","ver","verano","verbo","verde","vereda","verja","verso","verter","vi\u0301a","viaje","vibrar","vicio","vi\u0301ctima","vida","vi\u0301deo","vidrio","viejo","viernes","vigor","vil","villa","vinagre","vino","vin\u0303edo","violi\u0301n","viral","virgo","virtud","visor","vi\u0301spera","vista","vitamina","viudo","vivaz","vivero","vivir","vivo","volca\u0301n","volumen","volver","voraz","votar","voto","voz","vuelo","vulgar","yacer","yate","yegua","yema","yerno","yeso","yodo","yoga","yogur","zafiro","zanja","zapato","zarza","zona","zorro","zumo","zurdo"]')},e2f0:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}var a=/^magnet:\?xt=urn:[a-z0-9]+:[a-z0-9]{32,40}&dn=.+&tr=.+$/i;function o(e){return(0,n.default)(e),a.test(e.trim())}e.exports=t.default,e.exports.default=t.default},e2fc:function(e,t,r){"use strict";r.r(t);var n=r("2033"),i=r("a2e0");for(var a in i)"default"!==a&&function(e){r.d(t,e,(function(){return i[e]}))}(a);var o,s=r("f0c5"),u=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"ce26ccac",null,!1,n["a"],o);t["default"]=u.exports},e30b:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("c9cf"));function i(e){return e&&e.__esModule?e:{default:e}}function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e||(e=Number(new Date)),10==e.toString().length&&(e*=1e3);var r=+new Date(Number(e)),i=(Number(new Date)-r)/1e3,a="";switch(!0){case i<300:a="\u521a\u521a";break;case i>=300&&i<3600:a=parseInt(i/60)+"\u5206\u949f\u524d";break;case i>=3600&&i<86400:a=parseInt(i/3600)+"\u5c0f\u65f6\u524d";break;case i>=86400&&i<2592e3:a=parseInt(i/86400)+"\u5929\u524d";break;default:a=!1===t?i>=2592e3&&i<31536e3?parseInt(i/2592e3)+"\u4e2a\u6708\u524d":parseInt(i/31536e3)+"\u5e74\u524d":(0,n.default)(r,t)}return a}var o=a;t.default=o},e372:function(e,t,r){t=e.exports=r("ad71"),t.Stream=t,t.Readable=t,t.Writable=r("dc14"),t.Duplex=r("b19a"),t.Transform=r("27bf"),t.PassThrough=r("780f")},e3db:function(e,t){var r={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==r.call(e)}},e44c:function(e,t,r){var n;if("object"===typeof globalThis)n=globalThis;else try{n=r("6c55")}catch(s){}finally{if(n||"undefined"===typeof window||(n=window),!n)throw new Error("Could not determine global this")}var i=n.WebSocket||n.MozWebSocket,a=r("571e");function o(e,t){var r;return r=t?new i(e,t):new i(e),r}i&&["CONNECTING","OPEN","CLOSING","CLOSED"].forEach((function(e){Object.defineProperty(o,e,{get:function(){return i[e]}})})),e.exports={w3cwebsocket:i?o:null,version:a}},e486:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){return(0,n.default)(e),["true","false","1","0"].indexOf(e)>=0}e.exports=t.default,e.exports.default=t.default},e4aa:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{}},methods:{},computed:{i18n:function(){return this.$t("index")}}};t.default=i},e4e4:function(e,t,r){"use strict";r.r(t);var n=r("273c"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},e4e9:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("0a0b");function i(e){if(e.key[0]!==n.InputTypes.SIGHASH_TYPE)throw new Error("Decode Error: could not decode sighashType with key 0x"+e.key.toString("hex"));return e.value.readUInt32LE(0)}function a(t){var r=e.from([n.InputTypes.SIGHASH_TYPE]),i=e.allocUnsafe(4);return i.writeUInt32LE(t,0),{key:r,value:i}}function o(e){return"number"===typeof e}function s(e,t){return!!e&&!!t&&void 0===e.sighashType}t.decode=i,t.encode=a,t.expected="number",t.check=o,t.canAdd=s}).call(this,r("b639").Buffer)},e516:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BaseProvider=t.Resolver=t.Event=void 0;var n=y(r("a34a")),i=r("34c9"),a=r("beda"),o=r("d448"),s=r("2abd"),u=r("d11f"),c=r("1474"),l=r("ff5f"),f=r("d8c6"),d=r("92af"),h=r("3b9a"),p=r("a816"),v=y(r("2130")),m=r("fa24"),b=r("9958"),g=r("401f");function y(e){return e&&e.__esModule?e:{default:e}}function w(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_(e,t)}function _(e,t){return _=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},_(e,t)}function k(e){var t=A();return function(){var r,n=E(e);if(t){var i=E(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return x(this,r)}}function x(e,t){return!t||"object"!==typeof t&&"function"!==typeof t?S(e):t}function S(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function A(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function E(e){return E=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},E(e)}function C(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function P(e,t){for(var r=0;r0&&null==e[e.length-1])e.pop();return e.map((function(e){if(Array.isArray(e)){var t={};e.forEach((function(e){t[j(e)]=!0}));var r=Object.keys(t);return r.sort(),r.join("|")}return j(e)})).join("&")}function N(e){return""===e?[]:e.split(/&/g).map((function(e){if(""===e)return[];var t=e.split("|").map((function(e){return"null"===e?null:e}));return 1===t.length?t[0]:t}))}function R(e){if("string"===typeof e){if(e=e.toLowerCase(),32===(0,s.hexDataLength)(e))return"tx:"+e;if(-1===e.indexOf(":"))return e}else{if(Array.isArray(e))return"filter:*:"+B(e);if(i.ForkEvent.isForkEvent(e))throw I.warn("not implemented"),new Error("not implemented");if(e&&"object"===typeof e)return"filter:"+(e.address||"*")+":"+B(e.topics||[])}throw new Error("invalid event - "+e)}function $(){return(new Date).getTime()}function M(e){return new Promise((function(t){setTimeout(t,e)}))}var U=["block","network","pending","poll"],F=function(){function e(t,r,n){C(this,e),(0,f.defineReadOnly)(this,"tag",t),(0,f.defineReadOnly)(this,"listener",r),(0,f.defineReadOnly)(this,"once",n)}return T(e,[{key:"pollable",value:function(){return this.tag.indexOf(":")>=0||U.indexOf(this.tag)>=0}},{key:"event",get:function(){switch(this.type){case"tx":return this.hash;case"filter":return this.filter}return this.tag}},{key:"type",get:function(){return this.tag.split(":")[0]}},{key:"hash",get:function(){var e=this.tag.split(":");return"tx"!==e[0]?null:e[1]}},{key:"filter",get:function(){var e=this.tag.split(":");if("filter"!==e[0])return null;var t=e[1],r=N(e[2]),n={};return r.length>0&&(n.topics=r),t&&"*"!==t&&(n.address=t),n}}]),e}();t.Event=F;var L={0:{symbol:"btc",p2pkh:0,p2sh:5,prefix:"bc"},2:{symbol:"ltc",p2pkh:48,p2sh:50,prefix:"ltc"},3:{symbol:"doge",p2pkh:30,p2sh:22},60:{symbol:"eth",ilk:"eth"},61:{symbol:"etc",ilk:"eth"},700:{symbol:"xdai",ilk:"eth"}};function D(e){return(0,s.hexZeroPad)(o.BigNumber.from(e).toHexString(),32)}function z(e){return a.Base58.encode((0,s.concat)([e,(0,s.hexDataSlice)((0,d.sha256)((0,d.sha256)(e)),0,4)]))}var H=[new RegExp("^(https)://(.*)$","i"),new RegExp("^(data):(.*)$","i"),new RegExp("^(ipfs)://(.*)$","i"),new RegExp("^eip155:[0-9]+/(erc[0-9]+):(.*)$","i")];function q(e){try{return(0,h.toUtf8String)(W(e))}catch(t){}return null}function W(e){if("0x"===e)return null;var t=o.BigNumber.from((0,s.hexDataSlice)(e,0,32)).toNumber(),r=o.BigNumber.from((0,s.hexDataSlice)(e,t,t+32)).toNumber();return(0,s.hexDataSlice)(e,t+32,t+32+r)}var K=function(){function e(t,r,n,i){C(this,e),(0,f.defineReadOnly)(this,"provider",t),(0,f.defineReadOnly)(this,"name",n),(0,f.defineReadOnly)(this,"address",t.formatter.address(r)),(0,f.defineReadOnly)(this,"_resolvedAddress",i)}return T(e,[{key:"_fetchBytes",value:function(e,t){return O(this,void 0,void 0,n.default.mark((function r(){var i;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return i={to:this.address,data:(0,s.hexConcat)([e,(0,c.namehash)(this.name),t||"0x"])},r.prev=1,r.t0=W,r.next=5,this.provider.call(i);case 5:return r.t1=r.sent,r.abrupt("return",(0,r.t0)(r.t1));case 9:if(r.prev=9,r.t2=r["catch"](1),r.t2.code!==m.Logger.errors.CALL_EXCEPTION){r.next=13;break}return r.abrupt("return",null);case 13:return r.abrupt("return",null);case 14:case"end":return r.stop()}}),r,this,[[1,9]])})))}},{key:"_getAddress",value:function(e,t){var r=L[String(e)];if(null==r&&I.throwError("unsupported coin type: ".concat(e),m.Logger.errors.UNSUPPORTED_OPERATION,{operation:"getAddress(".concat(e,")")}),"eth"===r.ilk)return this.provider.formatter.address(t);var n=(0,s.arrayify)(t);if(null!=r.p2pkh){var i=t.match(/^0x76a9([0-9a-f][0-9a-f])([0-9a-f]*)88ac$/);if(i){var a=parseInt(i[1],16);if(i[2].length===2*a&&a>=1&&a<=75)return z((0,s.concat)([[r.p2pkh],"0x"+i[2]]))}}if(null!=r.p2sh){var o=t.match(/^0xa9([0-9a-f][0-9a-f])([0-9a-f]*)87$/);if(o){var u=parseInt(o[1],16);if(o[2].length===2*u&&u>=1&&u<=75)return z((0,s.concat)([[r.p2sh],"0x"+o[2]]))}}if(null!=r.prefix){var c=n[1],l=n[0];if(0===l?20!==c&&32!==c&&(l=-1):l=-1,l>=0&&n.length===2+c&&c>=1&&c<=75){var f=v.default.toWords(n.slice(2));return f.unshift(l),v.default.encode(r.prefix,f)}}return null}},{key:"getAddress",value:function(e){return O(this,void 0,void 0,n.default.mark((function t(){var r,i,a,o;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(null==e&&(e=60),60!==e){t.next=17;break}return t.prev=2,r={to:this.address,data:"0x3b3b57de"+(0,c.namehash)(this.name).substring(2)},t.next=6,this.provider.call(r);case 6:if(i=t.sent,"0x"!==i&&i!==u.HashZero){t.next=9;break}return t.abrupt("return",null);case 9:return t.abrupt("return",this.provider.formatter.callAddress(i));case 12:if(t.prev=12,t.t0=t["catch"](2),t.t0.code!==m.Logger.errors.CALL_EXCEPTION){t.next=16;break}return t.abrupt("return",null);case 16:throw t.t0;case 17:return t.next=19,this._fetchBytes("0xf1cb7e06",D(e));case 19:if(a=t.sent,null!=a&&"0x"!==a){t.next=22;break}return t.abrupt("return",null);case 22:return o=this._getAddress(e,a),null==o&&I.throwError("invalid or unsupported coin data",m.Logger.errors.UNSUPPORTED_OPERATION,{operation:"getAddress(".concat(e,")"),coinType:e,data:a}),t.abrupt("return",o);case 25:case"end":return t.stop()}}),t,this,[[2,12]])})))}},{key:"getAvatar",value:function(){return O(this,void 0,void 0,n.default.mark((function e(){var t,r,i,a,u,c,l,f,d,h,v,m,b,g;return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t=[],e.prev=1,e.next=4,this.getText("avatar");case 4:if(r=e.sent,null!=r){e.next=7;break}return e.abrupt("return",null);case 7:i=0;case 8:if(!(i0)){t.next=20;break}case 3:if(!this._internalBlockNumber){t.next=20;break}return r=this._internalBlockNumber,t.prev=5,t.next=8,r;case 8:if(i=t.sent,!($()-i.respTime<=e)){t.next=11;break}return t.abrupt("return",i.blockNumber);case 11:return t.abrupt("break",20);case 14:if(t.prev=14,t.t0=t["catch"](5),this._internalBlockNumber!==r){t.next=18;break}return t.abrupt("break",20);case 18:t.next=3;break;case 20:return a=$(),s=(0,f.resolveProperties)({blockNumber:this.perform("getBlockNumber",{}),networkError:this.getNetwork().then((function(e){return null}),(function(e){return e}))}).then((function(e){var t=e.blockNumber,r=e.networkError;if(r)throw u._internalBlockNumber===s&&(u._internalBlockNumber=null),r;var n=$();return t=o.BigNumber.from(t).toNumber(),t1e3)I.warn("network block skew detected; skipping block events (emitted=".concat(this._emitted.block," blockNumber").concat(i,")")),this.emit("error",I.makeError("network block skew detected",m.Logger.errors.NETWORK_ERROR,{blockNumber:i,event:"blockSkew",previousBlockNumber:this._emitted.block})),this.emit("block",i);else for(a=this._emitted.block+1;a<=i;a++)this.emit("block",a);return this._emitted.block!==i&&(this._emitted.block=i,Object.keys(this._emitted).forEach((function(e){if("block"!==e){var t=o._emitted[e];"pending"!==t&&i-t>12&&delete o._emitted[e]}}))),-2===this._lastBlockNumber&&(this._lastBlockNumber=i-1),this._events.forEach((function(e){switch(e.type){case"tx":var t=e.hash,n=o.getTransactionReceipt(t).then((function(e){return e&&null!=e.blockNumber?(o._emitted["t:"+t]=e.blockNumber,o.emit(t,e),null):null})).catch((function(e){o.emit("error",e)}));r.push(n);break;case"filter":var a=e.filter;a.fromBlock=o._lastBlockNumber+1,a.toBlock=i;var s=o.getLogs(a).then((function(e){0!==e.length&&e.forEach((function(e){o._emitted["b:"+e.blockHash]=e.blockNumber,o._emitted["t:"+e.transactionHash]=e.blockNumber,o.emit(a,e)}))})).catch((function(e){o.emit("error",e)}));r.push(s);break}})),this._lastBlockNumber=i,Promise.all(r).then((function(){o.emit("didPoll",t)})).catch((function(e){o.emit("error",e)})),e.abrupt("return");case 26:case"end":return e.stop()}}),e,this,[[3,9]])})))}},{key:"resetEventsBlock",value:function(e){this._lastBlockNumber=e-1,this.polling&&this.poll()}},{key:"detectNetwork",value:function(){return O(this,void 0,void 0,n.default.mark((function e(){return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",I.throwError("provider does not support network detection",m.Logger.errors.UNSUPPORTED_OPERATION,{operation:"provider.detectNetwork"}));case 1:case"end":return e.stop()}}),e)})))}},{key:"getNetwork",value:function(){return O(this,void 0,void 0,n.default.mark((function e(){var t,r,i;return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._ready();case 2:return t=e.sent,e.next=5,this.detectNetwork();case 5:if(r=e.sent,t.chainId===r.chainId){e.next=23;break}if(!this.anyNetwork){e.next=20;break}return this._network=r,this._lastBlockNumber=-2,this._fastBlockNumber=null,this._fastBlockNumberPromise=null,this._fastQueryDate=0,this._emitted.block=-2,this._maxInternalBlockNumber=-1024,this._internalBlockNumber=null,this.emit("network",r,t),e.next=19,M(0);case 19:return e.abrupt("return",this._network);case 20:throw i=I.makeError("underlying network changed",m.Logger.errors.NETWORK_ERROR,{event:"changed",network:t,detectedNetwork:r}),this.emit("error",i),i;case 23:return e.abrupt("return",t);case 24:case"end":return e.stop()}}),e,this)})))}},{key:"_getFastBlockNumber",value:function(){var e=this,t=$();return t-this._fastQueryDate>2*this._pollingInterval&&(this._fastQueryDate=t,this._fastBlockNumberPromise=this.getBlockNumber().then((function(t){return(null==e._fastBlockNumber||t>e._fastBlockNumber)&&(e._fastBlockNumber=t),e._fastBlockNumber}))),this._fastBlockNumberPromise}},{key:"_setFastBlockNumber",value:function(e){null!=this._fastBlockNumber&&ethis._fastBlockNumber)&&(this._fastBlockNumber=e,this._fastBlockNumberPromise=Promise.resolve(e)))}},{key:"waitForTransaction",value:function(e,t,r){return O(this,void 0,void 0,n.default.mark((function i(){return n.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.abrupt("return",this._waitForTransaction(e,null==t?1:t,r||0,null));case 1:case"end":return n.stop()}}),i,this)})))}},{key:"_waitForTransaction",value:function(e,t,r,i){return O(this,void 0,void 0,n.default.mark((function a(){var o,s=this;return n.default.wrap((function(a){while(1)switch(a.prev=a.next){case 0:return a.next=2,this.getTransactionReceipt(e);case 2:if(o=a.sent,!((o?o.confirmations:0)>=t)){a.next=5;break}return a.abrupt("return",o);case 5:return a.abrupt("return",new Promise((function(a,o){var u=[],c=!1,l=function(){return!!c||(c=!0,u.forEach((function(e){e()})),!1)},f=function(e){e.confirmations0){var v=setTimeout((function(){l()||o(I.makeError("timeout exceeded",m.Logger.errors.TIMEOUT,{timeout:r}))}),r);v.unref&&v.unref(),u.push((function(){clearTimeout(v)}))}})));case 6:case"end":return a.stop()}}),a,this)})))}},{key:"getBlockNumber",value:function(){return O(this,void 0,void 0,n.default.mark((function e(){return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._getInternalBlockNumber(0));case 1:case"end":return e.stop()}}),e,this)})))}},{key:"getGasPrice",value:function(){return O(this,void 0,void 0,n.default.mark((function e(){var t;return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.getNetwork();case 2:return e.next=4,this.perform("getGasPrice",{});case 4:return t=e.sent,e.prev=5,e.abrupt("return",o.BigNumber.from(t));case 9:return e.prev=9,e.t0=e["catch"](5),e.abrupt("return",I.throwError("bad result from backend",m.Logger.errors.SERVER_ERROR,{method:"getGasPrice",result:t,error:e.t0}));case 12:case"end":return e.stop()}}),e,this,[[5,9]])})))}},{key:"getBalance",value:function(e,t){return O(this,void 0,void 0,n.default.mark((function r(){var i,a;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return r.next=2,this.getNetwork();case 2:return r.next=4,(0,f.resolveProperties)({address:this._getAddress(e),blockTag:this._getBlockTag(t)});case 4:return i=r.sent,r.next=7,this.perform("getBalance",i);case 7:return a=r.sent,r.prev=8,r.abrupt("return",o.BigNumber.from(a));case 12:return r.prev=12,r.t0=r["catch"](8),r.abrupt("return",I.throwError("bad result from backend",m.Logger.errors.SERVER_ERROR,{method:"getBalance",params:i,result:a,error:r.t0}));case 15:case"end":return r.stop()}}),r,this,[[8,12]])})))}},{key:"getTransactionCount",value:function(e,t){return O(this,void 0,void 0,n.default.mark((function r(){var i,a;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return r.next=2,this.getNetwork();case 2:return r.next=4,(0,f.resolveProperties)({address:this._getAddress(e),blockTag:this._getBlockTag(t)});case 4:return i=r.sent,r.next=7,this.perform("getTransactionCount",i);case 7:return a=r.sent,r.prev=8,r.abrupt("return",o.BigNumber.from(a).toNumber());case 12:return r.prev=12,r.t0=r["catch"](8),r.abrupt("return",I.throwError("bad result from backend",m.Logger.errors.SERVER_ERROR,{method:"getTransactionCount",params:i,result:a,error:r.t0}));case 15:case"end":return r.stop()}}),r,this,[[8,12]])})))}},{key:"getCode",value:function(e,t){return O(this,void 0,void 0,n.default.mark((function r(){var i,a;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return r.next=2,this.getNetwork();case 2:return r.next=4,(0,f.resolveProperties)({address:this._getAddress(e),blockTag:this._getBlockTag(t)});case 4:return i=r.sent,r.next=7,this.perform("getCode",i);case 7:return a=r.sent,r.prev=8,r.abrupt("return",(0,s.hexlify)(a));case 12:return r.prev=12,r.t0=r["catch"](8),r.abrupt("return",I.throwError("bad result from backend",m.Logger.errors.SERVER_ERROR,{method:"getCode",params:i,result:a,error:r.t0}));case 15:case"end":return r.stop()}}),r,this,[[8,12]])})))}},{key:"getStorageAt",value:function(e,t,r){return O(this,void 0,void 0,n.default.mark((function i(){var a,o;return n.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,this.getNetwork();case 2:return n.next=4,(0,f.resolveProperties)({address:this._getAddress(e),blockTag:this._getBlockTag(r),position:Promise.resolve(t).then((function(e){return(0,s.hexValue)(e)}))});case 4:return a=n.sent,n.next=7,this.perform("getStorageAt",a);case 7:return o=n.sent,n.prev=8,n.abrupt("return",(0,s.hexlify)(o));case 12:return n.prev=12,n.t0=n["catch"](8),n.abrupt("return",I.throwError("bad result from backend",m.Logger.errors.SERVER_ERROR,{method:"getStorageAt",params:a,result:o,error:n.t0}));case 15:case"end":return n.stop()}}),i,this,[[8,12]])})))}},{key:"_wrapTransaction",value:function(e,t,r){var i=this;if(null!=t&&32!==(0,s.hexDataLength)(t))throw new Error("invalid response - sendTransaction");var a=e;return null!=t&&e.hash!==t&&I.throwError("Transaction hash mismatch from Provider.sendTransaction.",m.Logger.errors.UNKNOWN_ERROR,{expectedHash:e.hash,returnedHash:t}),a.wait=function(t,a){return O(i,void 0,void 0,n.default.mark((function i(){var o,s;return n.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return null==t&&(t=1),null==a&&(a=0),o=void 0,0!==t&&null!=r&&(o={data:e.data,from:e.from,nonce:e.nonce,to:e.to,value:e.value,startBlock:r}),n.next=6,this._waitForTransaction(e.hash,t,a,o);case 6:if(s=n.sent,null!=s||0!==t){n.next=9;break}return n.abrupt("return",null);case 9:return this._emitted["t:"+e.hash]=s.blockNumber,0===s.status&&I.throwError("transaction failed",m.Logger.errors.CALL_EXCEPTION,{transactionHash:e.hash,transaction:e,receipt:s}),n.abrupt("return",s);case 12:case"end":return n.stop()}}),i,this)})))},a}},{key:"sendTransaction",value:function(e){return O(this,void 0,void 0,n.default.mark((function t(){var r,i,a,o;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this.getNetwork();case 2:return t.next=4,Promise.resolve(e).then((function(e){return(0,s.hexlify)(e)}));case 4:return r=t.sent,i=this.formatter.transaction(e),null==i.confirmations&&(i.confirmations=0),t.next=9,this._getInternalBlockNumber(100+2*this.pollingInterval);case 9:return a=t.sent,t.prev=10,t.next=13,this.perform("sendTransaction",{signedTransaction:r});case 13:return o=t.sent,t.abrupt("return",this._wrapTransaction(i,o,a));case 17:throw t.prev=17,t.t0=t["catch"](10),t.t0.transaction=i,t.t0.transactionHash=i.hash,t.t0;case 22:case"end":return t.stop()}}),t,this,[[10,17]])})))}},{key:"_getTransactionRequest",value:function(e){return O(this,void 0,void 0,n.default.mark((function t(){var r,i,a=this;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e;case 2:return r=t.sent,i={},["from","to"].forEach((function(e){null!=r[e]&&(i[e]=Promise.resolve(r[e]).then((function(e){return e?a._getAddress(e):null})))})),["gasLimit","gasPrice","maxFeePerGas","maxPriorityFeePerGas","value"].forEach((function(e){null!=r[e]&&(i[e]=Promise.resolve(r[e]).then((function(e){return e?o.BigNumber.from(e):null})))})),["type"].forEach((function(e){null!=r[e]&&(i[e]=Promise.resolve(r[e]).then((function(e){return null!=e?e:null})))})),r.accessList&&(i.accessList=this.formatter.accessList(r.accessList)),["data"].forEach((function(e){null!=r[e]&&(i[e]=Promise.resolve(r[e]).then((function(e){return e?(0,s.hexlify)(e):null})))})),t.t0=this.formatter,t.next=12,(0,f.resolveProperties)(i);case 12:return t.t1=t.sent,t.abrupt("return",t.t0.transactionRequest.call(t.t0,t.t1));case 14:case"end":return t.stop()}}),t,this)})))}},{key:"_getFilter",value:function(e){return O(this,void 0,void 0,n.default.mark((function t(){var r,i=this;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e;case 2:return e=t.sent,r={},null!=e.address&&(r.address=this._getAddress(e.address)),["blockHash","topics"].forEach((function(t){null!=e[t]&&(r[t]=e[t])})),["fromBlock","toBlock"].forEach((function(t){null!=e[t]&&(r[t]=i._getBlockTag(e[t]))})),t.t0=this.formatter,t.next=10,(0,f.resolveProperties)(r);case 10:return t.t1=t.sent,t.abrupt("return",t.t0.filter.call(t.t0,t.t1));case 12:case"end":return t.stop()}}),t,this)})))}},{key:"call",value:function(e,t){return O(this,void 0,void 0,n.default.mark((function r(){var i,a;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return r.next=2,this.getNetwork();case 2:return r.next=4,(0,f.resolveProperties)({transaction:this._getTransactionRequest(e),blockTag:this._getBlockTag(t)});case 4:return i=r.sent,r.next=7,this.perform("call",i);case 7:return a=r.sent,r.prev=8,r.abrupt("return",(0,s.hexlify)(a));case 12:return r.prev=12,r.t0=r["catch"](8),r.abrupt("return",I.throwError("bad result from backend",m.Logger.errors.SERVER_ERROR,{method:"call",params:i,result:a,error:r.t0}));case 15:case"end":return r.stop()}}),r,this,[[8,12]])})))}},{key:"estimateGas",value:function(e){return O(this,void 0,void 0,n.default.mark((function t(){var r,i;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this.getNetwork();case 2:return t.next=4,(0,f.resolveProperties)({transaction:this._getTransactionRequest(e)});case 4:return r=t.sent,t.next=7,this.perform("estimateGas",r);case 7:return i=t.sent,t.prev=8,t.abrupt("return",o.BigNumber.from(i));case 12:return t.prev=12,t.t0=t["catch"](8),t.abrupt("return",I.throwError("bad result from backend",m.Logger.errors.SERVER_ERROR,{method:"estimateGas",params:r,result:i,error:t.t0}));case 15:case"end":return t.stop()}}),t,this,[[8,12]])})))}},{key:"_getAddress",value:function(e){return O(this,void 0,void 0,n.default.mark((function t(){var r;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e;case 2:return e=t.sent,"string"!==typeof e&&I.throwArgumentError("invalid address or ENS name","name",e),t.next=6,this.resolveName(e);case 6:return r=t.sent,null==r&&I.throwError("ENS name not configured",m.Logger.errors.UNSUPPORTED_OPERATION,{operation:"resolveName(".concat(JSON.stringify(e),")")}),t.abrupt("return",r);case 9:case"end":return t.stop()}}),t,this)})))}},{key:"_getBlock",value:function(e,t){return O(this,void 0,void 0,n.default.mark((function r(){var i,a,o=this;return n.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:return r.next=2,this.getNetwork();case 2:return r.next=4,e;case 4:if(e=r.sent,i=-128,a={includeTransactions:!!t},!(0,s.isHexString)(e,32)){r.next=11;break}a.blockHash=e,r.next=21;break;case 11:return r.prev=11,r.next=14,this._getBlockTag(e);case 14:a.blockTag=r.sent,(0,s.isHexString)(a.blockTag)&&(i=parseInt(a.blockTag.substring(2),16)),r.next=21;break;case 18:r.prev=18,r.t0=r["catch"](11),I.throwArgumentError("invalid block hash or block tag","blockHashOrBlockTag",e);case 21:return r.abrupt("return",(0,p.poll)((function(){return O(o,void 0,void 0,n.default.mark((function e(){var r,o,s,u,c,l,f=this;return n.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.perform("getBlock",a);case 2:if(r=e.sent,null!=r){e.next=11;break}if(null==a.blockHash){e.next=7;break}if(null!=this._emitted["b:"+a.blockHash]){e.next=7;break}return e.abrupt("return",null);case 7:if(null==a.blockTag){e.next=10;break}if(!(i>this._emitted.block)){e.next=10;break}return e.abrupt("return",null);case 10:return e.abrupt("return",void 0);case 11:if(!t){e.next=34;break}o=null,s=0;case 14:if(!(sa.length)){t.next=24;break}return t.abrupt("return",null);case 24:return l=(0,h.toUtf8String)(a.slice(0,u)),t.next=27,this.resolveName(l);case 27:if(f=t.sent,f==e){t.next=30;break}return t.abrupt("return",null);case 30:return t.abrupt("return",l);case 31:case"end":return t.stop()}}),t,this)})))}},{key:"getAvatar",value:function(e){return O(this,void 0,void 0,n.default.mark((function t(){var r,i,a,o,u;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(r=null,!(0,s.isHexString)(e)){t.next=12;break}return i=this.formatter.address(e),a=i.substring(2).toLowerCase()+".addr.reverse",t.next=6,this._getResolver(a);case 6:if(o=t.sent,o){t.next=9;break}return t.abrupt("return",null);case 9:r=new K(this,o,"_",i),t.next=15;break;case 12:return t.next=14,this.getResolver(e);case 14:r=t.sent;case 15:return t.next=17,r.getAvatar();case 17:if(u=t.sent,null!=u){t.next=20;break}return t.abrupt("return",null);case 20:return t.abrupt("return",u.url);case 21:case"end":return t.stop()}}),t,this)})))}},{key:"perform",value:function(e,t){return I.throwError(e+" not implemented",m.Logger.errors.NOT_IMPLEMENTED,{operation:e})}},{key:"_startEvent",value:function(e){this.polling=this._events.filter((function(e){return e.pollable()})).length>0}},{key:"_stopEvent",value:function(e){this.polling=this._events.filter((function(e){return e.pollable()})).length>0}},{key:"_addEventListener",value:function(e,t,r){var n=new F(R(e),t,r);return this._events.push(n),this._startEvent(n),this}},{key:"on",value:function(e,t){return this._addEventListener(e,t,!1)}},{key:"once",value:function(e,t){return this._addEventListener(e,t,!0)}},{key:"emit",value:function(e){for(var t=this,r=arguments.length,n=new Array(r>1?r-1:0),i=1;i="80"?n(r.length/2,128):"";return i+r}var a=t.map(e).join(""),o=n(a.length/2,192);return o+a};return"0x"+i(e)},n=function(e){var t=2,r=function(){if(t>=e.length)throw"";var r=e.slice(t,t+2);return r<"80"?(t+=2,"0x"+r):r<"c0"?i():a()},n=function(){var r=parseInt(e.slice(t,t+=2),16)%64;return r<56?r:parseInt(e.slice(t,t+=2*(r-55)),16)},i=function(){var r=n();return"0x"+e.slice(t,t+=2*r)},a=function(){var e=2*n()+t,i=[];while(t32)throw new Error(c);if(m.length%4!==0)throw new Error(c);var g=e.from(m),y=b(g);if(y!==d)throw new Error(l);return g.toString("hex")}function k(t,r){if(e.isBuffer(t)||(t=e.from(t,"hex")),r=r||s,!r)throw new Error(f);if(t.length<16)throw new TypeError(c);if(t.length>32)throw new TypeError(c);if(t.length%4!==0)throw new TypeError(c);var n=m(Array.from(t)),i=b(t),a=n+i,o=a.match(/(.{1,11})/g),u=o.map((function(e){var t=v(e);return r[t]}));return"\u3042\u3044\u3053\u304f\u3057\u3093"===r[0]?u.join("\u3000"):u.join(" ")}function x(e,t,r){if(e=e||128,e%32!==0)throw new TypeError(c);return t=t||a,k(t(e/8),r)}function S(e,t){try{_(e,t)}catch(r){return!1}return!0}function A(e){var t=o.wordlists[e];if(!t)throw new Error('Could not find wordlist for language "'+e+'"');s=t}function E(){if(!s)throw new Error("No Default Wordlist set");return Object.keys(o.wordlists).filter((function(e){return"JA"!==e&&"EN"!==e&&o.wordlists[e].every((function(e,t){return e===s[t]}))}))[0]}t.mnemonicToSeedSync=y,t.mnemonicToSeed=w,t.mnemonicToEntropy=_,t.entropyToMnemonic=k,t.generateMnemonic=x,t.validateMnemonic=S,t.setDefaultWordlist=A,t.getDefaultWordlist=E;var C=r("2b51");t.wordlists=C.wordlists}).call(this,r("b639").Buffer)},e5d3:function(e,t,r){var n=r("8707").Buffer;function i(e){if(e.length<8)return!1;if(e.length>72)return!1;if(48!==e[0])return!1;if(e[1]!==e.length-2)return!1;if(2!==e[2])return!1;var t=e[3];if(0===t)return!1;if(5+t>=e.length)return!1;if(2!==e[4+t])return!1;var r=e[5+t];return 0!==r&&(6+t+r===e.length&&(!(128&e[4])&&(!(t>1&&0===e[4]&&!(128&e[5]))&&(!(128&e[t+6])&&!(r>1&&0===e[t+6]&&!(128&e[t+7]))))))}function a(e){if(e.length<8)throw new Error("DER sequence length is too short");if(e.length>72)throw new Error("DER sequence length is too long");if(48!==e[0])throw new Error("Expected DER sequence");if(e[1]!==e.length-2)throw new Error("DER sequence length is invalid");if(2!==e[2])throw new Error("Expected DER integer");var t=e[3];if(0===t)throw new Error("R length is zero");if(5+t>=e.length)throw new Error("R length is too long");if(2!==e[4+t])throw new Error("Expected DER integer (2)");var r=e[5+t];if(0===r)throw new Error("S length is zero");if(6+t+r!==e.length)throw new Error("S length is invalid");if(128&e[4])throw new Error("R value is negative");if(t>1&&0===e[4]&&!(128&e[5]))throw new Error("R value excessively padded");if(128&e[t+6])throw new Error("S value is negative");if(r>1&&0===e[t+6]&&!(128&e[t+7]))throw new Error("S value excessively padded");return{r:e.slice(4,4+t),s:e.slice(6+t)}}function o(e,t){var r=e.length,i=t.length;if(0===r)throw new Error("R length is zero");if(0===i)throw new Error("S length is zero");if(r>33)throw new Error("R length is too long");if(i>33)throw new Error("S length is too long");if(128&e[0])throw new Error("R value is negative");if(128&t[0])throw new Error("S value is negative");if(r>1&&0===e[0]&&!(128&e[1]))throw new Error("R value excessively padded");if(i>1&&0===t[0]&&!(128&t[1]))throw new Error("S value excessively padded");var a=n.allocUnsafe(6+r+i);return a[0]=48,a[1]=a.length-2,a[2]=2,a[3]=e.length,e.copy(a,4),a[4+r]=2,a[5+r]=t.length,t.copy(a,6+r),a}e.exports={check:i,decode:a,encode:o}},e5ec:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={uCheckboxGroup:r("2f92").default,uCheckbox:r("2d72").default,uSelect:r("a7b4").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",{staticClass:e._$s(0,"sc","main"),attrs:{_i:0}},[n("view",{staticClass:e._$s(1,"sc","wrap"),attrs:{_i:1}},[n("swiper",{staticClass:e._$s(2,"sc","swiper"),attrs:{"indicator-dots":e._$s(2,"a-indicator-dots",e.indicatorDots),autoplay:e._$s(2,"a-autoplay",e.autoplay),interval:e._$s(2,"a-interval",e.interval),_i:2}},[n("swiper-item",[n("view",{staticClass:e._$s(4,"sc","swiper-item"),attrs:{_i:4}},[n("image",{staticClass:e._$s(5,"sc","img1"),attrs:{src:e._$s(5,"a-src",r("cd89")),_i:5}}),n("view",{staticClass:e._$s(6,"sc","text_con"),attrs:{_i:6}},[n("view",{staticClass:e._$s(7,"sc","text1"),attrs:{_i:7}},[e._v(e._$s(7,"t0-0",e._s(e.i18n.Decentralised)))]),n("view",{staticClass:e._$s(8,"sc","text2"),attrs:{_i:8}},[e._v(e._$s(8,"t0-0",e._s(e.i18n.Localstorage)))])])])]),n("swiper-item",[n("view",{staticClass:e._$s(10,"sc","swiper-item"),attrs:{_i:10}},[n("image",{staticClass:e._$s(11,"sc","img1"),attrs:{src:e._$s(11,"a-src",r("8425")),_i:11}}),n("view",{staticClass:e._$s(12,"sc","text_con"),attrs:{_i:12}},[n("view",{staticClass:e._$s(13,"sc","text1"),attrs:{_i:13}},[e._v(e._$s(13,"t0-0",e._s(e.i18n.EasyDecentralised)))]),n("view",{staticClass:e._$s(14,"sc","text2"),attrs:{_i:14}},[e._v(e._$s(14,"t0-0",e._s(e.i18n.EasyLocalstorage)))])])])]),n("swiper-item",[n("view",{staticClass:e._$s(16,"sc","swiper-item"),attrs:{_i:16}},[n("image",{staticClass:e._$s(17,"sc","img1"),attrs:{src:e._$s(17,"a-src",r("a92c")),_i:17}}),n("view",{staticClass:e._$s(18,"sc","text_con"),attrs:{_i:18}},[n("view",{staticClass:e._$s(19,"sc","text1"),attrs:{_i:19}},[e._v(e._$s(19,"t0-0",e._s(e.i18n.NftDecentralised)))]),n("view",{staticClass:e._$s(20,"sc","text2"),attrs:{_i:20}},[e._v(e._$s(20,"t0-0",e._s(e.i18n.NftLocalstorage)))])])])])])]),n("view",{staticClass:e._$s(21,"sc","reg_con"),attrs:{_i:21}},[n("view",{staticClass:e._$s(22,"sc","reg"),attrs:{_i:22}},[n("view",{staticClass:e._$s(23,"sc","border"),attrs:{_i:23}},[n("view",{staticClass:e._$s(24,"sc","item flex"),attrs:{_i:24},on:{click:e.createWallet}},[n("view",{staticClass:e._$s(25,"sc","left flex"),attrs:{_i:25}},[n("image",{staticClass:e._$s(26,"sc","letimg"),attrs:{src:e._$s(26,"a-src",r("b8c1")),_i:26}}),n("view",{staticClass:e._$s(27,"sc","textcon"),attrs:{_i:27}},[n("view",{staticClass:e._$s(28,"sc","text1"),attrs:{_i:28}},[e._v(e._$s(28,"t0-0",e._s(e.i18n.crewalllet)))]),n("view",{staticClass:e._$s(29,"sc","text2"),attrs:{_i:29}},[e._v(e._$s(29,"t0-0",e._s(e.i18n.Oneidentity)))])])]),n("image",{staticClass:e._$s(30,"sc","rigimg"),attrs:{src:e._$s(30,"a-src",r("6365")),_i:30}})])]),n("view",{staticClass:e._$s(31,"sc","item flex"),attrs:{_i:31},on:{click:e.loginWallet}},[n("view",{staticClass:e._$s(32,"sc","left flex"),attrs:{_i:32}},[n("image",{staticClass:e._$s(33,"sc","letimg"),attrs:{src:e._$s(33,"a-src",r("20f9")),_i:33}}),n("view",{staticClass:e._$s(34,"sc","textcon"),attrs:{_i:34}},[n("view",{staticClass:e._$s(35,"sc","text1"),attrs:{_i:35}},[e._v(e._$s(35,"t0-0",e._s(e.i18n.Logintowallet)))]),n("view",{staticClass:e._$s(36,"sc","text2"),attrs:{_i:36}},[e._v(e._$s(36,"t0-0",e._s(e.i18n.Restoreexisting)))])])]),n("image",{staticClass:e._$s(37,"sc","rigimg"),attrs:{src:e._$s(37,"a-src",r("6365")),_i:37}})])]),n("view",{staticClass:e._$s(38,"sc","lans"),attrs:{_i:38},on:{click:function(t){e.show=!0}}},[e._v(e._$s(38,"t0-0",e._s(e.i18n.lans)))]),n("view",{staticClass:e._$s(39,"sc","select"),attrs:{_i:39}},[n("u-checkbox-group",{attrs:{_i:40},on:{change:e.checkboxGroupChange}},e._l(e._$s(41,"f",{forItems:e.list2}),(function(t,r,i,a){return n("u-checkbox",{key:e._$s(41,"f",{forIndex:i,key:r}),attrs:{name:t.name,"active-color":"#5B53FF",_i:"41-"+a},on:{change:e.checkboxChange},model:{value:e._$s("41-"+a,"v-model",t.checked),callback:function(r){e.$set(t,"checked",r)},expression:"item.checked"}},[n("text",{staticClass:e._$s("42-"+a,"sc","name"),attrs:{_i:"42-"+a}},[e._v(e._$s("42-"+a,"t0-0",e._s(e.i18n.AgreementConfirmation))),n("text",{staticClass:e._$s("43-"+a,"sc","active"),attrs:{_i:"43-"+a},on:{click:function(t){return t.stopPropagation(),e.Terms(t)}}},[e._v(e._$s("43-"+a,"t0-0",e._s(e.i18n.TermsofService)))])])])})),1)],1)]),n("u-select",{attrs:{"confirm-text":e.cnt,"cancel-text":e.can,list:e.list3,_i:44},on:{confirm:e.confirm},model:{value:e._$s(44,"v-model",e.show),callback:function(t){e.show=t},expression:"show"}})],1)},a=[]},e68c:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Web3Provider=void 0;var n=r("d8c6"),i=r("fa24"),a=r("9958"),o=r("841f");function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var r=0;r0){var n=new Object;n.address=this.bigAddress,n.name=this.addressName,n.coinList=[{name:"BTC",name2:"BTC",xname:"Bitcoin",icon:r("1362")}];var i=[];i=uni.getStorageSync("BTCAddressInfo"),i.push(n),uni.setStorageSync("BTCAddressInfo",i),e("log",i,1111," at pages/menu/sendToken/addAddress/index.vue:219"),uni.showToast({title:this.$t("index").Successful,icon:"success",duration:1500}),uni.redirectTo({url:"../address/index"})}else{var a=new Object;a.address=this.bigAddress,a.name=this.addressName,a.coinList=[{name:"BTC",name2:"BTC",xname:"Bitcoin",icon:r("1362")}],e("log",a,4444," at pages/menu/sendToken/addAddress/index.vue:238");var o=[];o.push(a),e("log",o,4444," at pages/menu/sendToken/addAddress/index.vue:241"),uni.setStorageSync("BTCAddressInfo",o),uni.showToast({title:this.$t("index").Successful,icon:"success",duration:1500}),setTimeout((function(){uni.redirectTo({url:"../address/index"})}),1500)}}if("ETH"==this.value){if(e("log",this.bigAddress,this.$Token.validateEth(this.bigAddress)," at pages/menu/sendToken/addAddress/index.vue:260"),!this.$Token.validateEth(this.bigAddress))return void uni.showToast({title:this.$t("index").addressFormatError,icon:"none",duration:1500});if(e("log",uni.getStorageSync("ETHAddressInfo"),777," at pages/menu/sendToken/addAddress/index.vue:270"),uni.getStorageSync("ETHAddressInfo").length>0){var s=new Object;s.address=this.bigAddress,s.name=this.addressName,s.coinList=[{name:"ETH",name2:"ETH",xname:"Ethereum",icon:r("4575")}];var u=[];u=uni.getStorageSync("ETHAddressInfo"),u.push(s),uni.setStorageSync("ETHAddressInfo",u),e("log",u,1111," at pages/menu/sendToken/addAddress/index.vue:285"),uni.showToast({title:this.$t("index").Successful,icon:"success",duration:1500}),setTimeout((function(){uni.redirectTo({url:"../address/index"})}),1500)}else{var c=new Object;c.address=this.bigAddress,c.name=this.addressName,c.coinList=[{name:"ETH",name2:"ETH",xname:"Ethereum",icon:r("4575")}],e("log",c,4444," at pages/menu/sendToken/addAddress/index.vue:308");var l=[];l.push(c),e("log",l,4444," at pages/menu/sendToken/addAddress/index.vue:311"),uni.setStorageSync("ETHAddressInfo",l),uni.showToast({title:this.$t("index").Successful,icon:"success",duration:1500}),setTimeout((function(){uni.redirectTo({url:"../address/index"})}),1500)}}if("TRX"==this.value){if(!this.$Token.validateTrx(this.bigAddress))return void uni.showToast({title:this.$t("index").addressFormatError,icon:"none",duration:1500});if(e("log",uni.getStorageSync("TRXAddressInfo"),777," at pages/menu/sendToken/addAddress/index.vue:338"),uni.getStorageSync("TRXAddressInfo").length>0){var f=new Object;f.address=this.bigAddress,f.name=this.addressName,f.coinList=[{name:"TRX",name2:"TRX",xname:"TRON",icon:r("affb")}];var d=[];d=uni.getStorageSync("TRXAddressInfo"),d.push(f),uni.setStorageSync("TRXAddressInfo",d),e("log",d,1111," at pages/menu/sendToken/addAddress/index.vue:353"),uni.showToast({title:this.$t("index").Successful,icon:"success",duration:1500}),setTimeout((function(){uni.redirectTo({url:"../address/index"})}),1500)}else{var h=new Object;h.address=this.bigAddress,h.name=this.addressName,h.coinList=[{name:"TRX",name2:"TRX",xname:"TRON",icon:r("affb")}],e("log",h,4444," at pages/menu/sendToken/addAddress/index.vue:374");var p=[];p.push(h),e("log",p,4444," at pages/menu/sendToken/addAddress/index.vue:377"),uni.setStorageSync("TRXAddressInfo",p),uni.showToast({title:this.$t("index").Successful,icon:"success",duration:1500}),setTimeout((function(){uni.redirectTo({url:"../address/index"})}),1500)}}},showSelect:function(){this.show=!0}}};t.default=i}).call(this,r("0de9")["default"])},e991:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("19c5"),i=r("2479"),a=r("555e"),o=r("e5d3"),s=r("7307"),u=r("b3fe"),c=r("36a1");t.OPS=r("e1bd");var l=r("02a6"),f=t.OPS.OP_RESERVED;function d(e){return a.Number(e)&&(e===t.OPS.OP_0||e>=t.OPS.OP_1&&e<=t.OPS.OP_16||e===t.OPS.OP_1NEGATE)}function h(e){return a.Buffer(e)||d(e)}function p(e){return a.Array(e)&&e.every(h)}function v(e){return 0===e.length?t.OPS.OP_0:1===e.length?e[0]>=1&&e[0]<=16?f+e[0]:129===e[0]?t.OPS.OP_1NEGATE:void 0:void 0}function m(t){return e.isBuffer(t)}function b(e){return a.Array(e)}function g(t){return e.isBuffer(t)}function y(t){if(m(t))return t;c(a.Array,t);var r=t.reduce((function(e,t){return g(t)?1===t.length&&void 0!==v(t)?e+1:e+u.encodingLength(t.length)+t.length:e+1}),0),n=e.allocUnsafe(r),i=0;if(t.forEach((function(e){if(g(e)){var t=v(e);if(void 0!==t)return n.writeUInt8(t,i),void(i+=1);i+=u.encode(n,e.length,i),e.copy(n,i),i+=e.length}else n.writeUInt8(e,i),i+=1})),i!==n.length)throw new Error("Could not decode chunks");return n}function w(e){if(b(e))return e;c(a.Buffer,e);var r=[],n=0;while(nt.OPS.OP_0&&i<=t.OPS.OP_PUSHDATA4){var o=u.decode(e,n);if(null===o)return null;if(n+=o.size,n+o.number>e.length)return null;var s=e.slice(n,n+o.number);n+=o.number;var l=v(s);void 0!==l?r.push(l):r.push(s)}else r.push(i),n+=1}return r}function _(e){return m(e)&&(e=w(e)),e.map((function(e){if(g(e)){var t=v(e);if(void 0===t)return e.toString("hex");e=t}return l[e]})).join(" ")}function k(r){return c(a.String,r),y(r.split(" ").map((function(r){return void 0!==t.OPS[r]?t.OPS[r]:(c(a.Hex,r),e.from(r,"hex"))})))}function x(r){return r=w(r),c(p,r),r.map((function(r){return g(r)?r:r===t.OPS.OP_0?e.allocUnsafe(0):n.encode(r-f)}))}function S(e){return s.isPoint(e)}function A(e){var t=-129&e;return t>0&&t<4}function E(t){return!!e.isBuffer(t)&&(!!A(t[t.length-1])&&o.check(t.slice(0,-1)))}t.isPushOnly=p,t.compile=y,t.decompile=w,t.toASM=_,t.fromASM=k,t.toStack=x,t.isCanonicalPubKey=S,t.isDefinedHashType=A,t.isCanonicalScriptSignature=E,t.number=n,t.signature=i}).call(this,r("b639").Buffer)},e997:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var n=r("c4f0");function i(e,t){var r=e[t];if(void 0===r)throw new Error("No input #".concat(t));return r}function a(e,t){var r=e[t];if(void 0===r)throw new Error("No output #".concat(t));return r}function o(e,t,r){if(e.key[0]1){for(var a=0,o=0;o0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function c(e,t){this.curve=e,this.type=t,this.precomputed=null}e.exports=u,u.prototype.point=function(){throw new Error("Not implemented")},u.prototype.validate=function(){throw new Error("Not implemented")},u.prototype._fixedNafMul=function(e,t){s(e.precomputed);var r=e._getDoubles(),n=a(t,1,this._bitLength),i=(1<=u;t--)c=(c<<1)+n[t];o.push(c)}for(var l=this.jpoint(null,null,null),f=this.jpoint(null,null,null),d=i;d>0;d--){for(u=0;u=0;c--){for(t=0;c>=0&&0===o[c];c--)t++;if(c>=0&&t++,u=u.dblp(t),c<0)break;var l=o[c];s(0!==l),u="affine"===e.type?l>0?u.mixedAdd(i[l-1>>1]):u.mixedAdd(i[-l-1>>1].neg()):l>0?u.add(i[l-1>>1]):u.add(i[-l-1>>1].neg())}return"affine"===e.type?u.toP():u},u.prototype._wnafMulAdd=function(e,t,r,n,i){for(var s=this._wnafT1,u=this._wnafT2,c=this._wnafT3,l=0,f=0;f=1;f-=2){var p=f-1,v=f;if(1===s[p]&&1===s[v]){var m=[t[p],null,null,t[v]];0===t[p].y.cmp(t[v].y)?(m[1]=t[p].add(t[v]),m[2]=t[p].toJ().mixedAdd(t[v].neg())):0===t[p].y.cmp(t[v].y.redNeg())?(m[1]=t[p].toJ().mixedAdd(t[v]),m[2]=t[p].add(t[v].neg())):(m[1]=t[p].toJ().mixedAdd(t[v]),m[2]=t[p].toJ().mixedAdd(t[v].neg()));var b=[-3,-1,-5,-7,0,7,5,1,3],g=o(r[p],r[v]);l=Math.max(g[0].length,l),c[p]=new Array(l),c[v]=new Array(l);for(var y=0;y=0;f--){var S=0;while(f>=0){var A=!0;for(y=0;y=0&&S++,k=k.dblp(S),f<0)break;for(y=0;y0?d=u[y][E-1>>1]:E<0&&(d=u[y][-E-1>>1].neg()),k="affine"===d.type?k.mixedAdd(d):k.add(d))}}for(f=0;f=Math.ceil((e.bitLength()+1)/t.step)},c.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],n=this,i=0;i=r&&("undefined"===typeof i||s<=i)}e.exports=t.default,e.exports.default=t.default},eb9a:function(e,t,r){"use strict";function n(e,t){if(e>=0&&t>0&&t>=e){var r=t-e+1;return Math.floor(Math.random()*r+e)}return 0}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n;t.default=i},ebb6:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={};(function(){function e(e){var t,r,n;return e<128?[e]:e<2048?(t=192+(e>>6),r=128+(63&e),[t,r]):(t=224+(e>>12),r=128+(e>>6&63),n=128+(63&e),[t,r,n])}function t(t){for(var r=[],n=0;n=7&&this.setupTypeNumber(!0),this.mapData(this.dataCache,e)},setupPositionProbePattern:function(e,t){for(var r=-1;r<=7;r++)if(!(e+r<=-1||this.moduleCount<=e+r))for(var n=-1;n<=7;n++)t+n<=-1||this.moduleCount<=t+n||(this.modules[e+r][t+n]=0<=r&&r<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==r||6==r)||2<=r&&r<=4&&2<=n&&n<=4)},createQrcode:function(){for(var e=0,t=0,r=null,n=0;n<8;n++){this.makeImpl(n);var i=o.getLostPoint(this);(0==n||e>i)&&(e=i,t=n,r=this.modules)}this.modules=r,this.setupTypeInfo(!1,t),this.typeNumber>=7&&this.setupTypeNumber(!1)},setupTimingPattern:function(){for(var e=8;e>r&1);this.modules[Math.floor(r/3)][r%3+this.moduleCount-8-3]=n,this.modules[r%3+this.moduleCount-8-3][Math.floor(r/3)]=n}},setupTypeInfo:function(e,t){for(var r=i[this.errorCorrectLevel]<<3|t,n=o.getBCHTypeInfo(r),a=0;a<15;a++){var s=!e&&1==(n>>a&1);a<6?this.modules[a][8]=s:a<8?this.modules[a+1][8]=s:this.modules[this.moduleCount-15+a][8]=s;s=!e&&1==(n>>a&1);a<8?this.modules[8][this.moduleCount-a-1]=s:a<9?this.modules[8][15-a-1+1]=s:this.modules[8][15-a-1]=s}this.modules[this.moduleCount-8][8]=!e},createData:function(){var e=new f,t=this.typeNumber>9?16:8;e.put(4,4),e.put(this.utf8bytes.length,t);for(var n=0,i=this.utf8bytes.length;n=8*this.totalDataCount)break;if(e.put(r.PAD0,8),e.length>=8*this.totalDataCount)break;e.put(r.PAD1,8)}return this.createBytes(e)},createBytes:function(e){for(var t=0,r=0,n=0,i=this.rsBlock.length/3,a=new Array,s=0;s=0?w.get(_):0}}var k=new Array(this.totalDataCount),x=0;for(s=0;s0;s-=2){6==s&&s--;while(1){for(var u=0;u<2;u++)if(null==this.modules[n][s-u]){var c=!1;a>>i&1));var l=o.getMask(t,n,s-u);l&&(c=!c),this.modules[n][s-u]=c,i--,-1==i&&(a++,i=7)}if(n+=r,n<0||this.moduleCount<=n){n-=r,r=-r;break}}}}},r.PAD0=236,r.PAD1=17;for(var i=[1,0,3,2],a={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},o={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(e){var t=e<<10;while(o.getBCHDigit(t)-o.getBCHDigit(o.G15)>=0)t^=o.G15<=0)t^=o.G18<>>=1;return t},getPatternPosition:function(e){return o.PATTERN_POSITION_TABLE[e-1]},getMask:function(e,t,r){switch(e){case a.PATTERN000:return(t+r)%2==0;case a.PATTERN001:return t%2==0;case a.PATTERN010:return r%3==0;case a.PATTERN011:return(t+r)%3==0;case a.PATTERN100:return(Math.floor(t/2)+Math.floor(r/3))%2==0;case a.PATTERN101:return t*r%2+t*r%3==0;case a.PATTERN110:return(t*r%2+t*r%3)%2==0;case a.PATTERN111:return(t*r%3+(t+r)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}},getErrorCorrectPolynomial:function(e){for(var t=new c([1],0),r=0;r3&&e.modules[i][s-1]&&e.modules[i][s-2]&&e.modules[i][s-3]&&e.modules[i][s-4]&&(r+=40)),i=5&&(r+=3+a-5),a=1),u&&n++}for(s=0;s3&&e.modules[i-1][s]&&e.modules[i-2][s]&&e.modules[i-3][s]&&e.modules[i-4][s]&&(r+=40)),o^u?a++:(o=u,a>=5&&(r+=3+a-5),a=1)}var l=Math.abs(100*n/t/t-50)/5;return r+=10*l,r}},s={glog:function(e){if(e<1)throw new Error("glog("+e+")");return s.LOG_TABLE[e]},gexp:function(e){while(e<0)e+=255;while(e>=256)e-=255;return s.EXP_TABLE[e]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},u=0;u<8;u++)s.EXP_TABLE[u]=1<=r){var a=s.glog(n[0])-s.glog(e.get(0));for(i=0;i9?2:1;if(this.utf8bytes.length+s>>7-e%8&1},put:function(e,t){for(var r=0;r>>t-r-1&1)},putBit:function(e){var t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),e&&(this.buffer[t]|=128>>>this.length%8),this.length++}};var d=[];n=function(e){if(this.options={text:"",size:256,correctLevel:3,background:"#ffffff",foreground:"#000000",pdground:"#000000",image:"",imageSize:30,canvasId:e.canvasId,context:e.context,usingComponents:e.usingComponents,showLoading:e.showLoading,loadingText:e.loadingText},"string"===typeof e&&(e={text:e}),e)for(var t in e)this.options[t]=e[t];for(var n=null,i=(t=0,d.length);t1&&e.row<5&&e.col>1&&e.col<5||e.row>e.count-6&&e.row1&&e.col<5||e.row>1&&e.row<5&&e.col>e.count-6&&e.col=0;r--)if(-1===t.indexOf(e[r]))return!1;return!0}e.exports=t.default,e.exports.default=t.default},ed6d:function(e,t,r){var n=r("4a4b");function i(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&n(e,t)}e.exports=i},ed83:function(e,t,r){"use strict";(function(e){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;rt)throw new Error("RangeError: value out of range");if(Math.floor(e)!==e)throw new Error("value has a fractional component")}function l(e,t){var r=e.readUInt32LE(t),n=e.readUInt32LE(t+4);return n*=4294967296,c(n+r,9007199254740991),n+r}function f(e,t,r){return c(t,9007199254740991),e.writeInt32LE(-1&t,r),e.writeUInt32LE(Math.floor(t/4294967296),r+4),r+8}function d(e){if(e.length<1)return e;for(var t=e.length-1,r=0,n=0;n1&&void 0!==arguments[1]?arguments[1]:0;n(this,e),this.buffer=t,this.offset=r,s(o.tuple(o.Buffer,o.UInt32),[t,r])}return a(e,[{key:"writeUInt8",value:function(e){this.offset=this.buffer.writeUInt8(e,this.offset)}},{key:"writeInt32",value:function(e){this.offset=this.buffer.writeInt32LE(e,this.offset)}},{key:"writeUInt32",value:function(e){this.offset=this.buffer.writeUInt32LE(e,this.offset)}},{key:"writeUInt64",value:function(e){this.offset=f(this.buffer,e,this.offset)}},{key:"writeVarInt",value:function(e){u.encode(e,this.buffer,this.offset),this.offset+=u.encode.bytes}},{key:"writeSlice",value:function(e){if(this.buffer.length1&&void 0!==arguments[1]?arguments[1]:0;n(this,e),this.buffer=t,this.offset=r,s(o.tuple(o.Buffer,o.UInt32),[t,r])}return a(e,[{key:"readUInt8",value:function(){var e=this.buffer.readUInt8(this.offset);return this.offset++,e}},{key:"readInt32",value:function(){var e=this.buffer.readInt32LE(this.offset);return this.offset+=4,e}},{key:"readUInt32",value:function(){var e=this.buffer.readUInt32LE(this.offset);return this.offset+=4,e}},{key:"readUInt64",value:function(){var e=l(this.buffer,this.offset);return this.offset+=8,e}},{key:"readVarInt",value:function(){var e=u.decode(this.buffer,this.offset);return this.offset+=u.decode.bytes,e}},{key:"readSlice",value:function(e){if(this.buffer.length=this._delta8){e=this.pending;var r=e.length%this._delta8;this.pending=e.slice(e.length-r,e.length),0===this.pending.length&&(this.pending=null),e=n.join32(e,0,e.length-r,this.endian);for(var i=0;i>>24&255,n[i++]=e>>>16&255,n[i++]=e>>>8&255,n[i++]=255&e}else for(n[i++]=255&e,n[i++]=e>>>8&255,n[i++]=e>>>16&255,n[i++]=e>>>24&255,n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=0,a=8;a63)return!1;if(t.require_tld){var s=r.pop();if(!r.length||!/^([a-z\u00a1-\uffff]{2,}|xn[a-z0-9-]{2,})$/i.test(s))return!1;if(/[\s\u2002-\u200B\u202F\u205F\u3000\uFEFF\uDB40\uDC20]/.test(s))return!1}for(var u,c=0;c0&&void 0!==arguments[0]?arguments[0]:this.multibaseName;if(this.string&&e===this.multibaseName)return this.string;var t=null;if(0===this.version){if("base58btc"!==e)throw new Error("not supported with CIDv0, to support different bases, please migrate the instance do CIDv1, you can do that through cid.toV1()");t=u.toB58String(this.multihash)}else{if(1!==this.version)throw new Error("unsupported version");t=c.encode(e,this.buffer).toString()}return e===this.multibaseName&&Object.defineProperty(this,"string",{value:t}),t}},{key:Symbol.for("nodejs.util.inspect.custom"),value:function(){return"CID("+this.toString()+")"}},{key:"toString",value:function(e){return this.toBaseEncodedString(e)}},{key:"toJSON",value:function(){return{codec:this.codec,version:this.version,hash:this.multihash}}},{key:"equals",value:function(e){return this.codec===e.codec&&this.version===e.version&&this.multihash.equals(e.multihash)}},{key:"buffer",get:function(){var e=this._buffer;if(!e){if(0===this.version)e=this.multihash;else{if(1!==this.version)throw new Error("unsupported version");e=s.concat([s.from("01","hex"),l.getCodeVarint(this.codec),this.multihash])}Object.defineProperty(this,"_buffer",{value:e})}return e}},{key:"prefix",get:function(){return s.concat([s.from("0".concat(this.version),"hex"),l.getCodeVarint(this.codec),u.prefix(this.multihash)])}}],[{key:"validateCID",value:function(e){var t=d.checkCIDComponents(e);if(t)throw new Error(t)}}]),e}(),v=h(p,{className:"CID",symbolName:"@ipld/js-cid/CID"});v.codecs=f,e.exports=v},ef37:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uRadioGroup:r("d799").default,uRadio:r("069a").default},i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.curr2)))]),r("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[r("view",{staticClass:e._$s(3,"sc","main_con"),attrs:{_i:3}},[r("u-radio-group",{attrs:{_i:4},on:{change:e.radioGroupChange},model:{value:e._$s(4,"v-model",e.currency),callback:function(t){e.currency=t},expression:"currency"}},e._l(e._$s(5,"f",{forItems:e.list}),(function(t,n,i,a){return r("view",{key:e._$s(5,"f",{forIndex:i,key:n}),staticClass:e._$s("5-"+a,"sc","item flex"),attrs:{_i:"5-"+a},on:{click:function(t){return e.handove("en")}}},[r("view",{staticClass:e._$s("6-"+a,"sc","text1"),attrs:{_i:"6-"+a}},[e._v(e._$s("6-"+a,"t0-0",e._s(t.lang)))]),r("u-radio",{attrs:{name:t.name,disabled:t.disabled,"active-color":"#5B53FF",_i:"7-"+a},on:{change:e.radioChange}})],1)})),0),r("view",{staticClass:e._$s(8,"sc","select_btn"),attrs:{_i:8},on:{click:e.confirmCurrency}},[e._v(e._$s(8,"t0-0",e._s(e.i18n.langSelect)))])],1)])],1)},a=[]},ef3a:function(e,t,r){var n=r("7f7a"),i=r("3fb5"),a=t;function o(e,t){this.name=e,this.body=t,this.decoders={},this.encoders={}}a.define=function(e,t){return new o(e,t)},o.prototype._createNamed=function(e){var t;try{t=r("0706").runInThisContext("(function "+this.name+"(entity) {\n this._initNamed(entity);\n})")}catch(n){t=function(e){this._initNamed(e)}}return i(t,e),t.prototype._initNamed=function(t){e.call(this,t)},new t(this)},o.prototype._getDecoder=function(e){return e=e||"der",this.decoders.hasOwnProperty(e)||(this.decoders[e]=this._createNamed(n.decoders[e])),this.decoders[e]},o.prototype.decode=function(e,t,r){return this._getDecoder(t).decode(e,r)},o.prototype._getEncoder=function(e){return e=e||"der",this.encoders.hasOwnProperty(e)||(this.encoders[e]=this._createNamed(n.encoders[e])),this.encoders[e]},o.prototype.encode=function(e,t,r){return this._getEncoder(t).encode(e,r)}},efc8:function(e,t,r){"use strict";var n;r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return e._$s(0,"i",e.show)?r("view",{staticClass:e._$s(0,"sc","u-loading"),class:e._$s(0,"c","circle"==e.mode?"u-loading-circle":"u-loading-flower"),style:e._$s(0,"s",[e.cricleStyle]),attrs:{_i:0}}):e._e()},a=[]},efd5:function(e,t,r){"use strict";(function(t){var n=r("a34a");function i(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function a(e){return function(){var t=this,r=arguments;return new Promise((function(n,a){var o=e.apply(t,r);function s(e){i(o,n,a,s,u,"next",e)}function u(e){i(o,n,a,s,u,"throw",e)}s(void 0)}))}}var o=r("f4f5"),s=r("09f4"),u=r("3a1d").errors,c=r("32f4"),l=r("d5ed").interfaceIds;function f(e){this.registry=e}f.prototype.method=function(e,t,r,n,i){return{call:this.call.bind({ensName:e,methodName:t,methodArguments:r,callback:i,parent:this,outputFormatter:n}),send:this.send.bind({ensName:e,methodName:t,methodArguments:r,callback:i,parent:this})}},f.prototype.call=function(e){var t=this,r=new o,i=this.parent.prepareArguments(this.ensName,this.methodArguments),s=this.outputFormatter||null;return this.parent.registry.getResolver(this.ensName).then(function(){var o=a(n.mark((function a(o){return n.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,t.parent.checkInterfaceSupport(o,t.methodName);case 2:t.parent.handleCall(r,o.methods[t.methodName],i,s,e);case 3:case"end":return n.stop()}}),a)})));return function(e){return o.apply(this,arguments)}}()).catch((function(t){c.isFunction(e)?e(t,null):r.reject(t)})),r.eventEmitter},f.prototype.send=function(e,t){var r=this,i=new o,s=this.parent.prepareArguments(this.ensName,this.methodArguments);return this.parent.registry.getResolver(this.ensName).then(function(){var o=a(n.mark((function a(o){return n.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,r.parent.checkInterfaceSupport(o,r.methodName);case 2:r.parent.handleSend(i,o.methods[r.methodName],s,e,t);case 3:case"end":return n.stop()}}),a)})));return function(e){return o.apply(this,arguments)}}()).catch((function(e){c.isFunction(t)?t(e,null):i.reject(e)})),i.eventEmitter},f.prototype.handleCall=function(e,t,r,n,i){return t.apply(this,r).call().then((function(t){n&&(t=n(t)),c.isFunction(i)?i(t,t):e.resolve(t)})).catch((function(t){c.isFunction(i)?i(t,null):e.reject(t)})),e},f.prototype.handleSend=function(e,t,r,n,i){return t.apply(this,r).send(n).on("sending",(function(){e.eventEmitter.emit("sending")})).on("sent",(function(){e.eventEmitter.emit("sent")})).on("transactionHash",(function(t){e.eventEmitter.emit("transactionHash",t)})).on("confirmation",(function(t,r){e.eventEmitter.emit("confirmation",t,r)})).on("receipt",(function(t){e.eventEmitter.emit("receipt",t),e.resolve(t),c.isFunction(i)&&i(t,t)})).on("error",(function(t){e.eventEmitter.emit("error",t),c.isFunction(i)?i(t,null):e.reject(t)})),e},f.prototype.prepareArguments=function(e,t){var r=s.hash(e);return t.length>0?(t.unshift(r),t):[r]},f.prototype.checkInterfaceSupport=function(){var e=a(n.mark((function e(r,i){var a;return n.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(l[i]){e.next=2;break}return e.abrupt("return");case 2:return a=!1,e.prev=3,e.next=6,r.methods.supportsInterface(l[i]).call();case 6:a=e.sent,e.next=12;break;case 9:e.prev=9,e.t0=e["catch"](3),t("warn",'Could not verify interface of resolver contract at "'+r.options.address+'". '," at node_modules/web3-eth-ens/lib/lib/ResolverMethodHandler.js:214");case 12:if(a){e.next=14;break}throw u.ResolverMethodMissingError(r.options.address,i);case 14:case"end":return e.stop()}}),e,null,[[3,9]])})));return function(t,r){return e.apply(this,arguments)}}(),e.exports=f}).call(this,r("0de9")["default"])},f031:function(e,t,r){"use strict";r.r(t);var n=r("6572"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},f032:function(e){e.exports=JSON.parse('{"name":"tangerineWhistle","comment":"Hardfork with gas cost changes for IO-heavy operations","eip":{"url":"https://eips.ethereum.org/EIPS/eip-608","status":"Final"},"gasConfig":{},"gasPrices":{"sload":{"v":200,"d":"Once per SLOAD operation"},"call":{"v":700,"d":"Once per CALL operation & message call transaction"}},"vm":{},"pow":{},"casper":{},"sharding":{}}')},f03f:function(e,t,r){"use strict";(function(t){function r(e){return parseInt(e)===e}function n(e){if(!r(e.length))return!1;for(var t=0;t255)return!1;return!0}function i(e,t){if(e.buffer&&ArrayBuffer.isView(e)&&"Uint8Array"===e.name)return t&&(e=e.slice?e.slice():Array.prototype.slice.call(e)),e;if(Array.isArray(e)){if(!n(e))throw new Error("Array contains invalid value: "+e);return new Uint8Array(e)}if(r(e.length)&&n(e))return new Uint8Array(e);throw new Error("unsupported array-like object")}function a(e){return new Uint8Array(e)}function o(e,t,r,n,i){null==n&&null==i||(e=e.slice?e.slice(n,i):Array.prototype.slice.call(e,n,i)),t.set(e,r)}var s=function(){function e(e){var t=[],r=0;e=encodeURI(e);while(r191&&n<224?(t.push(String.fromCharCode((31&n)<<6|63&e[r+1])),r+=2):(t.push(String.fromCharCode((15&n)<<12|(63&e[r+1])<<6|63&e[r+2])),r+=3)}return t.join("")}return{toBytes:e,fromBytes:t}}(),u=function(){function e(e){for(var t=[],r=0;r>4]+t[15&i])}return r.join("")}return{toBytes:e,fromBytes:r}}(),c={16:10,24:12,32:14},l=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],f=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],d=[82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125],h=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],p=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],v=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],m=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],b=[1374988112,2118214995,437757123,975658646,1001089995,530400753,2902087851,1273168787,540080725,2910219766,2295101073,4110568485,1340463100,3307916247,641025152,3043140495,3736164937,632953703,1172967064,1576976609,3274667266,2169303058,2370213795,1809054150,59727847,361929877,3211623147,2505202138,3569255213,1484005843,1239443753,2395588676,1975683434,4102977912,2572697195,666464733,3202437046,4035489047,3374361702,2110667444,1675577880,3843699074,2538681184,1649639237,2976151520,3144396420,4269907996,4178062228,1883793496,2403728665,2497604743,1383856311,2876494627,1917518562,3810496343,1716890410,3001755655,800440835,2261089178,3543599269,807962610,599762354,33778362,3977675356,2328828971,2809771154,4077384432,1315562145,1708848333,101039829,3509871135,3299278474,875451293,2733856160,92987698,2767645557,193195065,1080094634,1584504582,3178106961,1042385657,2531067453,3711829422,1306967366,2438237621,1908694277,67556463,1615861247,429456164,3602770327,2302690252,1742315127,2968011453,126454664,3877198648,2043211483,2709260871,2084704233,4169408201,0,159417987,841739592,504459436,1817866830,4245618683,260388950,1034867998,908933415,168810852,1750902305,2606453969,607530554,202008497,2472011535,3035535058,463180190,2160117071,1641816226,1517767529,470948374,3801332234,3231722213,1008918595,303765277,235474187,4069246893,766945465,337553864,1475418501,2943682380,4003061179,2743034109,4144047775,1551037884,1147550661,1543208500,2336434550,3408119516,3069049960,3102011747,3610369226,1113818384,328671808,2227573024,2236228733,3535486456,2935566865,3341394285,496906059,3702665459,226906860,2009195472,733156972,2842737049,294930682,1206477858,2835123396,2700099354,1451044056,573804783,2269728455,3644379585,2362090238,2564033334,2801107407,2776292904,3669462566,1068351396,742039012,1350078989,1784663195,1417561698,4136440770,2430122216,775550814,2193862645,2673705150,1775276924,1876241833,3475313331,3366754619,270040487,3902563182,3678124923,3441850377,1851332852,3969562369,2203032232,3868552805,2868897406,566021896,4011190502,3135740889,1248802510,3936291284,699432150,832877231,708780849,3332740144,899835584,1951317047,4236429990,3767586992,866637845,4043610186,1106041591,2144161806,395441711,1984812685,1139781709,3433712980,3835036895,2664543715,1282050075,3240894392,1181045119,2640243204,25965917,4203181171,4211818798,3009879386,2463879762,3910161971,1842759443,2597806476,933301370,1509430414,3943906441,3467192302,3076639029,3776767469,2051518780,2631065433,1441952575,404016761,1942435775,1408749034,1610459739,3745345300,2017778566,3400528769,3110650942,941896748,3265478751,371049330,3168937228,675039627,4279080257,967311729,135050206,3635733660,1683407248,2076935265,3576870512,1215061108,3501741890],g=[1347548327,1400783205,3273267108,2520393566,3409685355,4045380933,2880240216,2471224067,1428173050,4138563181,2441661558,636813900,4233094615,3620022987,2149987652,2411029155,1239331162,1730525723,2554718734,3781033664,46346101,310463728,2743944855,3328955385,3875770207,2501218972,3955191162,3667219033,768917123,3545789473,692707433,1150208456,1786102409,2029293177,1805211710,3710368113,3065962831,401639597,1724457132,3028143674,409198410,2196052529,1620529459,1164071807,3769721975,2226875310,486441376,2499348523,1483753576,428819965,2274680428,3075636216,598438867,3799141122,1474502543,711349675,129166120,53458370,2592523643,2782082824,4063242375,2988687269,3120694122,1559041666,730517276,2460449204,4042459122,2706270690,3446004468,3573941694,533804130,2328143614,2637442643,2695033685,839224033,1973745387,957055980,2856345839,106852767,1371368976,4181598602,1033297158,2933734917,1179510461,3046200461,91341917,1862534868,4284502037,605657339,2547432937,3431546947,2003294622,3182487618,2282195339,954669403,3682191598,1201765386,3917234703,3388507166,0,2198438022,1211247597,2887651696,1315723890,4227665663,1443857720,507358933,657861945,1678381017,560487590,3516619604,975451694,2970356327,261314535,3535072918,2652609425,1333838021,2724322336,1767536459,370938394,182621114,3854606378,1128014560,487725847,185469197,2918353863,3106780840,3356761769,2237133081,1286567175,3152976349,4255350624,2683765030,3160175349,3309594171,878443390,1988838185,3704300486,1756818940,1673061617,3403100636,272786309,1075025698,545572369,2105887268,4174560061,296679730,1841768865,1260232239,4091327024,3960309330,3497509347,1814803222,2578018489,4195456072,575138148,3299409036,446754879,3629546796,4011996048,3347532110,3252238545,4270639778,915985419,3483825537,681933534,651868046,2755636671,3828103837,223377554,2607439820,1649704518,3270937875,3901806776,1580087799,4118987695,3198115200,2087309459,2842678573,3016697106,1003007129,2802849917,1860738147,2077965243,164439672,4100872472,32283319,2827177882,1709610350,2125135846,136428751,3874428392,3652904859,3460984630,3572145929,3593056380,2939266226,824852259,818324884,3224740454,930369212,2801566410,2967507152,355706840,1257309336,4148292826,243256656,790073846,2373340630,1296297904,1422699085,3756299780,3818836405,457992840,3099667487,2135319889,77422314,1560382517,1945798516,788204353,1521706781,1385356242,870912086,325965383,2358957921,2050466060,2388260884,2313884476,4006521127,901210569,3990953189,1014646705,1503449823,1062597235,2031621326,3212035895,3931371469,1533017514,350174575,2256028891,2177544179,1052338372,741876788,1606591296,1914052035,213705253,2334669897,1107234197,1899603969,3725069491,2631447780,2422494913,1635502980,1893020342,1950903388,1120974935],y=[2807058932,1699970625,2764249623,1586903591,1808481195,1173430173,1487645946,59984867,4199882800,1844882806,1989249228,1277555970,3623636965,3419915562,1149249077,2744104290,1514790577,459744698,244860394,3235995134,1963115311,4027744588,2544078150,4190530515,1608975247,2627016082,2062270317,1507497298,2200818878,567498868,1764313568,3359936201,2305455554,2037970062,1047239e3,1910319033,1337376481,2904027272,2892417312,984907214,1243112415,830661914,861968209,2135253587,2011214180,2927934315,2686254721,731183368,1750626376,4246310725,1820824798,4172763771,3542330227,48394827,2404901663,2871682645,671593195,3254988725,2073724613,145085239,2280796200,2779915199,1790575107,2187128086,472615631,3029510009,4075877127,3802222185,4107101658,3201631749,1646252340,4270507174,1402811438,1436590835,3778151818,3950355702,3963161475,4020912224,2667994737,273792366,2331590177,104699613,95345982,3175501286,2377486676,1560637892,3564045318,369057872,4213447064,3919042237,1137477952,2658625497,1119727848,2340947849,1530455833,4007360968,172466556,266959938,516552836,0,2256734592,3980931627,1890328081,1917742170,4294704398,945164165,3575528878,958871085,3647212047,2787207260,1423022939,775562294,1739656202,3876557655,2530391278,2443058075,3310321856,547512796,1265195639,437656594,3121275539,719700128,3762502690,387781147,218828297,3350065803,2830708150,2848461854,428169201,122466165,3720081049,1627235199,648017665,4122762354,1002783846,2117360635,695634755,3336358691,4234721005,4049844452,3704280881,2232435299,574624663,287343814,612205898,1039717051,840019705,2708326185,793451934,821288114,1391201670,3822090177,376187827,3113855344,1224348052,1679968233,2361698556,1058709744,752375421,2431590963,1321699145,3519142200,2734591178,188127444,2177869557,3727205754,2384911031,3215212461,2648976442,2450346104,3432737375,1180849278,331544205,3102249176,4150144569,2952102595,2159976285,2474404304,766078933,313773861,2570832044,2108100632,1668212892,3145456443,2013908262,418672217,3070356634,2594734927,1852171925,3867060991,3473416636,3907448597,2614737639,919489135,164948639,2094410160,2997825956,590424639,2486224549,1723872674,3157750862,3399941250,3501252752,3625268135,2555048196,3673637356,1343127501,4130281361,3599595085,2957853679,1297403050,81781910,3051593425,2283490410,532201772,1367295589,3926170974,895287692,1953757831,1093597963,492483431,3528626907,1446242576,1192455638,1636604631,209336225,344873464,1015671571,669961897,3375740769,3857572124,2973530695,3747192018,1933530610,3464042516,935293895,3454686199,2858115069,1863638845,3683022916,4085369519,3292445032,875313188,1080017571,3279033885,621591778,1233856572,2504130317,24197544,3017672716,3835484340,3247465558,2220981195,3060847922,1551124588,1463996600],w=[4104605777,1097159550,396673818,660510266,2875968315,2638606623,4200115116,3808662347,821712160,1986918061,3430322568,38544885,3856137295,718002117,893681702,1654886325,2975484382,3122358053,3926825029,4274053469,796197571,1290801793,1184342925,3556361835,2405426947,2459735317,1836772287,1381620373,3196267988,1948373848,3764988233,3385345166,3263785589,2390325492,1480485785,3111247143,3780097726,2293045232,548169417,3459953789,3746175075,439452389,1362321559,1400849762,1685577905,1806599355,2174754046,137073913,1214797936,1174215055,3731654548,2079897426,1943217067,1258480242,529487843,1437280870,3945269170,3049390895,3313212038,923313619,679998e3,3215307299,57326082,377642221,3474729866,2041877159,133361907,1776460110,3673476453,96392454,878845905,2801699524,777231668,4082475170,2330014213,4142626212,2213296395,1626319424,1906247262,1846563261,562755902,3708173718,1040559837,3871163981,1418573201,3294430577,114585348,1343618912,2566595609,3186202582,1078185097,3651041127,3896688048,2307622919,425408743,3371096953,2081048481,1108339068,2216610296,0,2156299017,736970802,292596766,1517440620,251657213,2235061775,2933202493,758720310,265905162,1554391400,1532285339,908999204,174567692,1474760595,4002861748,2610011675,3234156416,3693126241,2001430874,303699484,2478443234,2687165888,585122620,454499602,151849742,2345119218,3064510765,514443284,4044981591,1963412655,2581445614,2137062819,19308535,1928707164,1715193156,4219352155,1126790795,600235211,3992742070,3841024952,836553431,1669664834,2535604243,3323011204,1243905413,3141400786,4180808110,698445255,2653899549,2989552604,2253581325,3252932727,3004591147,1891211689,2487810577,3915653703,4237083816,4030667424,2100090966,865136418,1229899655,953270745,3399679628,3557504664,4118925222,2061379749,3079546586,2915017791,983426092,2022837584,1607244650,2118541908,2366882550,3635996816,972512814,3283088770,1568718495,3499326569,3576539503,621982671,2895723464,410887952,2623762152,1002142683,645401037,1494807662,2595684844,1335535747,2507040230,4293295786,3167684641,367585007,3885750714,1865862730,2668221674,2960971305,2763173681,1059270954,2777952454,2724642869,1320957812,2194319100,2429595872,2815956275,77089521,3973773121,3444575871,2448830231,1305906550,4021308739,2857194700,2516901860,3518358430,1787304780,740276417,1699839814,1592394909,2352307457,2272556026,188821243,1729977011,3687994002,274084841,3594982253,3613494426,2701949495,4162096729,322734571,2837966542,1640576439,484830689,1202797690,3537852828,4067639125,349075736,3342319475,4157467219,4255800159,1030690015,1155237496,2951971274,1757691577,607398968,2738905026,499347990,3794078908,1011452712,227885567,2818666809,213114376,3034881240,1455525988,3414450555,850817237,1817998408,3092726480],_=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],k=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],x=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],S=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];function A(e){for(var t=[],r=0;r>2,this._Ke[r][t%4]=a[t],this._Kd[e-r][t%4]=a[t];var o,s=0,u=i;while(u>16&255]<<24^f[o>>8&255]<<16^f[255&o]<<8^f[o>>24&255]^l[s]<<24,s+=1,8!=i)for(t=1;t>8&255]<<8^f[o>>16&255]<<16^f[o>>24&255]<<24;for(t=i/2+1;t>2,h=u%4,this._Ke[d][h]=a[t],this._Kd[e-d][h]=a[t++],u++}for(var d=1;d>24&255]^k[o>>16&255]^x[o>>8&255]^S[255&o]},E.prototype.encrypt=function(e){if(16!=e.length)throw new Error("invalid plaintext size (must be 16 bytes)");for(var t=this._Ke.length-1,r=[0,0,0,0],n=A(e),i=0;i<4;i++)n[i]^=this._Ke[0][i];for(var o=1;o>24&255]^p[n[(i+1)%4]>>16&255]^v[n[(i+2)%4]>>8&255]^m[255&n[(i+3)%4]]^this._Ke[o][i];n=r.slice()}var s,u=a(16);for(i=0;i<4;i++)s=this._Ke[t][i],u[4*i]=255&(f[n[i]>>24&255]^s>>24),u[4*i+1]=255&(f[n[(i+1)%4]>>16&255]^s>>16),u[4*i+2]=255&(f[n[(i+2)%4]>>8&255]^s>>8),u[4*i+3]=255&(f[255&n[(i+3)%4]]^s);return u},E.prototype.decrypt=function(e){if(16!=e.length)throw new Error("invalid ciphertext size (must be 16 bytes)");for(var t=this._Kd.length-1,r=[0,0,0,0],n=A(e),i=0;i<4;i++)n[i]^=this._Kd[0][i];for(var o=1;o>24&255]^g[n[(i+3)%4]>>16&255]^y[n[(i+2)%4]>>8&255]^w[255&n[(i+1)%4]]^this._Kd[o][i];n=r.slice()}var s,u=a(16);for(i=0;i<4;i++)s=this._Kd[t][i],u[4*i]=255&(d[n[i]>>24&255]^s>>24),u[4*i+1]=255&(d[n[(i+3)%4]>>16&255]^s>>16),u[4*i+2]=255&(d[n[(i+2)%4]>>8&255]^s>>8),u[4*i+3]=255&(d[255&n[(i+1)%4]]^s);return u};var C=function e(t){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");this.description="Electronic Code Block",this.name="ecb",this._aes=new E(t)};C.prototype.encrypt=function(e){if(e=i(e),e.length%16!==0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var t=a(e.length),r=a(16),n=0;n=0;--t)this._counter[t]=e%256,e>>=8},I.prototype.setBytes=function(e){if(e=i(e,!0),16!=e.length)throw new Error("invalid counter bytes size (must be 16 bytes)");this._counter=e},I.prototype.increment=function(){for(var e=15;e>=0;e--){if(255!==this._counter[e]){this._counter[e]++;break}this._counter[e]=0}};var j=function e(t,r){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");this.description="Counter",this.name="ctr",r instanceof I||(r=new I(r)),this._counter=r,this._remainingCounter=null,this._remainingCounterIndex=16,this._aes=new E(t)};function B(e){e=i(e,!0);var t=16-e.length%16,r=a(e.length+t);o(e,r);for(var n=e.length;n16)throw new Error("PKCS#7 padding byte out of range");for(var r=e.length-t,n=0;n0)for(u in s=o.data.data[0],e("log",s,11111," at utils/BtcUtil.js:17"),s)a=s[u];t.next=10;break;case 8:t.prev=8,t.t0=t["catch"](1);case 10:return t.abrupt("return",a);case 11:case"end":return t.stop()}}),t,null,[[1,8]])})));function r(e,r){return t.apply(this,arguments)}return r}(),btcToSatoshi:function(e){return Math.ceil(1e8*e)},sendTransaction:function(){var t=s(n.default.mark((function t(r,a,o,s){var c,l,f,d,h,p,v,m,b,g,y,w,_,k,x;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,fetch(i.default.constant.btcUtxo+r);case 2:return c=t.sent,t.next=5,c.json();case 5:l=t.sent,f=l.data.txs,d=[],h=o,p=0,v=0;case 11:if(!(vh)){t.next=16;break}return t.abrupt("break",20);case 16:h-=f[v].value;case 17:v++,t.next=11;break;case 20:if(!(p<=o)){t.next=22;break}throw new Error("Insufficient balance");case 22:for(e("log",p,o," at utils/BtcUtil.js:50"),m=this.btcToSatoshi(1e-4),p=this.btcToSatoshi(p),o=this.btcToSatoshi(o),b=p-m-o,g=new u.ECPair.fromWIF(s,i.default.constant.btcNetwork),y=new u.TransactionBuilder(i.default.constant.btcNetwork),w=0;we.length)&&(t=e.length);for(var r=0,n=new Array(t);r1)){e=e.substring(1);var r=t[0];try{null==i[e]&&(0,l.defineReadOnly)(i,e,i[r])}catch(n){}null==i.functions[e]&&(0,l.defineReadOnly)(i.functions,e,i.functions[r]),null==i.callStatic[e]&&(0,l.defineReadOnly)(i.callStatic,e,i.callStatic[r]),null==i.populateTransaction[e]&&(0,l.defineReadOnly)(i.populateTransaction,e,i.populateTransaction[r]),null==i.estimateGas[e]&&(0,l.defineReadOnly)(i.estimateGas,e,i.estimateGas[r])}}))}return j(e,[{key:"deployed",value:function(){return this._deployed()}},{key:"_deployed",value:function(e){var t=this;return this._deployedPromise||(this.deployTransaction?this._deployedPromise=this.deployTransaction.wait().then((function(){return t})):this._deployedPromise=this.provider.getCode(this.address,e).then((function(e){return"0x"===e&&N.throwError("contract not deployed",d.Logger.errors.UNSUPPORTED_OPERATION,{contractAddress:t.address,operation:"getDeployed"}),t}))),this._deployedPromise}},{key:"fallback",value:function(e){var t=this;this.signer||N.throwError("sending a transactions require a signer",d.Logger.errors.UNSUPPORTED_OPERATION,{operation:"sendTransaction(fallback)"});var r=(0,l.shallowCopy)(e||{});return["from","to"].forEach((function(e){null!=r[e]&&N.throwError("cannot override "+e,d.Logger.errors.UNSUPPORTED_OPERATION,{operation:e})})),r.to=this.resolvedAddress,this.deployed().then((function(){return t.signer.sendTransaction(r)}))}},{key:"connect",value:function(e){"string"===typeof e&&(e=new o.VoidSigner(e,this.provider));var t=new this.constructor(this.address,this.interface,e);return this.deployTransaction&&(0,l.defineReadOnly)(t,"deployTransaction",this.deployTransaction),t}},{key:"attach",value:function(e){return new this.constructor(e,this.interface,this.signer||this.provider)}},{key:"_normalizeRunningEvent",value:function(e){return this._runningEvents[e.tag]?this._runningEvents[e.tag]:e}},{key:"_getRunningEvent",value:function(e){if("string"===typeof e){if("error"===e)return this._normalizeRunningEvent(new V);if("event"===e)return this._normalizeRunningEvent(new K("event",null));if("*"===e)return this._normalizeRunningEvent(new X(this.address,this.interface));var t=this.interface.getEvent(e);return this._normalizeRunningEvent(new G(this.address,this.interface,t))}if(e.topics&&e.topics.length>0){try{var r=e.topics[0];if("string"!==typeof r)throw new Error("invalid topic");var n=this.interface.getEvent(r);return this._normalizeRunningEvent(new G(this.address,this.interface,n,e.topics))}catch(a){}var i={address:this.address,topics:e.topics};return this._normalizeRunningEvent(new K(W(i),i))}return this._normalizeRunningEvent(new X(this.address,this.interface))}},{key:"_checkRunningEvents",value:function(e){if(0===e.listenerCount()){delete this._runningEvents[e.tag];var t=this._wrappedEmits[e.tag];t&&e.filter&&(this.provider.off(e.filter,t),delete this._wrappedEmits[e.tag])}}},{key:"_wrapEvent",value:function(e,t,r){var n=this,i=(0,l.deepCopy)(t);return i.removeListener=function(){r&&(e.removeListener(r),n._checkRunningEvents(e))},i.getBlock=function(){return n.provider.getBlock(t.blockHash)},i.getTransaction=function(){return n.provider.getTransaction(t.transactionHash)},i.getTransactionReceipt=function(){return n.provider.getTransactionReceipt(t.transactionHash)},e.prepareEvent(i),i}},{key:"_addEventListener",value:function(e,t,r){var n=this;if(this.provider||N.throwError("events require a provider or a signer with a provider",d.Logger.errors.UNSUPPORTED_OPERATION,{operation:"once"}),e.addListener(t,r),this._runningEvents[e.tag]=e,!this._wrappedEmits[e.tag]){var i=function(r){var i=n._wrapEvent(e,r,t);if(null==i.decodeError)try{var a=e.getEmit(i);n.emit.apply(n,[e.filter].concat(v(a)))}catch(o){i.decodeError=o.error}null!=e.filter&&n.emit("event",i),null!=i.decodeError&&n.emit("error",i.decodeError,i)};this._wrappedEmits[e.tag]=i,null!=e.filter&&this.provider.on(e.filter,i)}}},{key:"queryFilter",value:function(e,t,r){var n=this,i=this._getRunningEvent(e),a=(0,l.shallowCopy)(i.filter);return"string"===typeof t&&(0,c.isHexString)(t,32)?(null!=r&&N.throwArgumentError("cannot specify toBlock with blockhash","toBlock",r),a.blockHash=t):(a.fromBlock=null!=t?t:0,a.toBlock=null!=r?r:"latest"),this.provider.getLogs(a).then((function(e){return e.map((function(e){return n._wrapEvent(i,e,null)}))}))}},{key:"on",value:function(e,t){return this._addEventListener(this._getRunningEvent(e),t,!1),this}},{key:"once",value:function(e,t){return this._addEventListener(this._getRunningEvent(e),t,!0),this}},{key:"emit",value:function(e){if(!this.provider)return!1;for(var t=this._getRunningEvent(e),r=arguments.length,n=new Array(r>1?r-1:0),i=1;i0;return this._checkRunningEvents(t),a}},{key:"listenerCount",value:function(e){var t=this;return this.provider?null==e?Object.keys(this._runningEvents).reduce((function(e,r){return e+t._runningEvents[r].listenerCount()}),0):this._getRunningEvent(e).listenerCount():0}},{key:"listeners",value:function(e){var t=this;if(!this.provider)return[];if(null==e){var r=function(){var e=[];for(var r in t._runningEvents)t._runningEvents[r].listeners().forEach((function(t){e.push(t)}));return{v:e}}();if("object"===typeof r)return r.v}return this._getRunningEvent(e).listeners()}},{key:"removeAllListeners",value:function(e){if(!this.provider)return this;if(null==e){for(var t in this._runningEvents){var r=this._runningEvents[t];r.removeAllListeners(),this._checkRunningEvents(r)}return this}var n=this._getRunningEvent(e);return n.removeAllListeners(),this._checkRunningEvents(n),this}},{key:"off",value:function(e,t){if(!this.provider)return this;var r=this._getRunningEvent(e);return r.removeListener(t),this._checkRunningEvents(r),this}},{key:"removeListener",value:function(e,t){return this.off(e,t)}}],[{key:"getContractAddress",value:function(e){return(0,s.getContractAddress)(e)}},{key:"getInterface",value:function(e){return i.Interface.isInterface(e)?e:new i.Interface(e)}},{key:"isIndexed",value:function(e){return i.Indexed.isIndexed(e)}}]),e}();t.BaseContract=J;var Y=function(e){x(r,e);var t=A(r);function r(){return O(this,r),t.apply(this,arguments)}return r}(J);t.Contract=Y;var Z=function(){function e(t,r,n){O(this,e);var i=null;i="string"===typeof r?r:(0,c.isBytes)(r)?(0,c.hexlify)(r):r&&"string"===typeof r.object?r.object:"!","0x"!==i.substring(0,2)&&(i="0x"+i),(!(0,c.isHexString)(i)||i.length%2)&&N.throwArgumentError("invalid bytecode","bytecode",r),n&&!o.Signer.isSigner(n)&&N.throwArgumentError("invalid signer","signer",n),(0,l.defineReadOnly)(this,"bytecode",i),(0,l.defineReadOnly)(this,"interface",(0,l.getStatic)(this instanceof e?this.constructor:void 0,"getInterface")(t)),(0,l.defineReadOnly)(this,"signer",n||null)}return j(e,[{key:"getDeployTransaction",value:function(){for(var e={},t=arguments.length,r=new Array(t),n=0;n>5,outputBlocks:e>>5,s:function(e){return[].concat(e,e,e,e,e)}([0,0,0,0,0,0,0,0,0,0])}},s=function(e,t){var a,o=t.length,s=e.blocks,c=e.blockCount<<2,l=e.blockCount,f=e.outputBlocks,d=e.s,h=0;while(h>2]|=t[h]<>2]|=a<>2]|=(192|a>>6)<>2]|=(128|63&a)<=57344?(s[m>>2]|=(224|a>>12)<>2]|=(128|a>>6&63)<>2]|=(128|63&a)<>2]|=(240|a>>18)<>2]|=(128|a>>12&63)<>2]|=(128|a>>6&63)<>2]|=(128|63&a)<=c){for(e.start=m-c,e.block=s[l],m=0;m>2]|=n[3&m],e.lastByteIndex===c)for(s[0]=s[l],m=1;m>4&15]+r[15&p]+r[p>>12&15]+r[p>>8&15]+r[p>>20&15]+r[p>>16&15]+r[p>>28&15]+r[p>>24&15];b%l===0&&(u(d),m=0)}return"0x"+v},u=function(e){var t,r,n,i,o,s,u,c,l,f,d,h,p,v,m,b,g,y,w,_,k,x,S,A,E,C,P,T,O,I,j,B,N,R,$,M,U,F,L,D,z,H,q,W,K,V,G,X,J,Y,Z,Q,ee,te,re,ne,ie,ae,oe,se,ue,ce,le;for(n=0;n<48;n+=2)i=e[0]^e[10]^e[20]^e[30]^e[40],o=e[1]^e[11]^e[21]^e[31]^e[41],s=e[2]^e[12]^e[22]^e[32]^e[42],u=e[3]^e[13]^e[23]^e[33]^e[43],c=e[4]^e[14]^e[24]^e[34]^e[44],l=e[5]^e[15]^e[25]^e[35]^e[45],f=e[6]^e[16]^e[26]^e[36]^e[46],d=e[7]^e[17]^e[27]^e[37]^e[47],h=e[8]^e[18]^e[28]^e[38]^e[48],p=e[9]^e[19]^e[29]^e[39]^e[49],t=h^(s<<1|u>>>31),r=p^(u<<1|s>>>31),e[0]^=t,e[1]^=r,e[10]^=t,e[11]^=r,e[20]^=t,e[21]^=r,e[30]^=t,e[31]^=r,e[40]^=t,e[41]^=r,t=i^(c<<1|l>>>31),r=o^(l<<1|c>>>31),e[2]^=t,e[3]^=r,e[12]^=t,e[13]^=r,e[22]^=t,e[23]^=r,e[32]^=t,e[33]^=r,e[42]^=t,e[43]^=r,t=s^(f<<1|d>>>31),r=u^(d<<1|f>>>31),e[4]^=t,e[5]^=r,e[14]^=t,e[15]^=r,e[24]^=t,e[25]^=r,e[34]^=t,e[35]^=r,e[44]^=t,e[45]^=r,t=c^(h<<1|p>>>31),r=l^(p<<1|h>>>31),e[6]^=t,e[7]^=r,e[16]^=t,e[17]^=r,e[26]^=t,e[27]^=r,e[36]^=t,e[37]^=r,e[46]^=t,e[47]^=r,t=f^(i<<1|o>>>31),r=d^(o<<1|i>>>31),e[8]^=t,e[9]^=r,e[18]^=t,e[19]^=r,e[28]^=t,e[29]^=r,e[38]^=t,e[39]^=r,e[48]^=t,e[49]^=r,v=e[0],m=e[1],V=e[11]<<4|e[10]>>>28,G=e[10]<<4|e[11]>>>28,T=e[20]<<3|e[21]>>>29,O=e[21]<<3|e[20]>>>29,se=e[31]<<9|e[30]>>>23,ue=e[30]<<9|e[31]>>>23,H=e[40]<<18|e[41]>>>14,q=e[41]<<18|e[40]>>>14,R=e[2]<<1|e[3]>>>31,$=e[3]<<1|e[2]>>>31,b=e[13]<<12|e[12]>>>20,g=e[12]<<12|e[13]>>>20,X=e[22]<<10|e[23]>>>22,J=e[23]<<10|e[22]>>>22,I=e[33]<<13|e[32]>>>19,j=e[32]<<13|e[33]>>>19,ce=e[42]<<2|e[43]>>>30,le=e[43]<<2|e[42]>>>30,te=e[5]<<30|e[4]>>>2,re=e[4]<<30|e[5]>>>2,M=e[14]<<6|e[15]>>>26,U=e[15]<<6|e[14]>>>26,y=e[25]<<11|e[24]>>>21,w=e[24]<<11|e[25]>>>21,Y=e[34]<<15|e[35]>>>17,Z=e[35]<<15|e[34]>>>17,B=e[45]<<29|e[44]>>>3,N=e[44]<<29|e[45]>>>3,A=e[6]<<28|e[7]>>>4,E=e[7]<<28|e[6]>>>4,ne=e[17]<<23|e[16]>>>9,ie=e[16]<<23|e[17]>>>9,F=e[26]<<25|e[27]>>>7,L=e[27]<<25|e[26]>>>7,_=e[36]<<21|e[37]>>>11,k=e[37]<<21|e[36]>>>11,Q=e[47]<<24|e[46]>>>8,ee=e[46]<<24|e[47]>>>8,W=e[8]<<27|e[9]>>>5,K=e[9]<<27|e[8]>>>5,C=e[18]<<20|e[19]>>>12,P=e[19]<<20|e[18]>>>12,ae=e[29]<<7|e[28]>>>25,oe=e[28]<<7|e[29]>>>25,D=e[38]<<8|e[39]>>>24,z=e[39]<<8|e[38]>>>24,x=e[48]<<14|e[49]>>>18,S=e[49]<<14|e[48]>>>18,e[0]=v^~b&y,e[1]=m^~g&w,e[10]=A^~C&T,e[11]=E^~P&O,e[20]=R^~M&F,e[21]=$^~U&L,e[30]=W^~V&X,e[31]=K^~G&J,e[40]=te^~ne&ae,e[41]=re^~ie&oe,e[2]=b^~y&_,e[3]=g^~w&k,e[12]=C^~T&I,e[13]=P^~O&j,e[22]=M^~F&D,e[23]=U^~L&z,e[32]=V^~X&Y,e[33]=G^~J&Z,e[42]=ne^~ae&se,e[43]=ie^~oe&ue,e[4]=y^~_&x,e[5]=w^~k&S,e[14]=T^~I&B,e[15]=O^~j&N,e[24]=F^~D&H,e[25]=L^~z&q,e[34]=X^~Y&Q,e[35]=J^~Z&ee,e[44]=ae^~se&ce,e[45]=oe^~ue&le,e[6]=_^~x&v,e[7]=k^~S&m,e[16]=I^~B&A,e[17]=j^~N&E,e[26]=D^~H&R,e[27]=z^~q&$,e[36]=Y^~Q&W,e[37]=Z^~ee&K,e[46]=se^~ce&te,e[47]=ue^~le&re,e[8]=x^~v&b,e[9]=S^~m&g,e[18]=B^~A&C,e[19]=N^~E&P,e[28]=H^~R&M,e[29]=q^~$&U,e[38]=Q^~W&V,e[39]=ee^~K&G,e[48]=ce^~te&ne,e[49]=le^~re&ie,e[0]^=a[n],e[1]^=a[n+1]},c=function(e){return function(t){var r;if("0x"===t.slice(0,2)){r=[];for(var n=2,i=t.length;n0&&void 0!==arguments[0]?arguments[0]:"success",t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");var r="";switch(e){case"primary":r="info-circle";break;case"info":r="info-circle";break;case"error":r="close-circle";break;case"warning":r="error-circle";break;case"success":r="checkmark-circle";break;default:r="checkmark-circle"}return t&&(r+="-fill"),r}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n;t.default=i},f351:function(e,t,r){"use strict";r.r(t);var n=r("a2c2"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},f363:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getAddress=g,t.isAddress=y,t.getIcapAddress=w,t.getContractAddress=_,t.getCreate2Address=k;var n=r("2abd"),i=r("d448"),a=r("06f6"),o=r("3926"),s=r("fa24"),u=r("786c"),c=new s.Logger(u.version);function l(e){(0,n.isHexString)(e,20)||c.throwArgumentError("invalid address","address",e),e=e.toLowerCase();for(var t=e.substring(2).split(""),r=new Uint8Array(40),i=0;i<40;i++)r[i]=t[i].charCodeAt(0);for(var o=(0,n.arrayify)((0,a.keccak256)(r)),s=0;s<40;s+=2)o[s>>1]>>4>=8&&(t[s]=t[s].toUpperCase()),(15&o[s>>1])>=8&&(t[s+1]=t[s+1].toUpperCase());return"0x"+t.join("")}var f=9007199254740991;function d(e){return Math.log10?Math.log10(e):Math.log(e)/Math.LN10}for(var h={},p=0;p<10;p++)h[String(p)]=String(p);for(var v=0;v<26;v++)h[String.fromCharCode(65+v)]=String(10+v);var m=Math.floor(d(f));function b(e){e=e.toUpperCase(),e=e.substring(4)+e.substring(0,2)+"00";var t=e.split("").map((function(e){return h[e]})).join("");while(t.length>=m){var r=t.substring(0,m);t=parseInt(r,10)%97+t.substring(r.length)}var n=String(98-parseInt(t,10)%97);while(n.length<2)n="0"+n;return n}function g(e){var t=null;if("string"!==typeof e&&c.throwArgumentError("invalid address","address",e),e.match(/^(0x)?[0-9a-fA-F]{40}$/))"0x"!==e.substring(0,2)&&(e="0x"+e),t=l(e),e.match(/([A-F].*[a-f])|([a-f].*[A-F])/)&&t!==e&&c.throwArgumentError("bad address checksum","address",e);else if(e.match(/^XE[0-9]{2}[0-9A-Za-z]{30,31}$/)){e.substring(2,4)!==b(e)&&c.throwArgumentError("bad icap checksum","address",e),t=(0,i._base36To16)(e.substring(4));while(t.length<40)t="0"+t;t=l("0x"+t)}else c.throwArgumentError("invalid address","address",e);return t}function y(e){try{return g(e),!0}catch(t){}return!1}function w(e){var t=(0,i._base16To36)(g(e).substring(2)).toUpperCase();while(t.length<30)t="0"+t;return"XE"+b("XE00"+t)+t}function _(e){var t=null;try{t=g(e.from)}catch(s){c.throwArgumentError("missing from address","transaction",e)}var r=(0,n.stripZeros)((0,n.arrayify)(i.BigNumber.from(e.nonce).toHexString()));return g((0,n.hexDataSlice)((0,a.keccak256)((0,o.encode)([t,r])),12))}function k(e,t,r){return 32!==(0,n.hexDataLength)(t)&&c.throwArgumentError("salt must be 32 bytes","salt",t),32!==(0,n.hexDataLength)(r)&&c.throwArgumentError("initCodeHash must be 32 bytes","initCodeHash",r),g((0,n.hexDataSlice)((0,a.keccak256)((0,n.concat)(["0xff",g(e),t,r])),12))}},f37c:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"u-modal",props:{value:{type:Boolean,default:!1},zIndex:{type:[Number,String],default:""},title:{type:[String],default:"\u63d0\u793a"},width:{type:[Number,String],default:600},content:{type:String,default:"\u5185\u5bb9"},showTitle:{type:Boolean,default:!0},showConfirmButton:{type:Boolean,default:!0},showCancelButton:{type:Boolean,default:!1},confirmText:{type:String,default:"\u786e\u8ba4"},cancelText:{type:String,default:"\u53d6\u6d88"},confirmColor:{type:String,default:"#2979ff"},cancelColor:{type:String,default:"#606266"},borderRadius:{type:[Number,String],default:16},titleStyle:{type:Object,default:function(){return{}}},contentStyle:{type:Object,default:function(){return{}}},cancelStyle:{type:Object,default:function(){return{}}},confirmStyle:{type:Object,default:function(){return{}}},zoom:{type:Boolean,default:!0},asyncClose:{type:Boolean,default:!1},maskCloseAble:{type:Boolean,default:!1},negativeTop:{type:[String,Number],default:0}},data:function(){return{loading:!1}},computed:{cancelBtnStyle:function(){return Object.assign({color:this.cancelColor},this.cancelStyle)},confirmBtnStyle:function(){return Object.assign({color:this.confirmColor},this.confirmStyle)},uZIndex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.popup}},watch:{value:function(e){!0===e&&(this.loading=!1)}},methods:{confirm:function(){this.asyncClose?this.loading=!0:this.$emit("input",!1),this.$emit("confirm")},cancel:function(){var e=this;this.$emit("cancel"),this.$emit("input",!1),setTimeout((function(){e.loading=!1}),300)},popupClose:function(){this.$emit("input",!1)},clearLoading:function(){this.loading=!1}}};t.default=n},f3a3:function(e,t,r){"use strict";var n=t,i=r("399f"),a=r("da3e"),o=r("7658");function s(e,t,r){var n=new Array(Math.max(e.bitLength(),r)+1);n.fill(0);for(var i=1<(i>>1)-1?(i>>1)-u:u,a.isubn(s)):s=0,n[o]=s,a.iushrn(1)}return n}function u(e,t){var r=[[],[]];e=e.clone(),t=t.clone();var n=0,i=0;while(e.cmpn(-n)>0||t.cmpn(-i)>0){var a,o,s=e.andln(3)+n&3,u=t.andln(3)+i&3;if(3===s&&(s=-1),3===u&&(u=-1),0===(1&s))a=0;else{var c=e.andln(7)+n&7;a=3!==c&&5!==c||2!==u?s:-s}if(r[0].push(a),0===(1&u))o=0;else{c=t.andln(7)+i&7;o=3!==c&&5!==c||2!==s?u:-u}r[1].push(o),2*n===a+1&&(n=1-n),2*i===o+1&&(i=1-i),e.iushrn(1),t.iushrn(1)}return r}function c(e,t,r){var n="_"+t;e.prototype[t]=function(){return void 0!==this[n]?this[n]:this[n]=r.call(this)}}function l(e){return"string"===typeof e?n.toArray(e,"hex"):e}function f(e){return new i(e,"hex","le")}n.assert=a,n.toArray=o.toArray,n.zero2=o.zero2,n.toHex=o.toHex,n.encode=o.encode,n.getNAF=s,n.getJSF=u,n.cachedProperty=c,n.parseBytes=l,n.intFromLE=f},f42a:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.chains=void 0,t.chains={names:{1:"mainnet",3:"ropsten",4:"rinkeby",42:"kovan",5:"goerli"},mainnet:r("f16a"),ropsten:r("5702"),rinkeby:r("f4f3"),kovan:r("ab76"),goerli:r("73a4")}},f43a:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decryptSync=M,t.decrypt=U,t.encrypt=F,t.KeystoreAccount=void 0;var n=b(r("a34a")),i=b(r("f03f")),a=b(r("74c7")),o=r("f363"),s=r("2abd"),u=r("8577"),c=r("06f6"),l=r("5bbc"),f=r("c032"),d=r("d8c6"),h=r("78f0"),p=r("a12e"),v=r("fa24"),m=r("00f4");function b(e){return e&&e.__esModule?e:{default:e}}function g(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function y(e,t){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e=(0,n.default)(e),"object"!==typeof e||"object"!==typeof t)return!1;for(var r in t)t.hasOwnProperty(r)&&(r in e?"object"!==typeof e[r]||"object"!==typeof t[r]?e[r]=t[r]:e[r].concat&&t[r].concat?e[r]=e[r].concat(t[r]):e[r]=a(e[r],t[r]):e[r]=t[r]);return e}var o=a;t.default=o},f513:function(e,t,r){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var r=0;r>>32-t}function c(e,t,r,n,i,a,o){return u(e+(t&r|~t&n)+i+a|0,o)+t|0}function l(e,t,r,n,i,a,o){return u(e+(t&n|r&~n)+i+a|0,o)+t|0}function f(e,t,r,n,i,a,o){return u(e+(t^r^n)+i+a|0,o)+t|0}function d(e,t,r,n,i,a,o){return u(e+(r^(t|~n))+i+a|0,o)+t|0}n(s,i),s.prototype._update=function(){for(var e=o,t=0;t<16;++t)e[t]=this._block.readInt32LE(4*t);var r=this._a,n=this._b,i=this._c,a=this._d;r=c(r,n,i,a,e[0],3614090360,7),a=c(a,r,n,i,e[1],3905402710,12),i=c(i,a,r,n,e[2],606105819,17),n=c(n,i,a,r,e[3],3250441966,22),r=c(r,n,i,a,e[4],4118548399,7),a=c(a,r,n,i,e[5],1200080426,12),i=c(i,a,r,n,e[6],2821735955,17),n=c(n,i,a,r,e[7],4249261313,22),r=c(r,n,i,a,e[8],1770035416,7),a=c(a,r,n,i,e[9],2336552879,12),i=c(i,a,r,n,e[10],4294925233,17),n=c(n,i,a,r,e[11],2304563134,22),r=c(r,n,i,a,e[12],1804603682,7),a=c(a,r,n,i,e[13],4254626195,12),i=c(i,a,r,n,e[14],2792965006,17),n=c(n,i,a,r,e[15],1236535329,22),r=l(r,n,i,a,e[1],4129170786,5),a=l(a,r,n,i,e[6],3225465664,9),i=l(i,a,r,n,e[11],643717713,14),n=l(n,i,a,r,e[0],3921069994,20),r=l(r,n,i,a,e[5],3593408605,5),a=l(a,r,n,i,e[10],38016083,9),i=l(i,a,r,n,e[15],3634488961,14),n=l(n,i,a,r,e[4],3889429448,20),r=l(r,n,i,a,e[9],568446438,5),a=l(a,r,n,i,e[14],3275163606,9),i=l(i,a,r,n,e[3],4107603335,14),n=l(n,i,a,r,e[8],1163531501,20),r=l(r,n,i,a,e[13],2850285829,5),a=l(a,r,n,i,e[2],4243563512,9),i=l(i,a,r,n,e[7],1735328473,14),n=l(n,i,a,r,e[12],2368359562,20),r=f(r,n,i,a,e[5],4294588738,4),a=f(a,r,n,i,e[8],2272392833,11),i=f(i,a,r,n,e[11],1839030562,16),n=f(n,i,a,r,e[14],4259657740,23),r=f(r,n,i,a,e[1],2763975236,4),a=f(a,r,n,i,e[4],1272893353,11),i=f(i,a,r,n,e[7],4139469664,16),n=f(n,i,a,r,e[10],3200236656,23),r=f(r,n,i,a,e[13],681279174,4),a=f(a,r,n,i,e[0],3936430074,11),i=f(i,a,r,n,e[3],3572445317,16),n=f(n,i,a,r,e[6],76029189,23),r=f(r,n,i,a,e[9],3654602809,4),a=f(a,r,n,i,e[12],3873151461,11),i=f(i,a,r,n,e[15],530742520,16),n=f(n,i,a,r,e[2],3299628645,23),r=d(r,n,i,a,e[0],4096336452,6),a=d(a,r,n,i,e[7],1126891415,10),i=d(i,a,r,n,e[14],2878612391,15),n=d(n,i,a,r,e[5],4237533241,21),r=d(r,n,i,a,e[12],1700485571,6),a=d(a,r,n,i,e[3],2399980690,10),i=d(i,a,r,n,e[10],4293915773,15),n=d(n,i,a,r,e[1],2240044497,21),r=d(r,n,i,a,e[8],1873313359,6),a=d(a,r,n,i,e[15],4264355552,10),i=d(i,a,r,n,e[6],2734768916,15),n=d(n,i,a,r,e[13],1309151649,21),r=d(r,n,i,a,e[4],4149444226,6),a=d(a,r,n,i,e[11],3174756917,10),i=d(i,a,r,n,e[2],718787259,15),n=d(n,i,a,r,e[9],3951481745,21),this._a=this._a+r|0,this._b=this._b+n|0,this._c=this._c+i|0,this._d=this._d+a|0},s.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=a.allocUnsafe(16);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e},e.exports=s},f5e2:function(e,t,r){"use strict";r.r(t);var n=r("f37c"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},f60a:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r("a34a"));i(r("9493")),i(r("128f"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t,r,n,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void r(c)}s.done?t(u):Promise.resolve(u).then(n,i)}function o(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function s(e){a(o,n,i,s,u,"next",e)}function u(e){a(o,n,i,s,u,"throw",e)}s(void 0)}))}}var s={data:function(){return{address:"",collectinInfo:[],ethInfo:{},showbottom:!1,test:{},testindex:0}},onLoad:function(){this.ethInfo=uni.getStorageSync("walletInfo").ETH,e("log",this.ethInfo,444," at pages/menu/collection/index.vue:88"),uni.getStorageSync("wallet")?this.address=uni.getStorageSync("wallet").address:this.address=uni.getStorageSync("walletInfo").BTC[0].address,this.getCollection()},computed:{i18n:function(){return this.$t("index")}},onPullDownRefresh:function(){e("log","refresh"," at pages/menu/collection/index.vue:106"),this.getCollection(),setTimeout((function(){uni.stopPullDownRefresh()}),500)},methods:{showMsg:function(e,t){this.test=e,this.testindex=t,"ETH"==uni.getStorageSync("wallet").type?(this.showbottom=!1,this.goDetail()):this.showbottom=!0},getCollection:function(){var e=this;return o(n.default.mark((function t(){var r,i;return n.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return r={address:e.address},t.next=3,e.$api.getNftProjectList(r);case 3:i=t.sent,e.collectinInfo=i.data;case 5:case"end":return t.stop()}}),t)})))()},goDetail2:function(t,r){uni.setStorageSync("proid",this.test.id),uni.setStorageSync("wallet",t),uni.setStorageSync("walleti",t.address),e("log",t,444," at pages/menu/collection/index.vue:137"),uni.setStorageSync("nftIndex",this.testindex);var n=JSON.stringify(this.test);uni.setStorageSync("nftitem",this.test),uni.navigateTo({url:"./collectionDetail/index?type="+n}),this.showbottom=!1},goDetail:function(e,t){uni.setStorageSync("proid",this.test.id),uni.setStorageSync("nftIndex",this.testindex),uni.setStorageSync("nftitem",this.test),uni.navigateTo({url:"./collectionDetail/index"}),this.showbottom=!1}}};t.default=s}).call(this,r("0de9")["default"])},f60b:function(e,t,r){"use strict";r.r(t);var n=r("4d74"),i=r.n(n);for(var a in n)"default"!==a&&function(e){r.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},f61b:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var n=i(r("b34b"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){return(0,n.default)(e),e.replace(new RegExp("[".concat(t,"]+"),"g"),"")}e.exports=t.default,e.exports.default=t.default},f654:function(e,t,r){"use strict";(function(t){var n=r("320c"); /*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh * @license MIT */function i(e,t){if(e===t)return 0;for(var r=e.length,n=t.length,i=0,a=Math.min(r,n);i=0;c--)if(l[c]!==f[c])return!1;for(c=l.length-1;c>=0;c--)if(s=l[c],!w(e[s],t[s],r,n))return!1;return!0}function x(e,t,r){w(e,t,!0)&&g(e,t,r,"notDeepStrictEqual",x)}function S(e,t){if(!e||!t)return!1;if("[object RegExp]"==Object.prototype.toString.call(t))return t.test(e);try{if(e instanceof t)return!0}catch(r){}return!Error.isPrototypeOf(t)&&!0===t.call({},e)}function A(e){var t;try{e()}catch(r){t=r}return t}function E(e,t,r,n){var i;if("function"!==typeof t)throw new TypeError('"block" argument must be a function');"string"===typeof r&&(n=r,r=null),i=A(t),n=(r&&r.name?" ("+r.name+").":".")+(n?" "+n:"."),e&&!i&&g(i,r,"Missing expected exception"+n);var a="string"===typeof n,s=!e&&o.isError(i),u=!e&&i&&!r;if((s&&a&&S(i,r)||u)&&g(i,r,"Got unwanted exception"+n),e&&i&&r&&!S(i,r)||!e&&i)throw i}function C(e,t){e||g(e,!0,t,"==",C)}d.AssertionError=function(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=b(this),this.generatedMessage=!0);var t=e.stackStartFunction||g;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var r=new Error;if(r.stack){var n=r.stack,i=p(t),a=n.indexOf("\n"+i);if(a>=0){var o=n.indexOf("\n",a+1);n=n.substring(o+1)}this.stack=n}}},o.inherits(d.AssertionError,Error),d.fail=g,d.ok=y,d.equal=function(e,t,r){e!=t&&g(e,t,r,"==",d.equal)},d.notEqual=function(e,t,r){e==t&&g(e,t,r,"!=",d.notEqual)},d.deepEqual=function(e,t,r){w(e,t,!1)||g(e,t,r,"deepEqual",d.deepEqual)},d.deepStrictEqual=function(e,t,r){w(e,t,!0)||g(e,t,r,"deepStrictEqual",d.deepStrictEqual)},d.notDeepEqual=function(e,t,r){w(e,t,!1)&&g(e,t,r,"notDeepEqual",d.notDeepEqual)},d.notDeepStrictEqual=x,d.strictEqual=function(e,t,r){e!==t&&g(e,t,r,"===",d.strictEqual)},d.notStrictEqual=function(e,t,r){e===t&&g(e,t,r,"!==",d.notStrictEqual)},d.throws=function(e,t,r){E(!0,e,t,r)},d.doesNotThrow=function(e,t,r){E(!1,e,t,r)},d.ifError=function(e){if(e)throw e},d.strict=n(C,d,{equal:d.strictEqual,deepEqual:d.deepStrictEqual,notEqual:d.notStrictEqual,notDeepEqual:d.notDeepStrictEqual}),d.strict.strict=d.strict;var P=Object.keys||function(e){var t=[];for(var r in e)s.call(e,r)&&t.push(r);return t}}).call(this,r("c8ba"))},f6b9:function(e,t,r){var n=r("9aa9"),i=r("15b1"),a=function(e,t){if(t=Array.prototype.slice.call(t),!e)throw new Error('You need to instantiate using the "new" keyword.');Object.defineProperty(e,"currentProvider",{get:function(){return e._provider},set:function(t){return e.setProvider(t)},enumerable:!0,configurable:!0}),t[0]&&t[0]._requestManager?e._requestManager=t[0]._requestManager:e._requestManager=new n.Manager(t[0],t[1]),e.givenProvider=n.Manager.givenProvider,e.providers=n.Manager.providers,e._provider=e._requestManager.provider,e.setProvider||(e.setProvider=function(t,r){return e._requestManager.setProvider(t,r),e._provider=e._requestManager.provider,!0}),e.setRequestManager=function(t){e._requestManager=t,e._provider=t.provider},e.BatchRequest=n.BatchManager.bind(null,e._requestManager),e.extend=i(e)},o=function(e){e.givenProvider=n.Manager.givenProvider,e.providers=n.Manager.providers};e.exports={packageInit:a,addProviders:o}},f715:function(e,t,r){var n=r("2a22"),i="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";e.exports=n(i)},f732:function(e,t,r){"use strict";r.d(t,"b",(function(){return i})),r.d(t,"c",(function(){return a})),r.d(t,"a",(function(){return n}));var n={navigation:r("9493").default,uButton:r("704d").default,uMask:r("d779").default},i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("view",[n("navigation",{attrs:{showBack:!0,_i:1}},[e._v(e._$s(1,"t0-0",e._s(e.i18n.backupMneTit)))]),n("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[n("view",{staticClass:e._$s(3,"sc","title"),attrs:{_i:3}},[e._v(e._$s(3,"t0-0",e._s(e.i18n.conMne)))]),n("view",{staticClass:e._$s(4,"sc","title2"),attrs:{_i:4}},[e._v(e._$s(4,"t0-0",e._s(e.i18n.boosterword)))]),n("view",{staticClass:e._$s(5,"sc","textareaa"),attrs:{_i:5}},e._l(e._$s(6,"f",{forItems:e.wordArr}),(function(t,r,i,a){return n("view",{key:e._$s(6,"f",{forIndex:i,key:r}),staticClass:e._$s("6-"+a,"sc","mnemonicBlock u-rela item"),attrs:{_i:"6-"+a}},[n("text",{attrs:{_i:"7-"+a},on:{click:function(n){return e.returnWord(t,r)}}},[e._v(e._$s("7-"+a,"t0-0",e._s(t)))])])})),0),n("view",{staticClass:e._$s(8,"sc","mnemonic"),attrs:{_i:8}},e._l(e._$s(9,"f",{forItems:e.mnemonics}),(function(t,r,i,a){return n("view",{key:e._$s(9,"f",{forIndex:i,key:r}),staticClass:e._$s("9-"+a,"sc","mnemonicBlock u-rela"),attrs:{_i:"9-"+a}},[n("text",{staticClass:e._$s("10-"+a,"sc","item"),attrs:{_i:"10-"+a},on:{click:function(n){return e.toWrod(t,r)}}},[e._v(e._$s("10-"+a,"t0-0",e._s(t)))]),n("view",{staticClass:e._$s("11-"+a,"sc","number u-abso"),attrs:{_i:"11-"+a},domProps:{textContent:e._s(e._$s("11-"+a,"v-text",r+1))}})])})),0),n("u-button",{staticClass:e._$s(12,"sc","custom-style"),attrs:{_i:12},on:{click:e.confirm}},[e._v(e._$s(12,"t0-0",e._s(e.i18n.Confirm)))]),e._$s(13,"i",e.show)?n("view",{staticClass:e._$s(13,"sc","info_con"),attrs:{_i:13}},[n("image",{staticClass:e._$s(14,"sc","img2"),attrs:{src:e._$s(14,"a-src",r("492f")),_i:14},on:{click:function(t){e.show=!1}}}),n("image",{staticClass:e._$s(15,"sc","img"),attrs:{src:e._$s(15,"a-src",r("189b")),_i:15}}),n("view",{staticClass:e._$s(16,"sc","info"),attrs:{_i:16}},[e._v(e._$s(16,"t0-0",e._s(e.i18n.Successful)))]),n("view",{staticClass:e._$s(17,"sc","text"),attrs:{_i:17}},[e._v(e._$s(17,"t0-0",e._s(e.i18n.backCom)))]),n("view",{staticClass:e._$s(18,"sc","btn"),attrs:{_i:18},on:{click:e.goTranPaw}},[e._v(e._$s(18,"t0-0",e._s(e.i18n.Confirm)))])]):e._e(),e._$s(19,"i",e.show2)?n("view",{staticClass:e._$s(19,"sc","info_con"),attrs:{_i:19}},[n("image",{staticClass:e._$s(20,"sc","img2"),attrs:{src:e._$s(20,"a-src",r("492f")),_i:20},on:{click:function(t){e.show2=!1}}}),n("image",{staticClass:e._$s(21,"sc","img"),attrs:{src:e._$s(21,"a-src",r("3965")),_i:21}}),n("view",{staticClass:e._$s(22,"sc","info"),attrs:{_i:22}},[e._v(e._$s(22,"t0-0",e._s(e.i18n.seed)))]),n("view",{staticClass:e._$s(23,"sc","text"),attrs:{_i:23}},[e._v(e._$s(23,"t0-0",e._s(e.i18n.wrongWord))),n("br"),e._v(e._$s(23,"t2-0",e._s(e.i18n.wrongWord2)))]),n("view",{staticClass:e._$s(25,"sc","btncon"),attrs:{_i:25}},[n("view",{staticClass:e._$s(26,"sc","can"),attrs:{_i:26},on:{click:function(t){e.show2=!1}}},[e._v(e._$s(26,"t0-0",e._s(e.i18n.Cancel)))]),n("view",{staticClass:e._$s(27,"sc","con"),attrs:{_i:27},on:{click:e.restart}},[e._v(e._$s(27,"t0-0",e._s(e.i18n.Confirm)))])])]):e._e(),n("u-mask",{attrs:{show:e.show,"z-index":"10",_i:28}}),n("u-mask",{attrs:{show:e.show2,"z-index":"10",_i:29}})],1)],1)},a=[]},f745:function(e){e.exports=JSON.parse('{"_args":[["web3@1.3.4","D:\\\\fone\\\\bitcooo"]],"_from":"web3@1.3.4","_id":"web3@1.3.4","_inBundle":false,"_integrity":"sha1-MeAUhzNgqlhA6xf58XEZDJZ8/7c=","_location":"/web3","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"web3@1.3.4","name":"web3","escapedName":"web3","rawSpec":"1.3.4","saveSpec":null,"fetchSpec":"1.3.4"},"_requiredBy":["/"],"_resolved":"https://registry.npmmirror.com/web3/download/web3-1.3.4.tgz","_spec":"1.3.4","_where":"D:\\\\fone\\\\bitcooo","author":{"name":"ethereum.org"},"authors":[{"name":"Fabian Vogelsteller","email":"fabian@ethereum.org","homepage":"http://frozeman.de"},{"name":"Marek Kotewicz","email":"marek@parity.io","url":"https://github.com/debris"},{"name":"Marian Oancea","url":"https://github.com/cubedro"},{"name":"Gav Wood","email":"g@parity.io","homepage":"http://gavwood.com"},{"name":"Jeffery Wilcke","email":"jeffrey.wilcke@ethereum.org","url":"https://github.com/obscuren"}],"bugs":{"url":"https://github.com/ethereum/web3.js/issues"},"dependencies":{"web3-bzz":"1.3.4","web3-core":"1.3.4","web3-eth":"1.3.4","web3-eth-personal":"1.3.4","web3-net":"1.3.4","web3-shh":"1.3.4","web3-utils":"1.3.4"},"description":"Ethereum JavaScript API","devDependencies":{"@types/node":"^12.12.6","dtslint":"^3.4.1","typescript":"^3.9.5"},"engines":{"node":">=8.0.0"},"gitHead":"f6d60bd5ec70a932d8b7bc2cbb6a577a2fd22919","homepage":"https://github.com/ethereum/web3.js#readme","keywords":["Ethereum","JavaScript","API"],"license":"LGPL-3.0","main":"lib/index.js","name":"web3","repository":{"type":"git","url":"git+https://github.com/ethereum/web3.js.git"},"scripts":{"dtslint":"dtslint --localTs ../../node_modules/typescript/lib types","tsc":"tsc -b tsconfig.json"},"types":"types/index.d.ts","version":"1.3.4"}')},f752:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decrypt=E,t.CrowdsaleAccount=void 0;var n=h(r("f03f")),i=r("f363"),a=r("2abd"),o=r("06f6"),s=r("5bbc"),u=r("3b9a"),c=r("d8c6"),l=r("fa24"),f=r("00f4"),d=r("a12e");function h(e){return e&&e.__esModule?e:{default:e}}function p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function v(e,t){for(var r=0;r0&&void 0!==o[0]?o[0]:{},r=o.length>1&&void 0!==o[1]?o[1]:{},i={},"string"===typeof t?(i.url=this.mixinParam(t,r),i.type="navigateTo"):(i=uni.$u.deepClone(t,this.config),i.url=this.mixinParam(t.url,t.params)),r.intercept&&(this.config.intercept=r.intercept),i.params=r,i=uni.$u.deepMerge(this.config,i),"function"!==typeof uni.$u.routeIntercept){e.next=14;break}return e.next=10,new Promise((function(e,t){uni.$u.routeIntercept(i,e)}));case 10:a=e.sent,a&&this.openPage(i),e.next=15;break;case 14:this.openPage(i);case 15:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"openPage",value:function(e){var t=e.url,r=(e.type,e.delta),n=e.animationType,i=e.animationDuration;"navigateTo"!=e.type&&"to"!=e.type||uni.navigateTo({url:t,animationType:n,animationDuration:i}),"redirectTo"!=e.type&&"redirect"!=e.type||uni.redirectTo({url:t}),"switchTab"!=e.type&&"tab"!=e.type||uni.switchTab({url:t}),"reLaunch"!=e.type&&"launch"!=e.type||uni.reLaunch({url:t}),"navigateBack"!=e.type&&"back"!=e.type||uni.navigateBack({delta:r})}}]),e}(),f=(new l).route;t.default=f},f887:function(e,t,r){"use strict";var n=r("4a59");e.exports=function(e,t){t=t||{};var r={};function i(e,t){return n.isPlainObject(e)&&n.isPlainObject(t)?n.merge(e,t):n.isPlainObject(t)?n.merge({},t):n.isArray(t)?t.slice():t}function a(r){return n.isUndefined(t[r])?n.isUndefined(e[r])?void 0:i(void 0,e[r]):i(e[r],t[r])}function o(e){if(!n.isUndefined(t[e]))return i(void 0,t[e])}function s(r){return n.isUndefined(t[r])?n.isUndefined(e[r])?void 0:i(void 0,e[r]):i(void 0,t[r])}function u(r){return r in t?i(e[r],t[r]):r in e?i(void 0,e[r]):void 0}var c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:u};return n.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=c[e]||a,i=t(e);n.isUndefined(i)&&t!==u||(r[e]=i)})),r}},f8a9:function(e,t,r){"use strict";var n=r("f745").version,i=r("f6b9"),a=r("dd22"),o=r("d122"),s=r("4067"),u=r("06cd"),c=r("538e"),l=r("536e"),f=function(){var e=this;i.packageInit(this,arguments),this.version=n,this.utils=l,this.eth=new a(this),this.shh=new u(this),this.bzz=new c(this);var t=this.setProvider;this.setProvider=function(r,n){return t.apply(e,arguments),e.eth.setRequestManager(e._requestManager),e.shh.setRequestManager(e._requestManager),e.bzz.setProvider(r),!0}};f.version=n,f.utils=l,f.modules={Eth:a,Net:o,Personal:s,Shh:u,Bzz:c},i.addProviders(f),e.exports=f},f8fb:function(e,t,r){var n=function(){throw"This swarm.js function isn't available on the browser."},i={readFile:n},a={download:n,safeDownloadArchived:n,directoryTree:n},o={platform:n,arch:n},s={join:n,slice:n},u={spawn:n},c={lookup:n},l={},f=null,d=r("6c57"),h=r("2f5b"),p=r("2631"),v=r("a8a3"),m=r("a4df");e.exports=m({fs:i,files:a,os:o,path:s,child_process:u,defaultArchives:l,mimetype:c,request:d,downloadUrl:f,bytes:h,hash:p,pick:v})},f924:function(e,t,r){"use strict";var n=r("b639"),i=n.Buffer,a=r("262d"),o=r("a5db"),s=r("209e");function u(e){t.decode(e)}t.names=s.names,t.codes=s.codes,t.defaultLengths=s.defaultLengths,t.toHexString=function(e){if(!i.isBuffer(e))throw new Error("must be passed a buffer");return e.toString("hex")},t.fromHexString=function(e){return i.from(e,"hex")},t.toB58String=function(e){if(!i.isBuffer(e))throw new Error("must be passed a buffer");return a.encode("base58btc",e).toString().slice(1)},t.fromB58String=function(e){var t=e;return i.isBuffer(e)&&(t=e.toString()),a.decode("z"+t)},t.decode=function(e){if(!i.isBuffer(e))throw new Error("multihash must be a Buffer");if(e.length<2)throw new Error("multihash too short. must be > 2 bytes.");var r=o.decode(e);if(!t.isValidCode(r))throw new Error("multihash unknown function code: 0x".concat(r.toString(16)));e=e.slice(o.decode.bytes);var n=o.decode(e);if(n<0)throw new Error("multihash invalid length: ".concat(n));if(e=e.slice(o.decode.bytes),e.length!==n)throw new Error("multihash length inconsistent: 0x".concat(e.toString("hex")));return{code:r,name:s.codes[r],length:n,digest:e}},t.encode=function(e,r,n){if(!e||void 0===r)throw new Error("multihash encode requires at least two args: digest, code");var a=t.coerceCode(r);if(!i.isBuffer(e))throw new Error("digest should be a Buffer");if(null==n&&(n=e.length),n&&e.length!==n)throw new Error("digest length should be equal to specified length.");return i.concat([i.from(o.encode(a)),i.from(o.encode(n)),e])},t.coerceCode=function(e){var r=e;if("string"===typeof e){if(void 0===s.names[e])throw new Error("Unrecognized hash function named: ".concat(e));r=s.names[e]}if("number"!==typeof r)throw new Error("Hash function code should be a number. Got: ".concat(r));if(void 0===s.codes[r]&&!t.isAppCode(r))throw new Error("Unrecognized function code: ".concat(r));return r},t.isAppCode=function(e){return e>0&&e<16},t.isValidCode=function(e){return!!t.isAppCode(e)||!!s.codes[e]},t.validate=u,t.prefix=function(e){return u(e),e.slice(0,2)}},f9d1:function(e,t){e.exports="/static/tongyonh/MaskGroup.png"},fa24:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Logger=t.ErrorCode=t.LogLevel=void 0;var n=r("c21a");function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var r=0;rc[r]||console.log.apply(console,t)}},{key:"debug",value:function(){for(var t=arguments.length,r=new Array(t),n=0;n>4],r+=m[15&t[a]];i.push(e+"=Uint8Array(0x"+r+")")}else i.push(e+"="+JSON.stringify(t))}catch(o){i.push(e+"="+JSON.stringify(n[e].toString()))}})),i.push("code=".concat(r)),i.push("version=".concat(this.version));var a=t;i.length&&(t+=" ("+i.join(", ")+")");var o=new Error(t);return o.reason=a,o.code=r,Object.keys(n).forEach((function(e){o[e]=n[e]})),o}},{key:"throwError",value:function(e,t,r){throw this.makeError(e,t,r)}},{key:"throwArgumentError",value:function(t,r,n){return this.throwError(t,e.errors.INVALID_ARGUMENT,{argument:r,value:n})}},{key:"assert",value:function(e,t,r,n){e||this.throwError(t,r,n)}},{key:"assertArgument",value:function(e,t,r,n){e||this.throwArgumentError(t,r,n)}},{key:"checkNormalize",value:function(t){null==t&&(t="platform missing String.prototype.normalize"),v&&this.throwError("platform missing String.prototype.normalize",e.errors.UNSUPPORTED_OPERATION,{operation:"String.prototype.normalize",form:v})}},{key:"checkSafeUint53",value:function(t,r){"number"===typeof t&&(null==r&&(r="value not safe"),(t<0||t>=9007199254740991)&&this.throwError(r,e.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"out-of-safe-range",value:t}),t%1&&this.throwError(r,e.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"non-integer",value:t}))}},{key:"checkArgumentCount",value:function(t,r,n){n=n?": "+n:"",tr&&this.throwError("too many arguments"+n,e.errors.UNEXPECTED_ARGUMENT,{count:t,expectedCount:r})}},{key:"checkNew",value:function(t,r){t!==Object&&null!=t||this.throwError("missing new",e.errors.MISSING_NEW,{name:r.name})}},{key:"checkAbstract",value:function(t,r){t===r?this.throwError("cannot instantiate abstract class "+JSON.stringify(r.name)+" directly; use a sub-class",e.errors.UNSUPPORTED_OPERATION,{name:t.name,operation:"new"}):t!==Object&&null!=t||this.throwError("missing new",e.errors.MISSING_NEW,{name:r.name})}}],[{key:"globalLogger",value:function(){return f||(f=new e(n.version)),f}},{key:"setCensorship",value:function(t,r){if(!t&&r&&this.globalLogger().throwError("cannot permanently disable censorship",e.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"}),s){if(!t)return;this.globalLogger().throwError("error censorship permanent",e.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"})}u=!!t,s=!!r}},{key:"setLogLevel",value:function(t){var r=c[t.toLowerCase()];null!=r?l=r:e.globalLogger().warn("invalid log level - "+t)}},{key:"from",value:function(t){return new e(t)}}]),e}();t.Logger=b,b.errors=p,b.levels=h},fa41:function(e,t){e.exports="/static/tongyonh/xmark.png"},fa4b:function(e,t){e.exports="/static/tongyonh/img500.png"},faa1:function(e,t,r){"use strict";var n,i="object"===typeof Reflect?Reflect:null,a=i&&"function"===typeof i.apply?i.apply:function(e,t,r){return Function.prototype.apply.call(e,t,r)};function o(e){console&&console.warn&&console.warn(e)}n=i&&"function"===typeof i.ownKeys?i.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var s=Number.isNaN||function(e){return e!==e};function u(){u.init.call(this)}e.exports=u,u.EventEmitter=u,u.prototype._events=void 0,u.prototype._eventsCount=0,u.prototype._maxListeners=void 0;var c=10;function l(e){if("function"!==typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function f(e){return void 0===e._maxListeners?u.defaultMaxListeners:e._maxListeners}function d(e,t,r,n){var i,a,s;if(l(r),a=e._events,void 0===a?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,r.listener?r.listener:r),a=e._events),s=a[t]),void 0===s)s=a[t]=r,++e._eventsCount;else if("function"===typeof s?s=a[t]=n?[r,s]:[s,r]:n?s.unshift(r):s.push(r),i=f(e),i>0&&s.length>i&&!s.warned){s.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=s.length,o(u)}return e}function h(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function p(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},i=h.bind(n);return i.listener=r,n.wrapFn=i,i}function v(e,t,r){var n=e._events;if(void 0===n)return[];var i=n[t];return void 0===i?[]:"function"===typeof i?r?[i.listener||i]:[i]:r?y(i):b(i,i.length)}function m(e){var t=this._events;if(void 0!==t){var r=t[e];if("function"===typeof r)return 1;if(void 0!==r)return r.length}return 0}function b(e,t){for(var r=new Array(t),n=0;n0&&(o=t[0]),o instanceof Error)throw o;var s=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw s.context=o,s}var u=i[e];if(void 0===u)return!1;if("function"===typeof u)a(u,this,t);else{var c=u.length,l=b(u,c);for(r=0;r=0;a--)if(r[a]===t||r[a].listener===t){o=r[a].listener,i=a;break}if(i<0)return this;0===i?r.shift():g(r,i),1===r.length&&(n[e]=r[0]),void 0!==n.removeListener&&this.emit("removeListener",e,o||t)}return this},u.prototype.off=u.prototype.removeListener,u.prototype.removeAllListeners=function(e){var t,r,n;if(r=this._events,void 0===r)return this;if(void 0===r.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==r[e]&&(0===--this._eventsCount?this._events=Object.create(null):delete r[e]),this;if(0===arguments.length){var i,a=Object.keys(r);for(n=0;n=0;n--)this.removeListener(e,t[n]);return this},u.prototype.listeners=function(e){return v(this,e,!0)},u.prototype.rawListeners=function(e){return v(this,e,!1)},u.listenerCount=function(e,t){return"function"===typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},u.prototype.listenerCount=m,u.prototype.eventNames=function(){return this._eventsCount>0?n(this._events):[]}},fad9:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493")),n(r("1f5b"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{teee:this.$t("index").DAPPwebsite,list2:[{name:"No more tips next time",checked:!1,disabled:!1}],show:!1,value:"",type:"text",border:!0,list:[{name:this.$t("index").Popular},{name:this.$t("index").Lending},{name:this.$t("index").Trade},{name:this.$t("index").Yield},{name:this.$t("index").Stake}],current:0}},computed:{i18n:function(){return this.$t("index")}},methods:{change:function(e){this.current=e}}};t.default=i},fbc2:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("5859");function i(e){return"string"===typeof e&&(!!/^(0x)?[0-9a-f]{512}$/i.test(e)&&!(!/^(0x)?[0-9a-f]{512}$/.test(e)&&!/^(0x)?[0-9A-F]{512}$/.test(e)))}function a(e,t){"object"===typeof t&&t.constructor===Uint8Array&&(t=n.bytesToHex(t));for(var r=n.keccak256(t).replace("0x",""),i=0;i<12;i+=4){var a=(parseInt(r.substr(i,2),16)<<8)+parseInt(r.substr(i+2,2),16)&2047,s=o(e.charCodeAt(e.length-1-Math.floor(a/4))),u=1<=48&&e<=57)return e-48;if(e>=65&&e<=70)return e-55;if(e>=97&&e<=102)return e-87;throw new Error("invalid bloom")}function s(e,t){if(!i(e))throw new Error("Invalid bloom given");if(!f(t))throw new Error('Invalid ethereum address given: "'.concat(t,'"'));var r=n.padLeft(t,64);return a(e,r)}function u(e,t){if(!i(e))throw new Error("Invalid bloom given");if(!f(t))throw new Error('Invalid contract address given: "'.concat(t,'"'));return a(e,t)}function c(e,t){if(!i(e))throw new Error("Invalid bloom given");if(!l(t))throw new Error("Invalid topic");return a(e,t)}function l(e){return"string"===typeof e&&(!!/^(0x)?[0-9a-f]{64}$/i.test(e)&&!(!/^(0x)?[0-9a-f]{64}$/.test(e)&&!/^(0x)?[0-9A-F]{64}$/.test(e)))}function f(e){return"string"===typeof e&&(!!e.match(/^(0x)?[0-9a-fA-F]{40}$/)||!!e.match(/^XE[0-9]{2}[0-9A-Za-z]{30,31}$/))}t.isBloom=i,t.isInBloom=a,t.isUserEthereumAddressInBloom=s,t.isContractAddressInBloom=u,t.isTopicInBloom=c,t.isTopic=l,t.isAddress=f},fc18:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=u;var n=a(r("b910")),i=a(r("b34b"));function a(e){return e&&e.__esModule?e:{default:e}}function o(e){var t="\\d{".concat(e.digits_after_decimal[0],"}");e.digits_after_decimal.forEach((function(e,r){0!==r&&(t="".concat(t,"|\\d{").concat(e,"}"))}));var r="(\\".concat(e.symbol.replace(/\./g,"\\."),")").concat(e.require_symbol?"":"?"),n="-?",i="[1-9]\\d*",a="[1-9]\\d{0,2}(\\".concat(e.thousands_separator,"\\d{3})*"),o=["0",i,a],s="(".concat(o.join("|"),")?"),u="(\\".concat(e.decimal_separator,"(").concat(t,"))").concat(e.require_decimal?"":"?"),c=s+(e.allow_decimal||e.require_decimal?u:"");return e.allow_negatives&&!e.parens_for_negatives&&(e.negative_sign_after_digits?c+=n:e.negative_sign_before_digits&&(c=n+c)),e.allow_negative_sign_placeholder?c="( (?!\\-))?".concat(c):e.allow_space_after_symbol?c=" ?".concat(c):e.allow_space_after_digits&&(c+="( (?!$))?"),e.symbol_after_digits?c+=r:c=r+c,e.allow_negatives&&(e.parens_for_negatives?c="(\\(".concat(c,"\\)|").concat(c,")"):e.negative_sign_before_digits||e.negative_sign_after_digits||(c=n+c)),new RegExp("^(?!-? )(?=.*\\d)".concat(c,"$"))}var s={symbol:"$",require_symbol:!1,allow_space_after_symbol:!1,symbol_after_digits:!1,allow_negatives:!0,parens_for_negatives:!1,negative_sign_before_digits:!1,negative_sign_after_digits:!1,allow_negative_sign_placeholder:!1,thousands_separator:",",decimal_separator:".",allow_decimal:!0,require_decimal:!1,digits_after_decimal:[2],allow_space_after_digits:!1};function u(e,t){return(0,i.default)(e),t=(0,n.default)(t,s),o(t).test(e)}e.exports=t.default,e.exports.default=t.default},fc7e:function(e,t,r){"use strict";(function(t){ /** * [js-sha3]{@link https://github.com/emn178/js-sha3} * * @version 0.7.0 * @author Chen, Yi-Cyuan [emn178@gmail.com] * @copyright Chen, Yi-Cyuan 2015-2017 * @license MIT */ var r="input is invalid type",n="object"===typeof window,i=n?window:{};i.JS_SHA3_NO_WINDOW&&(n=!1);var a=!n&&"object"===typeof self,o=!i.JS_SHA3_NO_NODE_JS&&"object"===typeof t&&t.versions&&t.versions.node;o?i=global:a&&(i=self);var s=!i.JS_SHA3_NO_ARRAY_BUFFER&&"undefined"!==typeof ArrayBuffer,u="0123456789abcdef".split(""),c=[31,7936,2031616,520093696],l=[4,1024,262144,67108864],f=[1,256,65536,16777216],d=[6,1536,393216,100663296],h=[0,8,16,24],p=[1,0,32898,0,32906,2147483648,2147516416,2147483648,32907,0,2147483649,0,2147516545,2147483648,32777,2147483648,138,0,136,0,2147516425,0,2147483658,0,2147516555,0,139,2147483648,32905,2147483648,32771,2147483648,32770,2147483648,128,2147483648,32778,0,2147483658,2147483648,2147516545,2147483648,32896,2147483648,2147483649,0,2147516424,2147483648],v=[224,256,384,512],m=[128,256],b=["hex","buffer","arrayBuffer","array","digest"],g={128:168,256:136};!i.JS_SHA3_NO_NODE_JS&&Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),!s||!i.JS_SHA3_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(e){return"object"===typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});for(var y=function(e,t,r){return function(n){return new M(e,t,e).update(n)[r]()}},w=function(e,t,r){return function(n,i){return new M(e,t,i).update(n)[r]()}},_=function(e,t,r){return function(t,n,i,a){return T["cshake"+e].update(t,n,i,a)[r]()}},k=function(e,t,r){return function(t,n,i,a){return T["kmac"+e].update(t,n,i,a)[r]()}},x=function(e,t,r,n){for(var i=0;i>5,this.byteCount=this.blockCount<<2,this.outputBlocks=r>>5,this.extraBytes=(31&r)>>3;for(var n=0;n<50;++n)this.s[n]=0}function U(e,t,r){M.call(this,e,t,r)}M.prototype.update=function(e){if(!this.finalized){var t,n=typeof e;if("string"!==n){if("object"!==n)throw r;if(null===e)throw r;if(s&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!s||!ArrayBuffer.isView(e)))throw r;t=!0}var i,a,o=this.blocks,u=this.byteCount,c=e.length,l=this.blockCount,f=0,d=this.s;while(f>2]|=e[f]<>2]|=a<>2]|=(192|a>>6)<>2]|=(128|63&a)<=57344?(o[i>>2]|=(224|a>>12)<>2]|=(128|a>>6&63)<>2]|=(128|63&a)<>2]|=(240|a>>18)<>2]|=(128|a>>12&63)<>2]|=(128|a>>6&63)<>2]|=(128|63&a)<=u){for(this.start=i-u,this.block=o[l],i=0;i>=8,r=255&e;while(r>0)i.unshift(r),e>>=8,r=255&e,++n;return t?i.push(n):i.unshift(n),this.update(i),i.length},M.prototype.encodeString=function(e){var t,n=typeof e;if("string"!==n){if("object"!==n)throw r;if(null===e)throw r;if(s&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!s||!ArrayBuffer.isView(e)))throw r;t=!0}var i=0,a=e.length;if(t)i=a;else for(var o=0;o=57344?i+=3:(u=65536+((1023&u)<<10|1023&e.charCodeAt(++o)),i+=4)}return i+=this.encode(8*i),this.update(e),i},M.prototype.bytepad=function(e,t){for(var r=this.encode(t),n=0;n>2]|=this.padding[3&t],this.lastByteIndex===this.byteCount)for(e[0]=e[r],t=1;t>4&15]+u[15&e]+u[e>>12&15]+u[e>>8&15]+u[e>>20&15]+u[e>>16&15]+u[e>>28&15]+u[e>>24&15];o%t===0&&(F(r),a=0)}return i&&(e=r[a],s+=u[e>>4&15]+u[15&e],i>1&&(s+=u[e>>12&15]+u[e>>8&15]),i>2&&(s+=u[e>>20&15]+u[e>>16&15])),s},M.prototype.arrayBuffer=function(){this.finalize();var e,t=this.blockCount,r=this.s,n=this.outputBlocks,i=this.extraBytes,a=0,o=0,s=this.outputBits>>3;e=i?new ArrayBuffer(n+1<<2):new ArrayBuffer(s);var u=new Uint32Array(e);while(o>8&255,u[e+2]=t>>16&255,u[e+3]=t>>24&255;s%r===0&&F(n)}return a&&(e=s<<2,t=n[o],u[e]=255&t,a>1&&(u[e+1]=t>>8&255),a>2&&(u[e+2]=t>>16&255)),u},U.prototype=new M,U.prototype.finalize=function(){return this.encode(this.outputBits,!0),M.prototype.finalize.call(this)};var F=function(e){var t,r,n,i,a,o,s,u,c,l,f,d,h,v,m,b,g,y,w,_,k,x,S,A,E,C,P,T,O,I,j,B,N,R,$,M,U,F,L,D,z,H,q,W,K,V,G,X,J,Y,Z,Q,ee,te,re,ne,ie,ae,oe,se,ue,ce,le;for(n=0;n<48;n+=2)i=e[0]^e[10]^e[20]^e[30]^e[40],a=e[1]^e[11]^e[21]^e[31]^e[41],o=e[2]^e[12]^e[22]^e[32]^e[42],s=e[3]^e[13]^e[23]^e[33]^e[43],u=e[4]^e[14]^e[24]^e[34]^e[44],c=e[5]^e[15]^e[25]^e[35]^e[45],l=e[6]^e[16]^e[26]^e[36]^e[46],f=e[7]^e[17]^e[27]^e[37]^e[47],d=e[8]^e[18]^e[28]^e[38]^e[48],h=e[9]^e[19]^e[29]^e[39]^e[49],t=d^(o<<1|s>>>31),r=h^(s<<1|o>>>31),e[0]^=t,e[1]^=r,e[10]^=t,e[11]^=r,e[20]^=t,e[21]^=r,e[30]^=t,e[31]^=r,e[40]^=t,e[41]^=r,t=i^(u<<1|c>>>31),r=a^(c<<1|u>>>31),e[2]^=t,e[3]^=r,e[12]^=t,e[13]^=r,e[22]^=t,e[23]^=r,e[32]^=t,e[33]^=r,e[42]^=t,e[43]^=r,t=o^(l<<1|f>>>31),r=s^(f<<1|l>>>31),e[4]^=t,e[5]^=r,e[14]^=t,e[15]^=r,e[24]^=t,e[25]^=r,e[34]^=t,e[35]^=r,e[44]^=t,e[45]^=r,t=u^(d<<1|h>>>31),r=c^(h<<1|d>>>31),e[6]^=t,e[7]^=r,e[16]^=t,e[17]^=r,e[26]^=t,e[27]^=r,e[36]^=t,e[37]^=r,e[46]^=t,e[47]^=r,t=l^(i<<1|a>>>31),r=f^(a<<1|i>>>31),e[8]^=t,e[9]^=r,e[18]^=t,e[19]^=r,e[28]^=t,e[29]^=r,e[38]^=t,e[39]^=r,e[48]^=t,e[49]^=r,v=e[0],m=e[1],V=e[11]<<4|e[10]>>>28,G=e[10]<<4|e[11]>>>28,T=e[20]<<3|e[21]>>>29,O=e[21]<<3|e[20]>>>29,se=e[31]<<9|e[30]>>>23,ue=e[30]<<9|e[31]>>>23,H=e[40]<<18|e[41]>>>14,q=e[41]<<18|e[40]>>>14,R=e[2]<<1|e[3]>>>31,$=e[3]<<1|e[2]>>>31,b=e[13]<<12|e[12]>>>20,g=e[12]<<12|e[13]>>>20,X=e[22]<<10|e[23]>>>22,J=e[23]<<10|e[22]>>>22,I=e[33]<<13|e[32]>>>19,j=e[32]<<13|e[33]>>>19,ce=e[42]<<2|e[43]>>>30,le=e[43]<<2|e[42]>>>30,te=e[5]<<30|e[4]>>>2,re=e[4]<<30|e[5]>>>2,M=e[14]<<6|e[15]>>>26,U=e[15]<<6|e[14]>>>26,y=e[25]<<11|e[24]>>>21,w=e[24]<<11|e[25]>>>21,Y=e[34]<<15|e[35]>>>17,Z=e[35]<<15|e[34]>>>17,B=e[45]<<29|e[44]>>>3,N=e[44]<<29|e[45]>>>3,A=e[6]<<28|e[7]>>>4,E=e[7]<<28|e[6]>>>4,ne=e[17]<<23|e[16]>>>9,ie=e[16]<<23|e[17]>>>9,F=e[26]<<25|e[27]>>>7,L=e[27]<<25|e[26]>>>7,_=e[36]<<21|e[37]>>>11,k=e[37]<<21|e[36]>>>11,Q=e[47]<<24|e[46]>>>8,ee=e[46]<<24|e[47]>>>8,W=e[8]<<27|e[9]>>>5,K=e[9]<<27|e[8]>>>5,C=e[18]<<20|e[19]>>>12,P=e[19]<<20|e[18]>>>12,ae=e[29]<<7|e[28]>>>25,oe=e[28]<<7|e[29]>>>25,D=e[38]<<8|e[39]>>>24,z=e[39]<<8|e[38]>>>24,x=e[48]<<14|e[49]>>>18,S=e[49]<<14|e[48]>>>18,e[0]=v^~b&y,e[1]=m^~g&w,e[10]=A^~C&T,e[11]=E^~P&O,e[20]=R^~M&F,e[21]=$^~U&L,e[30]=W^~V&X,e[31]=K^~G&J,e[40]=te^~ne&ae,e[41]=re^~ie&oe,e[2]=b^~y&_,e[3]=g^~w&k,e[12]=C^~T&I,e[13]=P^~O&j,e[22]=M^~F&D,e[23]=U^~L&z,e[32]=V^~X&Y,e[33]=G^~J&Z,e[42]=ne^~ae&se,e[43]=ie^~oe&ue,e[4]=y^~_&x,e[5]=w^~k&S,e[14]=T^~I&B,e[15]=O^~j&N,e[24]=F^~D&H,e[25]=L^~z&q,e[34]=X^~Y&Q,e[35]=J^~Z&ee,e[44]=ae^~se&ce,e[45]=oe^~ue&le,e[6]=_^~x&v,e[7]=k^~S&m,e[16]=I^~B&A,e[17]=j^~N&E,e[26]=D^~H&R,e[27]=z^~q&$,e[36]=Y^~Q&W,e[37]=Z^~ee&K,e[46]=se^~ce&te,e[47]=ue^~le&re,e[8]=x^~v&b,e[9]=S^~m&g,e[18]=B^~A&C,e[19]=N^~E&P,e[28]=H^~R&M,e[29]=q^~$&U,e[38]=Q^~W&V,e[39]=ee^~K&G,e[48]=ce^~te&ne,e[49]=le^~re&ie,e[0]^=p[n],e[1]^=p[n+1]};e.exports=T}).call(this,r("4362"))},fc8b:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){function i(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,a){function o(e){try{u(n.next(e))}catch(t){a(t)}}function s(e){try{u(n["throw"](e))}catch(t){a(t)}}function u(e){e.done?r(e.value):i(e.value).then(o,s)}u((n=n.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var r,n,i,a,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(e){return function(t){return u([e,t])}}function u(a){if(r)throw new TypeError("Generator is already executing.");while(o)try{if(r=1,n&&(i=2&a[0]?n["return"]:a[0]?n["throw"]||((i=n["return"])&&i.call(n),0):n.next)&&!(i=i.call(n,a[1])).done)return i;switch(n=0,i&&(a=[2&a[0],i.value]),a[0]){case 0:case 1:i=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,n=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(i=o.trys,!(i=i.length>0&&i[i.length-1])&&(6===a[0]||2===a[0])){o=0;continue}if(3===a[0]&&(!i||a[1]>i[0]&&a[1]>16&255,t[o++]=r>>8&255,t[o++]=255&r;1===a&&(r=n[e.charCodeAt(u)]<<10|n[e.charCodeAt(u+1)]<<4|n[e.charCodeAt(u+2)]>>2,t[o++]=r>>8&255,t[o++]=255&r),2===a&&(r=n[e.charCodeAt(u)]<<2|n[e.charCodeAt(u+1)]>>4,t[o++]=255&r)}t["default"]={getRandomValues(e){if(!(e instanceof Int8Array||e instanceof Uint8Array||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Uint8ClampedArray))throw new Error("Expected an integer array");if(e.byteLength>65536)throw new Error("Can only request a maximum of 65536 bytes");var t=uni.requireNativePlugin("DCloud-Crypto");return i(t.getRandomValues(e.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e}}},fef4:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n(r("9493"));function n(e){return e&&e.__esModule?e:{default:e}}var i={data:function(){return{checked:!1,list:[{lang:"BTC",disabled:!1,name:"https://bitcoin.maiziqia..."},{lang:"Ethereum",disabled:!1,name:"https://bitcoin.maiziqia..."},{lang:"Binance Smart Chain",disabled:!1,name:"https://bitcoin.maiziqia..."}],value:""}},methods:{handove:function(e){},radioChange:function(e){},radioGroupChange:function(e){},change:function(e){}},computed:{i18n:function(){return this.$t("index")}}};t.default=i},ff08:function(e,t,r){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.WebSocketProvider=void 0;var n=l(r("a34a")),i=r("d448"),a=r("d8c6"),o=r("841f"),s=r("9607"),u=r("fa24"),c=r("9958");function l(e){return e&&e.__esModule?e:{default:e}}function f(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function d(e,t){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:"";this.parent||(this.parent=!1),this.parent=this.$u.$parent.call(this,t),this.parent&&Object.keys(this.parentData).map((function(t){e.parentData[t]=e.parent[t]}))},preventEvent:function(e){e&&e.stopPropagation&&e.stopPropagation()}},onReachBottom:function(){uni.$emit("uOnReachBottom")},beforeDestroy:function(){var e=this;if(this.parent&&uni.$u.test.array(this.parent.children)){var t=this.parent.children;t.map((function(r,n){r===e&&t.splice(n,1)}))}}}}},[["878d","app-config"]]]);