@eluvio/elv-client-js 3.2.39 → 3.2.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ElvClient-min.js +6 -6
- package/dist/ElvClient-node-min.js +9 -9
- package/dist/ElvFrameClient-min.js +1 -1
- package/dist/ElvPermissionsClient-min.js +7 -7
- package/dist/ElvWalletClient-min.js +6 -6
- package/dist/ElvWalletClient-node-min.js +9 -9
- package/dist/src/AuthorizationClient.js +599 -507
- package/dist/src/Utils.js +2 -1
- package/dist/src/client/ABRPublishing.js +2 -2
- package/dist/src/client/ContentManagement.js +45 -5
- package/dist/src/walletClient/Utils.js +16 -5
- package/package.json +1 -1
- package/src/AuthorizationClient.js +43 -0
- package/src/Utils.js +2 -2
- package/src/client/ABRPublishing.js +2 -2
- package/src/client/ContentManagement.js +29 -2
- package/testScripts/CreateProductionMaster.js +14 -6
- package/testScripts/abr_profile_4k_clear_store_encrypted.json +111 -0
- package/testScripts/{abr_profile_4k_clear.json → abr_profile_4k_clear_store_unencrypted.json} +0 -0
- package/testScripts/abr_profile_clear_store_encrypted.json +1945 -0
- package/testScripts/{abr_profile_clear.json → abr_profile_clear_store_unencrypted.json} +0 -0
- package/utilities/ProductionMasterCreate.js +18 -6
- package/utilities/example_files/abr_profile_4k_clear_store_encrypted.json +111 -0
- package/utilities/example_files/{abr_profile_4k_clear.json → abr_profile_4k_clear_store_unencrypted.json} +0 -0
- package/utilities/example_files/abr_profile_clear_hls_only_store_encrypted.json +1892 -0
- package/utilities/example_files/{abr_profile_clear_hls_only.json → abr_profile_clear_hls_only_store_unencrypted.json} +0 -0
- package/utilities/example_files/abr_profile_clear_store_encrypted.json +1899 -0
- /package/utilities/example_files/{abr_profile_clear.json → abr_profile_clear_store_unencrypted.json} +0 -0
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* @author Feross Aboukhadijeh <http://feross.org>
|
|
6
6
|
* @license MIT
|
|
7
7
|
*/
|
|
8
|
-
var n=r(19),i=r(20),o=r(21);function s(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function a(e,t){if(s()<t)throw new RangeError("Invalid typed array length");return u.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=u.prototype:(null===e&&(e=new u(t)),e.length=t),e}function u(e,t,r){if(!(u.TYPED_ARRAY_SUPPORT||this instanceof u))return new u(e,t,r);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return h(this,e)}return l(this,e,t,r)}function l(e,t,r,n){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,r,n){if(t.byteLength,r<0||t.byteLength<r)throw new RangeError("'offset' is out of bounds");if(t.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");t=void 0===r&&void 0===n?new Uint8Array(t):void 0===n?new Uint8Array(t,r):new Uint8Array(t,r,n);u.TYPED_ARRAY_SUPPORT?(e=t).__proto__=u.prototype:e=f(e,t);return e}(e,t,r,n):"string"==typeof t?function(e,t,r){"string"==typeof r&&""!==r||(r="utf8");if(!u.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=0|p(t,r),i=(e=a(e,n)).write(t,r);i!==n&&(e=e.slice(0,i));return e}(e,t,r):function(e,t){if(u.isBuffer(t)){var r=0|d(t.length);return 0===(e=a(e,r)).length||t.copy(e,0,0,r),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(n=t.length)!=n?a(e,0):f(e,t);if("Buffer"===t.type&&o(t.data))return f(e,t.data)}var n;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function c(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function h(e,t){if(c(t),e=a(e,t<0?0:0|d(t)),!u.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)e[r]=0;return e}function f(e,t){var r=t.length<0?0:0|d(t.length);e=a(e,r);for(var n=0;n<r;n+=1)e[n]=255&t[n];return e}function d(e){if(e>=s())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s().toString(16)+" bytes");return 0|e}function p(e,t){if(u.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 z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return F(e).length;default:if(n)return z(e).length;t=(""+t).toLowerCase(),n=!0}}function m(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))return"";for(e||(e="utf8");;)switch(e){case"hex":return P(this,t,r);case"utf8":case"utf-8":return S(this,t,r);case"ascii":return M(this,t,r);case"latin1":case"binary":return I(this,t,r);case"base64":return E(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function g(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function y(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=u.from(t,n)),u.isBuffer(t))return 0===t.length?-1:v(e,t,r,n,i);if("number"==typeof t)return t&=255,u.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):v(e,[t],r,n,i);throw new TypeError("val must be string, number or Buffer")}function v(e,t,r,n,i){var o,s=1,a=e.length,u=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;s=2,a/=2,u/=2,r/=2}function l(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(i){var c=-1;for(o=r;o<a;o++)if(l(e,o)===l(t,-1===c?0:o-c)){if(-1===c&&(c=o),o-c+1===u)return c*s}else-1!==c&&(o-=o-c),c=-1}else for(r+u>a&&(r=a-u),o=r;o>=0;o--){for(var h=!0,f=0;f<u;f++)if(l(e,o+f)!==l(t,f)){h=!1;break}if(h)return o}return-1}function b(e,t,r,n){r=Number(r)||0;var i=e.length-r;n?(n=Number(n))>i&&(n=i):n=i;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var s=0;s<n;++s){var a=parseInt(t.substr(2*s,2),16);if(isNaN(a))return s;e[r+s]=a}return s}function w(e,t,r,n){return H(z(t,e.length-r),e,r,n)}function _(e,t,r,n){return H(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,n)}function k(e,t,r,n){return _(e,t,r,n)}function x(e,t,r,n){return H(F(t),e,r,n)}function A(e,t,r,n){return H(function(e,t){for(var r,n,i,o=[],s=0;s<e.length&&!((t-=2)<0);++s)r=e.charCodeAt(s),n=r>>8,i=r%256,o.push(i),o.push(n);return o}(t,e.length-r),e,r,n)}function E(e,t,r){return 0===t&&r===e.length?n.fromByteArray(e):n.fromByteArray(e.slice(t,r))}function S(e,t,r){r=Math.min(e.length,r);for(var n=[],i=t;i<r;){var o,s,a,u,l=e[i],c=null,h=l>239?4:l>223?3:l>191?2:1;if(i+h<=r)switch(h){case 1:l<128&&(c=l);break;case 2:128==(192&(o=e[i+1]))&&(u=(31&l)<<6|63&o)>127&&(c=u);break;case 3:o=e[i+1],s=e[i+2],128==(192&o)&&128==(192&s)&&(u=(15&l)<<12|(63&o)<<6|63&s)>2047&&(u<55296||u>57343)&&(c=u);break;case 4:o=e[i+1],s=e[i+2],a=e[i+3],128==(192&o)&&128==(192&s)&&128==(192&a)&&(u=(15&l)<<18|(63&o)<<12|(63&s)<<6|63&a)>65535&&u<1114112&&(c=u)}null===c?(c=65533,h=1):c>65535&&(c-=65536,n.push(c>>>10&1023|55296),c=56320|1023&c),n.push(c),i+=h}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=4096));return r}(n)}t.Buffer=u,t.SlowBuffer=function(e){+e!=e&&(e=0);return u.alloc(+e)},t.INSPECT_MAX_BYTES=50,u.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){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(e){return!1}}(),t.kMaxLength=s(),u.poolSize=8192,u._augment=function(e){return e.__proto__=u.prototype,e},u.from=function(e,t,r){return l(null,e,t,r)},u.TYPED_ARRAY_SUPPORT&&(u.prototype.__proto__=Uint8Array.prototype,u.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&u[Symbol.species]===u&&Object.defineProperty(u,Symbol.species,{value:null,configurable:!0})),u.alloc=function(e,t,r){return function(e,t,r,n){return c(t),t<=0?a(e,t):void 0!==r?"string"==typeof n?a(e,t).fill(r,n):a(e,t).fill(r):a(e,t)}(null,e,t,r)},u.allocUnsafe=function(e){return h(null,e)},u.allocUnsafeSlow=function(e){return h(null,e)},u.isBuffer=function(e){return!(null==e||!e._isBuffer)},u.compare=function(e,t){if(!u.isBuffer(e)||!u.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,n=t.length,i=0,o=Math.min(r,n);i<o;++i)if(e[i]!==t[i]){r=e[i],n=t[i];break}return r<n?-1:n<r?1:0},u.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(e,t){if(!o(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return u.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=u.allocUnsafe(t),i=0;for(r=0;r<e.length;++r){var s=e[r];if(!u.isBuffer(s))throw new TypeError('"list" argument must be an Array of Buffers');s.copy(n,i),i+=s.length}return n},u.byteLength=p,u.prototype._isBuffer=!0,u.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},u.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},u.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},u.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?S(this,0,e):m.apply(this,arguments)},u.prototype.equals=function(e){if(!u.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===u.compare(this,e)},u.prototype.inspect=function(){var e="",r=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,r).match(/.{2}/g).join(" "),this.length>r&&(e+=" ... ")),"<Buffer "+e+">"},u.prototype.compare=function(e,t,r,n,i){if(!u.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(this===e)return 0;for(var o=(i>>>=0)-(n>>>=0),s=(r>>>=0)-(t>>>=0),a=Math.min(o,s),l=this.slice(n,i),c=e.slice(t,r),h=0;h<a;++h)if(l[h]!==c[h]){o=l[h],s=c[h];break}return o<s?-1:s<o?1:0},u.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},u.prototype.indexOf=function(e,t,r){return y(this,e,t,r,!0)},u.prototype.lastIndexOf=function(e,t,r){return y(this,e,t,r,!1)},u.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(r)?(r|=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var i=this.length-t;if((void 0===r||r>i)&&(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 o=!1;;)switch(n){case"hex":return b(this,e,t,r);case"utf8":case"utf-8":return w(this,e,t,r);case"ascii":return _(this,e,t,r);case"latin1":case"binary":return k(this,e,t,r);case"base64":return x(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,e,t,r);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function M(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;i<r;++i)n+=String.fromCharCode(127&e[i]);return n}function I(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;i<r;++i)n+=String.fromCharCode(e[i]);return n}function P(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=t;o<r;++o)i+=D(e[o]);return i}function T(e,t,r){for(var n=e.slice(t,r),i="",o=0;o<n.length;o+=2)i+=String.fromCharCode(n[o]+256*n[o+1]);return i}function N(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function R(e,t,r,n,i,o){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function O(e,t,r,n){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-r,2);i<o;++i)e[r+i]=(t&255<<8*(n?i:1-i))>>>8*(n?i:1-i)}function C(e,t,r,n){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-r,4);i<o;++i)e[r+i]=t>>>8*(n?i:3-i)&255}function j(e,t,r,n,i,o){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function B(e,t,r,n,o){return o||j(e,0,r,4),i.write(e,t,r,n,23,4),r+4}function L(e,t,r,n,o){return o||j(e,0,r,8),i.write(e,t,r,n,52,8),r+8}u.prototype.slice=function(e,t){var r,n=this.length;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e),u.TYPED_ARRAY_SUPPORT)(r=this.subarray(e,t)).__proto__=u.prototype;else{var i=t-e;r=new u(i,void 0);for(var o=0;o<i;++o)r[o]=this[o+e]}return r},u.prototype.readUIntLE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var n=this[e],i=1,o=0;++o<t&&(i*=256);)n+=this[e+o]*i;return n},u.prototype.readUIntBE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var n=this[e+--t],i=1;t>0&&(i*=256);)n+=this[e+--t]*i;return n},u.prototype.readUInt8=function(e,t){return t||N(e,1,this.length),this[e]},u.prototype.readUInt16LE=function(e,t){return t||N(e,2,this.length),this[e]|this[e+1]<<8},u.prototype.readUInt16BE=function(e,t){return t||N(e,2,this.length),this[e]<<8|this[e+1]},u.prototype.readUInt32LE=function(e,t){return t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},u.prototype.readUInt32BE=function(e,t){return t||N(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},u.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var n=this[e],i=1,o=0;++o<t&&(i*=256);)n+=this[e+o]*i;return n>=(i*=128)&&(n-=Math.pow(2,8*t)),n},u.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var n=t,i=1,o=this[e+--n];n>0&&(i*=256);)o+=this[e+--n]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},u.prototype.readInt8=function(e,t){return t||N(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},u.prototype.readInt16LE=function(e,t){t||N(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt16BE=function(e,t){t||N(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt32LE=function(e,t){return t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},u.prototype.readInt32BE=function(e,t){return t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},u.prototype.readFloatLE=function(e,t){return t||N(e,4,this.length),i.read(this,e,!0,23,4)},u.prototype.readFloatBE=function(e,t){return t||N(e,4,this.length),i.read(this,e,!1,23,4)},u.prototype.readDoubleLE=function(e,t){return t||N(e,8,this.length),i.read(this,e,!0,52,8)},u.prototype.readDoubleBE=function(e,t){return t||N(e,8,this.length),i.read(this,e,!1,52,8)},u.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||R(this,e,t,r,Math.pow(2,8*r)-1,0);var i=1,o=0;for(this[t]=255&e;++o<r&&(i*=256);)this[t+o]=e/i&255;return t+r},u.prototype.writeUIntBE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||R(this,e,t,r,Math.pow(2,8*r)-1,0);var i=r-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+r},u.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,1,255,0),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},u.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):O(this,e,t,!0),t+2},u.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):O(this,e,t,!1),t+2},u.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):C(this,e,t,!0),t+4},u.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):C(this,e,t,!1),t+4},u.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var i=Math.pow(2,8*r-1);R(this,e,t,r,i-1,-i)}var o=0,s=1,a=0;for(this[t]=255&e;++o<r&&(s*=256);)e<0&&0===a&&0!==this[t+o-1]&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+r},u.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var i=Math.pow(2,8*r-1);R(this,e,t,r,i-1,-i)}var o=r-1,s=1,a=0;for(this[t+o]=255&e;--o>=0&&(s*=256);)e<0&&0===a&&0!==this[t+o+1]&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+r},u.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,1,127,-128),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},u.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):O(this,e,t,!0),t+2},u.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):O(this,e,t,!1),t+2},u.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):C(this,e,t,!0),t+4},u.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):C(this,e,t,!1),t+4},u.prototype.writeFloatLE=function(e,t,r){return B(this,e,t,!0,r)},u.prototype.writeFloatBE=function(e,t,r){return B(this,e,t,!1,r)},u.prototype.writeDoubleLE=function(e,t,r){return L(this,e,t,!0,r)},u.prototype.writeDoubleBE=function(e,t,r){return L(this,e,t,!1,r)},u.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<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=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<n-r&&(n=e.length-t+r);var i,o=n-r;if(this===e&&r<t&&t<n)for(i=o-1;i>=0;--i)e[i+t]=this[i+r];else if(o<1e3||!u.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)e[i+t]=this[i+r];else Uint8Array.prototype.set.call(e,this.subarray(r,r+o),t);return o},u.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),1===e.length){var i=e.charCodeAt(0);i<256&&(e=i)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!u.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var o;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(o=t;o<r;++o)this[o]=e;else{var s=u.isBuffer(e)?e:z(new u(e,n).toString()),a=s.length;for(o=0;o<r-t;++o)this[o+t]=s[o%a]}return this};var U=/[^+\/0-9A-Za-z-_]/g;function D(e){return e<16?"0"+e.toString(16):e.toString(16)}function z(e,t){var r;t=t||1/0;for(var n=e.length,i=null,o=[],s=0;s<n;++s){if((r=e.charCodeAt(s))>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(s+1===n){(t-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;o.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;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function F(e){return n.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(U,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function H(e,t,r,n){for(var i=0;i<n&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}}).call(this,r(2))},function(e,t){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"===("undefined"==typeof window?"undefined":r(window))&&(n=window)}e.exports=n},function(e,t,r){e.exports=r(13)},function(e,t){function r(e,t,r,n,i,o,s){try{var a=e[o](s),u=a.value}catch(e){return void r(e)}a.done?t(u):Promise.resolve(u).then(n,i)}e.exports=function(e){return function(){var t=this,n=arguments;return new Promise((function(i,o){var s=e.apply(t,n);function a(e){r(s,i,o,a,u,"next",e)}function u(e){r(s,i,o,a,u,"throw",e)}a(void 0)}))}},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,r){var n=r(6);e.exports=function(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.__esModule=!0,e.exports.default=e.exports},function(e,t,r){(function(e,n){var i;function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
|
|
9
|
-
/*! https://mths.be/punycode v1.4.0 by @mathias */!function(
|
|
8
|
+
var n=r(19),i=r(20),o=r(21);function a(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(a()<t)throw new RangeError("Invalid typed array length");return u.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=u.prototype:(null===e&&(e=new u(t)),e.length=t),e}function u(e,t,r){if(!(u.TYPED_ARRAY_SUPPORT||this instanceof u))return new u(e,t,r);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return h(this,e)}return l(this,e,t,r)}function l(e,t,r,n){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,r,n){if(t.byteLength,r<0||t.byteLength<r)throw new RangeError("'offset' is out of bounds");if(t.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");t=void 0===r&&void 0===n?new Uint8Array(t):void 0===n?new Uint8Array(t,r):new Uint8Array(t,r,n);u.TYPED_ARRAY_SUPPORT?(e=t).__proto__=u.prototype:e=f(e,t);return e}(e,t,r,n):"string"==typeof t?function(e,t,r){"string"==typeof r&&""!==r||(r="utf8");if(!u.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=0|p(t,r),i=(e=s(e,n)).write(t,r);i!==n&&(e=e.slice(0,i));return e}(e,t,r):function(e,t){if(u.isBuffer(t)){var r=0|d(t.length);return 0===(e=s(e,r)).length||t.copy(e,0,0,r),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(n=t.length)!=n?s(e,0):f(e,t);if("Buffer"===t.type&&o(t.data))return f(e,t.data)}var n;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function c(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function h(e,t){if(c(t),e=s(e,t<0?0:0|d(t)),!u.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)e[r]=0;return e}function f(e,t){var r=t.length<0?0:0|d(t.length);e=s(e,r);for(var n=0;n<r;n+=1)e[n]=255&t[n];return e}function d(e){if(e>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function p(e,t){if(u.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 z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return F(e).length;default:if(n)return z(e).length;t=(""+t).toLowerCase(),n=!0}}function m(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))return"";for(e||(e="utf8");;)switch(e){case"hex":return P(this,t,r);case"utf8":case"utf-8":return S(this,t,r);case"ascii":return M(this,t,r);case"latin1":case"binary":return I(this,t,r);case"base64":return E(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function g(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function y(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=u.from(t,n)),u.isBuffer(t))return 0===t.length?-1:v(e,t,r,n,i);if("number"==typeof t)return t&=255,u.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):v(e,[t],r,n,i);throw new TypeError("val must be string, number or Buffer")}function v(e,t,r,n,i){var o,a=1,s=e.length,u=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;a=2,s/=2,u/=2,r/=2}function l(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var c=-1;for(o=r;o<s;o++)if(l(e,o)===l(t,-1===c?0:o-c)){if(-1===c&&(c=o),o-c+1===u)return c*a}else-1!==c&&(o-=o-c),c=-1}else for(r+u>s&&(r=s-u),o=r;o>=0;o--){for(var h=!0,f=0;f<u;f++)if(l(e,o+f)!==l(t,f)){h=!1;break}if(h)return o}return-1}function b(e,t,r,n){r=Number(r)||0;var i=e.length-r;n?(n=Number(n))>i&&(n=i):n=i;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var a=0;a<n;++a){var s=parseInt(t.substr(2*a,2),16);if(isNaN(s))return a;e[r+a]=s}return a}function w(e,t,r,n){return H(z(t,e.length-r),e,r,n)}function _(e,t,r,n){return H(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,n)}function k(e,t,r,n){return _(e,t,r,n)}function x(e,t,r,n){return H(F(t),e,r,n)}function A(e,t,r,n){return H(function(e,t){for(var r,n,i,o=[],a=0;a<e.length&&!((t-=2)<0);++a)r=e.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}(t,e.length-r),e,r,n)}function E(e,t,r){return 0===t&&r===e.length?n.fromByteArray(e):n.fromByteArray(e.slice(t,r))}function S(e,t,r){r=Math.min(e.length,r);for(var n=[],i=t;i<r;){var o,a,s,u,l=e[i],c=null,h=l>239?4:l>223?3:l>191?2:1;if(i+h<=r)switch(h){case 1:l<128&&(c=l);break;case 2:128==(192&(o=e[i+1]))&&(u=(31&l)<<6|63&o)>127&&(c=u);break;case 3:o=e[i+1],a=e[i+2],128==(192&o)&&128==(192&a)&&(u=(15&l)<<12|(63&o)<<6|63&a)>2047&&(u<55296||u>57343)&&(c=u);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(u=(15&l)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&u<1114112&&(c=u)}null===c?(c=65533,h=1):c>65535&&(c-=65536,n.push(c>>>10&1023|55296),c=56320|1023&c),n.push(c),i+=h}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=4096));return r}(n)}t.Buffer=u,t.SlowBuffer=function(e){+e!=e&&(e=0);return u.alloc(+e)},t.INSPECT_MAX_BYTES=50,u.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){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(e){return!1}}(),t.kMaxLength=a(),u.poolSize=8192,u._augment=function(e){return e.__proto__=u.prototype,e},u.from=function(e,t,r){return l(null,e,t,r)},u.TYPED_ARRAY_SUPPORT&&(u.prototype.__proto__=Uint8Array.prototype,u.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&u[Symbol.species]===u&&Object.defineProperty(u,Symbol.species,{value:null,configurable:!0})),u.alloc=function(e,t,r){return function(e,t,r,n){return c(t),t<=0?s(e,t):void 0!==r?"string"==typeof n?s(e,t).fill(r,n):s(e,t).fill(r):s(e,t)}(null,e,t,r)},u.allocUnsafe=function(e){return h(null,e)},u.allocUnsafeSlow=function(e){return h(null,e)},u.isBuffer=function(e){return!(null==e||!e._isBuffer)},u.compare=function(e,t){if(!u.isBuffer(e)||!u.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,n=t.length,i=0,o=Math.min(r,n);i<o;++i)if(e[i]!==t[i]){r=e[i],n=t[i];break}return r<n?-1:n<r?1:0},u.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(e,t){if(!o(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return u.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=u.allocUnsafe(t),i=0;for(r=0;r<e.length;++r){var a=e[r];if(!u.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(n,i),i+=a.length}return n},u.byteLength=p,u.prototype._isBuffer=!0,u.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},u.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},u.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},u.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?S(this,0,e):m.apply(this,arguments)},u.prototype.equals=function(e){if(!u.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===u.compare(this,e)},u.prototype.inspect=function(){var e="",r=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,r).match(/.{2}/g).join(" "),this.length>r&&(e+=" ... ")),"<Buffer "+e+">"},u.prototype.compare=function(e,t,r,n,i){if(!u.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(this===e)return 0;for(var o=(i>>>=0)-(n>>>=0),a=(r>>>=0)-(t>>>=0),s=Math.min(o,a),l=this.slice(n,i),c=e.slice(t,r),h=0;h<s;++h)if(l[h]!==c[h]){o=l[h],a=c[h];break}return o<a?-1:a<o?1:0},u.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},u.prototype.indexOf=function(e,t,r){return y(this,e,t,r,!0)},u.prototype.lastIndexOf=function(e,t,r){return y(this,e,t,r,!1)},u.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(r)?(r|=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var i=this.length-t;if((void 0===r||r>i)&&(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 o=!1;;)switch(n){case"hex":return b(this,e,t,r);case"utf8":case"utf-8":return w(this,e,t,r);case"ascii":return _(this,e,t,r);case"latin1":case"binary":return k(this,e,t,r);case"base64":return x(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,e,t,r);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function M(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;i<r;++i)n+=String.fromCharCode(127&e[i]);return n}function I(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;i<r;++i)n+=String.fromCharCode(e[i]);return n}function P(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=t;o<r;++o)i+=D(e[o]);return i}function T(e,t,r){for(var n=e.slice(t,r),i="",o=0;o<n.length;o+=2)i+=String.fromCharCode(n[o]+256*n[o+1]);return i}function N(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function R(e,t,r,n,i,o){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function O(e,t,r,n){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-r,2);i<o;++i)e[r+i]=(t&255<<8*(n?i:1-i))>>>8*(n?i:1-i)}function C(e,t,r,n){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-r,4);i<o;++i)e[r+i]=t>>>8*(n?i:3-i)&255}function j(e,t,r,n,i,o){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function B(e,t,r,n,o){return o||j(e,0,r,4),i.write(e,t,r,n,23,4),r+4}function L(e,t,r,n,o){return o||j(e,0,r,8),i.write(e,t,r,n,52,8),r+8}u.prototype.slice=function(e,t){var r,n=this.length;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e),u.TYPED_ARRAY_SUPPORT)(r=this.subarray(e,t)).__proto__=u.prototype;else{var i=t-e;r=new u(i,void 0);for(var o=0;o<i;++o)r[o]=this[o+e]}return r},u.prototype.readUIntLE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var n=this[e],i=1,o=0;++o<t&&(i*=256);)n+=this[e+o]*i;return n},u.prototype.readUIntBE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var n=this[e+--t],i=1;t>0&&(i*=256);)n+=this[e+--t]*i;return n},u.prototype.readUInt8=function(e,t){return t||N(e,1,this.length),this[e]},u.prototype.readUInt16LE=function(e,t){return t||N(e,2,this.length),this[e]|this[e+1]<<8},u.prototype.readUInt16BE=function(e,t){return t||N(e,2,this.length),this[e]<<8|this[e+1]},u.prototype.readUInt32LE=function(e,t){return t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},u.prototype.readUInt32BE=function(e,t){return t||N(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},u.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var n=this[e],i=1,o=0;++o<t&&(i*=256);)n+=this[e+o]*i;return n>=(i*=128)&&(n-=Math.pow(2,8*t)),n},u.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||N(e,t,this.length);for(var n=t,i=1,o=this[e+--n];n>0&&(i*=256);)o+=this[e+--n]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},u.prototype.readInt8=function(e,t){return t||N(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},u.prototype.readInt16LE=function(e,t){t||N(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt16BE=function(e,t){t||N(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt32LE=function(e,t){return t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},u.prototype.readInt32BE=function(e,t){return t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},u.prototype.readFloatLE=function(e,t){return t||N(e,4,this.length),i.read(this,e,!0,23,4)},u.prototype.readFloatBE=function(e,t){return t||N(e,4,this.length),i.read(this,e,!1,23,4)},u.prototype.readDoubleLE=function(e,t){return t||N(e,8,this.length),i.read(this,e,!0,52,8)},u.prototype.readDoubleBE=function(e,t){return t||N(e,8,this.length),i.read(this,e,!1,52,8)},u.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||R(this,e,t,r,Math.pow(2,8*r)-1,0);var i=1,o=0;for(this[t]=255&e;++o<r&&(i*=256);)this[t+o]=e/i&255;return t+r},u.prototype.writeUIntBE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||R(this,e,t,r,Math.pow(2,8*r)-1,0);var i=r-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+r},u.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,1,255,0),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},u.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):O(this,e,t,!0),t+2},u.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):O(this,e,t,!1),t+2},u.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):C(this,e,t,!0),t+4},u.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):C(this,e,t,!1),t+4},u.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var i=Math.pow(2,8*r-1);R(this,e,t,r,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o<r&&(a*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+r},u.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var i=Math.pow(2,8*r-1);R(this,e,t,r,i-1,-i)}var o=r-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+r},u.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,1,127,-128),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},u.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):O(this,e,t,!0),t+2},u.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):O(this,e,t,!1),t+2},u.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):C(this,e,t,!0),t+4},u.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):C(this,e,t,!1),t+4},u.prototype.writeFloatLE=function(e,t,r){return B(this,e,t,!0,r)},u.prototype.writeFloatBE=function(e,t,r){return B(this,e,t,!1,r)},u.prototype.writeDoubleLE=function(e,t,r){return L(this,e,t,!0,r)},u.prototype.writeDoubleBE=function(e,t,r){return L(this,e,t,!1,r)},u.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<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=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<n-r&&(n=e.length-t+r);var i,o=n-r;if(this===e&&r<t&&t<n)for(i=o-1;i>=0;--i)e[i+t]=this[i+r];else if(o<1e3||!u.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)e[i+t]=this[i+r];else Uint8Array.prototype.set.call(e,this.subarray(r,r+o),t);return o},u.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),1===e.length){var i=e.charCodeAt(0);i<256&&(e=i)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!u.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var o;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(o=t;o<r;++o)this[o]=e;else{var a=u.isBuffer(e)?e:z(new u(e,n).toString()),s=a.length;for(o=0;o<r-t;++o)this[o+t]=a[o%s]}return this};var U=/[^+\/0-9A-Za-z-_]/g;function D(e){return e<16?"0"+e.toString(16):e.toString(16)}function z(e,t){var r;t=t||1/0;for(var n=e.length,i=null,o=[],a=0;a<n;++a){if((r=e.charCodeAt(a))>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===n){(t-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;o.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;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function F(e){return n.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(U,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function H(e,t,r,n){for(var i=0;i<n&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}}).call(this,r(2))},function(e,t){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"===("undefined"==typeof window?"undefined":r(window))&&(n=window)}e.exports=n},function(e,t,r){e.exports=r(13)},function(e,t){function r(e,t,r,n,i,o,a){try{var s=e[o](a),u=s.value}catch(e){return void r(e)}s.done?t(u):Promise.resolve(u).then(n,i)}e.exports=function(e){return function(){var t=this,n=arguments;return new Promise((function(i,o){var a=e.apply(t,n);function s(e){r(a,i,o,s,u,"next",e)}function u(e){r(a,i,o,s,u,"throw",e)}s(void 0)}))}},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,r){var n=r(6);e.exports=function(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.__esModule=!0,e.exports.default=e.exports},function(e,t,r){(function(e,n){var i;function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
|
|
9
|
+
/*! https://mths.be/punycode v1.4.0 by @mathias */!function(a){var s="object"==o(t)&&t&&!t.nodeType&&t,u="object"==o(e)&&e&&!e.nodeType&&e,l="object"==(void 0===n?"undefined":o(n))&&n;l.global!==l&&l.window!==l&&l.self!==l||(a=l);var c,h,f=2147483647,d=/^xn--/,p=/[^\x20-\x7E]/,m=/[\x2E\u3002\uFF0E\uFF61]/g,g={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},y=Math.floor,v=String.fromCharCode;function b(e){throw new RangeError(g[e])}function w(e,t){for(var r=e.length,n=[];r--;)n[r]=t(e[r]);return n}function _(e,t){var r=e.split("@"),n="";return r.length>1&&(n=r[0]+"@",e=r[1]),n+w((e=e.replace(m,".")).split("."),t).join(".")}function k(e){for(var t,r,n=[],i=0,o=e.length;i<o;)(t=e.charCodeAt(i++))>=55296&&t<=56319&&i<o?56320==(64512&(r=e.charCodeAt(i++)))?n.push(((1023&t)<<10)+(1023&r)+65536):(n.push(t),i--):n.push(t);return n}function x(e){return w(e,(function(e){var t="";return e>65535&&(t+=v((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=v(e)})).join("")}function A(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function E(e,t,r){var n=0;for(e=r?y(e/700):e>>1,e+=y(e/t);e>455;n+=36)e=y(e/35);return y(n+36*e/(e+38))}function S(e){var t,r,n,i,o,a,s,u,l,c,h,d=[],p=e.length,m=0,g=128,v=72;for((r=e.lastIndexOf("-"))<0&&(r=0),n=0;n<r;++n)e.charCodeAt(n)>=128&&b("not-basic"),d.push(e.charCodeAt(n));for(i=r>0?r+1:0;i<p;){for(o=m,a=1,s=36;i>=p&&b("invalid-input"),((u=(h=e.charCodeAt(i++))-48<10?h-22:h-65<26?h-65:h-97<26?h-97:36)>=36||u>y((f-m)/a))&&b("overflow"),m+=u*a,!(u<(l=s<=v?1:s>=v+26?26:s-v));s+=36)a>y(f/(c=36-l))&&b("overflow"),a*=c;v=E(m-o,t=d.length+1,0==o),y(m/t)>f-g&&b("overflow"),g+=y(m/t),m%=t,d.splice(m++,0,g)}return x(d)}function M(e){var t,r,n,i,o,a,s,u,l,c,h,d,p,m,g,w=[];for(d=(e=k(e)).length,t=128,r=0,o=72,a=0;a<d;++a)(h=e[a])<128&&w.push(v(h));for(n=i=w.length,i&&w.push("-");n<d;){for(s=f,a=0;a<d;++a)(h=e[a])>=t&&h<s&&(s=h);for(s-t>y((f-r)/(p=n+1))&&b("overflow"),r+=(s-t)*p,t=s,a=0;a<d;++a)if((h=e[a])<t&&++r>f&&b("overflow"),h==t){for(u=r,l=36;!(u<(c=l<=o?1:l>=o+26?26:l-o));l+=36)g=u-c,m=36-c,w.push(v(A(c+g%m,0))),u=y(g/m);w.push(v(A(u,0))),o=E(r,p,n==i),r=0,++n}++r,++t}return w.join("")}if(c={version:"1.3.2",ucs2:{decode:k,encode:x},decode:S,encode:M,toASCII:function(e){return _(e,(function(e){return p.test(e)?"xn--"+M(e):e}))},toUnicode:function(e){return _(e,(function(e){return d.test(e)?S(e.slice(4).toLowerCase()):e}))}},"object"==o(r(9))&&r(9))void 0===(i=function(){return c}.call(t,r,t,e))||(e.exports=i);else if(s&&u)if(e.exports==s)u.exports=c;else for(h in c)c.hasOwnProperty(h)&&(s[h]=c[h]);else a.punycode=c}(this)}).call(this,r(0)(e),r(2))},function(e,t){(function(t){e.exports=t}).call(this,{})},function(e,t,r){(function(e){var n,i;function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
|
|
10
10
|
/*!
|
|
11
11
|
* URI.js - Mutating URLs
|
|
12
12
|
* IPv6 Support
|
|
@@ -19,7 +19,7 @@ var n=r(19),i=r(20),o=r(21);function s(){return u.TYPED_ARRAY_SUPPORT?2147483647
|
|
|
19
19
|
* Licensed under
|
|
20
20
|
* MIT License http://www.opensource.org/licenses/mit-license
|
|
21
21
|
*
|
|
22
|
-
*/!function(s
|
|
22
|
+
*/!function(a,s){"use strict";"object"===o(e)&&e.exports?e.exports=s():void 0===(i="function"==typeof(n=s)?n.call(t,r,t,e):n)||(e.exports=i)}(0,(function(e){"use strict";var t=e&&e.IPv6;return{best:function(e){var t,r,n=e.toLowerCase().split(":"),i=n.length,o=8;for(""===n[0]&&""===n[1]&&""===n[2]?(n.shift(),n.shift()):""===n[0]&&""===n[1]?n.shift():""===n[i-1]&&""===n[i-2]&&n.pop(),-1!==n[(i=n.length)-1].indexOf(".")&&(o=7),t=0;t<i&&""!==n[t];t++);if(t<o)for(n.splice(t,1,"0000");n.length<o;)n.splice(t,0,"0000");for(var a=0;a<o;a++){r=n[a].split("");for(var s=0;s<3&&("0"===r[0]&&r.length>1);s++)r.splice(0,1);n[a]=r.join("")}var u=-1,l=0,c=0,h=-1,f=!1;for(a=0;a<o;a++)f?"0"===n[a]?c+=1:(f=!1,c>l&&(u=h,l=c)):"0"===n[a]&&(f=!0,h=a,c=1);c>l&&(u=h,l=c),l>1&&n.splice(u,l,""),i=n.length;var d="";for(""===n[0]&&(d=":"),a=0;a<i&&(d+=n[a],a!==i-1);a++)d+=":";return""===n[i-1]&&(d+=":"),d},noConflict:function(){return e.IPv6===this&&(e.IPv6=t),this}}}))}).call(this,r(0)(e))},function(e,t,r){(function(e){var n,i;function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
|
|
23
23
|
/*!
|
|
24
24
|
* URI.js - Mutating URLs
|
|
25
25
|
* Second Level Domain (SLD) Support
|
|
@@ -32,11 +32,11 @@ var n=r(19),i=r(20),o=r(21);function s(){return u.TYPED_ARRAY_SUPPORT?2147483647
|
|
|
32
32
|
* Licensed under
|
|
33
33
|
* MIT License http://www.opensource.org/licenses/mit-license
|
|
34
34
|
*
|
|
35
|
-
*/!function(s,a){"use strict";"object"===o(e)&&e.exports?e.exports=a():void 0===(i="function"==typeof(n=a)?n.call(t,r,t,e):n)||(e.exports=i)}(0,(function(e){"use strict";var t=e&&e.SecondLevelDomains,r={list:{ac:" com gov mil net org ",ae:" ac co gov mil name net org pro sch ",af:" com edu gov net org ",al:" com edu gov mil net org ",ao:" co ed gv it og pb ",ar:" com edu gob gov int mil net org tur ",at:" ac co gv or ",au:" asn com csiro edu gov id net org ",ba:" co com edu gov mil net org rs unbi unmo unsa untz unze ",bb:" biz co com edu gov info net org store tv ",bh:" biz cc com edu gov info net org ",bn:" com edu gov net org ",bo:" com edu gob gov int mil net org tv ",br:" adm adv agr am arq art ato b bio blog bmd cim cng cnt com coop ecn edu eng esp etc eti far flog fm fnd fot fst g12 ggf gov imb ind inf jor jus lel mat med mil mus net nom not ntr odo org ppg pro psc psi qsl rec slg srv tmp trd tur tv vet vlog wiki zlg ",bs:" com edu gov net org ",bz:" du et om ov rg ",ca:" ab bc mb nb nf nl ns nt nu on pe qc sk yk ",ck:" biz co edu gen gov info net org ",cn:" ac ah bj com cq edu fj gd gov gs gx gz ha hb he hi hl hn jl js jx ln mil net nm nx org qh sc sd sh sn sx tj tw xj xz yn zj ",co:" com edu gov mil net nom org ",cr:" ac c co ed fi go or sa ",cy:" ac biz com ekloges gov ltd name net org parliament press pro tm ",do:" art com edu gob gov mil net org sld web ",dz:" art asso com edu gov net org pol ",ec:" com edu fin gov info med mil net org pro ",eg:" com edu eun gov mil name net org sci ",er:" com edu gov ind mil net org rochest w ",es:" com edu gob nom org ",et:" biz com edu gov info name net org ",fj:" ac biz com info mil name net org pro ",fk:" ac co gov net nom org ",fr:" asso com f gouv nom prd presse tm ",gg:" co net org ",gh:" com edu gov mil org ",gn:" ac com gov net org ",gr:" com edu gov mil net org ",gt:" com edu gob ind mil net org ",gu:" com edu gov net org ",hk:" com edu gov idv net org ",hu:" 2000 agrar bolt casino city co erotica erotika film forum games hotel info ingatlan jogasz konyvelo lakas media news org priv reklam sex shop sport suli szex tm tozsde utazas video ",id:" ac co go mil net or sch web ",il:" ac co gov idf k12 muni net org ",in:" ac co edu ernet firm gen gov i ind mil net nic org res ",iq:" com edu gov i mil net org ",ir:" ac co dnssec gov i id net org sch ",it:" edu gov ",je:" co net org ",jo:" com edu gov mil name net org sch ",jp:" ac ad co ed go gr lg ne or ",ke:" ac co go info me mobi ne or sc ",kh:" com edu gov mil net org per ",ki:" biz com de edu gov info mob net org tel ",km:" asso com coop edu gouv k medecin mil nom notaires pharmaciens presse tm veterinaire ",kn:" edu gov net org ",kr:" ac busan chungbuk chungnam co daegu daejeon es gangwon go gwangju gyeongbuk gyeonggi gyeongnam hs incheon jeju jeonbuk jeonnam k kg mil ms ne or pe re sc seoul ulsan ",kw:" com edu gov net org ",ky:" com edu gov net org ",kz:" com edu gov mil net org ",lb:" com edu gov net org ",lk:" assn com edu gov grp hotel int ltd net ngo org sch soc web ",lr:" com edu gov net org ",lv:" asn com conf edu gov id mil net org ",ly:" com edu gov id med net org plc sch ",ma:" ac co gov m net org press ",mc:" asso tm ",me:" ac co edu gov its net org priv ",mg:" com edu gov mil nom org prd tm ",mk:" com edu gov inf name net org pro ",ml:" com edu gov net org presse ",mn:" edu gov org ",mo:" com edu gov net org ",mt:" com edu gov net org ",mv:" aero biz com coop edu gov info int mil museum name net org pro ",mw:" ac co com coop edu gov int museum net org ",mx:" com edu gob net org ",my:" com edu gov mil name net org sch ",nf:" arts com firm info net other per rec store web ",ng:" biz com edu gov mil mobi name net org sch ",ni:" ac co com edu gob mil net nom org ",np:" com edu gov mil net org ",nr:" biz com edu gov info net org ",om:" ac biz co com edu gov med mil museum net org pro sch ",pe:" com edu gob mil net nom org sld ",ph:" com edu gov i mil net ngo org ",pk:" biz com edu fam gob gok gon gop gos gov net org web ",pl:" art bialystok biz com edu gda gdansk gorzow gov info katowice krakow lodz lublin mil net ngo olsztyn org poznan pwr radom slupsk szczecin torun warszawa waw wroc wroclaw zgora ",pr:" ac biz com edu est gov info isla name net org pro prof ",ps:" com edu gov net org plo sec ",pw:" belau co ed go ne or ",ro:" arts com firm info nom nt org rec store tm www ",rs:" ac co edu gov in org ",sb:" com edu gov net org ",sc:" com edu gov net org ",sh:" co com edu gov net nom org ",sl:" com edu gov net org ",st:" co com consulado edu embaixada gov mil net org principe saotome store ",sv:" com edu gob org red ",sz:" ac co org ",tr:" av bbs bel biz com dr edu gen gov info k12 name net org pol tel tsk tv web ",tt:" aero biz cat co com coop edu gov info int jobs mil mobi museum name net org pro tel travel ",tw:" club com ebiz edu game gov idv mil net org ",mu:" ac co com gov net or org ",mz:" ac co edu gov org ",na:" co com ",nz:" ac co cri geek gen govt health iwi maori mil net org parliament school ",pa:" abo ac com edu gob ing med net nom org sld ",pt:" com edu gov int net nome org publ ",py:" com edu gov mil net org ",qa:" com edu gov mil net org ",re:" asso com nom ",ru:" ac adygeya altai amur arkhangelsk astrakhan bashkiria belgorod bir bryansk buryatia cbg chel chelyabinsk chita chukotka chuvashia com dagestan e-burg edu gov grozny int irkutsk ivanovo izhevsk jar joshkar-ola kalmykia kaluga kamchatka karelia kazan kchr kemerovo khabarovsk khakassia khv kirov koenig komi kostroma kranoyarsk kuban kurgan kursk lipetsk magadan mari mari-el marine mil mordovia mosreg msk murmansk nalchik net nnov nov novosibirsk nsk omsk orenburg org oryol penza perm pp pskov ptz rnd ryazan sakhalin samara saratov simbirsk smolensk spb stavropol stv surgut tambov tatarstan tom tomsk tsaritsyn tsk tula tuva tver tyumen udm udmurtia ulan-ude vladikavkaz vladimir vladivostok volgograd vologda voronezh vrn vyatka yakutia yamal yekaterinburg yuzhno-sakhalinsk ",rw:" ac co com edu gouv gov int mil net ",sa:" com edu gov med net org pub sch ",sd:" com edu gov info med net org tv ",se:" a ac b bd c d e f g h i k l m n o org p parti pp press r s t tm u w x y z ",sg:" com edu gov idn net org per ",sn:" art com edu gouv org perso univ ",sy:" com edu gov mil net news org ",th:" ac co go in mi net or ",tj:" ac biz co com edu go gov info int mil name net nic org test web ",tn:" agrinet com defense edunet ens fin gov ind info intl mincom nat net org perso rnrt rns rnu tourism ",tz:" ac co go ne or ",ua:" biz cherkassy chernigov chernovtsy ck cn co com crimea cv dn dnepropetrovsk donetsk dp edu gov if in ivano-frankivsk kh kharkov kherson khmelnitskiy kiev kirovograd km kr ks kv lg lugansk lutsk lviv me mk net nikolaev od odessa org pl poltava pp rovno rv sebastopol sumy te ternopil uzhgorod vinnica vn zaporizhzhe zhitomir zp zt ",ug:" ac co go ne or org sc ",uk:" ac bl british-library co cym gov govt icnet jet lea ltd me mil mod national-library-scotland nel net nhs nic nls org orgn parliament plc police sch scot soc ",us:" dni fed isa kids nsn ",uy:" com edu gub mil net org ",ve:" co com edu gob info mil net org web ",vi:" co com k12 net org ",vn:" ac biz com edu gov health info int name net org pro ",ye:" co com gov ltd me net org plc ",yu:" ac co edu gov org ",za:" ac agric alt bourse city co cybernet db edu gov grondar iaccess imt inca landesign law mil net ngo nis nom olivetti org pix school tm web ",zm:" ac co com edu gov net org sch ",com:"ar br cn de eu gb gr hu jpn kr no qc ru sa se uk us uy za ",net:"gb jp se uk ",org:"ae",de:"com "},has:function(e){var t=e.lastIndexOf(".");if(t<=0||t>=e.length-1)return!1;var n=e.lastIndexOf(".",t-1);if(n<=0||n>=t-1)return!1;var i=r.list[e.slice(t+1)];return!!i&&i.indexOf(" "+e.slice(n+1,t)+" ")>=0},is:function(e){var t=e.lastIndexOf(".");if(t<=0||t>=e.length-1)return!1;if(e.lastIndexOf(".",t-1)>=0)return!1;var n=r.list[e.slice(t+1)];return!!n&&n.indexOf(" "+e.slice(0,t)+" ")>=0},get:function(e){var t=e.lastIndexOf(".");if(t<=0||t>=e.length-1)return null;var n=e.lastIndexOf(".",t-1);if(n<=0||n>=t-1)return null;var i=r.list[e.slice(t+1)];return i?i.indexOf(" "+e.slice(n+1,t)+" ")<0?null:e.slice(n+1):null},noConflict:function(){return e.SecondLevelDomains===this&&(e.SecondLevelDomains=t),this}};return r}))}).call(this,r(0)(e))},function(e,t,r){var n=r(3),i=r(4),o=r(5),s=r(14),a=r(15);function u(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 l(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){o(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var c=r(16),h=r(17),f=h.ValidatePresence,d=h.ValidatePermission,p=function(){"use strict";function e(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{offline:!1};s(this,e),this.client=t,this.subjectNames={},this.drafts={},this.offline=r.offline}var t,r,o,u,h,p,m,g,y,v,b,w,_,k,x;return a(e,[{key:"FormatDate",value:function(e){if(e){if(isNaN(new Date(e)))throw Error("Invalid start time: ".concat(e));return new Date(e).toISOString()}}},{key:"FormatProfile",value:function(e){var t=this;d(e.default_permission);var r={};return e.start&&(r.start=this.FormatDate(e.start)),e.end&&(r.end=this.FormatDate(e.end)),["assets","offerings"].forEach((function(n){var i=e[n]||{};r[n]={default_permission:i.default_permission||i.default_permissions||"no-access"},i.custom_permissions&&(r[n].custom_permissions={},Object.keys(i.custom_permissions).forEach((function(e){var o=i.custom_permissions[e],s={permission:d(o.permission)};o.start&&(s.start=t.FormatDate(o.start)),o.end&&(s.end=t.FormatDate(o.end)),r[n].custom_permissions[e]=l(l({},o),s)})))})),r}},{key:"FormatPermission",value:(x=i(n.mark((function e(t){var r,i,o,s,a,u,l,h,f,d,p,m;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.policyId,i=t.policyWriteToken,o=t.permission,s=o.subject.type.startsWith("oauth")?"oauth":"fabric",e.t0=o.subject.type,e.next="otp"===e.t0?5:"otp_subject"===e.t0?8:"group"===e.t0||"oauth_group"===e.t0?13:"user"===e.t0||"oauth_user"===e.t0?16:19;break;case 5:return a="ntp",u=o.subject.id,e.abrupt("break",20);case 8:return a="ntp_subject",u=o.subject.id,l=u,h=o.subject.otp_id,e.abrupt("break",20);case 13:return a="group",u="oauth"===s?o.subject.oauth_id:this.client.utils.HashToAddress(o.subject.id),e.abrupt("break",20);case 16:return a="user",u="oauth"===s?o.subject.oauth_id:this.client.utils.HashToAddress(o.subject.id),e.abrupt("break",20);case 19:throw Error("Unknown subject type: "+o.subject.type);case 20:if(f=o.subject.oauth_id||o.subject.id,d=this.subjectNames[f],l=l||d||o.subject.id,d||"fabric"!==s){e.next=74;break}if("group"!==a){e.next=36;break}return e.next=27,this.client.ContentSpaceId();case 27:return p=e.sent.replace("ispc","ilib"),e.next=30,this.client.ContentObjectMetadata({libraryId:p,objectId:this.client.utils.AddressToObjectId(u),metadataSubtree:c("public","name")});case 30:if(e.t1=e.sent,e.t1){e.next=33;break}e.t1=u;case 33:l=e.t1,e.next=74;break;case 36:if("user"!==a){e.next=56;break}return e.t4=this.client,e.next=40,this.client.ContentObjectLibraryId({objectId:r});case 40:return e.t5=e.sent,e.t6=r,e.t7=i,e.t8=c("auth_policy_settings","fabric_users",u),e.t9={libraryId:e.t5,objectId:e.t6,writeToken:e.t7,metadataSubtree:e.t8},e.next=47,e.t4.ContentObjectMetadata.call(e.t4,e.t9);case 47:if(e.t3=e.sent,e.t3){e.next=50;break}e.t3={};case 50:if(e.t2=e.t3.name,e.t2){e.next=53;break}e.t2=u;case 53:l=e.t2,e.next=74;break;case 56:if("ntp"!==a){e.next=74;break}return e.t12=this.client,e.next=60,this.client.ContentObjectLibraryId({objectId:r});case 60:return e.t13=e.sent,e.t14=r,e.t15=i,e.t16=c("auth_policy_settings","ntp_instances",u),e.t17={libraryId:e.t13,objectId:e.t14,writeToken:e.t15,metadataSubtree:e.t16},e.next=67,e.t12.ContentObjectMetadata.call(e.t12,e.t17);case 67:if(e.t11=e.sent,e.t11){e.next=70;break}e.t11={};case 70:if(e.t10=e.t11.name,e.t10){e.next=73;break}e.t10=u;case 73:l=e.t10;case 74:return this.subjectNames[f]=l,m={profileName:o.profile,subjectSource:s,subjectType:a,subjectId:u,subjectName:l},h&&(m.subjectNTPId=h),o.start&&(m.start=o.start),o.end&&(m.end=o.end),e.abrupt("return",m);case 80:case"end":return e.stop()}}),e,this)}))),function(e){return x.apply(this,arguments)})},{key:"OpenOfflineDraft",value:(k=i(n.mark((function e(t){var r,i,o,s;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.policyId,i=t.policyLibraryId,o=t.policyWriteToken,null!=i){e.next=5;break}return e.next=4,this.client.ContentObjectLibraryId({objectId:r});case 4:i=e.sent;case 5:return e.next=7,this.client.ContentObjectMetadata({libraryId:i,objectId:r,writeToken:o});case 7:s=e.sent,this.drafts[r]={meta:s,policyLibraryId:i,policyWriteToken:o};case 9:case"end":return e.stop()}}),e,this)}))),function(e){return k.apply(this,arguments)})},{key:"CloseOfflineDraft",value:(_=i(n.mark((function e(t){var r;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.policyId,null!=this.drafts[r]){e.next=3;break}throw Error("No draft open for policyId: "+r);case 3:return e.next=5,this.client.ReplaceMetadata({libraryId:this.drafts[r].policyLibraryId,objectId:r,writeToken:this.drafts[r].policyWriteToken,metadata:this.drafts[r].meta});case 5:this.drafts[r]=null;case 6:case"end":return e.stop()}}),e,this)}))),function(e){return _.apply(this,arguments)})},{key:"PolicyItems",value:(w=i(n.mark((function e(t){var r,i;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,e.t1=this.client,e.next=4,this.client.ContentObjectLibraryId({objectId:r});case 4:return e.t2=e.sent,e.t3=r,e.t4=i,e.t5=["*/display_title"],e.t6={libraryId:e.t2,objectId:e.t3,writeToken:e.t4,metadataSubtree:"auth_policy_spec",select:e.t5},e.next=11,e.t1.ContentObjectMetadata.call(e.t1,e.t6);case 11:if(e.t0=e.sent,e.t0){e.next=14;break}e.t0={};case 14:return e.abrupt("return",e.t0);case 15:case"end":return e.stop()}}),e,this)}))),function(e){return w.apply(this,arguments)})},{key:"ItemPolicy",value:(b=i(n.mark((function e(t){var r,i,o,s,a;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,e.next=3,this.ItemProfiles({policyId:r,policyWriteToken:i,itemId:o});case 3:return s=e.sent,e.next=6,this.ItemPermissions({policyId:r,policyWriteToken:i,itemId:o});case 6:if(a=e.sent,s&&a){e.next=9;break}return e.abrupt("return");case 9:return e.abrupt("return",{profiles:s,permissions:a});case 10:case"end":return e.stop()}}),e,this)}))),function(e){return b.apply(this,arguments)})},{key:"CreateItemPolicy",value:(v=i(n.mark((function e(t){var r,i,o,s,a,u,l,h,d,p=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,s=t.profiles,a=void 0===s?{}:s,f("policyId",r),f("policyWriteToken",i),f("itemId",o),f("profiles",a),e.t1=this.client,e.next=8,this.client.ContentObjectLibraryId({objectId:o});case 8:return e.t2=e.sent,e.t3=o,e.t4=["public/name","public/asset_metadata/title","public/asset_metadata/display_title"],e.t5={libraryId:e.t2,objectId:e.t3,select:e.t4},e.next=14,e.t1.ContentObjectMetadata.call(e.t1,e.t5);case 14:if(e.t0=e.sent,e.t0){e.next=17;break}e.t0={};case 17:return u=e.t0,l=(u.public||{}).asset_metadata||{},h=l.display_title||l.title||(u.public||{}).name,d={display_title:h,permissions:[],profiles:{}},Object.keys(a).forEach((function(e){d.profiles[e]=p.FormatProfile(a[e])})),e.t6=this.client,e.next=25,this.client.ContentObjectLibraryId({objectId:r});case 25:return e.t7=e.sent,e.t8=r,e.t9=i,e.t10=c("auth_policy_spec",o),e.t11=d,e.t12={libraryId:e.t7,objectId:e.t8,writeToken:e.t9,metadataSubtree:e.t10,metadata:e.t11},e.next=33,e.t6.ReplaceMetadata.call(e.t6,e.t12);case 33:case"end":return e.stop()}}),e,this)}))),function(e){return v.apply(this,arguments)})},{key:"RemoveItemPolicy",value:(y=i(n.mark((function e(t){var r,i,o;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,f("policyId",r),f("policyWriteToken",i),f("itemId",o),e.t0=this.client,e.next=7,this.client.ContentObjectLibraryId({objectId:r});case 7:return e.t1=e.sent,e.t2=r,e.t3=i,e.t4=c("auth_policy_spec",o),e.t5={libraryId:e.t1,objectId:e.t2,writeToken:e.t3,metadataSubtree:e.t4},e.next=14,e.t0.DeleteMetadata.call(e.t0,e.t5);case 14:case"end":return e.stop()}}),e,this)}))),function(e){return y.apply(this,arguments)})},{key:"ItemProfiles",value:(g=i(n.mark((function e(t){var r,i,o,s;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,s=t.profileName,e.t0=this.client,e.next=4,this.client.ContentObjectLibraryId({objectId:r});case 4:return e.t1=e.sent,e.t2=r,e.t3=i,e.t4=c("auth_policy_spec",o,"profiles",s||""),e.t5={libraryId:e.t1,objectId:e.t2,writeToken:e.t3,metadataSubtree:e.t4},e.next=11,e.t0.ContentObjectMetadata.call(e.t0,e.t5);case 11:return e.abrupt("return",e.sent);case 12:case"end":return e.stop()}}),e,this)}))),function(e){return g.apply(this,arguments)})},{key:"SetProfile",value:(m=i(n.mark((function e(t){var r,i,o,s,a;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,s=t.profileName,a=t.profileSpec,f("policyId",r),f("policyWriteToken",i),f("itemId",o),f("profileName",s),f("profileSpec",a),e.t0=this.client,e.next=9,this.client.ContentObjectLibraryId({objectId:r});case 9:return e.t1=e.sent,e.t2=r,e.t3=i,e.t4=c("auth_policy_spec",o,"profiles",s),e.t5=this.FormatProfile(a),e.t6={libraryId:e.t1,objectId:e.t2,writeToken:e.t3,metadataSubtree:e.t4,metadata:e.t5},e.next=17,e.t0.ReplaceMetadata.call(e.t0,e.t6);case 17:case"end":return e.stop()}}),e,this)}))),function(e){return m.apply(this,arguments)})},{key:"RemoveProfile",value:(p=i(n.mark((function e(t){var r,i,o,s;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,s=t.profileName,f("policyId",r),f("policyWriteToken",i),f("itemId",o),f("profileName",s),e.t0=this.client,e.next=8,this.client.ContentObjectLibraryId({objectId:r});case 8:return e.t1=e.sent,e.t2=r,e.t3=i,e.t4=c("auth_policy_spec",o,"profiles",s),e.t5={libraryId:e.t1,objectId:e.t2,writeToken:e.t3,metadataSubtree:e.t4},e.next=15,e.t0.DeleteMetadata.call(e.t0,e.t5);case 15:case"end":return e.stop()}}),e,this)}))),function(e){return p.apply(this,arguments)})},{key:"ItemPermissions",value:(h=i(n.mark((function e(t){var r,o,s,a,u,l=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,o=t.policyWriteToken,s=t.itemId,e.next=3,this.client.ContentObjectLibraryId({objectId:r});case 3:return a=e.sent,e.next=6,this.client.ContentObjectMetadata({libraryId:a,objectId:r,writeToken:o,metadataSubtree:c("auth_policy_spec",s,"permissions")});case 6:if(e.t0=e.sent,e.t0){e.next=9;break}e.t0=[];case 9:return u=e.t0,e.next=12,Promise.all(u.map(function(){var e=i(n.mark((function e(t){return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,l.FormatPermission({policyId:r,policyWriteToken:o,permission:t});case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 12:return e.abrupt("return",e.sent);case 13:case"end":return e.stop()}}),e,this)}))),function(e){return h.apply(this,arguments)})},{key:"SetPermission",value:(u=i(n.mark((function e(t){var r,i,o,s,a,u,l,h,d,p,m,g,y,v,b,w,_,k,x,A,E;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.policyId,i=t.policyWriteToken,o=t.itemId,s=t.subjectSource,a=void 0===s?"fabric":s,u=t.subjectType,l=void 0===u?"group":u,h=t.subjectName,d=t.subjectId,p=t.subjectNTPId,m=t.profileName,g=t.start,y=t.end,f("policyId",r),f("policyWriteToken",i),f("itemId",o),f("subjectType",l),f("subjectSource",a),f("subjectId",d),f("profileName",m),g=this.FormatDate(g),y=this.FormatDate(y),v=this.offline&&null!=this.drafts[r],b=null,v){e.next=16;break}return e.next=15,this.client.ContentObjectLibraryId({objectId:r});case 15:b=e.sent;case 16:if("fabric"===a&&("group"===l?d.startsWith("igrp")||(d="igrp".concat(this.client.utils.AddressToHash(d))):"user"===l&&(d.startsWith("iusr")||(d="iusr".concat(this.client.utils.AddressToHash(d))))),!v){e.next=21;break}w=this.drafts[r].meta.auth_policy_spec[o],e.next=24;break;case 21:return e.next=23,this.client.ContentObjectMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_spec",o)});case 23:w=e.sent;case 24:if(w){e.next=26;break}throw Error("Unable to add permissions to uninitialized item");case 26:if(w.profiles[m]){e.next=28;break}throw Error("Profile '".concat(m,"' does not exist"));case 28:if((_=w.permissions.findIndex((function(e){return"fabric"===a?e.subject.id===d:e.subject.oauth_id===d})))<0&&(_=w.permissions.length),k={profile:m},g&&(k.start=g),y&&(k.end=y),"fabric"!==a){e.next=53;break}if("group"!==l){e.next=38;break}x={id:d,type:"group"},e.next=51;break;case 38:if("user"!==l){e.next=42;break}x={id:d,type:"user"},e.next=51;break;case 42:if("ntp"!==l){e.next=46;break}x={id:d,type:"otp"},e.next=51;break;case 46:if("ntp_subject"!==l){e.next=50;break}x={id:d,otp_id:p,type:"otp_subject"},e.next=51;break;case 50:throw Error("Invalid subject type: ".concat(l));case 51:e.next=66;break;case 53:if("oauth"!==a){e.next=65;break}if("group"!==l){e.next=58;break}x={id:h,oauth_id:d,type:"oauth_group"},e.next=63;break;case 58:if("user"!==l){e.next=62;break}x={id:h,oauth_id:d,type:"oauth_user"},e.next=63;break;case 62:throw Error("Invalid subject type: ".concat(l));case 63:e.next=66;break;case 65:throw Error("Invalid subject source: ".concat(a));case 66:if(k.subject=x,w.permissions[_]=k,v){e.next=71;break}return e.next=71,this.client.ReplaceMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_spec",o,"permissions"),metadata:w.permissions});case 71:if("fabric"!==a||"user"!==l){e.next=85;break}if(A={address:this.client.utils.HashToAddress(d),name:h},!v){e.next=77;break}this.drafts[r].meta.auth_policy_settings.fabric_users[this.client.utils.HashToAddress(d)]=A,e.next=83;break;case 77:return e.next=79,this.client.ContentObjectMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_settings","fabric_users",this.client.utils.HashToAddress(d))});case 79:if(e.sent){e.next=83;break}return e.next=83,this.client.ReplaceMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_settings","fabric_users",this.client.utils.HashToAddress(d)),metadata:A});case 83:e.next=97;break;case 85:if("fabric"!==a||"ntp"!==l){e.next=97;break}if(E={address:d,ntpId:d,name:h,type:"ntpInstance"},!v){e.next=91;break}this.drafts[r].meta.auth_policy_settings.ntp_instances[d]=E,e.next=97;break;case 91:return e.next=93,this.client.ContentObjectMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_settings","ntp_instances",d)});case 93:if(e.sent){e.next=97;break}return e.next=97,this.client.ReplaceMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_settings","ntp_instances",d),metadata:E});case 97:case"end":return e.stop()}}),e,this)}))),function(e){return u.apply(this,arguments)})},{key:"RemovePermission",value:(o=i(n.mark((function e(t){var r,o,s,a,u,l,h,d=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,o=t.policyWriteToken,s=t.itemId,a=t.subjectId,f("policyId",r),f("policyWriteToken",o),f("itemId",s),f("subjectId",a),e.next=7,this.client.ContentObjectLibraryId({objectId:r});case 7:return u=e.sent,e.next=10,this.client.ContentObjectMetadata({libraryId:u,objectId:r,writeToken:o,metadataSubtree:c("auth_policy_spec",s,"permissions")});case 10:if(l=e.sent){e.next=13;break}return e.abrupt("return");case 13:if(!a.startsWith("0x")){e.next=23;break}return h=this.client.utils.AddressToObjectId(a),e.next=17,this.client.AccessType({id:h});case 17:if(e.t0=e.sent,"group"!==e.t0){e.next=22;break}a="igrp".concat(this.client.utils.AddressToHash(a)),e.next=23;break;case 22:a="iusr".concat(this.client.utils.AddressToHash(a));case 23:return e.next=25,Promise.all(l.map(function(){var e=i(n.mark((function e(t,i){return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.subject.id!==a&&t.subject.oauth_id!==a){e.next=3;break}return e.next=3,d.client.DeleteMetadata({libraryId:u,objectId:r,writeToken:o,metadataSubtree:c("auth_policy_spec",s,"permissions",i.toString())});case 3:case"end":return e.stop()}}),e)})));return function(t,r){return e.apply(this,arguments)}}()));case 25:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"SubjectPermissions",value:(r=i(n.mark((function e(t){var r,o,s,a,u,h,d,p,m,g,y,v,b=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.policyId,o=t.policyWriteToken,s=t.subjectId,f("policyId",r),f("subjectId",s),!s.startsWith("0x")){e.next=13;break}return a=this.client.utils.AddressToObjectId(s),e.next=7,this.client.AccessType({id:a});case 7:if(e.t0=e.sent,"group"!==e.t0){e.next=12;break}s="igrp".concat(this.client.utils.AddressToHash(s)),e.next=13;break;case 12:s="iusr".concat(this.client.utils.AddressToHash(s));case 13:return e.next=15,this.client.ContentObjectLibraryId({objectId:r});case 15:return u=e.sent,e.next=18,this.client.ContentObjectMetadata({libraryId:u,objectId:r,writeToken:o,metadataSubtree:c("auth_policy_spec")});case 18:h=e.sent,d={},p=0,m=Object.keys(h);case 21:if(!(p<m.length)){e.next=31;break}return g=m[p],y=h[g].permissions||[],e.next=26,Promise.all(y.filter((function(e){return(e.subject||{}).oauth_id===s||(e.subject||{}).id===s})).map(function(){var e=i(n.mark((function e(t){return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,b.FormatPermission({policyId:r,policyWriteToken:o,permission:t});case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 26:(v=e.sent).length>0&&(d[g]=l(l({},h[g]),{},{permissions:v}));case 28:p++,e.next=21;break;case 31:return e.abrupt("return",d);case 32:case"end":return e.stop()}}),e,this)}))),function(e){return r.apply(this,arguments)})},{key:"RemoveSubjectPermissions",value:(t=i(n.mark((function e(t){var r,o,s,a,u=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,o=t.policyWriteToken,s=t.subjectId,f("policyId",r),f("policyWriteToken",o),f("subjectId",s),e.next=6,this.SubjectPermissions({policyId:r,policyWriteToken:o,subjectId:s});case 6:return a=e.sent,e.next=9,this.client.utils.LimitedMap(5,Object.keys(a),function(){var e=i(n.mark((function e(t){return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,u.RemovePermission({policyId:r,policyWriteToken:o,subjectId:s,itemId:t});case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 9:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})}]),e}();e.exports=p},function(e,t,r){(function(e){function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r=function(e){"use strict";var r=Object.prototype,n=r.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",a=i.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function l(e,t,r,n){var i=t&&t.prototype instanceof f?t:f,o=Object.create(i.prototype),s=new A(n||[]);return o._invoke=function(e,t,r){var n="suspendedStart";return function(i,o){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===i)throw o;return S()}for(r.method=i,r.arg=o;;){var s=r.delegate;if(s){var a=_(s,r);if(a){if(a===h)continue;return a}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var u=c(e,t,r);if("normal"===u.type){if(n=r.done?"completed":"suspendedYield",u.arg===h)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(n="completed",r.method="throw",r.arg=u.arg)}}}(e,r,s),o}function c(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}e.wrap=l;var h={};function f(){}function d(){}function p(){}var m={};u(m,o,(function(){return this}));var g=Object.getPrototypeOf,y=g&&g(g(E([])));y&&y!==r&&n.call(y,o)&&(m=y);var v=p.prototype=f.prototype=Object.create(m);function b(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function w(e,r){var i;this._invoke=function(o,s){function a(){return new r((function(i,a){!function i(o,s,a,u){var l=c(e[o],e,s);if("throw"!==l.type){var h=l.arg,f=h.value;return f&&"object"===t(f)&&n.call(f,"__await")?r.resolve(f.__await).then((function(e){i("next",e,a,u)}),(function(e){i("throw",e,a,u)})):r.resolve(f).then((function(e){h.value=e,a(h)}),(function(e){return i("throw",e,a,u)}))}u(l.arg)}(o,s,i,a)}))}return i=i?i.then(a,a):a()}}function _(e,t){var r=e.iterator[t.method];if(void 0===r){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,_(e,t),"throw"===t.method))return h;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var n=c(r,e.iterator,t.arg);if("throw"===n.type)return t.method="throw",t.arg=n.arg,t.delegate=null,h;var i=n.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,h):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,h)}function k(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 x(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function A(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(k,this),this.reset(!0)}function E(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 r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:S}}function S(){return{value:void 0,done:!0}}return d.prototype=p,u(v,"constructor",p),u(p,"constructor",d),d.displayName=u(p,a,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,p):(e.__proto__=p,u(e,a,"GeneratorFunction")),e.prototype=Object.create(v),e},e.awrap=function(e){return{__await:e}},b(w.prototype),u(w.prototype,s,(function(){return this})),e.AsyncIterator=w,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var s=new w(l(t,r,n,i),o);return e.isGeneratorFunction(r)?s:s.next().then((function(e){return e.done?e.value:s.next()}))},b(v),u(v,a,"Generator"),u(v,o,(function(){return this})),u(v,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=[];for(var r in e)t.push(r);return t.reverse(),function r(){for(;t.length;){var n=t.pop();if(n in e)return r.value=n,r.done=!1,r}return r.done=!0,r}},e.values=E,A.prototype={constructor:A,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(x),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(r,n){return s.type="throw",s.arg=e,t.next=r,n&&(t.method="next",t.arg=void 0),!!n}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],s=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var a=n.call(o,"catchLoc"),u=n.call(o,"finallyLoc");if(a&&u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var s=o?o.completion:{};return s.type=e,s.arg=t,o?(this.method="next",this.next=o.finallyLoc,h):this.complete(s)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),h},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),x(r),h}},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;x(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:E(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),h}},e}("object"===t(e)?e.exports:{});try{regeneratorRuntime=r}catch(e){"object"===("undefined"==typeof globalThis?"undefined":t(globalThis))?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}).call(this,r(0)(e))},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function r(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}e.exports=function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,r){var n,i,o;function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}o=function(){function e(e){var t=[];if(0===e.length)return"";if("string"!=typeof e[0])throw new TypeError("Url must be a string. Received "+e[0]);if(e[0].match(/^[^/:]+:\/*$/)&&e.length>1){var r=e.shift();e[0]=r+e[0]}e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(var n=0;n<e.length;n++){var i=e[n];if("string"!=typeof i)throw new TypeError("Url must be a string. Received "+i);""!==i&&(n>0&&(i=i.replace(/^[\/]+/,"")),i=n<e.length-1?i.replace(/[\/]+$/,""):i.replace(/[\/]+$/,"/"),t.push(i))}var o=t.join("/"),s=(o=o.replace(/\/(\?|&|#[^!])/g,"$1")).split("?");return o=s.shift()+(s.length>0?"?":"")+s.join("&")}return function(){return e("object"===s(arguments[0])?arguments[0]:[].slice.call(arguments))}},e.exports?e.exports=o():void 0===(i="function"==typeof(n=o)?n.call(t,r,t,e):n)||(e.exports=i)},function(e,t,r){var n=r(18);t.ValidatePresence=function(e,t){if(!t)throw Error("".concat(e," not specified"))},t.ValidateLibrary=function(e){if(!e)throw Error("Library ID not specified");if(!e.toString().startsWith("i"))throw Error("Invalid library ID: ".concat(e))},t.ValidateObject=function(e){if(!e)throw Error("Object ID not specified");if(!e.toString().startsWith("i"))throw Error("Invalid object ID: ".concat(e))},t.ValidateVersion=function(e){if(!e)throw Error("Version hash not specified");if(!e.toString().startsWith("h"))throw Error("Invalid version hash: ".concat(e))},t.ValidateWriteToken=function(e){if(!e)throw Error("Write token not specified");if(!e.toString().startsWith("t"))throw Error("Invalid write token: ".concat(e))},t.ValidatePartHash=function(e){if(!e)throw Error("Part hash not specified");if(!e.toString().startsWith("hqp_")&&!e.toString().startsWith("hqpe"))throw Error("Invalid part hash: ".concat(e))},t.ValidateParameters=function(e){var r=e.libraryId,n=e.objectId,i=e.versionHash;i?t.ValidateVersion(i):(t.ValidateLibrary(r),t.ValidateObject(n))},t.ValidateAddress=function(e){if(!e)throw Error("Address not specified");if(!/^(0x)?[0-9a-f]{40}$/i.test(e.toLowerCase()))throw Error("Invalid address: ".concat(e));return n.FormatAddress(e)},t.ValidatePermission=function(e){if(e&&"full-access"!==e&&"no-access"!==e)throw Error("Invalid profile permission: ".concat(e));return e},t.ValidateDate=function(e){if(e){if(isNaN(new Date(e)))throw Error("Invalid date: ".concat(e));return new Date(e).getTime()}}},function(e,t,r){(function(t,n){var i=r(23),o=r(3),s=r(4),a=r(5),u=r(27);function l(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 c(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){a(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}void 0===t&&(t=r(1).Buffer);var h,f,d,p=r(31),m=r(34).default,g=r(35),y=r(39),v=r(40),b=r(41).utils,w=b.keccak256,_=b.getAddress,k={name:"Utils",nullAddress:"0x0000000000000000000000000000000000000000",weiPerEther:new m("1000000000000000000"),ToBigNumber:function(e){return new m(e)},WeiToEther:function(e){return k.ToBigNumber(e).div(k.weiPerEther)},EtherToWei:function(e){return k.ToBigNumber(e).times(k.weiPerEther)},FormatAddress:function(e){return e&&"string"==typeof e?((e=e.trim()).startsWith("0x")||(e="0x"+e),e.toLowerCase()):""},FormatSignature:function(e){return e=e.replace("0x",""),"ES256K_"+p.encode(t.from(e,"hex"))},DecodeVersionHash:function(e){if(!e.startsWith("hq__")&&!e.startsWith("tq__"))throw new Error('Invalid version hash: "'.concat(e,'"'));e=e.slice(4);var r=k.FromB58(e),n=r.slice(0,32),i=n.toString("hex");r=r.slice(32);for(var o=0;r[o]>=128;)o++;o++;var s=r.slice(0,o),a=g.decode(s);return r=r.slice(o),{digest:i,size:a,objectId:"iq__"+k.B58(r),partHash:"hqp_"+k.B58(t.concat([n,s]))}},DecodeSignedToken:function(e){var r=k.FromB58(e.slice(6)),n="0x".concat(r.slice(0,65).toString("hex")),i=JSON.parse(t.from(v.inflateRaw(r.slice(65))).toString("utf-8"));return i.adr=k.FormatAddress("0x".concat(t.from(i.adr,"base64").toString("hex"))),{payload:i,signature:n}},DecodeWriteToken:function(e){if(e.length<4)throw new Error('Invalid write token: ["'.concat(e,'"] (unknown prefix)'));var t;if(e.startsWith("tqw__")?(t="tq__",e=e.slice(5)):(t=e.slice(0,4),e=e.slice(4)),0===e.length)throw new Error('Invalid write token: ["'.concat(e,'"] (too short)'));switch(t){case"tqw_":case"tq__":case"tqpw":case"tqp_":case"tlro":break;default:throw new Error('Invalid write token: ["'.concat(e,'"] (unknown prefix)'))}var r,n,i,o,s,a=k.FromB58(e);function u(e,t){var r,n,i=g.decode(a,0),o=g.decode.bytes;return n=e?0===(r=a.slice(o+1,i+o)).length?"":t+k.B58(r):"0x"+(r=a.slice(o,i+o)).toString("hex"),a=a.slice(i+o),n}switch(t){case"tqw_":case"tqpw":r="0x"+a.toString("hex");break;case"tlro":case"tq__":n=u(!0,"iq__"),i=u(!0,"inod"),r=u(!1,"");break;case"tqp_":if(a.length<3)throw new Error('Invalid write token: ["'.concat(e,'"] (token truncated)'));o=a[0],s=a[1],a=a.slice(2),r=u(!1,"");break;default:throw new Error('Invalid write token: ["'.concat(e,'"] (unknown prefix)'))}return{tokenType:t,tokenId:r,objectId:n,nodeId:i,scheme:o,flags:s}},AddressToHash:function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e=e.replace(r?"0x04":"0x",""),p.encode(t.from(e,"hex"))},AddressToSpaceId:function(e){return"ispc"+k.AddressToHash(e)},AddressToLibraryId:function(e){return"ilib"+k.AddressToHash(e)},AddressToObjectId:function(e){return"iq__"+k.AddressToHash(e)},HashToAddress:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e=t?e:e.substr(4),k.FormatAddress((t?"0x04":"0x")+p.decode(e).toString("hex"))},EqualAddress:function(e,t){return!(!e||!t)&&k.FormatAddress(e)===k.FormatAddress(t)},EqualHash:function(e,t){return!(!e||!t)&&(!(e.length<=4||t.length<=4)&&k.HashToAddress(e)===k.HashToAddress(t))},ValidAddress:function(e){try{return _(e),!0}catch(e){return!1}},ValidHash:function(e){return k.ValidAddress(k.HashToAddress(e))},ToBytes32:function(e){return"0x"+e.split("").map((function(e){return e.charCodeAt(0).toString(16)})).join("").slice(0,64).padEnd(64,"0")},BufferToArrayBuffer:function(e){return e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength)},B64:function(e){return t.from(e,"utf-8").toString("base64")},FromB64:function(e){return t.from(e,"base64").toString("utf-8")},FromB64URL:function(e){var t=(e=e.replace(/-/g,"+").replace(/_/g,"/")).length%4;if(t){if(1===t)throw new Error("InvalidLengthError: Input base64url string is the wrong length to determine padding");e+=new Array(5-t).join("=")}return k.FromB64(e)},B58:function(e){return p.encode(t.from(e))},FromB58:function(e){return p.decode(e)},FromB58ToStr:function(e){return(new TextDecoder).decode(k.FromB58(e))},DecodeAuthorizationToken:function(e){var t=(e=decodeURIComponent(e)).split("."),r=u(t,2),n=r[0],i=r[1];return c(c({},n=JSON.parse(k.FromB64(n))),{},{signature:i})},LimitedMap:(d=s(o.mark((function e(t,r,n){var a,u,l,c,h;return o.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a=0,u=!1,l=function(){var e=s(o.mark((function e(){var t;return o.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!u){e.next=5;break}return e.next=3,new Promise((function(e){return setTimeout(e,10)}));case 3:e.next=0;break;case 5:return u=!0,t=a,a+=1,u=!1,e.abrupt("return",t);case 10:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),c=[],h=0,e.abrupt("return",new Promise((function(e,a){i(Array(t||1)).forEach(s(o.mark((function t(){var i;return o.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h+=1,t.next=3,l();case 3:i=t.sent;case 4:if(!(i<r.length)){t.next=19;break}return t.prev=5,t.next=8,n(r[i],i);case 8:c[i]=t.sent,t.next=14;break;case 11:t.prev=11,t.t0=t.catch(5),a(t.t0);case 14:return t.next=16,l();case 16:i=t.sent,t.next=4;break;case 19:0==(h-=1)&&e(c);case 21:case"end":return t.stop()}}),t,null,[[5,11]])}))))})));case 6:case"end":return e.stop()}}),e)}))),function(e,t,r){return d.apply(this,arguments)}),ResponseToJson:(f=s(o.mark((function e(t){return o.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",k.ResponseToFormat("json",t));case 1:case"end":return e.stop()}}),e)}))),function(e){return f.apply(this,arguments)}),ResponseToFormat:(h=s(o.mark((function e(t,r){return o.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,r;case 2:r=e.sent,e.t0=t.toLowerCase(),e.next="json"===e.t0?6:"text"===e.t0?9:"blob"===e.t0?12:"arraybuffer"===e.t0?15:"formdata"===e.t0?18:"buffer"===e.t0?21:24;break;case 6:return e.next=8,r.json();case 8:return e.abrupt("return",e.sent);case 9:return e.next=11,r.text();case 11:return e.abrupt("return",e.sent);case 12:return e.next=14,r.blob();case 14:return e.abrupt("return",e.sent);case 15:return e.next=17,r.arrayBuffer();case 17:return e.abrupt("return",e.sent);case 18:return e.next=20,r.formData();case 20:return e.abrupt("return",e.sent);case 21:return e.next=23,r.buffer();case 23:return e.abrupt("return",e.sent);case 24:return e.abrupt("return",r);case 25:case"end":return e.stop()}}),e)}))),function(e,t){return h.apply(this,arguments)}),ResizeImage:function(e){var t=e.imageUrl,r=e.height;return!t||t&&!t.startsWith("http")?t:(t=y(t).removeSearch("height").removeSearch("header-x_image_height"),r&&!isNaN(parseInt(r))&&t.addSearch("height",parseInt(r)),t.toString())},SafeTraverse:function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(!e)return e;1===r.length&&Array.isArray(r[0])&&(r=r[0]);for(var i=e,o=0;o<r.length;o++)if(void 0===(i=i[r[o]]))return;return i},IsCloneable:function(e){if(Object(e)!==e)return!0;switch({}.toString.call(e).slice(8,-1)){case"Boolean":case"Number":case"String":case"Date":case"RegExp":case"Blob":case"FileList":case"ImageData":case"ImageBitmap":case"ArrayBuffer":return!0;case"Array":case"Object":return Object.keys(e).every((function(t){return k.IsCloneable(e[t])}));case"Map":return i(e.keys()).every(k.IsCloneable)&&i(e.values()).every(k.IsCloneable);case"Set":return i(e.keys()).every(k.IsCloneable);default:return!1}},MakeClonable:function(e){if(k.IsCloneable(e))return e;if(t.isBuffer(e))return k.BufferToArrayBuffer(e);switch({}.toString.call(e).slice(8,-1)){case"Response":case"Function":return;case"Boolean":case"Number":case"String":case"Date":case"RegExp":case"Blob":case"FileList":case"ImageData":case"ImageBitmap":case"ArrayBuffer":return e;case"Array":return e.map((function(e){return k.MakeClonable(e)}));case"Set":return new Set(Array.from(e.keys()).map((function(e){return k.MakeClonable(e)})));case"Map":var r=new Map;return Array.from(e.keys()).forEach((function(t){var n=k.MakeClonable(e.get(t));n&&r.set(t,n)})),r;case"Error":return e.message;case"Object":var n={};return Object.keys(e).map((function(t){var r=k.MakeClonable(e[t]);r&&(n[t]=r)})),n;default:return JSON.parse(JSON.stringify(e))}},PublicKeyToAddress:function(e){var r=new Uint8Array(t.from(e.replace("0x04",""),"hex")),n="0x"+w(r).slice(26);return k.FormatAddress(n)},PLATFORM_NODE:"node",PLATFORM_WEB:"web",PLATFORM_REACT_NATIVE:"react-native",Platform:function(){return"undefined"!=typeof navigator&&"ReactNative"===navigator.product?k.PLATFORM_REACT_NATIVE:void 0!==n&&void 0!==n.versions&&void 0!==n.versions.node?k.PLATFORM_NODE:k.PLATFORM_WEB}};e.exports=k}).call(this,r(1).Buffer,r(22))},function(e,t,r){"use strict";t.byteLength=function(e){var t=l(e),r=t[0],n=t[1];return 3*(r+n)/4-n},t.toByteArray=function(e){var t,r,n=l(e),s=n[0],a=n[1],u=new o(function(e,t,r){return 3*(t+r)/4-r}(0,s,a)),c=0,h=a>0?s-4:s;for(r=0;r<h;r+=4)t=i[e.charCodeAt(r)]<<18|i[e.charCodeAt(r+1)]<<12|i[e.charCodeAt(r+2)]<<6|i[e.charCodeAt(r+3)],u[c++]=t>>16&255,u[c++]=t>>8&255,u[c++]=255&t;2===a&&(t=i[e.charCodeAt(r)]<<2|i[e.charCodeAt(r+1)]>>4,u[c++]=255&t);1===a&&(t=i[e.charCodeAt(r)]<<10|i[e.charCodeAt(r+1)]<<4|i[e.charCodeAt(r+2)]>>2,u[c++]=t>>8&255,u[c++]=255&t);return u},t.fromByteArray=function(e){for(var t,r=e.length,i=r%3,o=[],s=0,a=r-i;s<a;s+=16383)o.push(c(e,s,s+16383>a?a:s+16383));1===i?(t=e[r-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return o.join("")};for(var n=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,u=s.length;a<u;++a)n[a]=s[a],i[s.charCodeAt(a)]=a;function l(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function c(e,t,r){for(var i,o,s=[],a=t;a<r;a+=3)i=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(255&e[a+2]),s.push(n[(o=i)>>18&63]+n[o>>12&63]+n[o>>6&63]+n[63&o]);return s.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},function(e,t){
|
|
35
|
+
*/!function(a,s){"use strict";"object"===o(e)&&e.exports?e.exports=s():void 0===(i="function"==typeof(n=s)?n.call(t,r,t,e):n)||(e.exports=i)}(0,(function(e){"use strict";var t=e&&e.SecondLevelDomains,r={list:{ac:" com gov mil net org ",ae:" ac co gov mil name net org pro sch ",af:" com edu gov net org ",al:" com edu gov mil net org ",ao:" co ed gv it og pb ",ar:" com edu gob gov int mil net org tur ",at:" ac co gv or ",au:" asn com csiro edu gov id net org ",ba:" co com edu gov mil net org rs unbi unmo unsa untz unze ",bb:" biz co com edu gov info net org store tv ",bh:" biz cc com edu gov info net org ",bn:" com edu gov net org ",bo:" com edu gob gov int mil net org tv ",br:" adm adv agr am arq art ato b bio blog bmd cim cng cnt com coop ecn edu eng esp etc eti far flog fm fnd fot fst g12 ggf gov imb ind inf jor jus lel mat med mil mus net nom not ntr odo org ppg pro psc psi qsl rec slg srv tmp trd tur tv vet vlog wiki zlg ",bs:" com edu gov net org ",bz:" du et om ov rg ",ca:" ab bc mb nb nf nl ns nt nu on pe qc sk yk ",ck:" biz co edu gen gov info net org ",cn:" ac ah bj com cq edu fj gd gov gs gx gz ha hb he hi hl hn jl js jx ln mil net nm nx org qh sc sd sh sn sx tj tw xj xz yn zj ",co:" com edu gov mil net nom org ",cr:" ac c co ed fi go or sa ",cy:" ac biz com ekloges gov ltd name net org parliament press pro tm ",do:" art com edu gob gov mil net org sld web ",dz:" art asso com edu gov net org pol ",ec:" com edu fin gov info med mil net org pro ",eg:" com edu eun gov mil name net org sci ",er:" com edu gov ind mil net org rochest w ",es:" com edu gob nom org ",et:" biz com edu gov info name net org ",fj:" ac biz com info mil name net org pro ",fk:" ac co gov net nom org ",fr:" asso com f gouv nom prd presse tm ",gg:" co net org ",gh:" com edu gov mil org ",gn:" ac com gov net org ",gr:" com edu gov mil net org ",gt:" com edu gob ind mil net org ",gu:" com edu gov net org ",hk:" com edu gov idv net org ",hu:" 2000 agrar bolt casino city co erotica erotika film forum games hotel info ingatlan jogasz konyvelo lakas media news org priv reklam sex shop sport suli szex tm tozsde utazas video ",id:" ac co go mil net or sch web ",il:" ac co gov idf k12 muni net org ",in:" ac co edu ernet firm gen gov i ind mil net nic org res ",iq:" com edu gov i mil net org ",ir:" ac co dnssec gov i id net org sch ",it:" edu gov ",je:" co net org ",jo:" com edu gov mil name net org sch ",jp:" ac ad co ed go gr lg ne or ",ke:" ac co go info me mobi ne or sc ",kh:" com edu gov mil net org per ",ki:" biz com de edu gov info mob net org tel ",km:" asso com coop edu gouv k medecin mil nom notaires pharmaciens presse tm veterinaire ",kn:" edu gov net org ",kr:" ac busan chungbuk chungnam co daegu daejeon es gangwon go gwangju gyeongbuk gyeonggi gyeongnam hs incheon jeju jeonbuk jeonnam k kg mil ms ne or pe re sc seoul ulsan ",kw:" com edu gov net org ",ky:" com edu gov net org ",kz:" com edu gov mil net org ",lb:" com edu gov net org ",lk:" assn com edu gov grp hotel int ltd net ngo org sch soc web ",lr:" com edu gov net org ",lv:" asn com conf edu gov id mil net org ",ly:" com edu gov id med net org plc sch ",ma:" ac co gov m net org press ",mc:" asso tm ",me:" ac co edu gov its net org priv ",mg:" com edu gov mil nom org prd tm ",mk:" com edu gov inf name net org pro ",ml:" com edu gov net org presse ",mn:" edu gov org ",mo:" com edu gov net org ",mt:" com edu gov net org ",mv:" aero biz com coop edu gov info int mil museum name net org pro ",mw:" ac co com coop edu gov int museum net org ",mx:" com edu gob net org ",my:" com edu gov mil name net org sch ",nf:" arts com firm info net other per rec store web ",ng:" biz com edu gov mil mobi name net org sch ",ni:" ac co com edu gob mil net nom org ",np:" com edu gov mil net org ",nr:" biz com edu gov info net org ",om:" ac biz co com edu gov med mil museum net org pro sch ",pe:" com edu gob mil net nom org sld ",ph:" com edu gov i mil net ngo org ",pk:" biz com edu fam gob gok gon gop gos gov net org web ",pl:" art bialystok biz com edu gda gdansk gorzow gov info katowice krakow lodz lublin mil net ngo olsztyn org poznan pwr radom slupsk szczecin torun warszawa waw wroc wroclaw zgora ",pr:" ac biz com edu est gov info isla name net org pro prof ",ps:" com edu gov net org plo sec ",pw:" belau co ed go ne or ",ro:" arts com firm info nom nt org rec store tm www ",rs:" ac co edu gov in org ",sb:" com edu gov net org ",sc:" com edu gov net org ",sh:" co com edu gov net nom org ",sl:" com edu gov net org ",st:" co com consulado edu embaixada gov mil net org principe saotome store ",sv:" com edu gob org red ",sz:" ac co org ",tr:" av bbs bel biz com dr edu gen gov info k12 name net org pol tel tsk tv web ",tt:" aero biz cat co com coop edu gov info int jobs mil mobi museum name net org pro tel travel ",tw:" club com ebiz edu game gov idv mil net org ",mu:" ac co com gov net or org ",mz:" ac co edu gov org ",na:" co com ",nz:" ac co cri geek gen govt health iwi maori mil net org parliament school ",pa:" abo ac com edu gob ing med net nom org sld ",pt:" com edu gov int net nome org publ ",py:" com edu gov mil net org ",qa:" com edu gov mil net org ",re:" asso com nom ",ru:" ac adygeya altai amur arkhangelsk astrakhan bashkiria belgorod bir bryansk buryatia cbg chel chelyabinsk chita chukotka chuvashia com dagestan e-burg edu gov grozny int irkutsk ivanovo izhevsk jar joshkar-ola kalmykia kaluga kamchatka karelia kazan kchr kemerovo khabarovsk khakassia khv kirov koenig komi kostroma kranoyarsk kuban kurgan kursk lipetsk magadan mari mari-el marine mil mordovia mosreg msk murmansk nalchik net nnov nov novosibirsk nsk omsk orenburg org oryol penza perm pp pskov ptz rnd ryazan sakhalin samara saratov simbirsk smolensk spb stavropol stv surgut tambov tatarstan tom tomsk tsaritsyn tsk tula tuva tver tyumen udm udmurtia ulan-ude vladikavkaz vladimir vladivostok volgograd vologda voronezh vrn vyatka yakutia yamal yekaterinburg yuzhno-sakhalinsk ",rw:" ac co com edu gouv gov int mil net ",sa:" com edu gov med net org pub sch ",sd:" com edu gov info med net org tv ",se:" a ac b bd c d e f g h i k l m n o org p parti pp press r s t tm u w x y z ",sg:" com edu gov idn net org per ",sn:" art com edu gouv org perso univ ",sy:" com edu gov mil net news org ",th:" ac co go in mi net or ",tj:" ac biz co com edu go gov info int mil name net nic org test web ",tn:" agrinet com defense edunet ens fin gov ind info intl mincom nat net org perso rnrt rns rnu tourism ",tz:" ac co go ne or ",ua:" biz cherkassy chernigov chernovtsy ck cn co com crimea cv dn dnepropetrovsk donetsk dp edu gov if in ivano-frankivsk kh kharkov kherson khmelnitskiy kiev kirovograd km kr ks kv lg lugansk lutsk lviv me mk net nikolaev od odessa org pl poltava pp rovno rv sebastopol sumy te ternopil uzhgorod vinnica vn zaporizhzhe zhitomir zp zt ",ug:" ac co go ne or org sc ",uk:" ac bl british-library co cym gov govt icnet jet lea ltd me mil mod national-library-scotland nel net nhs nic nls org orgn parliament plc police sch scot soc ",us:" dni fed isa kids nsn ",uy:" com edu gub mil net org ",ve:" co com edu gob info mil net org web ",vi:" co com k12 net org ",vn:" ac biz com edu gov health info int name net org pro ",ye:" co com gov ltd me net org plc ",yu:" ac co edu gov org ",za:" ac agric alt bourse city co cybernet db edu gov grondar iaccess imt inca landesign law mil net ngo nis nom olivetti org pix school tm web ",zm:" ac co com edu gov net org sch ",com:"ar br cn de eu gb gr hu jpn kr no qc ru sa se uk us uy za ",net:"gb jp se uk ",org:"ae",de:"com "},has:function(e){var t=e.lastIndexOf(".");if(t<=0||t>=e.length-1)return!1;var n=e.lastIndexOf(".",t-1);if(n<=0||n>=t-1)return!1;var i=r.list[e.slice(t+1)];return!!i&&i.indexOf(" "+e.slice(n+1,t)+" ")>=0},is:function(e){var t=e.lastIndexOf(".");if(t<=0||t>=e.length-1)return!1;if(e.lastIndexOf(".",t-1)>=0)return!1;var n=r.list[e.slice(t+1)];return!!n&&n.indexOf(" "+e.slice(0,t)+" ")>=0},get:function(e){var t=e.lastIndexOf(".");if(t<=0||t>=e.length-1)return null;var n=e.lastIndexOf(".",t-1);if(n<=0||n>=t-1)return null;var i=r.list[e.slice(t+1)];return i?i.indexOf(" "+e.slice(n+1,t)+" ")<0?null:e.slice(n+1):null},noConflict:function(){return e.SecondLevelDomains===this&&(e.SecondLevelDomains=t),this}};return r}))}).call(this,r(0)(e))},function(e,t,r){var n=r(3),i=r(4),o=r(5),a=r(14),s=r(15);function u(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 l(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){o(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var c=r(16),h=r(17),f=h.ValidatePresence,d=h.ValidatePermission,p=function(){"use strict";function e(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{offline:!1};a(this,e),this.client=t,this.subjectNames={},this.drafts={},this.offline=r.offline}var t,r,o,u,h,p,m,g,y,v,b,w,_,k,x;return s(e,[{key:"FormatDate",value:function(e){if(e){if(isNaN(new Date(e)))throw Error("Invalid start time: ".concat(e));return new Date(e).toISOString()}}},{key:"FormatProfile",value:function(e){var t=this;d(e.default_permission);var r={};return e.start&&(r.start=this.FormatDate(e.start)),e.end&&(r.end=this.FormatDate(e.end)),["assets","offerings"].forEach((function(n){var i=e[n]||{};r[n]={default_permission:i.default_permission||i.default_permissions||"no-access"},i.custom_permissions&&(r[n].custom_permissions={},Object.keys(i.custom_permissions).forEach((function(e){var o=i.custom_permissions[e],a={permission:d(o.permission)};o.start&&(a.start=t.FormatDate(o.start)),o.end&&(a.end=t.FormatDate(o.end)),r[n].custom_permissions[e]=l(l({},o),a)})))})),r}},{key:"FormatPermission",value:(x=i(n.mark((function e(t){var r,i,o,a,s,u,l,h,f,d,p,m;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.policyId,i=t.policyWriteToken,o=t.permission,a=o.subject.type.startsWith("oauth")?"oauth":"fabric",e.t0=o.subject.type,e.next="otp"===e.t0?5:"otp_subject"===e.t0?8:"group"===e.t0||"oauth_group"===e.t0?13:"user"===e.t0||"oauth_user"===e.t0?16:19;break;case 5:return s="ntp",u=o.subject.id,e.abrupt("break",20);case 8:return s="ntp_subject",u=o.subject.id,l=u,h=o.subject.otp_id,e.abrupt("break",20);case 13:return s="group",u="oauth"===a?o.subject.oauth_id:this.client.utils.HashToAddress(o.subject.id),e.abrupt("break",20);case 16:return s="user",u="oauth"===a?o.subject.oauth_id:this.client.utils.HashToAddress(o.subject.id),e.abrupt("break",20);case 19:throw Error("Unknown subject type: "+o.subject.type);case 20:if(f=o.subject.oauth_id||o.subject.id,d=this.subjectNames[f],l=l||d||o.subject.id,d||"fabric"!==a){e.next=74;break}if("group"!==s){e.next=36;break}return e.next=27,this.client.ContentSpaceId();case 27:return p=e.sent.replace("ispc","ilib"),e.next=30,this.client.ContentObjectMetadata({libraryId:p,objectId:this.client.utils.AddressToObjectId(u),metadataSubtree:c("public","name")});case 30:if(e.t1=e.sent,e.t1){e.next=33;break}e.t1=u;case 33:l=e.t1,e.next=74;break;case 36:if("user"!==s){e.next=56;break}return e.t4=this.client,e.next=40,this.client.ContentObjectLibraryId({objectId:r});case 40:return e.t5=e.sent,e.t6=r,e.t7=i,e.t8=c("auth_policy_settings","fabric_users",u),e.t9={libraryId:e.t5,objectId:e.t6,writeToken:e.t7,metadataSubtree:e.t8},e.next=47,e.t4.ContentObjectMetadata.call(e.t4,e.t9);case 47:if(e.t3=e.sent,e.t3){e.next=50;break}e.t3={};case 50:if(e.t2=e.t3.name,e.t2){e.next=53;break}e.t2=u;case 53:l=e.t2,e.next=74;break;case 56:if("ntp"!==s){e.next=74;break}return e.t12=this.client,e.next=60,this.client.ContentObjectLibraryId({objectId:r});case 60:return e.t13=e.sent,e.t14=r,e.t15=i,e.t16=c("auth_policy_settings","ntp_instances",u),e.t17={libraryId:e.t13,objectId:e.t14,writeToken:e.t15,metadataSubtree:e.t16},e.next=67,e.t12.ContentObjectMetadata.call(e.t12,e.t17);case 67:if(e.t11=e.sent,e.t11){e.next=70;break}e.t11={};case 70:if(e.t10=e.t11.name,e.t10){e.next=73;break}e.t10=u;case 73:l=e.t10;case 74:return this.subjectNames[f]=l,m={profileName:o.profile,subjectSource:a,subjectType:s,subjectId:u,subjectName:l},h&&(m.subjectNTPId=h),o.start&&(m.start=o.start),o.end&&(m.end=o.end),e.abrupt("return",m);case 80:case"end":return e.stop()}}),e,this)}))),function(e){return x.apply(this,arguments)})},{key:"OpenOfflineDraft",value:(k=i(n.mark((function e(t){var r,i,o,a;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.policyId,i=t.policyLibraryId,o=t.policyWriteToken,null!=i){e.next=5;break}return e.next=4,this.client.ContentObjectLibraryId({objectId:r});case 4:i=e.sent;case 5:return e.next=7,this.client.ContentObjectMetadata({libraryId:i,objectId:r,writeToken:o});case 7:a=e.sent,this.drafts[r]={meta:a,policyLibraryId:i,policyWriteToken:o};case 9:case"end":return e.stop()}}),e,this)}))),function(e){return k.apply(this,arguments)})},{key:"CloseOfflineDraft",value:(_=i(n.mark((function e(t){var r;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.policyId,null!=this.drafts[r]){e.next=3;break}throw Error("No draft open for policyId: "+r);case 3:return e.next=5,this.client.ReplaceMetadata({libraryId:this.drafts[r].policyLibraryId,objectId:r,writeToken:this.drafts[r].policyWriteToken,metadata:this.drafts[r].meta});case 5:this.drafts[r]=null;case 6:case"end":return e.stop()}}),e,this)}))),function(e){return _.apply(this,arguments)})},{key:"PolicyItems",value:(w=i(n.mark((function e(t){var r,i;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,e.t1=this.client,e.next=4,this.client.ContentObjectLibraryId({objectId:r});case 4:return e.t2=e.sent,e.t3=r,e.t4=i,e.t5=["*/display_title"],e.t6={libraryId:e.t2,objectId:e.t3,writeToken:e.t4,metadataSubtree:"auth_policy_spec",select:e.t5},e.next=11,e.t1.ContentObjectMetadata.call(e.t1,e.t6);case 11:if(e.t0=e.sent,e.t0){e.next=14;break}e.t0={};case 14:return e.abrupt("return",e.t0);case 15:case"end":return e.stop()}}),e,this)}))),function(e){return w.apply(this,arguments)})},{key:"ItemPolicy",value:(b=i(n.mark((function e(t){var r,i,o,a,s;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,e.next=3,this.ItemProfiles({policyId:r,policyWriteToken:i,itemId:o});case 3:return a=e.sent,e.next=6,this.ItemPermissions({policyId:r,policyWriteToken:i,itemId:o});case 6:if(s=e.sent,a&&s){e.next=9;break}return e.abrupt("return");case 9:return e.abrupt("return",{profiles:a,permissions:s});case 10:case"end":return e.stop()}}),e,this)}))),function(e){return b.apply(this,arguments)})},{key:"CreateItemPolicy",value:(v=i(n.mark((function e(t){var r,i,o,a,s,u,l,h,d,p=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,a=t.profiles,s=void 0===a?{}:a,f("policyId",r),f("policyWriteToken",i),f("itemId",o),f("profiles",s),e.t1=this.client,e.next=8,this.client.ContentObjectLibraryId({objectId:o});case 8:return e.t2=e.sent,e.t3=o,e.t4=["public/name","public/asset_metadata/title","public/asset_metadata/display_title"],e.t5={libraryId:e.t2,objectId:e.t3,select:e.t4},e.next=14,e.t1.ContentObjectMetadata.call(e.t1,e.t5);case 14:if(e.t0=e.sent,e.t0){e.next=17;break}e.t0={};case 17:return u=e.t0,l=(u.public||{}).asset_metadata||{},h=l.display_title||l.title||(u.public||{}).name,d={display_title:h,permissions:[],profiles:{}},Object.keys(s).forEach((function(e){d.profiles[e]=p.FormatProfile(s[e])})),e.t6=this.client,e.next=25,this.client.ContentObjectLibraryId({objectId:r});case 25:return e.t7=e.sent,e.t8=r,e.t9=i,e.t10=c("auth_policy_spec",o),e.t11=d,e.t12={libraryId:e.t7,objectId:e.t8,writeToken:e.t9,metadataSubtree:e.t10,metadata:e.t11},e.next=33,e.t6.ReplaceMetadata.call(e.t6,e.t12);case 33:case"end":return e.stop()}}),e,this)}))),function(e){return v.apply(this,arguments)})},{key:"RemoveItemPolicy",value:(y=i(n.mark((function e(t){var r,i,o;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,f("policyId",r),f("policyWriteToken",i),f("itemId",o),e.t0=this.client,e.next=7,this.client.ContentObjectLibraryId({objectId:r});case 7:return e.t1=e.sent,e.t2=r,e.t3=i,e.t4=c("auth_policy_spec",o),e.t5={libraryId:e.t1,objectId:e.t2,writeToken:e.t3,metadataSubtree:e.t4},e.next=14,e.t0.DeleteMetadata.call(e.t0,e.t5);case 14:case"end":return e.stop()}}),e,this)}))),function(e){return y.apply(this,arguments)})},{key:"ItemProfiles",value:(g=i(n.mark((function e(t){var r,i,o,a;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,a=t.profileName,e.t0=this.client,e.next=4,this.client.ContentObjectLibraryId({objectId:r});case 4:return e.t1=e.sent,e.t2=r,e.t3=i,e.t4=c("auth_policy_spec",o,"profiles",a||""),e.t5={libraryId:e.t1,objectId:e.t2,writeToken:e.t3,metadataSubtree:e.t4},e.next=11,e.t0.ContentObjectMetadata.call(e.t0,e.t5);case 11:return e.abrupt("return",e.sent);case 12:case"end":return e.stop()}}),e,this)}))),function(e){return g.apply(this,arguments)})},{key:"SetProfile",value:(m=i(n.mark((function e(t){var r,i,o,a,s;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,a=t.profileName,s=t.profileSpec,f("policyId",r),f("policyWriteToken",i),f("itemId",o),f("profileName",a),f("profileSpec",s),e.t0=this.client,e.next=9,this.client.ContentObjectLibraryId({objectId:r});case 9:return e.t1=e.sent,e.t2=r,e.t3=i,e.t4=c("auth_policy_spec",o,"profiles",a),e.t5=this.FormatProfile(s),e.t6={libraryId:e.t1,objectId:e.t2,writeToken:e.t3,metadataSubtree:e.t4,metadata:e.t5},e.next=17,e.t0.ReplaceMetadata.call(e.t0,e.t6);case 17:case"end":return e.stop()}}),e,this)}))),function(e){return m.apply(this,arguments)})},{key:"RemoveProfile",value:(p=i(n.mark((function e(t){var r,i,o,a;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,i=t.policyWriteToken,o=t.itemId,a=t.profileName,f("policyId",r),f("policyWriteToken",i),f("itemId",o),f("profileName",a),e.t0=this.client,e.next=8,this.client.ContentObjectLibraryId({objectId:r});case 8:return e.t1=e.sent,e.t2=r,e.t3=i,e.t4=c("auth_policy_spec",o,"profiles",a),e.t5={libraryId:e.t1,objectId:e.t2,writeToken:e.t3,metadataSubtree:e.t4},e.next=15,e.t0.DeleteMetadata.call(e.t0,e.t5);case 15:case"end":return e.stop()}}),e,this)}))),function(e){return p.apply(this,arguments)})},{key:"ItemPermissions",value:(h=i(n.mark((function e(t){var r,o,a,s,u,l=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,o=t.policyWriteToken,a=t.itemId,e.next=3,this.client.ContentObjectLibraryId({objectId:r});case 3:return s=e.sent,e.next=6,this.client.ContentObjectMetadata({libraryId:s,objectId:r,writeToken:o,metadataSubtree:c("auth_policy_spec",a,"permissions")});case 6:if(e.t0=e.sent,e.t0){e.next=9;break}e.t0=[];case 9:return u=e.t0,e.next=12,Promise.all(u.map(function(){var e=i(n.mark((function e(t){return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,l.FormatPermission({policyId:r,policyWriteToken:o,permission:t});case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 12:return e.abrupt("return",e.sent);case 13:case"end":return e.stop()}}),e,this)}))),function(e){return h.apply(this,arguments)})},{key:"SetPermission",value:(u=i(n.mark((function e(t){var r,i,o,a,s,u,l,h,d,p,m,g,y,v,b,w,_,k,x,A,E;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.policyId,i=t.policyWriteToken,o=t.itemId,a=t.subjectSource,s=void 0===a?"fabric":a,u=t.subjectType,l=void 0===u?"group":u,h=t.subjectName,d=t.subjectId,p=t.subjectNTPId,m=t.profileName,g=t.start,y=t.end,f("policyId",r),f("policyWriteToken",i),f("itemId",o),f("subjectType",l),f("subjectSource",s),f("subjectId",d),f("profileName",m),g=this.FormatDate(g),y=this.FormatDate(y),v=this.offline&&null!=this.drafts[r],b=null,v){e.next=16;break}return e.next=15,this.client.ContentObjectLibraryId({objectId:r});case 15:b=e.sent;case 16:if("fabric"===s&&("group"===l?d.startsWith("igrp")||(d="igrp".concat(this.client.utils.AddressToHash(d))):"user"===l&&(d.startsWith("iusr")||(d="iusr".concat(this.client.utils.AddressToHash(d))))),!v){e.next=21;break}w=this.drafts[r].meta.auth_policy_spec[o],e.next=24;break;case 21:return e.next=23,this.client.ContentObjectMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_spec",o)});case 23:w=e.sent;case 24:if(w){e.next=26;break}throw Error("Unable to add permissions to uninitialized item");case 26:if(w.profiles[m]){e.next=28;break}throw Error("Profile '".concat(m,"' does not exist"));case 28:if((_=w.permissions.findIndex((function(e){return"fabric"===s?e.subject.id===d:e.subject.oauth_id===d})))<0&&(_=w.permissions.length),k={profile:m},g&&(k.start=g),y&&(k.end=y),"fabric"!==s){e.next=53;break}if("group"!==l){e.next=38;break}x={id:d,type:"group"},e.next=51;break;case 38:if("user"!==l){e.next=42;break}x={id:d,type:"user"},e.next=51;break;case 42:if("ntp"!==l){e.next=46;break}x={id:d,type:"otp"},e.next=51;break;case 46:if("ntp_subject"!==l){e.next=50;break}x={id:d,otp_id:p,type:"otp_subject"},e.next=51;break;case 50:throw Error("Invalid subject type: ".concat(l));case 51:e.next=66;break;case 53:if("oauth"!==s){e.next=65;break}if("group"!==l){e.next=58;break}x={id:h,oauth_id:d,type:"oauth_group"},e.next=63;break;case 58:if("user"!==l){e.next=62;break}x={id:h,oauth_id:d,type:"oauth_user"},e.next=63;break;case 62:throw Error("Invalid subject type: ".concat(l));case 63:e.next=66;break;case 65:throw Error("Invalid subject source: ".concat(s));case 66:if(k.subject=x,w.permissions[_]=k,v){e.next=71;break}return e.next=71,this.client.ReplaceMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_spec",o,"permissions"),metadata:w.permissions});case 71:if("fabric"!==s||"user"!==l){e.next=85;break}if(A={address:this.client.utils.HashToAddress(d),name:h},!v){e.next=77;break}this.drafts[r].meta.auth_policy_settings.fabric_users[this.client.utils.HashToAddress(d)]=A,e.next=83;break;case 77:return e.next=79,this.client.ContentObjectMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_settings","fabric_users",this.client.utils.HashToAddress(d))});case 79:if(e.sent){e.next=83;break}return e.next=83,this.client.ReplaceMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_settings","fabric_users",this.client.utils.HashToAddress(d)),metadata:A});case 83:e.next=97;break;case 85:if("fabric"!==s||"ntp"!==l){e.next=97;break}if(E={address:d,ntpId:d,name:h,type:"ntpInstance"},!v){e.next=91;break}this.drafts[r].meta.auth_policy_settings.ntp_instances[d]=E,e.next=97;break;case 91:return e.next=93,this.client.ContentObjectMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_settings","ntp_instances",d)});case 93:if(e.sent){e.next=97;break}return e.next=97,this.client.ReplaceMetadata({libraryId:b,objectId:r,writeToken:i,metadataSubtree:c("auth_policy_settings","ntp_instances",d),metadata:E});case 97:case"end":return e.stop()}}),e,this)}))),function(e){return u.apply(this,arguments)})},{key:"RemovePermission",value:(o=i(n.mark((function e(t){var r,o,a,s,u,l,h,d=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,o=t.policyWriteToken,a=t.itemId,s=t.subjectId,f("policyId",r),f("policyWriteToken",o),f("itemId",a),f("subjectId",s),e.next=7,this.client.ContentObjectLibraryId({objectId:r});case 7:return u=e.sent,e.next=10,this.client.ContentObjectMetadata({libraryId:u,objectId:r,writeToken:o,metadataSubtree:c("auth_policy_spec",a,"permissions")});case 10:if(l=e.sent){e.next=13;break}return e.abrupt("return");case 13:if(!s.startsWith("0x")){e.next=23;break}return h=this.client.utils.AddressToObjectId(s),e.next=17,this.client.AccessType({id:h});case 17:if(e.t0=e.sent,"group"!==e.t0){e.next=22;break}s="igrp".concat(this.client.utils.AddressToHash(s)),e.next=23;break;case 22:s="iusr".concat(this.client.utils.AddressToHash(s));case 23:return e.next=25,Promise.all(l.map(function(){var e=i(n.mark((function e(t,i){return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.subject.id!==s&&t.subject.oauth_id!==s){e.next=3;break}return e.next=3,d.client.DeleteMetadata({libraryId:u,objectId:r,writeToken:o,metadataSubtree:c("auth_policy_spec",a,"permissions",i.toString())});case 3:case"end":return e.stop()}}),e)})));return function(t,r){return e.apply(this,arguments)}}()));case 25:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"SubjectPermissions",value:(r=i(n.mark((function e(t){var r,o,a,s,u,h,d,p,m,g,y,v,b=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.policyId,o=t.policyWriteToken,a=t.subjectId,f("policyId",r),f("subjectId",a),!a.startsWith("0x")){e.next=13;break}return s=this.client.utils.AddressToObjectId(a),e.next=7,this.client.AccessType({id:s});case 7:if(e.t0=e.sent,"group"!==e.t0){e.next=12;break}a="igrp".concat(this.client.utils.AddressToHash(a)),e.next=13;break;case 12:a="iusr".concat(this.client.utils.AddressToHash(a));case 13:return e.next=15,this.client.ContentObjectLibraryId({objectId:r});case 15:return u=e.sent,e.next=18,this.client.ContentObjectMetadata({libraryId:u,objectId:r,writeToken:o,metadataSubtree:c("auth_policy_spec")});case 18:h=e.sent,d={},p=0,m=Object.keys(h);case 21:if(!(p<m.length)){e.next=31;break}return g=m[p],y=h[g].permissions||[],e.next=26,Promise.all(y.filter((function(e){return(e.subject||{}).oauth_id===a||(e.subject||{}).id===a})).map(function(){var e=i(n.mark((function e(t){return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,b.FormatPermission({policyId:r,policyWriteToken:o,permission:t});case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 26:(v=e.sent).length>0&&(d[g]=l(l({},h[g]),{},{permissions:v}));case 28:p++,e.next=21;break;case 31:return e.abrupt("return",d);case 32:case"end":return e.stop()}}),e,this)}))),function(e){return r.apply(this,arguments)})},{key:"RemoveSubjectPermissions",value:(t=i(n.mark((function e(t){var r,o,a,s,u=this;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.policyId,o=t.policyWriteToken,a=t.subjectId,f("policyId",r),f("policyWriteToken",o),f("subjectId",a),e.next=6,this.SubjectPermissions({policyId:r,policyWriteToken:o,subjectId:a});case 6:return s=e.sent,e.next=9,this.client.utils.LimitedMap(5,Object.keys(s),function(){var e=i(n.mark((function e(t){return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,u.RemovePermission({policyId:r,policyWriteToken:o,subjectId:a,itemId:t});case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 9:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})}]),e}();e.exports=p},function(e,t,r){(function(e){function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r=function(e){"use strict";var r=Object.prototype,n=r.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function l(e,t,r,n){var i=t&&t.prototype instanceof f?t:f,o=Object.create(i.prototype),a=new A(n||[]);return o._invoke=function(e,t,r){var n="suspendedStart";return function(i,o){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===i)throw o;return S()}for(r.method=i,r.arg=o;;){var a=r.delegate;if(a){var s=_(a,r);if(s){if(s===h)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var u=c(e,t,r);if("normal"===u.type){if(n=r.done?"completed":"suspendedYield",u.arg===h)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(n="completed",r.method="throw",r.arg=u.arg)}}}(e,r,a),o}function c(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}e.wrap=l;var h={};function f(){}function d(){}function p(){}var m={};u(m,o,(function(){return this}));var g=Object.getPrototypeOf,y=g&&g(g(E([])));y&&y!==r&&n.call(y,o)&&(m=y);var v=p.prototype=f.prototype=Object.create(m);function b(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function w(e,r){var i;this._invoke=function(o,a){function s(){return new r((function(i,s){!function i(o,a,s,u){var l=c(e[o],e,a);if("throw"!==l.type){var h=l.arg,f=h.value;return f&&"object"===t(f)&&n.call(f,"__await")?r.resolve(f.__await).then((function(e){i("next",e,s,u)}),(function(e){i("throw",e,s,u)})):r.resolve(f).then((function(e){h.value=e,s(h)}),(function(e){return i("throw",e,s,u)}))}u(l.arg)}(o,a,i,s)}))}return i=i?i.then(s,s):s()}}function _(e,t){var r=e.iterator[t.method];if(void 0===r){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,_(e,t),"throw"===t.method))return h;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var n=c(r,e.iterator,t.arg);if("throw"===n.type)return t.method="throw",t.arg=n.arg,t.delegate=null,h;var i=n.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,h):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,h)}function k(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 x(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function A(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(k,this),this.reset(!0)}function E(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 r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:S}}function S(){return{value:void 0,done:!0}}return d.prototype=p,u(v,"constructor",p),u(p,"constructor",d),d.displayName=u(p,s,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,p):(e.__proto__=p,u(e,s,"GeneratorFunction")),e.prototype=Object.create(v),e},e.awrap=function(e){return{__await:e}},b(w.prototype),u(w.prototype,a,(function(){return this})),e.AsyncIterator=w,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new w(l(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},b(v),u(v,s,"Generator"),u(v,o,(function(){return this})),u(v,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=[];for(var r in e)t.push(r);return t.reverse(),function r(){for(;t.length;){var n=t.pop();if(n in e)return r.value=n,r.done=!1,r}return r.done=!0,r}},e.values=E,A.prototype={constructor:A,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(x),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(r,n){return a.type="throw",a.arg=e,t.next=r,n&&(t.method="next",t.arg=void 0),!!n}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var s=n.call(o,"catchLoc"),u=n.call(o,"finallyLoc");if(s&&u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(s){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,h):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),h},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),x(r),h}},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;x(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:E(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),h}},e}("object"===t(e)?e.exports:{});try{regeneratorRuntime=r}catch(e){"object"===("undefined"==typeof globalThis?"undefined":t(globalThis))?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}).call(this,r(0)(e))},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function r(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}e.exports=function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,r){var n,i,o;function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}o=function(){function e(e){var t=[];if(0===e.length)return"";if("string"!=typeof e[0])throw new TypeError("Url must be a string. Received "+e[0]);if(e[0].match(/^[^/:]+:\/*$/)&&e.length>1){var r=e.shift();e[0]=r+e[0]}e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(var n=0;n<e.length;n++){var i=e[n];if("string"!=typeof i)throw new TypeError("Url must be a string. Received "+i);""!==i&&(n>0&&(i=i.replace(/^[\/]+/,"")),i=n<e.length-1?i.replace(/[\/]+$/,""):i.replace(/[\/]+$/,"/"),t.push(i))}var o=t.join("/"),a=(o=o.replace(/\/(\?|&|#[^!])/g,"$1")).split("?");return o=a.shift()+(a.length>0?"?":"")+a.join("&")}return function(){return e("object"===a(arguments[0])?arguments[0]:[].slice.call(arguments))}},e.exports?e.exports=o():void 0===(i="function"==typeof(n=o)?n.call(t,r,t,e):n)||(e.exports=i)},function(e,t,r){var n=r(18);t.ValidatePresence=function(e,t){if(!t)throw Error("".concat(e," not specified"))},t.ValidateLibrary=function(e){if(!e)throw Error("Library ID not specified");if(!e.toString().startsWith("i"))throw Error("Invalid library ID: ".concat(e))},t.ValidateObject=function(e){if(!e)throw Error("Object ID not specified");if(!e.toString().startsWith("i"))throw Error("Invalid object ID: ".concat(e))},t.ValidateVersion=function(e){if(!e)throw Error("Version hash not specified");if(!e.toString().startsWith("h"))throw Error("Invalid version hash: ".concat(e))},t.ValidateWriteToken=function(e){if(!e)throw Error("Write token not specified");if(!e.toString().startsWith("t"))throw Error("Invalid write token: ".concat(e))},t.ValidatePartHash=function(e){if(!e)throw Error("Part hash not specified");if(!e.toString().startsWith("hqp_")&&!e.toString().startsWith("hqpe"))throw Error("Invalid part hash: ".concat(e))},t.ValidateParameters=function(e){var r=e.libraryId,n=e.objectId,i=e.versionHash;i?t.ValidateVersion(i):(t.ValidateLibrary(r),t.ValidateObject(n))},t.ValidateAddress=function(e){if(!e)throw Error("Address not specified");if(!/^(0x)?[0-9a-f]{40}$/i.test(e.toLowerCase()))throw Error("Invalid address: ".concat(e));return n.FormatAddress(e)},t.ValidatePermission=function(e){if(e&&"full-access"!==e&&"no-access"!==e)throw Error("Invalid profile permission: ".concat(e));return e},t.ValidateDate=function(e){if(e){if(isNaN(new Date(e)))throw Error("Invalid date: ".concat(e));return new Date(e).getTime()}}},function(e,t,r){(function(t,n){var i=r(23),o=r(3),a=r(4),s=r(5),u=r(27);function l(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 c(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){s(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}void 0===t&&(t=r(1).Buffer);var h,f,d,p=r(31),m=r(34).default,g=r(35),y=r(39),v=r(40),b=r(41).utils,w=b.keccak256,_=b.getAddress,k={name:"Utils",nullAddress:"0x0000000000000000000000000000000000000000",weiPerEther:new m("1000000000000000000"),ToBigNumber:function(e){return new m(e)},WeiToEther:function(e){return k.ToBigNumber(e).div(k.weiPerEther)},EtherToWei:function(e){return k.ToBigNumber(e).times(k.weiPerEther)},FormatAddress:function(e){return e&&"string"==typeof e?((e=e.trim()).startsWith("0x")||(e="0x"+e),e.toLowerCase()):""},FormatSignature:function(e){return e=e.replace("0x",""),"ES256K_"+p.encode(t.from(e,"hex"))},DecodeVersionHash:function(e){if(!e.startsWith("hq__")&&!e.startsWith("tq__"))throw new Error('Invalid version hash: "'.concat(e,'"'));e=e.slice(4);var r=k.FromB58(e),n=r.slice(0,32),i=n.toString("hex");r=r.slice(32);for(var o=0;r[o]>=128;)o++;o++;var a=r.slice(0,o),s=g.decode(a);return r=r.slice(o),{digest:i,size:s,objectId:"iq__"+k.B58(r),partHash:"hqp_"+k.B58(t.concat([n,a]))}},DecodeSignedToken:function(e){var r=k.FromB58(e.slice(6)),n="0x".concat(r.slice(0,65).toString("hex")),i=JSON.parse(t.from(v.inflateRaw(r.slice(65))).toString("utf-8"));return i.adr=k.FormatAddress("0x".concat(t.from(i.adr,"base64").toString("hex"))),{payload:i,signature:n}},DecodeWriteToken:function(e){if(e.length<4)throw new Error('Invalid write token: ["'.concat(e,'"] (unknown prefix)'));var t;if(e.startsWith("tqw__")?(t="tq__",e=e.slice(5)):(t=e.slice(0,4),e=e.slice(4)),0===e.length)throw new Error('Invalid write token: ["'.concat(e,'"] (too short)'));switch(t){case"tqw_":case"tq__":case"tqpw":case"tqp_":case"tlro":break;default:throw new Error('Invalid write token: ["'.concat(e,'"] (unknown prefix)'))}var r,n,i,o,a,s=k.FromB58(e);function u(e,t){var r,n,i=g.decode(s,0),o=g.decode.bytes;return n=e?0===(r=s.slice(o+1,i+o)).length?"":t+k.B58(r):"0x"+(r=s.slice(o,i+o)).toString("hex"),s=s.slice(i+o),n}switch(t){case"tqw_":case"tqpw":r="0x"+s.toString("hex");break;case"tlro":case"tq__":n=u(!0,"iq__"),i=u(!0,"inod"),r=u(!1,"");break;case"tqp_":if(s.length<3)throw new Error('Invalid write token: ["'.concat(e,'"] (token truncated)'));o=s[0],a=s[1],s=s.slice(2),r=u(!1,"");break;default:throw new Error('Invalid write token: ["'.concat(e,'"] (unknown prefix)'))}return{tokenType:t,tokenId:r,objectId:n,nodeId:i,scheme:o,flags:a}},AddressToHash:function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e=e.replace(r?"0x04":"0x",""),p.encode(t.from(e,"hex"))},AddressToSpaceId:function(e){return"ispc"+k.AddressToHash(e)},AddressToLibraryId:function(e){return"ilib"+k.AddressToHash(e)},AddressToObjectId:function(e){return"iq__"+k.AddressToHash(e)},HashToAddress:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e=t?e:e.substr(4),k.FormatAddress((t?"0x04":"0x")+p.decode(e).toString("hex"))},EqualAddress:function(e,t){return!(!e||!t)&&k.FormatAddress(e)===k.FormatAddress(t)},EqualHash:function(e,t){return!(!e||!t)&&(!(e.length<=4||t.length<=4)&&k.HashToAddress(e)===k.HashToAddress(t))},ValidAddress:function(e){try{return _(e),!0}catch(e){return!1}},ValidHash:function(e){return k.ValidAddress(k.HashToAddress(e))},ToBytes32:function(e){return"0x"+e.split("").map((function(e){return e.charCodeAt(0).toString(16)})).join("").slice(0,64).padEnd(64,"0")},BufferToArrayBuffer:function(e){return e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength)},B64:function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"utf-8";return t.from(e,r).toString("base64")},FromB64:function(e){return t.from(e,"base64").toString("utf-8")},FromB64URL:function(e){var t=(e=e.replace(/-/g,"+").replace(/_/g,"/")).length%4;if(t){if(1===t)throw new Error("InvalidLengthError: Input base64url string is the wrong length to determine padding");e+=new Array(5-t).join("=")}return k.FromB64(e)},B58:function(e){return p.encode(t.from(e))},FromB58:function(e){return p.decode(e)},FromB58ToStr:function(e){return(new TextDecoder).decode(k.FromB58(e))},DecodeAuthorizationToken:function(e){var t=(e=decodeURIComponent(e)).split("."),r=u(t,2),n=r[0],i=r[1];return c(c({},n=JSON.parse(k.FromB64(n))),{},{signature:i})},LimitedMap:(d=a(o.mark((function e(t,r,n){var s,u,l,c,h;return o.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return s=0,u=!1,l=function(){var e=a(o.mark((function e(){var t;return o.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!u){e.next=5;break}return e.next=3,new Promise((function(e){return setTimeout(e,10)}));case 3:e.next=0;break;case 5:return u=!0,t=s,s+=1,u=!1,e.abrupt("return",t);case 10:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),c=[],h=0,e.abrupt("return",new Promise((function(e,s){i(Array(t||1)).forEach(a(o.mark((function t(){var i;return o.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h+=1,t.next=3,l();case 3:i=t.sent;case 4:if(!(i<r.length)){t.next=19;break}return t.prev=5,t.next=8,n(r[i],i);case 8:c[i]=t.sent,t.next=14;break;case 11:t.prev=11,t.t0=t.catch(5),s(t.t0);case 14:return t.next=16,l();case 16:i=t.sent,t.next=4;break;case 19:0==(h-=1)&&e(c);case 21:case"end":return t.stop()}}),t,null,[[5,11]])}))))})));case 6:case"end":return e.stop()}}),e)}))),function(e,t,r){return d.apply(this,arguments)}),ResponseToJson:(f=a(o.mark((function e(t){return o.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",k.ResponseToFormat("json",t));case 1:case"end":return e.stop()}}),e)}))),function(e){return f.apply(this,arguments)}),ResponseToFormat:(h=a(o.mark((function e(t,r){return o.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,r;case 2:r=e.sent,e.t0=t.toLowerCase(),e.next="json"===e.t0?6:"text"===e.t0?9:"blob"===e.t0?12:"arraybuffer"===e.t0?15:"formdata"===e.t0?18:"buffer"===e.t0?21:24;break;case 6:return e.next=8,r.json();case 8:return e.abrupt("return",e.sent);case 9:return e.next=11,r.text();case 11:return e.abrupt("return",e.sent);case 12:return e.next=14,r.blob();case 14:return e.abrupt("return",e.sent);case 15:return e.next=17,r.arrayBuffer();case 17:return e.abrupt("return",e.sent);case 18:return e.next=20,r.formData();case 20:return e.abrupt("return",e.sent);case 21:return e.next=23,r.buffer();case 23:return e.abrupt("return",e.sent);case 24:return e.abrupt("return",r);case 25:case"end":return e.stop()}}),e)}))),function(e,t){return h.apply(this,arguments)}),ResizeImage:function(e){var t=e.imageUrl,r=e.height;return!t||t&&!t.startsWith("http")?t:(t=y(t).removeSearch("height").removeSearch("header-x_image_height"),r&&!isNaN(parseInt(r))&&t.addSearch("height",parseInt(r)),t.toString())},SafeTraverse:function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(!e)return e;1===r.length&&Array.isArray(r[0])&&(r=r[0]);for(var i=e,o=0;o<r.length;o++)if(void 0===(i=i[r[o]]))return;return i},IsCloneable:function(e){if(Object(e)!==e)return!0;switch({}.toString.call(e).slice(8,-1)){case"Boolean":case"Number":case"String":case"Date":case"RegExp":case"Blob":case"FileList":case"ImageData":case"ImageBitmap":case"ArrayBuffer":return!0;case"Array":case"Object":return Object.keys(e).every((function(t){return k.IsCloneable(e[t])}));case"Map":return i(e.keys()).every(k.IsCloneable)&&i(e.values()).every(k.IsCloneable);case"Set":return i(e.keys()).every(k.IsCloneable);default:return!1}},MakeClonable:function(e){if(k.IsCloneable(e))return e;if(t.isBuffer(e))return k.BufferToArrayBuffer(e);switch({}.toString.call(e).slice(8,-1)){case"Response":case"Function":return;case"Boolean":case"Number":case"String":case"Date":case"RegExp":case"Blob":case"FileList":case"ImageData":case"ImageBitmap":case"ArrayBuffer":return e;case"Array":return e.map((function(e){return k.MakeClonable(e)}));case"Set":return new Set(Array.from(e.keys()).map((function(e){return k.MakeClonable(e)})));case"Map":var r=new Map;return Array.from(e.keys()).forEach((function(t){var n=k.MakeClonable(e.get(t));n&&r.set(t,n)})),r;case"Error":return e.message;case"Object":var n={};return Object.keys(e).map((function(t){var r=k.MakeClonable(e[t]);r&&(n[t]=r)})),n;default:return JSON.parse(JSON.stringify(e))}},PublicKeyToAddress:function(e){var r=new Uint8Array(t.from(e.replace("0x04",""),"hex")),n="0x"+w(r).slice(26);return k.FormatAddress(n)},PLATFORM_NODE:"node",PLATFORM_WEB:"web",PLATFORM_REACT_NATIVE:"react-native",Platform:function(){return"undefined"!=typeof navigator&&"ReactNative"===navigator.product?k.PLATFORM_REACT_NATIVE:void 0!==n&&void 0!==n.versions&&void 0!==n.versions.node?k.PLATFORM_NODE:k.PLATFORM_WEB}};e.exports=k}).call(this,r(1).Buffer,r(22))},function(e,t,r){"use strict";t.byteLength=function(e){var t=l(e),r=t[0],n=t[1];return 3*(r+n)/4-n},t.toByteArray=function(e){var t,r,n=l(e),a=n[0],s=n[1],u=new o(function(e,t,r){return 3*(t+r)/4-r}(0,a,s)),c=0,h=s>0?a-4:a;for(r=0;r<h;r+=4)t=i[e.charCodeAt(r)]<<18|i[e.charCodeAt(r+1)]<<12|i[e.charCodeAt(r+2)]<<6|i[e.charCodeAt(r+3)],u[c++]=t>>16&255,u[c++]=t>>8&255,u[c++]=255&t;2===s&&(t=i[e.charCodeAt(r)]<<2|i[e.charCodeAt(r+1)]>>4,u[c++]=255&t);1===s&&(t=i[e.charCodeAt(r)]<<10|i[e.charCodeAt(r+1)]<<4|i[e.charCodeAt(r+2)]>>2,u[c++]=t>>8&255,u[c++]=255&t);return u},t.fromByteArray=function(e){for(var t,r=e.length,i=r%3,o=[],a=0,s=r-i;a<s;a+=16383)o.push(c(e,a,a+16383>s?s:a+16383));1===i?(t=e[r-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return o.join("")};for(var n=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=a.length;s<u;++s)n[s]=a[s],i[a.charCodeAt(s)]=s;function l(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function c(e,t,r){for(var i,o,a=[],s=t;s<r;s+=3)i=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),a.push(n[(o=i)>>18&63]+n[o>>12&63]+n[o>>6&63]+n[63&o]);return a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},function(e,t){
|
|
36
36
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
37
|
-
t.read=function(e,t,r,n,i){var o,s
|
|
37
|
+
t.read=function(e,t,r,n,i){var o,a,s=8*i-n-1,u=(1<<s)-1,l=u>>1,c=-7,h=r?i-1:0,f=r?-1:1,d=e[t+h];for(h+=f,o=d&(1<<-c)-1,d>>=-c,c+=s;c>0;o=256*o+e[t+h],h+=f,c-=8);for(a=o&(1<<-c)-1,o>>=-c,c+=n;c>0;a=256*a+e[t+h],h+=f,c-=8);if(0===o)o=1-l;else{if(o===u)return a?NaN:1/0*(d?-1:1);a+=Math.pow(2,n),o-=l}return(d?-1:1)*a*Math.pow(2,o-n)},t.write=function(e,t,r,n,i,o){var a,s,u,l=8*o-i-1,c=(1<<l)-1,h=c>>1,f=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:o-1,p=n?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=c):(a=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-a))<1&&(a--,u*=2),(t+=a+h>=1?f/u:f*Math.pow(2,1-h))*u>=2&&(a++,u/=2),a+h>=c?(s=0,a=c):a+h>=1?(s=(t*u-1)*Math.pow(2,i),a+=h):(s=t*Math.pow(2,h-1)*Math.pow(2,i),a=0));i>=8;e[r+d]=255&s,d+=p,s/=256,i-=8);for(a=a<<i|s,l+=i;l>0;e[r+d]=255&a,d+=p,a/=256,l-=8);e[r+d-p]|=128*m}},function(e,t){var r={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==r.call(e)}},function(e,t){var r,n,i=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(r===setTimeout)return setTimeout(e,0);if((r===o||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"==typeof setTimeout?setTimeout:o}catch(e){r=o}try{n="function"==typeof clearTimeout?clearTimeout:a}catch(e){n=a}}();var u,l=[],c=!1,h=-1;function f(){c&&u&&(c=!1,u.length?l=u.concat(l):h=-1,l.length&&d())}function d(){if(!c){var e=s(f);c=!0;for(var t=l.length;t;){for(u=l,l=[];++h<t;)u&&u[h].run();h=-1,t=l.length}u=null,c=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===a||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function m(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];l.push(new p(e,t)),1!==l.length||c||s(d)},p.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=m,i.addListener=m,i.once=m,i.off=m,i.removeListener=m,i.removeAllListeners=m,i.emit=m,i.prependListener=m,i.prependOnceListener=m,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(e,t,r){var n=r(24),i=r(25),o=r(7),a=r(26);e.exports=function(e){return n(e)||i(e)||o(e)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,r){var n=r(6);e.exports=function(e){if(Array.isArray(e))return n(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,r){var n=r(28),i=r(29),o=r(7),a=r(30);e.exports=function(e,t){return n(e)||i(e,t)||o(e,t)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,i,o=[],a=!0,s=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(o.push(n.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==r.return||r.return()}finally{if(s)throw i}}return o}},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(){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.__esModule=!0,e.exports.default=e.exports},function(e,t,r){var n=r(32);e.exports=n("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz")},function(e,t,r){"use strict";var n=r(33).Buffer;e.exports=function(e){if(e.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),r=0;r<t.length;r++)t[r]=255;for(var i=0;i<e.length;i++){var o=e.charAt(i),a=o.charCodeAt(0);if(255!==t[a])throw new TypeError(o+" is ambiguous");t[a]=i}var s=e.length,u=e.charAt(0),l=Math.log(s)/Math.log(256),c=Math.log(256)/Math.log(s);function h(e){if("string"!=typeof e)throw new TypeError("Expected String");if(0===e.length)return n.alloc(0);for(var r=0,i=0,o=0;e[r]===u;)i++,r++;for(var a=(e.length-r)*l+1>>>0,c=new Uint8Array(a);e[r];){var h=t[e.charCodeAt(r)];if(255===h)return;for(var f=0,d=a-1;(0!==h||f<o)&&-1!==d;d--,f++)h+=s*c[d]>>>0,c[d]=h%256>>>0,h=h/256>>>0;if(0!==h)throw new Error("Non-zero carry");o=f,r++}for(var p=a-o;p!==a&&0===c[p];)p++;var m=n.allocUnsafe(i+(a-p));m.fill(0,0,i);for(var g=i;p!==a;)m[g++]=c[p++];return m}return{encode:function(t){if((Array.isArray(t)||t instanceof Uint8Array)&&(t=n.from(t)),!n.isBuffer(t))throw new TypeError("Expected Buffer");if(0===t.length)return"";for(var r=0,i=0,o=0,a=t.length;o!==a&&0===t[o];)o++,r++;for(var l=(a-o)*c+1>>>0,h=new Uint8Array(l);o!==a;){for(var f=t[o],d=0,p=l-1;(0!==f||d<i)&&-1!==p;p--,d++)f+=256*h[p]>>>0,h[p]=f%s>>>0,f=f/s>>>0;if(0!==f)throw new Error("Non-zero carry");i=d,o++}for(var m=l-i;m!==l&&0===h[m];)m++;for(var g=u.repeat(r);m<l;++m)g+=e.charAt(h[m]);return g},decodeUnsafe:h,decode:function(e){var t=h(e);if(t)return t;throw new Error("Non-base"+s+" character")}}}},function(e,t,r){
|
|
38
38
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
39
|
-
var n=r(1),i=n.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function s(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(o(n,t),t.Buffer=s),s.prototype=Object.create(i.prototype),o(i,s),s.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return i(e,t,r)},s.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},s.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i(e)},s.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},function(e,t,r){var n;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(o){"use strict";var s,a=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,u="function"==typeof Symbol&&"symbol"==i(Symbol.iterator),l=Math.ceil,c=Math.floor,h="[BigNumber Error] ",f=h+"Number primitive has more than 15 significant digits: ",d=1e14,p=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],m=1e9;function g(e){var t=0|e;return e>0||e===t?t:t-1}function y(e){for(var t,r,n=1,i=e.length,o=e[0]+"";n<i;){for(r=14-(t=e[n++]+"").length;r--;t="0"+t);o+=t}for(i=o.length;48===o.charCodeAt(--i););return o.slice(0,i+1||1)}function v(e,t){var r,n,i=e.c,o=t.c,s=e.s,a=t.s,u=e.e,l=t.e;if(!s||!a)return null;if(r=i&&!i[0],n=o&&!o[0],r||n)return r?n?0:-a:s;if(s!=a)return s;if(r=s<0,n=u==l,!i||!o)return n?0:!i^r?1:-1;if(!n)return u>l^r?1:-1;for(a=(u=i.length)<(l=o.length)?u:l,s=0;s<a;s++)if(i[s]!=o[s])return i[s]>o[s]^r?1:-1;return u==l?0:u>l^r?1:-1}function b(e,t,r,n){if(e<t||e>r||e!==c(e))throw Error(h+(n||"Argument")+("number"==typeof e?e<t||e>r?" out of range: ":" not an integer: ":" not a primitive number: ")+String(e))}function w(e){var t=e.c.length-1;return g(e.e/14)==t&&e.c[t]%2!=0}function _(e,t){return(e.length>1?e.charAt(0)+"."+e.slice(1):e)+(t<0?"e":"e+")+t}function k(e,t,r){var n,i;if(t<0){for(i=r+".";++t;i+=r);e=i+e}else if(++t>(n=e.length)){for(i=r,t-=n;--t;i+=r);e+=i}else t<n&&(e=e.slice(0,t)+"."+e.slice(t));return e}(s=function e(t){var r,n,o,s,x,A,E,S,M,I=F.prototype={constructor:F,toString:null,valueOf:null},P=new F(1),T=20,N=4,R=-7,O=21,C=-1e7,j=1e7,B=!1,L=1,U=0,D={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},z="0123456789abcdefghijklmnopqrstuvwxyz";function F(e,t){var r,i,s,u,l,h,d,p,m=this;if(!(m instanceof F))return new F(e,t);if(null==t){if(e&&!0===e._isBigNumber)return m.s=e.s,void(!e.c||e.e>j?m.c=m.e=null:e.e<C?m.c=[m.e=0]:(m.e=e.e,m.c=e.c.slice()));if((h="number"==typeof e)&&0*e==0){if(m.s=1/e<0?(e=-e,-1):1,e===~~e){for(u=0,l=e;l>=10;l/=10,u++);return void(u>j?m.c=m.e=null:(m.e=u,m.c=[e]))}p=String(e)}else{if(!a.test(p=String(e)))return o(m,p,h);m.s=45==p.charCodeAt(0)?(p=p.slice(1),-1):1}(u=p.indexOf("."))>-1&&(p=p.replace(".","")),(l=p.search(/e/i))>0?(u<0&&(u=l),u+=+p.slice(l+1),p=p.substring(0,l)):u<0&&(u=p.length)}else{if(b(t,2,z.length,"Base"),10==t)return V(m=new F(e),T+m.e+1,N);if(p=String(e),h="number"==typeof e){if(0*e!=0)return o(m,p,h,t);if(m.s=1/e<0?(p=p.slice(1),-1):1,F.DEBUG&&p.replace(/^0\.0*|\./,"").length>15)throw Error(f+e)}else m.s=45===p.charCodeAt(0)?(p=p.slice(1),-1):1;for(r=z.slice(0,t),u=l=0,d=p.length;l<d;l++)if(r.indexOf(i=p.charAt(l))<0){if("."==i){if(l>u){u=d;continue}}else if(!s&&(p==p.toUpperCase()&&(p=p.toLowerCase())||p==p.toLowerCase()&&(p=p.toUpperCase()))){s=!0,l=-1,u=0;continue}return o(m,String(e),h,t)}h=!1,(u=(p=n(p,t,10,m.s)).indexOf("."))>-1?p=p.replace(".",""):u=p.length}for(l=0;48===p.charCodeAt(l);l++);for(d=p.length;48===p.charCodeAt(--d););if(p=p.slice(l,++d)){if(d-=l,h&&F.DEBUG&&d>15&&(e>9007199254740991||e!==c(e)))throw Error(f+m.s*e);if((u=u-l-1)>j)m.c=m.e=null;else if(u<C)m.c=[m.e=0];else{if(m.e=u,m.c=[],l=(u+1)%14,u<0&&(l+=14),l<d){for(l&&m.c.push(+p.slice(0,l)),d-=14;l<d;)m.c.push(+p.slice(l,l+=14));l=14-(p=p.slice(l)).length}else l-=d;for(;l--;p+="0");m.c.push(+p)}}else m.c=[m.e=0]}function H(e,t,r,n){var i,o,s,a,u;if(null==r?r=N:b(r,0,8),!e.c)return e.toString();if(i=e.c[0],s=e.e,null==t)u=y(e.c),u=1==n||2==n&&(s<=R||s>=O)?_(u,s):k(u,s,"0");else if(o=(e=V(new F(e),t,r)).e,a=(u=y(e.c)).length,1==n||2==n&&(t<=o||o<=R)){for(;a<t;u+="0",a++);u=_(u,o)}else if(t-=s,u=k(u,o,"0"),o+1>a){if(--t>0)for(u+=".";t--;u+="0");}else if((t+=o-a)>0)for(o+1==a&&(u+=".");t--;u+="0");return e.s<0&&i?"-"+u:u}function G(e,t){for(var r,n=1,i=new F(e[0]);n<e.length;n++){if(!(r=new F(e[n])).s){i=r;break}t.call(i,r)&&(i=r)}return i}function q(e,t,r){for(var n=1,i=t.length;!t[--i];t.pop());for(i=t[0];i>=10;i/=10,n++);return(r=n+14*r-1)>j?e.c=e.e=null:r<C?e.c=[e.e=0]:(e.e=r,e.c=t),e}function V(e,t,r,n){var i,o,s,a,u,h,f,m=e.c,g=p;if(m){e:{for(i=1,a=m[0];a>=10;a/=10,i++);if((o=t-i)<0)o+=14,s=t,f=(u=m[h=0])/g[i-s-1]%10|0;else if((h=l((o+1)/14))>=m.length){if(!n)break e;for(;m.length<=h;m.push(0));u=f=0,i=1,s=(o%=14)-14+1}else{for(u=a=m[h],i=1;a>=10;a/=10,i++);f=(s=(o%=14)-14+i)<0?0:u/g[i-s-1]%10|0}if(n=n||t<0||null!=m[h+1]||(s<0?u:u%g[i-s-1]),n=r<4?(f||n)&&(0==r||r==(e.s<0?3:2)):f>5||5==f&&(4==r||n||6==r&&(o>0?s>0?u/g[i-s]:0:m[h-1])%10&1||r==(e.s<0?8:7)),t<1||!m[0])return m.length=0,n?(t-=e.e+1,m[0]=g[(14-t%14)%14],e.e=-t||0):m[0]=e.e=0,e;if(0==o?(m.length=h,a=1,h--):(m.length=h+1,a=g[14-o],m[h]=s>0?c(u/g[i-s]%g[s])*a:0),n)for(;;){if(0==h){for(o=1,s=m[0];s>=10;s/=10,o++);for(s=m[0]+=a,a=1;s>=10;s/=10,a++);o!=a&&(e.e++,m[0]==d&&(m[0]=1));break}if(m[h]+=a,m[h]!=d)break;m[h--]=0,a=1}for(o=m.length;0===m[--o];m.pop());}e.e>j?e.c=e.e=null:e.e<C&&(e.c=[e.e=0])}return e}function W(e){var t,r=e.e;return null===r?e.toString():(t=y(e.c),t=r<=R||r>=O?_(t,r):k(t,r,"0"),e.s<0?"-"+t:t)}return F.clone=e,F.ROUND_UP=0,F.ROUND_DOWN=1,F.ROUND_CEIL=2,F.ROUND_FLOOR=3,F.ROUND_HALF_UP=4,F.ROUND_HALF_DOWN=5,F.ROUND_HALF_EVEN=6,F.ROUND_HALF_CEIL=7,F.ROUND_HALF_FLOOR=8,F.EUCLID=9,F.config=F.set=function(e){var t,r;if(null!=e){if("object"!=i(e))throw Error(h+"Object expected: "+e);if(e.hasOwnProperty(t="DECIMAL_PLACES")&&(b(r=e[t],0,m,t),T=r),e.hasOwnProperty(t="ROUNDING_MODE")&&(b(r=e[t],0,8,t),N=r),e.hasOwnProperty(t="EXPONENTIAL_AT")&&((r=e[t])&&r.pop?(b(r[0],-m,0,t),b(r[1],0,m,t),R=r[0],O=r[1]):(b(r,-m,m,t),R=-(O=r<0?-r:r))),e.hasOwnProperty(t="RANGE"))if((r=e[t])&&r.pop)b(r[0],-m,-1,t),b(r[1],1,m,t),C=r[0],j=r[1];else{if(b(r,-m,m,t),!r)throw Error(h+t+" cannot be zero: "+r);C=-(j=r<0?-r:r)}if(e.hasOwnProperty(t="CRYPTO")){if((r=e[t])!==!!r)throw Error(h+t+" not true or false: "+r);if(r){if("undefined"==typeof crypto||!crypto||!crypto.getRandomValues&&!crypto.randomBytes)throw B=!r,Error(h+"crypto unavailable");B=r}else B=r}if(e.hasOwnProperty(t="MODULO_MODE")&&(b(r=e[t],0,9,t),L=r),e.hasOwnProperty(t="POW_PRECISION")&&(b(r=e[t],0,m,t),U=r),e.hasOwnProperty(t="FORMAT")){if("object"!=i(r=e[t]))throw Error(h+t+" not an object: "+r);D=r}if(e.hasOwnProperty(t="ALPHABET")){if("string"!=typeof(r=e[t])||/^.$|[+-.\s]|(.).*\1/.test(r))throw Error(h+t+" invalid: "+r);z=r}}return{DECIMAL_PLACES:T,ROUNDING_MODE:N,EXPONENTIAL_AT:[R,O],RANGE:[C,j],CRYPTO:B,MODULO_MODE:L,POW_PRECISION:U,FORMAT:D,ALPHABET:z}},F.isBigNumber=function(e){if(!e||!0!==e._isBigNumber)return!1;if(!F.DEBUG)return!0;var t,r,n=e.c,i=e.e,o=e.s;e:if("[object Array]"=={}.toString.call(n)){if((1===o||-1===o)&&i>=-m&&i<=m&&i===c(i)){if(0===n[0]){if(0===i&&1===n.length)return!0;break e}if((t=(i+1)%14)<1&&(t+=14),String(n[0]).length==t){for(t=0;t<n.length;t++)if((r=n[t])<0||r>=d||r!==c(r))break e;if(0!==r)return!0}}}else if(null===n&&null===i&&(null===o||1===o||-1===o))return!0;throw Error(h+"Invalid BigNumber: "+e)},F.maximum=F.max=function(){return G(arguments,I.lt)},F.minimum=F.min=function(){return G(arguments,I.gt)},F.random=(s=9007199254740992*Math.random()&2097151?function(){return c(9007199254740992*Math.random())}:function(){return 8388608*(1073741824*Math.random()|0)+(8388608*Math.random()|0)},function(e){var t,r,n,i,o,a=0,u=[],f=new F(P);if(null==e?e=T:b(e,0,m),i=l(e/14),B)if(crypto.getRandomValues){for(t=crypto.getRandomValues(new Uint32Array(i*=2));a<i;)(o=131072*t[a]+(t[a+1]>>>11))>=9e15?(r=crypto.getRandomValues(new Uint32Array(2)),t[a]=r[0],t[a+1]=r[1]):(u.push(o%1e14),a+=2);a=i/2}else{if(!crypto.randomBytes)throw B=!1,Error(h+"crypto unavailable");for(t=crypto.randomBytes(i*=7);a<i;)(o=281474976710656*(31&t[a])+1099511627776*t[a+1]+4294967296*t[a+2]+16777216*t[a+3]+(t[a+4]<<16)+(t[a+5]<<8)+t[a+6])>=9e15?crypto.randomBytes(7).copy(t,a):(u.push(o%1e14),a+=7);a=i/7}if(!B)for(;a<i;)(o=s())<9e15&&(u[a++]=o%1e14);for(e%=14,(i=u[--a])&&e&&(o=p[14-e],u[a]=c(i/o)*o);0===u[a];u.pop(),a--);if(a<0)u=[n=0];else{for(n=-1;0===u[0];u.splice(0,1),n-=14);for(a=1,o=u[0];o>=10;o/=10,a++);a<14&&(n-=14-a)}return f.e=n,f.c=u,f}),F.sum=function(){for(var e=1,t=arguments,r=new F(t[0]);e<t.length;)r=r.plus(t[e++]);return r},n=function(){function e(e,t,r,n){for(var i,o,s=[0],a=0,u=e.length;a<u;){for(o=s.length;o--;s[o]*=t);for(s[0]+=n.indexOf(e.charAt(a++)),i=0;i<s.length;i++)s[i]>r-1&&(null==s[i+1]&&(s[i+1]=0),s[i+1]+=s[i]/r|0,s[i]%=r)}return s.reverse()}return function(t,n,i,o,s){var a,u,l,c,h,f,d,p,m=t.indexOf("."),g=T,v=N;for(m>=0&&(c=U,U=0,t=t.replace(".",""),f=(p=new F(n)).pow(t.length-m),U=c,p.c=e(k(y(f.c),f.e,"0"),10,i,"0123456789"),p.e=p.c.length),l=c=(d=e(t,n,i,s?(a=z,"0123456789"):(a="0123456789",z))).length;0==d[--c];d.pop());if(!d[0])return a.charAt(0);if(m<0?--l:(f.c=d,f.e=l,f.s=o,d=(f=r(f,p,g,v,i)).c,h=f.r,l=f.e),m=d[u=l+g+1],c=i/2,h=h||u<0||null!=d[u+1],h=v<4?(null!=m||h)&&(0==v||v==(f.s<0?3:2)):m>c||m==c&&(4==v||h||6==v&&1&d[u-1]||v==(f.s<0?8:7)),u<1||!d[0])t=h?k(a.charAt(1),-g,a.charAt(0)):a.charAt(0);else{if(d.length=u,h)for(--i;++d[--u]>i;)d[u]=0,u||(++l,d=[1].concat(d));for(c=d.length;!d[--c];);for(m=0,t="";m<=c;t+=a.charAt(d[m++]));t=k(t,l,a.charAt(0))}return t}}(),r=function(){function e(e,t,r){var n,i,o,s,a=0,u=e.length,l=t%1e7,c=t/1e7|0;for(e=e.slice();u--;)a=((i=l*(o=e[u]%1e7)+(n=c*o+(s=e[u]/1e7|0)*l)%1e7*1e7+a)/r|0)+(n/1e7|0)+c*s,e[u]=i%r;return a&&(e=[a].concat(e)),e}function t(e,t,r,n){var i,o;if(r!=n)o=r>n?1:-1;else for(i=o=0;i<r;i++)if(e[i]!=t[i]){o=e[i]>t[i]?1:-1;break}return o}function r(e,t,r,n){for(var i=0;r--;)e[r]-=i,i=e[r]<t[r]?1:0,e[r]=i*n+e[r]-t[r];for(;!e[0]&&e.length>1;e.splice(0,1));}return function(n,i,o,s,a){var u,l,h,f,p,m,y,v,b,w,_,k,x,A,E,S,M,I=n.s==i.s?1:-1,P=n.c,T=i.c;if(!(P&&P[0]&&T&&T[0]))return new F(n.s&&i.s&&(P?!T||P[0]!=T[0]:T)?P&&0==P[0]||!T?0*I:I/0:NaN);for(b=(v=new F(I)).c=[],I=o+(l=n.e-i.e)+1,a||(a=d,l=g(n.e/14)-g(i.e/14),I=I/14|0),h=0;T[h]==(P[h]||0);h++);if(T[h]>(P[h]||0)&&l--,I<0)b.push(1),f=!0;else{for(A=P.length,S=T.length,h=0,I+=2,(p=c(a/(T[0]+1)))>1&&(T=e(T,p,a),P=e(P,p,a),S=T.length,A=P.length),x=S,_=(w=P.slice(0,S)).length;_<S;w[_++]=0);M=T.slice(),M=[0].concat(M),E=T[0],T[1]>=a/2&&E++;do{if(p=0,(u=t(T,w,S,_))<0){if(k=w[0],S!=_&&(k=k*a+(w[1]||0)),(p=c(k/E))>1)for(p>=a&&(p=a-1),y=(m=e(T,p,a)).length,_=w.length;1==t(m,w,y,_);)p--,r(m,S<y?M:T,y,a),y=m.length,u=1;else 0==p&&(u=p=1),y=(m=T.slice()).length;if(y<_&&(m=[0].concat(m)),r(w,m,_,a),_=w.length,-1==u)for(;t(T,w,S,_)<1;)p++,r(w,S<_?M:T,_,a),_=w.length}else 0===u&&(p++,w=[0]);b[h++]=p,w[0]?w[_++]=P[x]||0:(w=[P[x]],_=1)}while((x++<A||null!=w[0])&&I--);f=null!=w[0],b[0]||b.splice(0,1)}if(a==d){for(h=1,I=b[0];I>=10;I/=10,h++);V(v,o+(v.e=h+14*l-1)+1,s,f)}else v.e=l,v.r=+f;return v}}(),x=/^(-?)0([xbo])(?=\w[\w.]*$)/i,A=/^([^.]+)\.$/,E=/^\.([^.]+)$/,S=/^-?(Infinity|NaN)$/,M=/^\s*\+(?=[\w.])|^\s+|\s+$/g,o=function(e,t,r,n){var i,o=r?t:t.replace(M,"");if(S.test(o))e.s=isNaN(o)?null:o<0?-1:1;else{if(!r&&(o=o.replace(x,(function(e,t,r){return i="x"==(r=r.toLowerCase())?16:"b"==r?2:8,n&&n!=i?e:t})),n&&(i=n,o=o.replace(A,"$1").replace(E,"0.$1")),t!=o))return new F(o,i);if(F.DEBUG)throw Error(h+"Not a"+(n?" base "+n:"")+" number: "+t);e.s=null}e.c=e.e=null},I.absoluteValue=I.abs=function(){var e=new F(this);return e.s<0&&(e.s=1),e},I.comparedTo=function(e,t){return v(this,new F(e,t))},I.decimalPlaces=I.dp=function(e,t){var r,n,i,o=this;if(null!=e)return b(e,0,m),null==t?t=N:b(t,0,8),V(new F(o),e+o.e+1,t);if(!(r=o.c))return null;if(n=14*((i=r.length-1)-g(this.e/14)),i=r[i])for(;i%10==0;i/=10,n--);return n<0&&(n=0),n},I.dividedBy=I.div=function(e,t){return r(this,new F(e,t),T,N)},I.dividedToIntegerBy=I.idiv=function(e,t){return r(this,new F(e,t),0,1)},I.exponentiatedBy=I.pow=function(e,t){var r,n,i,o,s,a,u,f,d=this;if((e=new F(e)).c&&!e.isInteger())throw Error(h+"Exponent not an integer: "+W(e));if(null!=t&&(t=new F(t)),s=e.e>14,!d.c||!d.c[0]||1==d.c[0]&&!d.e&&1==d.c.length||!e.c||!e.c[0])return f=new F(Math.pow(+W(d),s?2-w(e):+W(e))),t?f.mod(t):f;if(a=e.s<0,t){if(t.c?!t.c[0]:!t.s)return new F(NaN);(n=!a&&d.isInteger()&&t.isInteger())&&(d=d.mod(t))}else{if(e.e>9&&(d.e>0||d.e<-1||(0==d.e?d.c[0]>1||s&&d.c[1]>=24e7:d.c[0]<8e13||s&&d.c[0]<=9999975e7)))return o=d.s<0&&w(e)?-0:0,d.e>-1&&(o=1/o),new F(a?1/o:o);U&&(o=l(U/14+2))}for(s?(r=new F(.5),a&&(e.s=1),u=w(e)):u=(i=Math.abs(+W(e)))%2,f=new F(P);;){if(u){if(!(f=f.times(d)).c)break;o?f.c.length>o&&(f.c.length=o):n&&(f=f.mod(t))}if(i){if(0===(i=c(i/2)))break;u=i%2}else if(V(e=e.times(r),e.e+1,1),e.e>14)u=w(e);else{if(0===(i=+W(e)))break;u=i%2}d=d.times(d),o?d.c&&d.c.length>o&&(d.c.length=o):n&&(d=d.mod(t))}return n?f:(a&&(f=P.div(f)),t?f.mod(t):o?V(f,U,N,void 0):f)},I.integerValue=function(e){var t=new F(this);return null==e?e=N:b(e,0,8),V(t,t.e+1,e)},I.isEqualTo=I.eq=function(e,t){return 0===v(this,new F(e,t))},I.isFinite=function(){return!!this.c},I.isGreaterThan=I.gt=function(e,t){return v(this,new F(e,t))>0},I.isGreaterThanOrEqualTo=I.gte=function(e,t){return 1===(t=v(this,new F(e,t)))||0===t},I.isInteger=function(){return!!this.c&&g(this.e/14)>this.c.length-2},I.isLessThan=I.lt=function(e,t){return v(this,new F(e,t))<0},I.isLessThanOrEqualTo=I.lte=function(e,t){return-1===(t=v(this,new F(e,t)))||0===t},I.isNaN=function(){return!this.s},I.isNegative=function(){return this.s<0},I.isPositive=function(){return this.s>0},I.isZero=function(){return!!this.c&&0==this.c[0]},I.minus=function(e,t){var r,n,i,o,s=this,a=s.s;if(t=(e=new F(e,t)).s,!a||!t)return new F(NaN);if(a!=t)return e.s=-t,s.plus(e);var u=s.e/14,l=e.e/14,c=s.c,h=e.c;if(!u||!l){if(!c||!h)return c?(e.s=-t,e):new F(h?s:NaN);if(!c[0]||!h[0])return h[0]?(e.s=-t,e):new F(c[0]?s:3==N?-0:0)}if(u=g(u),l=g(l),c=c.slice(),a=u-l){for((o=a<0)?(a=-a,i=c):(l=u,i=h),i.reverse(),t=a;t--;i.push(0));i.reverse()}else for(n=(o=(a=c.length)<(t=h.length))?a:t,a=t=0;t<n;t++)if(c[t]!=h[t]){o=c[t]<h[t];break}if(o&&(i=c,c=h,h=i,e.s=-e.s),(t=(n=h.length)-(r=c.length))>0)for(;t--;c[r++]=0);for(t=d-1;n>a;){if(c[--n]<h[n]){for(r=n;r&&!c[--r];c[r]=t);--c[r],c[n]+=d}c[n]-=h[n]}for(;0==c[0];c.splice(0,1),--l);return c[0]?q(e,c,l):(e.s=3==N?-1:1,e.c=[e.e=0],e)},I.modulo=I.mod=function(e,t){var n,i,o=this;return e=new F(e,t),!o.c||!e.s||e.c&&!e.c[0]?new F(NaN):!e.c||o.c&&!o.c[0]?new F(o):(9==L?(i=e.s,e.s=1,n=r(o,e,0,3),e.s=i,n.s*=i):n=r(o,e,0,L),(e=o.minus(n.times(e))).c[0]||1!=L||(e.s=o.s),e)},I.multipliedBy=I.times=function(e,t){var r,n,i,o,s,a,u,l,c,h,f,p,m,y,v=this,b=v.c,w=(e=new F(e,t)).c;if(!(b&&w&&b[0]&&w[0]))return!v.s||!e.s||b&&!b[0]&&!w||w&&!w[0]&&!b?e.c=e.e=e.s=null:(e.s*=v.s,b&&w?(e.c=[0],e.e=0):e.c=e.e=null),e;for(n=g(v.e/14)+g(e.e/14),e.s*=v.s,(u=b.length)<(h=w.length)&&(m=b,b=w,w=m,i=u,u=h,h=i),i=u+h,m=[];i--;m.push(0));for(y=d,1e7,i=h;--i>=0;){for(r=0,f=w[i]%1e7,p=w[i]/1e7|0,o=i+(s=u);o>i;)r=((l=f*(l=b[--s]%1e7)+(a=p*l+(c=b[s]/1e7|0)*f)%1e7*1e7+m[o]+r)/y|0)+(a/1e7|0)+p*c,m[o--]=l%y;m[o]=r}return r?++n:m.splice(0,1),q(e,m,n)},I.negated=function(){var e=new F(this);return e.s=-e.s||null,e},I.plus=function(e,t){var r,n=this,i=n.s;if(t=(e=new F(e,t)).s,!i||!t)return new F(NaN);if(i!=t)return e.s=-t,n.minus(e);var o=n.e/14,s=e.e/14,a=n.c,u=e.c;if(!o||!s){if(!a||!u)return new F(i/0);if(!a[0]||!u[0])return u[0]?e:new F(a[0]?n:0*i)}if(o=g(o),s=g(s),a=a.slice(),i=o-s){for(i>0?(s=o,r=u):(i=-i,r=a),r.reverse();i--;r.push(0));r.reverse()}for((i=a.length)-(t=u.length)<0&&(r=u,u=a,a=r,t=i),i=0;t;)i=(a[--t]=a[t]+u[t]+i)/d|0,a[t]=d===a[t]?0:a[t]%d;return i&&(a=[i].concat(a),++s),q(e,a,s)},I.precision=I.sd=function(e,t){var r,n,i,o=this;if(null!=e&&e!==!!e)return b(e,1,m),null==t?t=N:b(t,0,8),V(new F(o),e,t);if(!(r=o.c))return null;if(n=14*(i=r.length-1)+1,i=r[i]){for(;i%10==0;i/=10,n--);for(i=r[0];i>=10;i/=10,n++);}return e&&o.e+1>n&&(n=o.e+1),n},I.shiftedBy=function(e){return b(e,-9007199254740991,9007199254740991),this.times("1e"+e)},I.squareRoot=I.sqrt=function(){var e,t,n,i,o,s=this,a=s.c,u=s.s,l=s.e,c=T+4,h=new F("0.5");if(1!==u||!a||!a[0])return new F(!u||u<0&&(!a||a[0])?NaN:a?s:1/0);if(0==(u=Math.sqrt(+W(s)))||u==1/0?(((t=y(a)).length+l)%2==0&&(t+="0"),u=Math.sqrt(+t),l=g((l+1)/2)-(l<0||l%2),n=new F(t=u==1/0?"1e"+l:(t=u.toExponential()).slice(0,t.indexOf("e")+1)+l)):n=new F(u+""),n.c[0])for((u=(l=n.e)+c)<3&&(u=0);;)if(o=n,n=h.times(o.plus(r(s,o,c,1))),y(o.c).slice(0,u)===(t=y(n.c)).slice(0,u)){if(n.e<l&&--u,"9999"!=(t=t.slice(u-3,u+1))&&(i||"4999"!=t)){+t&&(+t.slice(1)||"5"!=t.charAt(0))||(V(n,n.e+T+2,1),e=!n.times(n).eq(s));break}if(!i&&(V(o,o.e+T+2,0),o.times(o).eq(s))){n=o;break}c+=4,u+=4,i=1}return V(n,n.e+T+1,N,e)},I.toExponential=function(e,t){return null!=e&&(b(e,0,m),e++),H(this,e,t,1)},I.toFixed=function(e,t){return null!=e&&(b(e,0,m),e=e+this.e+1),H(this,e,t)},I.toFormat=function(e,t,r){var n,o=this;if(null==r)null!=e&&t&&"object"==i(t)?(r=t,t=null):e&&"object"==i(e)?(r=e,e=t=null):r=D;else if("object"!=i(r))throw Error(h+"Argument not an object: "+r);if(n=o.toFixed(e,t),o.c){var s,a=n.split("."),u=+r.groupSize,l=+r.secondaryGroupSize,c=r.groupSeparator||"",f=a[0],d=a[1],p=o.s<0,m=p?f.slice(1):f,g=m.length;if(l&&(s=u,u=l,l=s,g-=s),u>0&&g>0){for(s=g%u||u,f=m.substr(0,s);s<g;s+=u)f+=c+m.substr(s,u);l>0&&(f+=c+m.slice(s)),p&&(f="-"+f)}n=d?f+(r.decimalSeparator||"")+((l=+r.fractionGroupSize)?d.replace(new RegExp("\\d{"+l+"}\\B","g"),"$&"+(r.fractionGroupSeparator||"")):d):f}return(r.prefix||"")+n+(r.suffix||"")},I.toFraction=function(e){var t,n,i,o,s,a,u,l,c,f,d,m,g=this,v=g.c;if(null!=e&&(!(u=new F(e)).isInteger()&&(u.c||1!==u.s)||u.lt(P)))throw Error(h+"Argument "+(u.isInteger()?"out of range: ":"not an integer: ")+W(u));if(!v)return new F(g);for(t=new F(P),c=n=new F(P),i=l=new F(P),m=y(v),s=t.e=m.length-g.e-1,t.c[0]=p[(a=s%14)<0?14+a:a],e=!e||u.comparedTo(t)>0?s>0?t:c:u,a=j,j=1/0,u=new F(m),l.c[0]=0;f=r(u,t,0,1),1!=(o=n.plus(f.times(i))).comparedTo(e);)n=i,i=o,c=l.plus(f.times(o=c)),l=o,t=u.minus(f.times(o=t)),u=o;return o=r(e.minus(n),i,0,1),l=l.plus(o.times(c)),n=n.plus(o.times(i)),l.s=c.s=g.s,d=r(c,i,s*=2,N).minus(g).abs().comparedTo(r(l,n,s,N).minus(g).abs())<1?[c,i]:[l,n],j=a,d},I.toNumber=function(){return+W(this)},I.toPrecision=function(e,t){return null!=e&&b(e,1,m),H(this,e,t,2)},I.toString=function(e){var t,r=this,i=r.s,o=r.e;return null===o?i?(t="Infinity",i<0&&(t="-"+t)):t="NaN":(null==e?t=o<=R||o>=O?_(y(r.c),o):k(y(r.c),o,"0"):10===e?t=k(y((r=V(new F(r),T+o+1,N)).c),r.e,"0"):(b(e,2,z.length,"Base"),t=n(k(y(r.c),o,"0"),10,e,i,!0)),i<0&&r.c[0]&&(t="-"+t)),t},I.valueOf=I.toJSON=function(){return W(this)},I._isBigNumber=!0,u&&(I[Symbol.toStringTag]="BigNumber",I[Symbol.for("nodejs.util.inspect.custom")]=I.valueOf),null!=t&&F.set(t),F}()).default=s.BigNumber=s,void 0===(n=function(){return s}.call(t,r,t,e))||(e.exports=n)}()},function(e,t,r){e.exports={encode:r(36),decode:r(37),encodingLength:r(38)}},function(e,t){e.exports=function e(t,n,i){n=n||[];var o=i=i||0;for(;t>=r;)n[i++]=255&t|128,t/=128;for(;-128&t;)n[i++]=255&t|128,t>>>=7;return n[i]=0|t,e.bytes=i-o+1,n};var r=Math.pow(2,31)},function(e,t){e.exports=function e(t,r){var n,i=0,o=0,s=r=r||0,a=t.length;do{if(s>=a)throw e.bytes=0,new RangeError("Could not decode varint");n=t[s++],i+=o<28?(127&n)<<o:(127&n)*Math.pow(2,o),o+=7}while(n>=128);return e.bytes=s-r,i}},function(e,t){var r=Math.pow(2,7),n=Math.pow(2,14),i=Math.pow(2,21),o=Math.pow(2,28),s=Math.pow(2,35),a=Math.pow(2,42),u=Math.pow(2,49),l=Math.pow(2,56),c=Math.pow(2,63);e.exports=function(e){return e<r?1:e<n?2:e<i?3:e<o?4:e<s?5:e<a?6:e<u?7:e<l?8:e<c?9:10}},function(e,t,r){(function(e){var n,i,o;function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
|
|
39
|
+
var n=r(1),i=n.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(o(n,t),t.Buffer=a),a.prototype=Object.create(i.prototype),o(i,a),a.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return i(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},function(e,t,r){var n;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(o){"use strict";var a,s=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,u="function"==typeof Symbol&&"symbol"==i(Symbol.iterator),l=Math.ceil,c=Math.floor,h="[BigNumber Error] ",f=h+"Number primitive has more than 15 significant digits: ",d=1e14,p=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],m=1e9;function g(e){var t=0|e;return e>0||e===t?t:t-1}function y(e){for(var t,r,n=1,i=e.length,o=e[0]+"";n<i;){for(r=14-(t=e[n++]+"").length;r--;t="0"+t);o+=t}for(i=o.length;48===o.charCodeAt(--i););return o.slice(0,i+1||1)}function v(e,t){var r,n,i=e.c,o=t.c,a=e.s,s=t.s,u=e.e,l=t.e;if(!a||!s)return null;if(r=i&&!i[0],n=o&&!o[0],r||n)return r?n?0:-s:a;if(a!=s)return a;if(r=a<0,n=u==l,!i||!o)return n?0:!i^r?1:-1;if(!n)return u>l^r?1:-1;for(s=(u=i.length)<(l=o.length)?u:l,a=0;a<s;a++)if(i[a]!=o[a])return i[a]>o[a]^r?1:-1;return u==l?0:u>l^r?1:-1}function b(e,t,r,n){if(e<t||e>r||e!==c(e))throw Error(h+(n||"Argument")+("number"==typeof e?e<t||e>r?" out of range: ":" not an integer: ":" not a primitive number: ")+String(e))}function w(e){var t=e.c.length-1;return g(e.e/14)==t&&e.c[t]%2!=0}function _(e,t){return(e.length>1?e.charAt(0)+"."+e.slice(1):e)+(t<0?"e":"e+")+t}function k(e,t,r){var n,i;if(t<0){for(i=r+".";++t;i+=r);e=i+e}else if(++t>(n=e.length)){for(i=r,t-=n;--t;i+=r);e+=i}else t<n&&(e=e.slice(0,t)+"."+e.slice(t));return e}(a=function e(t){var r,n,o,a,x,A,E,S,M,I=F.prototype={constructor:F,toString:null,valueOf:null},P=new F(1),T=20,N=4,R=-7,O=21,C=-1e7,j=1e7,B=!1,L=1,U=0,D={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},z="0123456789abcdefghijklmnopqrstuvwxyz";function F(e,t){var r,i,a,u,l,h,d,p,m=this;if(!(m instanceof F))return new F(e,t);if(null==t){if(e&&!0===e._isBigNumber)return m.s=e.s,void(!e.c||e.e>j?m.c=m.e=null:e.e<C?m.c=[m.e=0]:(m.e=e.e,m.c=e.c.slice()));if((h="number"==typeof e)&&0*e==0){if(m.s=1/e<0?(e=-e,-1):1,e===~~e){for(u=0,l=e;l>=10;l/=10,u++);return void(u>j?m.c=m.e=null:(m.e=u,m.c=[e]))}p=String(e)}else{if(!s.test(p=String(e)))return o(m,p,h);m.s=45==p.charCodeAt(0)?(p=p.slice(1),-1):1}(u=p.indexOf("."))>-1&&(p=p.replace(".","")),(l=p.search(/e/i))>0?(u<0&&(u=l),u+=+p.slice(l+1),p=p.substring(0,l)):u<0&&(u=p.length)}else{if(b(t,2,z.length,"Base"),10==t)return V(m=new F(e),T+m.e+1,N);if(p=String(e),h="number"==typeof e){if(0*e!=0)return o(m,p,h,t);if(m.s=1/e<0?(p=p.slice(1),-1):1,F.DEBUG&&p.replace(/^0\.0*|\./,"").length>15)throw Error(f+e)}else m.s=45===p.charCodeAt(0)?(p=p.slice(1),-1):1;for(r=z.slice(0,t),u=l=0,d=p.length;l<d;l++)if(r.indexOf(i=p.charAt(l))<0){if("."==i){if(l>u){u=d;continue}}else if(!a&&(p==p.toUpperCase()&&(p=p.toLowerCase())||p==p.toLowerCase()&&(p=p.toUpperCase()))){a=!0,l=-1,u=0;continue}return o(m,String(e),h,t)}h=!1,(u=(p=n(p,t,10,m.s)).indexOf("."))>-1?p=p.replace(".",""):u=p.length}for(l=0;48===p.charCodeAt(l);l++);for(d=p.length;48===p.charCodeAt(--d););if(p=p.slice(l,++d)){if(d-=l,h&&F.DEBUG&&d>15&&(e>9007199254740991||e!==c(e)))throw Error(f+m.s*e);if((u=u-l-1)>j)m.c=m.e=null;else if(u<C)m.c=[m.e=0];else{if(m.e=u,m.c=[],l=(u+1)%14,u<0&&(l+=14),l<d){for(l&&m.c.push(+p.slice(0,l)),d-=14;l<d;)m.c.push(+p.slice(l,l+=14));l=14-(p=p.slice(l)).length}else l-=d;for(;l--;p+="0");m.c.push(+p)}}else m.c=[m.e=0]}function H(e,t,r,n){var i,o,a,s,u;if(null==r?r=N:b(r,0,8),!e.c)return e.toString();if(i=e.c[0],a=e.e,null==t)u=y(e.c),u=1==n||2==n&&(a<=R||a>=O)?_(u,a):k(u,a,"0");else if(o=(e=V(new F(e),t,r)).e,s=(u=y(e.c)).length,1==n||2==n&&(t<=o||o<=R)){for(;s<t;u+="0",s++);u=_(u,o)}else if(t-=a,u=k(u,o,"0"),o+1>s){if(--t>0)for(u+=".";t--;u+="0");}else if((t+=o-s)>0)for(o+1==s&&(u+=".");t--;u+="0");return e.s<0&&i?"-"+u:u}function G(e,t){for(var r,n=1,i=new F(e[0]);n<e.length;n++){if(!(r=new F(e[n])).s){i=r;break}t.call(i,r)&&(i=r)}return i}function q(e,t,r){for(var n=1,i=t.length;!t[--i];t.pop());for(i=t[0];i>=10;i/=10,n++);return(r=n+14*r-1)>j?e.c=e.e=null:r<C?e.c=[e.e=0]:(e.e=r,e.c=t),e}function V(e,t,r,n){var i,o,a,s,u,h,f,m=e.c,g=p;if(m){e:{for(i=1,s=m[0];s>=10;s/=10,i++);if((o=t-i)<0)o+=14,a=t,f=(u=m[h=0])/g[i-a-1]%10|0;else if((h=l((o+1)/14))>=m.length){if(!n)break e;for(;m.length<=h;m.push(0));u=f=0,i=1,a=(o%=14)-14+1}else{for(u=s=m[h],i=1;s>=10;s/=10,i++);f=(a=(o%=14)-14+i)<0?0:u/g[i-a-1]%10|0}if(n=n||t<0||null!=m[h+1]||(a<0?u:u%g[i-a-1]),n=r<4?(f||n)&&(0==r||r==(e.s<0?3:2)):f>5||5==f&&(4==r||n||6==r&&(o>0?a>0?u/g[i-a]:0:m[h-1])%10&1||r==(e.s<0?8:7)),t<1||!m[0])return m.length=0,n?(t-=e.e+1,m[0]=g[(14-t%14)%14],e.e=-t||0):m[0]=e.e=0,e;if(0==o?(m.length=h,s=1,h--):(m.length=h+1,s=g[14-o],m[h]=a>0?c(u/g[i-a]%g[a])*s:0),n)for(;;){if(0==h){for(o=1,a=m[0];a>=10;a/=10,o++);for(a=m[0]+=s,s=1;a>=10;a/=10,s++);o!=s&&(e.e++,m[0]==d&&(m[0]=1));break}if(m[h]+=s,m[h]!=d)break;m[h--]=0,s=1}for(o=m.length;0===m[--o];m.pop());}e.e>j?e.c=e.e=null:e.e<C&&(e.c=[e.e=0])}return e}function W(e){var t,r=e.e;return null===r?e.toString():(t=y(e.c),t=r<=R||r>=O?_(t,r):k(t,r,"0"),e.s<0?"-"+t:t)}return F.clone=e,F.ROUND_UP=0,F.ROUND_DOWN=1,F.ROUND_CEIL=2,F.ROUND_FLOOR=3,F.ROUND_HALF_UP=4,F.ROUND_HALF_DOWN=5,F.ROUND_HALF_EVEN=6,F.ROUND_HALF_CEIL=7,F.ROUND_HALF_FLOOR=8,F.EUCLID=9,F.config=F.set=function(e){var t,r;if(null!=e){if("object"!=i(e))throw Error(h+"Object expected: "+e);if(e.hasOwnProperty(t="DECIMAL_PLACES")&&(b(r=e[t],0,m,t),T=r),e.hasOwnProperty(t="ROUNDING_MODE")&&(b(r=e[t],0,8,t),N=r),e.hasOwnProperty(t="EXPONENTIAL_AT")&&((r=e[t])&&r.pop?(b(r[0],-m,0,t),b(r[1],0,m,t),R=r[0],O=r[1]):(b(r,-m,m,t),R=-(O=r<0?-r:r))),e.hasOwnProperty(t="RANGE"))if((r=e[t])&&r.pop)b(r[0],-m,-1,t),b(r[1],1,m,t),C=r[0],j=r[1];else{if(b(r,-m,m,t),!r)throw Error(h+t+" cannot be zero: "+r);C=-(j=r<0?-r:r)}if(e.hasOwnProperty(t="CRYPTO")){if((r=e[t])!==!!r)throw Error(h+t+" not true or false: "+r);if(r){if("undefined"==typeof crypto||!crypto||!crypto.getRandomValues&&!crypto.randomBytes)throw B=!r,Error(h+"crypto unavailable");B=r}else B=r}if(e.hasOwnProperty(t="MODULO_MODE")&&(b(r=e[t],0,9,t),L=r),e.hasOwnProperty(t="POW_PRECISION")&&(b(r=e[t],0,m,t),U=r),e.hasOwnProperty(t="FORMAT")){if("object"!=i(r=e[t]))throw Error(h+t+" not an object: "+r);D=r}if(e.hasOwnProperty(t="ALPHABET")){if("string"!=typeof(r=e[t])||/^.$|[+-.\s]|(.).*\1/.test(r))throw Error(h+t+" invalid: "+r);z=r}}return{DECIMAL_PLACES:T,ROUNDING_MODE:N,EXPONENTIAL_AT:[R,O],RANGE:[C,j],CRYPTO:B,MODULO_MODE:L,POW_PRECISION:U,FORMAT:D,ALPHABET:z}},F.isBigNumber=function(e){if(!e||!0!==e._isBigNumber)return!1;if(!F.DEBUG)return!0;var t,r,n=e.c,i=e.e,o=e.s;e:if("[object Array]"=={}.toString.call(n)){if((1===o||-1===o)&&i>=-m&&i<=m&&i===c(i)){if(0===n[0]){if(0===i&&1===n.length)return!0;break e}if((t=(i+1)%14)<1&&(t+=14),String(n[0]).length==t){for(t=0;t<n.length;t++)if((r=n[t])<0||r>=d||r!==c(r))break e;if(0!==r)return!0}}}else if(null===n&&null===i&&(null===o||1===o||-1===o))return!0;throw Error(h+"Invalid BigNumber: "+e)},F.maximum=F.max=function(){return G(arguments,I.lt)},F.minimum=F.min=function(){return G(arguments,I.gt)},F.random=(a=9007199254740992*Math.random()&2097151?function(){return c(9007199254740992*Math.random())}:function(){return 8388608*(1073741824*Math.random()|0)+(8388608*Math.random()|0)},function(e){var t,r,n,i,o,s=0,u=[],f=new F(P);if(null==e?e=T:b(e,0,m),i=l(e/14),B)if(crypto.getRandomValues){for(t=crypto.getRandomValues(new Uint32Array(i*=2));s<i;)(o=131072*t[s]+(t[s+1]>>>11))>=9e15?(r=crypto.getRandomValues(new Uint32Array(2)),t[s]=r[0],t[s+1]=r[1]):(u.push(o%1e14),s+=2);s=i/2}else{if(!crypto.randomBytes)throw B=!1,Error(h+"crypto unavailable");for(t=crypto.randomBytes(i*=7);s<i;)(o=281474976710656*(31&t[s])+1099511627776*t[s+1]+4294967296*t[s+2]+16777216*t[s+3]+(t[s+4]<<16)+(t[s+5]<<8)+t[s+6])>=9e15?crypto.randomBytes(7).copy(t,s):(u.push(o%1e14),s+=7);s=i/7}if(!B)for(;s<i;)(o=a())<9e15&&(u[s++]=o%1e14);for(e%=14,(i=u[--s])&&e&&(o=p[14-e],u[s]=c(i/o)*o);0===u[s];u.pop(),s--);if(s<0)u=[n=0];else{for(n=-1;0===u[0];u.splice(0,1),n-=14);for(s=1,o=u[0];o>=10;o/=10,s++);s<14&&(n-=14-s)}return f.e=n,f.c=u,f}),F.sum=function(){for(var e=1,t=arguments,r=new F(t[0]);e<t.length;)r=r.plus(t[e++]);return r},n=function(){function e(e,t,r,n){for(var i,o,a=[0],s=0,u=e.length;s<u;){for(o=a.length;o--;a[o]*=t);for(a[0]+=n.indexOf(e.charAt(s++)),i=0;i<a.length;i++)a[i]>r-1&&(null==a[i+1]&&(a[i+1]=0),a[i+1]+=a[i]/r|0,a[i]%=r)}return a.reverse()}return function(t,n,i,o,a){var s,u,l,c,h,f,d,p,m=t.indexOf("."),g=T,v=N;for(m>=0&&(c=U,U=0,t=t.replace(".",""),f=(p=new F(n)).pow(t.length-m),U=c,p.c=e(k(y(f.c),f.e,"0"),10,i,"0123456789"),p.e=p.c.length),l=c=(d=e(t,n,i,a?(s=z,"0123456789"):(s="0123456789",z))).length;0==d[--c];d.pop());if(!d[0])return s.charAt(0);if(m<0?--l:(f.c=d,f.e=l,f.s=o,d=(f=r(f,p,g,v,i)).c,h=f.r,l=f.e),m=d[u=l+g+1],c=i/2,h=h||u<0||null!=d[u+1],h=v<4?(null!=m||h)&&(0==v||v==(f.s<0?3:2)):m>c||m==c&&(4==v||h||6==v&&1&d[u-1]||v==(f.s<0?8:7)),u<1||!d[0])t=h?k(s.charAt(1),-g,s.charAt(0)):s.charAt(0);else{if(d.length=u,h)for(--i;++d[--u]>i;)d[u]=0,u||(++l,d=[1].concat(d));for(c=d.length;!d[--c];);for(m=0,t="";m<=c;t+=s.charAt(d[m++]));t=k(t,l,s.charAt(0))}return t}}(),r=function(){function e(e,t,r){var n,i,o,a,s=0,u=e.length,l=t%1e7,c=t/1e7|0;for(e=e.slice();u--;)s=((i=l*(o=e[u]%1e7)+(n=c*o+(a=e[u]/1e7|0)*l)%1e7*1e7+s)/r|0)+(n/1e7|0)+c*a,e[u]=i%r;return s&&(e=[s].concat(e)),e}function t(e,t,r,n){var i,o;if(r!=n)o=r>n?1:-1;else for(i=o=0;i<r;i++)if(e[i]!=t[i]){o=e[i]>t[i]?1:-1;break}return o}function r(e,t,r,n){for(var i=0;r--;)e[r]-=i,i=e[r]<t[r]?1:0,e[r]=i*n+e[r]-t[r];for(;!e[0]&&e.length>1;e.splice(0,1));}return function(n,i,o,a,s){var u,l,h,f,p,m,y,v,b,w,_,k,x,A,E,S,M,I=n.s==i.s?1:-1,P=n.c,T=i.c;if(!(P&&P[0]&&T&&T[0]))return new F(n.s&&i.s&&(P?!T||P[0]!=T[0]:T)?P&&0==P[0]||!T?0*I:I/0:NaN);for(b=(v=new F(I)).c=[],I=o+(l=n.e-i.e)+1,s||(s=d,l=g(n.e/14)-g(i.e/14),I=I/14|0),h=0;T[h]==(P[h]||0);h++);if(T[h]>(P[h]||0)&&l--,I<0)b.push(1),f=!0;else{for(A=P.length,S=T.length,h=0,I+=2,(p=c(s/(T[0]+1)))>1&&(T=e(T,p,s),P=e(P,p,s),S=T.length,A=P.length),x=S,_=(w=P.slice(0,S)).length;_<S;w[_++]=0);M=T.slice(),M=[0].concat(M),E=T[0],T[1]>=s/2&&E++;do{if(p=0,(u=t(T,w,S,_))<0){if(k=w[0],S!=_&&(k=k*s+(w[1]||0)),(p=c(k/E))>1)for(p>=s&&(p=s-1),y=(m=e(T,p,s)).length,_=w.length;1==t(m,w,y,_);)p--,r(m,S<y?M:T,y,s),y=m.length,u=1;else 0==p&&(u=p=1),y=(m=T.slice()).length;if(y<_&&(m=[0].concat(m)),r(w,m,_,s),_=w.length,-1==u)for(;t(T,w,S,_)<1;)p++,r(w,S<_?M:T,_,s),_=w.length}else 0===u&&(p++,w=[0]);b[h++]=p,w[0]?w[_++]=P[x]||0:(w=[P[x]],_=1)}while((x++<A||null!=w[0])&&I--);f=null!=w[0],b[0]||b.splice(0,1)}if(s==d){for(h=1,I=b[0];I>=10;I/=10,h++);V(v,o+(v.e=h+14*l-1)+1,a,f)}else v.e=l,v.r=+f;return v}}(),x=/^(-?)0([xbo])(?=\w[\w.]*$)/i,A=/^([^.]+)\.$/,E=/^\.([^.]+)$/,S=/^-?(Infinity|NaN)$/,M=/^\s*\+(?=[\w.])|^\s+|\s+$/g,o=function(e,t,r,n){var i,o=r?t:t.replace(M,"");if(S.test(o))e.s=isNaN(o)?null:o<0?-1:1;else{if(!r&&(o=o.replace(x,(function(e,t,r){return i="x"==(r=r.toLowerCase())?16:"b"==r?2:8,n&&n!=i?e:t})),n&&(i=n,o=o.replace(A,"$1").replace(E,"0.$1")),t!=o))return new F(o,i);if(F.DEBUG)throw Error(h+"Not a"+(n?" base "+n:"")+" number: "+t);e.s=null}e.c=e.e=null},I.absoluteValue=I.abs=function(){var e=new F(this);return e.s<0&&(e.s=1),e},I.comparedTo=function(e,t){return v(this,new F(e,t))},I.decimalPlaces=I.dp=function(e,t){var r,n,i,o=this;if(null!=e)return b(e,0,m),null==t?t=N:b(t,0,8),V(new F(o),e+o.e+1,t);if(!(r=o.c))return null;if(n=14*((i=r.length-1)-g(this.e/14)),i=r[i])for(;i%10==0;i/=10,n--);return n<0&&(n=0),n},I.dividedBy=I.div=function(e,t){return r(this,new F(e,t),T,N)},I.dividedToIntegerBy=I.idiv=function(e,t){return r(this,new F(e,t),0,1)},I.exponentiatedBy=I.pow=function(e,t){var r,n,i,o,a,s,u,f,d=this;if((e=new F(e)).c&&!e.isInteger())throw Error(h+"Exponent not an integer: "+W(e));if(null!=t&&(t=new F(t)),a=e.e>14,!d.c||!d.c[0]||1==d.c[0]&&!d.e&&1==d.c.length||!e.c||!e.c[0])return f=new F(Math.pow(+W(d),a?2-w(e):+W(e))),t?f.mod(t):f;if(s=e.s<0,t){if(t.c?!t.c[0]:!t.s)return new F(NaN);(n=!s&&d.isInteger()&&t.isInteger())&&(d=d.mod(t))}else{if(e.e>9&&(d.e>0||d.e<-1||(0==d.e?d.c[0]>1||a&&d.c[1]>=24e7:d.c[0]<8e13||a&&d.c[0]<=9999975e7)))return o=d.s<0&&w(e)?-0:0,d.e>-1&&(o=1/o),new F(s?1/o:o);U&&(o=l(U/14+2))}for(a?(r=new F(.5),s&&(e.s=1),u=w(e)):u=(i=Math.abs(+W(e)))%2,f=new F(P);;){if(u){if(!(f=f.times(d)).c)break;o?f.c.length>o&&(f.c.length=o):n&&(f=f.mod(t))}if(i){if(0===(i=c(i/2)))break;u=i%2}else if(V(e=e.times(r),e.e+1,1),e.e>14)u=w(e);else{if(0===(i=+W(e)))break;u=i%2}d=d.times(d),o?d.c&&d.c.length>o&&(d.c.length=o):n&&(d=d.mod(t))}return n?f:(s&&(f=P.div(f)),t?f.mod(t):o?V(f,U,N,void 0):f)},I.integerValue=function(e){var t=new F(this);return null==e?e=N:b(e,0,8),V(t,t.e+1,e)},I.isEqualTo=I.eq=function(e,t){return 0===v(this,new F(e,t))},I.isFinite=function(){return!!this.c},I.isGreaterThan=I.gt=function(e,t){return v(this,new F(e,t))>0},I.isGreaterThanOrEqualTo=I.gte=function(e,t){return 1===(t=v(this,new F(e,t)))||0===t},I.isInteger=function(){return!!this.c&&g(this.e/14)>this.c.length-2},I.isLessThan=I.lt=function(e,t){return v(this,new F(e,t))<0},I.isLessThanOrEqualTo=I.lte=function(e,t){return-1===(t=v(this,new F(e,t)))||0===t},I.isNaN=function(){return!this.s},I.isNegative=function(){return this.s<0},I.isPositive=function(){return this.s>0},I.isZero=function(){return!!this.c&&0==this.c[0]},I.minus=function(e,t){var r,n,i,o,a=this,s=a.s;if(t=(e=new F(e,t)).s,!s||!t)return new F(NaN);if(s!=t)return e.s=-t,a.plus(e);var u=a.e/14,l=e.e/14,c=a.c,h=e.c;if(!u||!l){if(!c||!h)return c?(e.s=-t,e):new F(h?a:NaN);if(!c[0]||!h[0])return h[0]?(e.s=-t,e):new F(c[0]?a:3==N?-0:0)}if(u=g(u),l=g(l),c=c.slice(),s=u-l){for((o=s<0)?(s=-s,i=c):(l=u,i=h),i.reverse(),t=s;t--;i.push(0));i.reverse()}else for(n=(o=(s=c.length)<(t=h.length))?s:t,s=t=0;t<n;t++)if(c[t]!=h[t]){o=c[t]<h[t];break}if(o&&(i=c,c=h,h=i,e.s=-e.s),(t=(n=h.length)-(r=c.length))>0)for(;t--;c[r++]=0);for(t=d-1;n>s;){if(c[--n]<h[n]){for(r=n;r&&!c[--r];c[r]=t);--c[r],c[n]+=d}c[n]-=h[n]}for(;0==c[0];c.splice(0,1),--l);return c[0]?q(e,c,l):(e.s=3==N?-1:1,e.c=[e.e=0],e)},I.modulo=I.mod=function(e,t){var n,i,o=this;return e=new F(e,t),!o.c||!e.s||e.c&&!e.c[0]?new F(NaN):!e.c||o.c&&!o.c[0]?new F(o):(9==L?(i=e.s,e.s=1,n=r(o,e,0,3),e.s=i,n.s*=i):n=r(o,e,0,L),(e=o.minus(n.times(e))).c[0]||1!=L||(e.s=o.s),e)},I.multipliedBy=I.times=function(e,t){var r,n,i,o,a,s,u,l,c,h,f,p,m,y,v=this,b=v.c,w=(e=new F(e,t)).c;if(!(b&&w&&b[0]&&w[0]))return!v.s||!e.s||b&&!b[0]&&!w||w&&!w[0]&&!b?e.c=e.e=e.s=null:(e.s*=v.s,b&&w?(e.c=[0],e.e=0):e.c=e.e=null),e;for(n=g(v.e/14)+g(e.e/14),e.s*=v.s,(u=b.length)<(h=w.length)&&(m=b,b=w,w=m,i=u,u=h,h=i),i=u+h,m=[];i--;m.push(0));for(y=d,1e7,i=h;--i>=0;){for(r=0,f=w[i]%1e7,p=w[i]/1e7|0,o=i+(a=u);o>i;)r=((l=f*(l=b[--a]%1e7)+(s=p*l+(c=b[a]/1e7|0)*f)%1e7*1e7+m[o]+r)/y|0)+(s/1e7|0)+p*c,m[o--]=l%y;m[o]=r}return r?++n:m.splice(0,1),q(e,m,n)},I.negated=function(){var e=new F(this);return e.s=-e.s||null,e},I.plus=function(e,t){var r,n=this,i=n.s;if(t=(e=new F(e,t)).s,!i||!t)return new F(NaN);if(i!=t)return e.s=-t,n.minus(e);var o=n.e/14,a=e.e/14,s=n.c,u=e.c;if(!o||!a){if(!s||!u)return new F(i/0);if(!s[0]||!u[0])return u[0]?e:new F(s[0]?n:0*i)}if(o=g(o),a=g(a),s=s.slice(),i=o-a){for(i>0?(a=o,r=u):(i=-i,r=s),r.reverse();i--;r.push(0));r.reverse()}for((i=s.length)-(t=u.length)<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),++a),q(e,s,a)},I.precision=I.sd=function(e,t){var r,n,i,o=this;if(null!=e&&e!==!!e)return b(e,1,m),null==t?t=N:b(t,0,8),V(new F(o),e,t);if(!(r=o.c))return null;if(n=14*(i=r.length-1)+1,i=r[i]){for(;i%10==0;i/=10,n--);for(i=r[0];i>=10;i/=10,n++);}return e&&o.e+1>n&&(n=o.e+1),n},I.shiftedBy=function(e){return b(e,-9007199254740991,9007199254740991),this.times("1e"+e)},I.squareRoot=I.sqrt=function(){var e,t,n,i,o,a=this,s=a.c,u=a.s,l=a.e,c=T+4,h=new F("0.5");if(1!==u||!s||!s[0])return new F(!u||u<0&&(!s||s[0])?NaN:s?a:1/0);if(0==(u=Math.sqrt(+W(a)))||u==1/0?(((t=y(s)).length+l)%2==0&&(t+="0"),u=Math.sqrt(+t),l=g((l+1)/2)-(l<0||l%2),n=new F(t=u==1/0?"1e"+l:(t=u.toExponential()).slice(0,t.indexOf("e")+1)+l)):n=new F(u+""),n.c[0])for((u=(l=n.e)+c)<3&&(u=0);;)if(o=n,n=h.times(o.plus(r(a,o,c,1))),y(o.c).slice(0,u)===(t=y(n.c)).slice(0,u)){if(n.e<l&&--u,"9999"!=(t=t.slice(u-3,u+1))&&(i||"4999"!=t)){+t&&(+t.slice(1)||"5"!=t.charAt(0))||(V(n,n.e+T+2,1),e=!n.times(n).eq(a));break}if(!i&&(V(o,o.e+T+2,0),o.times(o).eq(a))){n=o;break}c+=4,u+=4,i=1}return V(n,n.e+T+1,N,e)},I.toExponential=function(e,t){return null!=e&&(b(e,0,m),e++),H(this,e,t,1)},I.toFixed=function(e,t){return null!=e&&(b(e,0,m),e=e+this.e+1),H(this,e,t)},I.toFormat=function(e,t,r){var n,o=this;if(null==r)null!=e&&t&&"object"==i(t)?(r=t,t=null):e&&"object"==i(e)?(r=e,e=t=null):r=D;else if("object"!=i(r))throw Error(h+"Argument not an object: "+r);if(n=o.toFixed(e,t),o.c){var a,s=n.split("."),u=+r.groupSize,l=+r.secondaryGroupSize,c=r.groupSeparator||"",f=s[0],d=s[1],p=o.s<0,m=p?f.slice(1):f,g=m.length;if(l&&(a=u,u=l,l=a,g-=a),u>0&&g>0){for(a=g%u||u,f=m.substr(0,a);a<g;a+=u)f+=c+m.substr(a,u);l>0&&(f+=c+m.slice(a)),p&&(f="-"+f)}n=d?f+(r.decimalSeparator||"")+((l=+r.fractionGroupSize)?d.replace(new RegExp("\\d{"+l+"}\\B","g"),"$&"+(r.fractionGroupSeparator||"")):d):f}return(r.prefix||"")+n+(r.suffix||"")},I.toFraction=function(e){var t,n,i,o,a,s,u,l,c,f,d,m,g=this,v=g.c;if(null!=e&&(!(u=new F(e)).isInteger()&&(u.c||1!==u.s)||u.lt(P)))throw Error(h+"Argument "+(u.isInteger()?"out of range: ":"not an integer: ")+W(u));if(!v)return new F(g);for(t=new F(P),c=n=new F(P),i=l=new F(P),m=y(v),a=t.e=m.length-g.e-1,t.c[0]=p[(s=a%14)<0?14+s:s],e=!e||u.comparedTo(t)>0?a>0?t:c:u,s=j,j=1/0,u=new F(m),l.c[0]=0;f=r(u,t,0,1),1!=(o=n.plus(f.times(i))).comparedTo(e);)n=i,i=o,c=l.plus(f.times(o=c)),l=o,t=u.minus(f.times(o=t)),u=o;return o=r(e.minus(n),i,0,1),l=l.plus(o.times(c)),n=n.plus(o.times(i)),l.s=c.s=g.s,d=r(c,i,a*=2,N).minus(g).abs().comparedTo(r(l,n,a,N).minus(g).abs())<1?[c,i]:[l,n],j=s,d},I.toNumber=function(){return+W(this)},I.toPrecision=function(e,t){return null!=e&&b(e,1,m),H(this,e,t,2)},I.toString=function(e){var t,r=this,i=r.s,o=r.e;return null===o?i?(t="Infinity",i<0&&(t="-"+t)):t="NaN":(null==e?t=o<=R||o>=O?_(y(r.c),o):k(y(r.c),o,"0"):10===e?t=k(y((r=V(new F(r),T+o+1,N)).c),r.e,"0"):(b(e,2,z.length,"Base"),t=n(k(y(r.c),o,"0"),10,e,i,!0)),i<0&&r.c[0]&&(t="-"+t)),t},I.valueOf=I.toJSON=function(){return W(this)},I._isBigNumber=!0,u&&(I[Symbol.toStringTag]="BigNumber",I[Symbol.for("nodejs.util.inspect.custom")]=I.valueOf),null!=t&&F.set(t),F}()).default=a.BigNumber=a,void 0===(n=function(){return a}.call(t,r,t,e))||(e.exports=n)}()},function(e,t,r){e.exports={encode:r(36),decode:r(37),encodingLength:r(38)}},function(e,t){e.exports=function e(t,n,i){n=n||[];var o=i=i||0;for(;t>=r;)n[i++]=255&t|128,t/=128;for(;-128&t;)n[i++]=255&t|128,t>>>=7;return n[i]=0|t,e.bytes=i-o+1,n};var r=Math.pow(2,31)},function(e,t){e.exports=function e(t,r){var n,i=0,o=0,a=r=r||0,s=t.length;do{if(a>=s)throw e.bytes=0,new RangeError("Could not decode varint");n=t[a++],i+=o<28?(127&n)<<o:(127&n)*Math.pow(2,o),o+=7}while(n>=128);return e.bytes=a-r,i}},function(e,t){var r=Math.pow(2,7),n=Math.pow(2,14),i=Math.pow(2,21),o=Math.pow(2,28),a=Math.pow(2,35),s=Math.pow(2,42),u=Math.pow(2,49),l=Math.pow(2,56),c=Math.pow(2,63);e.exports=function(e){return e<r?1:e<n?2:e<i?3:e<o?4:e<a?5:e<s?6:e<u?7:e<l?8:e<c?9:10}},function(e,t,r){(function(e){var n,i,o;function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
|
|
40
40
|
/*!
|
|
41
41
|
* URI.js - Mutating URLs
|
|
42
42
|
*
|
|
@@ -48,4 +48,4 @@ var n=r(1),i=n.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function s(e,t,r)
|
|
|
48
48
|
* Licensed under
|
|
49
49
|
* MIT License http://www.opensource.org/licenses/mit-license
|
|
50
50
|
*
|
|
51
|
-
*/!function(a,u){"use strict";"object"===s(e)&&e.exports?e.exports=u(r(8),r(10),r(11)):(i=[r(8),r(10),r(11)],void 0===(o="function"==typeof(n=u)?n.apply(t,i):n)||(e.exports=o))}(0,(function(e,t,r,n){"use strict";var i=n&&n.URI;function o(e,t){var r=arguments.length>=1,n=arguments.length>=2;if(!(this instanceof o))return r?n?new o(e,t):new o(e):new o;if(void 0===e){if(r)throw new TypeError("undefined is not a valid argument for URI");e="undefined"!=typeof location?location.href+"":""}if(null===e&&r)throw new TypeError("null is not a valid argument for URI");return this.href(e),void 0!==t?this.absoluteTo(t):this}o.version="1.19.11";var a=o.prototype,u=Object.prototype.hasOwnProperty;function l(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function c(e){return void 0===e?"Undefined":String(Object.prototype.toString.call(e)).slice(8,-1)}function h(e){return"Array"===c(e)}function f(e,t){var r,n,i={};if("RegExp"===c(t))i=null;else if(h(t))for(r=0,n=t.length;r<n;r++)i[t[r]]=!0;else i[t]=!0;for(r=0,n=e.length;r<n;r++){(i&&void 0!==i[e[r]]||!i&&t.test(e[r]))&&(e.splice(r,1),n--,r--)}return e}function d(e,t){var r,n;if(h(t)){for(r=0,n=t.length;r<n;r++)if(!d(e,t[r]))return!1;return!0}var i=c(t);for(r=0,n=e.length;r<n;r++)if("RegExp"===i){if("string"==typeof e[r]&&e[r].match(t))return!0}else if(e[r]===t)return!0;return!1}function p(e,t){if(!h(e)||!h(t))return!1;if(e.length!==t.length)return!1;e.sort(),t.sort();for(var r=0,n=e.length;r<n;r++)if(e[r]!==t[r])return!1;return!0}function m(e){return e.replace(/^\/+|\/+$/g,"")}function g(e){return escape(e)}function y(e){return encodeURIComponent(e).replace(/[!'()*]/g,g).replace(/\*/g,"%2A")}o._parts=function(){return{protocol:null,username:null,password:null,hostname:null,urn:null,port:null,path:null,query:null,fragment:null,preventInvalidHostname:o.preventInvalidHostname,duplicateQueryParameters:o.duplicateQueryParameters,escapeQuerySpace:o.escapeQuerySpace}},o.preventInvalidHostname=!1,o.duplicateQueryParameters=!1,o.escapeQuerySpace=!0,o.protocol_expression=/^[a-z][a-z0-9.+-]*$/i,o.idn_expression=/[^a-z0-9\._-]/i,o.punycode_expression=/(xn--)/i,o.ip4_expression=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/,o.ip6_expression=/^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/,o.find_uri_expression=/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))/gi,o.findUri={start:/\b(?:([a-z][a-z0-9.+-]*:\/\/)|www\.)/gi,end:/[\s\r\n]|$/,trim:/[`!()\[\]{};:'".,<>?«»“”„‘’]+$/,parens:/(\([^\)]*\)|\[[^\]]*\]|\{[^}]*\}|<[^>]*>)/g},o.leading_whitespace_expression=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,o.ascii_tab_whitespace=/[\u0009\u000A\u000D]+/g,o.defaultPorts={http:"80",https:"443",ftp:"21",gopher:"70",ws:"80",wss:"443"},o.hostProtocols=["http","https"],o.invalid_hostname_characters=/[^a-zA-Z0-9\.\-:_]/,o.domAttributes={a:"href",blockquote:"cite",link:"href",base:"href",script:"src",form:"action",img:"src",area:"href",iframe:"src",embed:"src",source:"src",track:"src",input:"src",audio:"src",video:"src"},o.getDomAttribute=function(e){if(e&&e.nodeName){var t=e.nodeName.toLowerCase();if("input"!==t||"image"===e.type)return o.domAttributes[t]}},o.encode=y,o.decode=decodeURIComponent,o.iso8859=function(){o.encode=escape,o.decode=unescape},o.unicode=function(){o.encode=y,o.decode=decodeURIComponent},o.characters={pathname:{encode:{expression:/%(24|26|2B|2C|3B|3D|3A|40)/gi,map:{"%24":"$","%26":"&","%2B":"+","%2C":",","%3B":";","%3D":"=","%3A":":","%40":"@"}},decode:{expression:/[\/\?#]/g,map:{"/":"%2F","?":"%3F","#":"%23"}}},reserved:{encode:{expression:/%(21|23|24|26|27|28|29|2A|2B|2C|2F|3A|3B|3D|3F|40|5B|5D)/gi,map:{"%3A":":","%2F":"/","%3F":"?","%23":"#","%5B":"[","%5D":"]","%40":"@","%21":"!","%24":"$","%26":"&","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"="}}},urnpath:{encode:{expression:/%(21|24|27|28|29|2A|2B|2C|3B|3D|40)/gi,map:{"%21":"!","%24":"$","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"=","%40":"@"}},decode:{expression:/[\/\?#:]/g,map:{"/":"%2F","?":"%3F","#":"%23",":":"%3A"}}}},o.encodeQuery=function(e,t){var r=o.encode(e+"");return void 0===t&&(t=o.escapeQuerySpace),t?r.replace(/%20/g,"+"):r},o.decodeQuery=function(e,t){e+="",void 0===t&&(t=o.escapeQuerySpace);try{return o.decode(t?e.replace(/\+/g,"%20"):e)}catch(t){return e}};var v,b={encode:"encode",decode:"decode"},w=function(e,t){return function(r){try{return o[t](r+"").replace(o.characters[e][t].expression,(function(r){return o.characters[e][t].map[r]}))}catch(e){return r}}};for(v in b)o[v+"PathSegment"]=w("pathname",b[v]),o[v+"UrnPathSegment"]=w("urnpath",b[v]);var _=function(e,t,r){return function(n){var i;i=r?function(e){return o[t](o[r](e))}:o[t];for(var s=(n+"").split(e),a=0,u=s.length;a<u;a++)s[a]=i(s[a]);return s.join(e)}};function k(e){return function(t,r){return void 0===t?this._parts[e]||"":(this._parts[e]=t||null,this.build(!r),this)}}function x(e,t){return function(r,n){return void 0===r?this._parts[e]||"":(null!==r&&(r+="").charAt(0)===t&&(r=r.substring(1)),this._parts[e]=r,this.build(!n),this)}}o.decodePath=_("/","decodePathSegment"),o.decodeUrnPath=_(":","decodeUrnPathSegment"),o.recodePath=_("/","encodePathSegment","decode"),o.recodeUrnPath=_(":","encodeUrnPathSegment","decode"),o.encodeReserved=w("reserved","encode"),o.parse=function(e,t){var r;return t||(t={preventInvalidHostname:o.preventInvalidHostname}),(r=(e=(e=e.replace(o.leading_whitespace_expression,"")).replace(o.ascii_tab_whitespace,"")).indexOf("#"))>-1&&(t.fragment=e.substring(r+1)||null,e=e.substring(0,r)),(r=e.indexOf("?"))>-1&&(t.query=e.substring(r+1)||null,e=e.substring(0,r)),"//"===(e=(e=e.replace(/^(https?|ftp|wss?)?:+[/\\]*/i,"$1://")).replace(/^[/\\]{2,}/i,"//")).substring(0,2)?(t.protocol=null,e=e.substring(2),e=o.parseAuthority(e,t)):(r=e.indexOf(":"))>-1&&(t.protocol=e.substring(0,r)||null,t.protocol&&!t.protocol.match(o.protocol_expression)?t.protocol=void 0:"//"===e.substring(r+1,r+3).replace(/\\/g,"/")?(e=e.substring(r+3),e=o.parseAuthority(e,t)):(e=e.substring(r+1),t.urn=!0)),t.path=e,t},o.parseHost=function(e,t){e||(e="");var r,n,i=(e=e.replace(/\\/g,"/")).indexOf("/");if(-1===i&&(i=e.length),"["===e.charAt(0))r=e.indexOf("]"),t.hostname=e.substring(1,r)||null,t.port=e.substring(r+2,i)||null,"/"===t.port&&(t.port=null);else{var s=e.indexOf(":"),a=e.indexOf("/"),u=e.indexOf(":",s+1);-1!==u&&(-1===a||u<a)?(t.hostname=e.substring(0,i)||null,t.port=null):(n=e.substring(0,i).split(":"),t.hostname=n[0]||null,t.port=n[1]||null)}return t.hostname&&"/"!==e.substring(i).charAt(0)&&(i++,e="/"+e),t.preventInvalidHostname&&o.ensureValidHostname(t.hostname,t.protocol),t.port&&o.ensureValidPort(t.port),e.substring(i)||"/"},o.parseAuthority=function(e,t){return e=o.parseUserinfo(e,t),o.parseHost(e,t)},o.parseUserinfo=function(e,t){var r=e;-1!==e.indexOf("\\")&&(e=e.replace(/\\/g,"/"));var n,i=e.indexOf("/"),s=e.lastIndexOf("@",i>-1?i:e.length-1);return s>-1&&(-1===i||s<i)?(n=e.substring(0,s).split(":"),t.username=n[0]?o.decode(n[0]):null,n.shift(),t.password=n[0]?o.decode(n.join(":")):null,e=r.substring(s+1)):(t.username=null,t.password=null),e},o.parseQuery=function(e,t){if(!e)return{};if(!(e=e.replace(/&+/g,"&").replace(/^\?*&*|&+$/g,"")))return{};for(var r,n,i,s={},a=e.split("&"),l=a.length,c=0;c<l;c++)r=a[c].split("="),n=o.decodeQuery(r.shift(),t),i=r.length?o.decodeQuery(r.join("="),t):null,"__proto__"!==n&&(u.call(s,n)?("string"!=typeof s[n]&&null!==s[n]||(s[n]=[s[n]]),s[n].push(i)):s[n]=i);return s},o.build=function(e){var t="",r=!1;return e.protocol&&(t+=e.protocol+":"),e.urn||!t&&!e.hostname||(t+="//",r=!0),t+=o.buildAuthority(e)||"","string"==typeof e.path&&("/"!==e.path.charAt(0)&&r&&(t+="/"),t+=e.path),"string"==typeof e.query&&e.query&&(t+="?"+e.query),"string"==typeof e.fragment&&e.fragment&&(t+="#"+e.fragment),t},o.buildHost=function(e){var t="";return e.hostname?(o.ip6_expression.test(e.hostname)?t+="["+e.hostname+"]":t+=e.hostname,e.port&&(t+=":"+e.port),t):""},o.buildAuthority=function(e){return o.buildUserinfo(e)+o.buildHost(e)},o.buildUserinfo=function(e){var t="";return e.username&&(t+=o.encode(e.username)),e.password&&(t+=":"+o.encode(e.password)),t&&(t+="@"),t},o.buildQuery=function(e,t,r){var n,i,s,a,l="";for(i in e)if("__proto__"!==i&&u.call(e,i))if(h(e[i]))for(n={},s=0,a=e[i].length;s<a;s++)void 0!==e[i][s]&&void 0===n[e[i][s]+""]&&(l+="&"+o.buildQueryParameter(i,e[i][s],r),!0!==t&&(n[e[i][s]+""]=!0));else void 0!==e[i]&&(l+="&"+o.buildQueryParameter(i,e[i],r));return l.substring(1)},o.buildQueryParameter=function(e,t,r){return o.encodeQuery(e,r)+(null!==t?"="+o.encodeQuery(t,r):"")},o.addQuery=function(e,t,r){if("object"===s(t))for(var n in t)u.call(t,n)&&o.addQuery(e,n,t[n]);else{if("string"!=typeof t)throw new TypeError("URI.addQuery() accepts an object, string as the name parameter");if(void 0===e[t])return void(e[t]=r);"string"==typeof e[t]&&(e[t]=[e[t]]),h(r)||(r=[r]),e[t]=(e[t]||[]).concat(r)}},o.setQuery=function(e,t,r){if("object"===s(t))for(var n in t)u.call(t,n)&&o.setQuery(e,n,t[n]);else{if("string"!=typeof t)throw new TypeError("URI.setQuery() accepts an object, string as the name parameter");e[t]=void 0===r?null:r}},o.removeQuery=function(e,t,r){var n,i,a;if(h(t))for(n=0,i=t.length;n<i;n++)e[t[n]]=void 0;else if("RegExp"===c(t))for(a in e)t.test(a)&&(e[a]=void 0);else if("object"===s(t))for(a in t)u.call(t,a)&&o.removeQuery(e,a,t[a]);else{if("string"!=typeof t)throw new TypeError("URI.removeQuery() accepts an object, string, RegExp as the first parameter");void 0!==r?"RegExp"===c(r)?!h(e[t])&&r.test(e[t])?e[t]=void 0:e[t]=f(e[t],r):e[t]!==String(r)||h(r)&&1!==r.length?h(e[t])&&(e[t]=f(e[t],r)):e[t]=void 0:e[t]=void 0}},o.hasQuery=function(e,t,r,n){switch(c(t)){case"String":break;case"RegExp":for(var i in e)if(u.call(e,i)&&t.test(i)&&(void 0===r||o.hasQuery(e,i,r)))return!0;return!1;case"Object":for(var s in t)if(u.call(t,s)&&!o.hasQuery(e,s,t[s]))return!1;return!0;default:throw new TypeError("URI.hasQuery() accepts a string, regular expression or object as the name parameter")}switch(c(r)){case"Undefined":return t in e;case"Boolean":return r===Boolean(h(e[t])?e[t].length:e[t]);case"Function":return!!r(e[t],t,e);case"Array":return!!h(e[t])&&(n?d:p)(e[t],r);case"RegExp":return h(e[t])?!!n&&d(e[t],r):Boolean(e[t]&&e[t].match(r));case"Number":r=String(r);case"String":return h(e[t])?!!n&&d(e[t],r):e[t]===r;default:throw new TypeError("URI.hasQuery() accepts undefined, boolean, string, number, RegExp, Function as the value parameter")}},o.joinPaths=function(){for(var e=[],t=[],r=0,n=0;n<arguments.length;n++){var i=new o(arguments[n]);e.push(i);for(var s=i.segment(),a=0;a<s.length;a++)"string"==typeof s[a]&&t.push(s[a]),s[a]&&r++}if(!t.length||!r)return new o("");var u=new o("").segment(t);return""!==e[0].path()&&"/"!==e[0].path().slice(0,1)||u.path("/"+u.path()),u.normalize()},o.commonPath=function(e,t){var r,n=Math.min(e.length,t.length);for(r=0;r<n;r++)if(e.charAt(r)!==t.charAt(r)){r--;break}return r<1?e.charAt(0)===t.charAt(0)&&"/"===e.charAt(0)?"/":"":("/"===e.charAt(r)&&"/"===t.charAt(r)||(r=e.substring(0,r).lastIndexOf("/")),e.substring(0,r+1))},o.withinString=function(e,t,r){r||(r={});var n=r.start||o.findUri.start,i=r.end||o.findUri.end,s=r.trim||o.findUri.trim,a=r.parens||o.findUri.parens,u=/[a-z0-9-]=["']?$/i;for(n.lastIndex=0;;){var l=n.exec(e);if(!l)break;var c=l.index;if(r.ignoreHtml){var h=e.slice(Math.max(c-3,0),c);if(h&&u.test(h))continue}for(var f=c+e.slice(c).search(i),d=e.slice(c,f),p=-1;;){var m=a.exec(d);if(!m)break;var g=m.index+m[0].length;p=Math.max(p,g)}if(!((d=p>-1?d.slice(0,p)+d.slice(p).replace(s,""):d.replace(s,"")).length<=l[0].length||r.ignore&&r.ignore.test(d))){var y=t(d,c,f=c+d.length,e);void 0!==y?(y=String(y),e=e.slice(0,c)+y+e.slice(f),n.lastIndex=c+y.length):n.lastIndex=f}}return n.lastIndex=0,e},o.ensureValidHostname=function(t,r){var n=!!t,i=!1;if(!!r&&(i=d(o.hostProtocols,r)),i&&!n)throw new TypeError("Hostname cannot be empty, if protocol is "+r);if(t&&t.match(o.invalid_hostname_characters)){if(!e)throw new TypeError('Hostname "'+t+'" contains characters other than [A-Z0-9.-:_] and Punycode.js is not available');if(e.toASCII(t).match(o.invalid_hostname_characters))throw new TypeError('Hostname "'+t+'" contains characters other than [A-Z0-9.-:_]')}},o.ensureValidPort=function(e){if(e){var t=Number(e);if(!(/^[0-9]+$/.test(t)&&t>0&&t<65536))throw new TypeError('Port "'+e+'" is not a valid port')}},o.noConflict=function(e){if(e){var t={URI:this.noConflict()};return n.URITemplate&&"function"==typeof n.URITemplate.noConflict&&(t.URITemplate=n.URITemplate.noConflict()),n.IPv6&&"function"==typeof n.IPv6.noConflict&&(t.IPv6=n.IPv6.noConflict()),n.SecondLevelDomains&&"function"==typeof n.SecondLevelDomains.noConflict&&(t.SecondLevelDomains=n.SecondLevelDomains.noConflict()),t}return n.URI===this&&(n.URI=i),this},a.build=function(e){return!0===e?this._deferred_build=!0:(void 0===e||this._deferred_build)&&(this._string=o.build(this._parts),this._deferred_build=!1),this},a.clone=function(){return new o(this)},a.valueOf=a.toString=function(){return this.build(!1)._string},a.protocol=k("protocol"),a.username=k("username"),a.password=k("password"),a.hostname=k("hostname"),a.port=k("port"),a.query=x("query","?"),a.fragment=x("fragment","#"),a.search=function(e,t){var r=this.query(e,t);return"string"==typeof r&&r.length?"?"+r:r},a.hash=function(e,t){var r=this.fragment(e,t);return"string"==typeof r&&r.length?"#"+r:r},a.pathname=function(e,t){if(void 0===e||!0===e){var r=this._parts.path||(this._parts.hostname?"/":"");return e?(this._parts.urn?o.decodeUrnPath:o.decodePath)(r):r}return this._parts.urn?this._parts.path=e?o.recodeUrnPath(e):"":this._parts.path=e?o.recodePath(e):"/",this.build(!t),this},a.path=a.pathname,a.href=function(e,t){var r;if(void 0===e)return this.toString();this._string="",this._parts=o._parts();var n=e instanceof o,i="object"===s(e)&&(e.hostname||e.path||e.pathname);e.nodeName&&(e=e[o.getDomAttribute(e)]||"",i=!1);if(!n&&i&&void 0!==e.pathname&&(e=e.toString()),"string"==typeof e||e instanceof String)this._parts=o.parse(String(e),this._parts);else{if(!n&&!i)throw new TypeError("invalid input");var a=n?e._parts:e;for(r in a)"query"!==r&&u.call(this._parts,r)&&(this._parts[r]=a[r]);a.query&&this.query(a.query,!1)}return this.build(!t),this},a.is=function(e){var t=!1,n=!1,i=!1,s=!1,a=!1,u=!1,l=!1,c=!this._parts.urn;switch(this._parts.hostname&&(c=!1,n=o.ip4_expression.test(this._parts.hostname),i=o.ip6_expression.test(this._parts.hostname),a=(s=!(t=n||i))&&r&&r.has(this._parts.hostname),u=s&&o.idn_expression.test(this._parts.hostname),l=s&&o.punycode_expression.test(this._parts.hostname)),e.toLowerCase()){case"relative":return c;case"absolute":return!c;case"domain":case"name":return s;case"sld":return a;case"ip":return t;case"ip4":case"ipv4":case"inet4":return n;case"ip6":case"ipv6":case"inet6":return i;case"idn":return u;case"url":return!this._parts.urn;case"urn":return!!this._parts.urn;case"punycode":return l}return null};var A=a.protocol,E=a.port,S=a.hostname;a.protocol=function(e,t){if(e&&!(e=e.replace(/:(\/\/)?$/,"")).match(o.protocol_expression))throw new TypeError('Protocol "'+e+"\" contains characters other than [A-Z0-9.+-] or doesn't start with [A-Z]");return A.call(this,e,t)},a.scheme=a.protocol,a.port=function(e,t){return this._parts.urn?void 0===e?"":this:(void 0!==e&&(0===e&&(e=null),e&&(":"===(e+="").charAt(0)&&(e=e.substring(1)),o.ensureValidPort(e))),E.call(this,e,t))},a.hostname=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0!==e){var r={preventInvalidHostname:this._parts.preventInvalidHostname};if("/"!==o.parseHost(e,r))throw new TypeError('Hostname "'+e+'" contains characters other than [A-Z0-9.-]');e=r.hostname,this._parts.preventInvalidHostname&&o.ensureValidHostname(e,this._parts.protocol)}return S.call(this,e,t)},a.origin=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e){var r=this.protocol();return this.authority()?(r?r+"://":"")+this.authority():""}var n=o(e);return this.protocol(n.protocol()).authority(n.authority()).build(!t),this},a.host=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e)return this._parts.hostname?o.buildHost(this._parts):"";if("/"!==o.parseHost(e,this._parts))throw new TypeError('Hostname "'+e+'" contains characters other than [A-Z0-9.-]');return this.build(!t),this},a.authority=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e)return this._parts.hostname?o.buildAuthority(this._parts):"";if("/"!==o.parseAuthority(e,this._parts))throw new TypeError('Hostname "'+e+'" contains characters other than [A-Z0-9.-]');return this.build(!t),this},a.userinfo=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e){var r=o.buildUserinfo(this._parts);return r?r.substring(0,r.length-1):r}return"@"!==e[e.length-1]&&(e+="@"),o.parseUserinfo(e,this._parts),this.build(!t),this},a.resource=function(e,t){var r;return void 0===e?this.path()+this.search()+this.hash():(r=o.parse(e),this._parts.path=r.path,this._parts.query=r.query,this._parts.fragment=r.fragment,this.build(!t),this)},a.subdomain=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e){if(!this._parts.hostname||this.is("IP"))return"";var r=this._parts.hostname.length-this.domain().length-1;return this._parts.hostname.substring(0,r)||""}var n=this._parts.hostname.length-this.domain().length,i=this._parts.hostname.substring(0,n),s=new RegExp("^"+l(i));if(e&&"."!==e.charAt(e.length-1)&&(e+="."),-1!==e.indexOf(":"))throw new TypeError("Domains cannot contain colons");return e&&o.ensureValidHostname(e,this._parts.protocol),this._parts.hostname=this._parts.hostname.replace(s,e),this.build(!t),this},a.domain=function(e,t){if(this._parts.urn)return void 0===e?"":this;if("boolean"==typeof e&&(t=e,e=void 0),void 0===e){if(!this._parts.hostname||this.is("IP"))return"";var r=this._parts.hostname.match(/\./g);if(r&&r.length<2)return this._parts.hostname;var n=this._parts.hostname.length-this.tld(t).length-1;return n=this._parts.hostname.lastIndexOf(".",n-1)+1,this._parts.hostname.substring(n)||""}if(!e)throw new TypeError("cannot set domain empty");if(-1!==e.indexOf(":"))throw new TypeError("Domains cannot contain colons");if(o.ensureValidHostname(e,this._parts.protocol),!this._parts.hostname||this.is("IP"))this._parts.hostname=e;else{var i=new RegExp(l(this.domain())+"$");this._parts.hostname=this._parts.hostname.replace(i,e)}return this.build(!t),this},a.tld=function(e,t){if(this._parts.urn)return void 0===e?"":this;if("boolean"==typeof e&&(t=e,e=void 0),void 0===e){if(!this._parts.hostname||this.is("IP"))return"";var n=this._parts.hostname.lastIndexOf("."),i=this._parts.hostname.substring(n+1);return!0!==t&&r&&r.list[i.toLowerCase()]&&r.get(this._parts.hostname)||i}var o;if(!e)throw new TypeError("cannot set TLD empty");if(e.match(/[^a-zA-Z0-9-]/)){if(!r||!r.is(e))throw new TypeError('TLD "'+e+'" contains characters other than [A-Z0-9]');o=new RegExp(l(this.tld())+"$"),this._parts.hostname=this._parts.hostname.replace(o,e)}else{if(!this._parts.hostname||this.is("IP"))throw new ReferenceError("cannot set TLD on non-domain host");o=new RegExp(l(this.tld())+"$"),this._parts.hostname=this._parts.hostname.replace(o,e)}return this.build(!t),this},a.directory=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e||!0===e){if(!this._parts.path&&!this._parts.hostname)return"";if("/"===this._parts.path)return"/";var r=this._parts.path.length-this.filename().length-1,n=this._parts.path.substring(0,r)||(this._parts.hostname?"/":"");return e?o.decodePath(n):n}var i=this._parts.path.length-this.filename().length,s=this._parts.path.substring(0,i),a=new RegExp("^"+l(s));return this.is("relative")||(e||(e="/"),"/"!==e.charAt(0)&&(e="/"+e)),e&&"/"!==e.charAt(e.length-1)&&(e+="/"),e=o.recodePath(e),this._parts.path=this._parts.path.replace(a,e),this.build(!t),this},a.filename=function(e,t){if(this._parts.urn)return void 0===e?"":this;if("string"!=typeof e){if(!this._parts.path||"/"===this._parts.path)return"";var r=this._parts.path.lastIndexOf("/"),n=this._parts.path.substring(r+1);return e?o.decodePathSegment(n):n}var i=!1;"/"===e.charAt(0)&&(e=e.substring(1)),e.match(/\.?\//)&&(i=!0);var s=new RegExp(l(this.filename())+"$");return e=o.recodePath(e),this._parts.path=this._parts.path.replace(s,e),i?this.normalizePath(t):this.build(!t),this},a.suffix=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e||!0===e){if(!this._parts.path||"/"===this._parts.path)return"";var r,n,i=this.filename(),s=i.lastIndexOf(".");return-1===s?"":(r=i.substring(s+1),n=/^[a-z0-9%]+$/i.test(r)?r:"",e?o.decodePathSegment(n):n)}"."===e.charAt(0)&&(e=e.substring(1));var a,u=this.suffix();if(u)a=e?new RegExp(l(u)+"$"):new RegExp(l("."+u)+"$");else{if(!e)return this;this._parts.path+="."+o.recodePath(e)}return a&&(e=o.recodePath(e),this._parts.path=this._parts.path.replace(a,e)),this.build(!t),this},a.segment=function(e,t,r){var n=this._parts.urn?":":"/",i=this.path(),o="/"===i.substring(0,1),s=i.split(n);if(void 0!==e&&"number"!=typeof e&&(r=t,t=e,e=void 0),void 0!==e&&"number"!=typeof e)throw new Error('Bad segment "'+e+'", must be 0-based integer');if(o&&s.shift(),e<0&&(e=Math.max(s.length+e,0)),void 0===t)return void 0===e?s:s[e];if(null===e||void 0===s[e])if(h(t)){s=[];for(var a=0,u=t.length;a<u;a++)(t[a].length||s.length&&s[s.length-1].length)&&(s.length&&!s[s.length-1].length&&s.pop(),s.push(m(t[a])))}else(t||"string"==typeof t)&&(t=m(t),""===s[s.length-1]?s[s.length-1]=t:s.push(t));else t?s[e]=m(t):s.splice(e,1);return o&&s.unshift(""),this.path(s.join(n),r)},a.segmentCoded=function(e,t,r){var n,i,s;if("number"!=typeof e&&(r=t,t=e,e=void 0),void 0===t){if(h(n=this.segment(e,t,r)))for(i=0,s=n.length;i<s;i++)n[i]=o.decode(n[i]);else n=void 0!==n?o.decode(n):void 0;return n}if(h(t))for(i=0,s=t.length;i<s;i++)t[i]=o.encode(t[i]);else t="string"==typeof t||t instanceof String?o.encode(t):t;return this.segment(e,t,r)};var M=a.query;return a.query=function(e,t){if(!0===e)return o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);if("function"==typeof e){var r=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace),n=e.call(this,r);return this._parts.query=o.buildQuery(n||r,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),this.build(!t),this}return void 0!==e&&"string"!=typeof e?(this._parts.query=o.buildQuery(e,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),this.build(!t),this):M.call(this,e,t)},a.setQuery=function(e,t,r){var n=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);if("string"==typeof e||e instanceof String)n[e]=void 0!==t?t:null;else{if("object"!==s(e))throw new TypeError("URI.addQuery() accepts an object, string as the name parameter");for(var i in e)u.call(e,i)&&(n[i]=e[i])}return this._parts.query=o.buildQuery(n,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),"string"!=typeof e&&(r=t),this.build(!r),this},a.addQuery=function(e,t,r){var n=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return o.addQuery(n,e,void 0===t?null:t),this._parts.query=o.buildQuery(n,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),"string"!=typeof e&&(r=t),this.build(!r),this},a.removeQuery=function(e,t,r){var n=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return o.removeQuery(n,e,t),this._parts.query=o.buildQuery(n,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),"string"!=typeof e&&(r=t),this.build(!r),this},a.hasQuery=function(e,t,r){var n=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return o.hasQuery(n,e,t,r)},a.setSearch=a.setQuery,a.addSearch=a.addQuery,a.removeSearch=a.removeQuery,a.hasSearch=a.hasQuery,a.normalize=function(){return this._parts.urn?this.normalizeProtocol(!1).normalizePath(!1).normalizeQuery(!1).normalizeFragment(!1).build():this.normalizeProtocol(!1).normalizeHostname(!1).normalizePort(!1).normalizePath(!1).normalizeQuery(!1).normalizeFragment(!1).build()},a.normalizeProtocol=function(e){return"string"==typeof this._parts.protocol&&(this._parts.protocol=this._parts.protocol.toLowerCase(),this.build(!e)),this},a.normalizeHostname=function(r){return this._parts.hostname&&(this.is("IDN")&&e?this._parts.hostname=e.toASCII(this._parts.hostname):this.is("IPv6")&&t&&(this._parts.hostname=t.best(this._parts.hostname)),this._parts.hostname=this._parts.hostname.toLowerCase(),this.build(!r)),this},a.normalizePort=function(e){return"string"==typeof this._parts.protocol&&this._parts.port===o.defaultPorts[this._parts.protocol]&&(this._parts.port=null,this.build(!e)),this},a.normalizePath=function(e){var t,r=this._parts.path;if(!r)return this;if(this._parts.urn)return this._parts.path=o.recodeUrnPath(this._parts.path),this.build(!e),this;if("/"===this._parts.path)return this;var n,i,s="";for("/"!==(r=o.recodePath(r)).charAt(0)&&(t=!0,r="/"+r),"/.."!==r.slice(-3)&&"/."!==r.slice(-2)||(r+="/"),r=r.replace(/(\/(\.\/)+)|(\/\.$)/g,"/").replace(/\/{2,}/g,"/"),t&&(s=r.substring(1).match(/^(\.\.\/)+/)||"")&&(s=s[0]);-1!==(n=r.search(/\/\.\.(\/|$)/));)0!==n?(-1===(i=r.substring(0,n).lastIndexOf("/"))&&(i=n),r=r.substring(0,i)+r.substring(n+3)):r=r.substring(3);return t&&this.is("relative")&&(r=s+r.substring(1)),this._parts.path=r,this.build(!e),this},a.normalizePathname=a.normalizePath,a.normalizeQuery=function(e){return"string"==typeof this._parts.query&&(this._parts.query.length?this.query(o.parseQuery(this._parts.query,this._parts.escapeQuerySpace)):this._parts.query=null,this.build(!e)),this},a.normalizeFragment=function(e){return this._parts.fragment||(this._parts.fragment=null,this.build(!e)),this},a.normalizeSearch=a.normalizeQuery,a.normalizeHash=a.normalizeFragment,a.iso8859=function(){var e=o.encode,t=o.decode;o.encode=escape,o.decode=decodeURIComponent;try{this.normalize()}finally{o.encode=e,o.decode=t}return this},a.unicode=function(){var e=o.encode,t=o.decode;o.encode=y,o.decode=unescape;try{this.normalize()}finally{o.encode=e,o.decode=t}return this},a.readable=function(){var t=this.clone();t.username("").password("").normalize();var r="";if(t._parts.protocol&&(r+=t._parts.protocol+"://"),t._parts.hostname&&(t.is("punycode")&&e?(r+=e.toUnicode(t._parts.hostname),t._parts.port&&(r+=":"+t._parts.port)):r+=t.host()),t._parts.hostname&&t._parts.path&&"/"!==t._parts.path.charAt(0)&&(r+="/"),r+=t.path(!0),t._parts.query){for(var n="",i=0,s=t._parts.query.split("&"),a=s.length;i<a;i++){var u=(s[i]||"").split("=");n+="&"+o.decodeQuery(u[0],this._parts.escapeQuerySpace).replace(/&/g,"%26"),void 0!==u[1]&&(n+="="+o.decodeQuery(u[1],this._parts.escapeQuerySpace).replace(/&/g,"%26"))}r+="?"+n.substring(1)}return r+=o.decodeQuery(t.hash(),!0)},a.absoluteTo=function(e){var t,r,n,i=this.clone(),s=["protocol","username","password","hostname","port"];if(this._parts.urn)throw new Error("URNs do not have any generally defined hierarchical components");if(e instanceof o||(e=new o(e)),i._parts.protocol)return i;if(i._parts.protocol=e._parts.protocol,this._parts.hostname)return i;for(r=0;n=s[r];r++)i._parts[n]=e._parts[n];return i._parts.path?(".."===i._parts.path.substring(-2)&&(i._parts.path+="/"),"/"!==i.path().charAt(0)&&(t=(t=e.directory())||(0===e.path().indexOf("/")?"/":""),i._parts.path=(t?t+"/":"")+i._parts.path,i.normalizePath())):(i._parts.path=e._parts.path,i._parts.query||(i._parts.query=e._parts.query)),i.build(),i},a.relativeTo=function(e){var t,r,n,i,s,a=this.clone().normalize();if(a._parts.urn)throw new Error("URNs do not have any generally defined hierarchical components");if(e=new o(e).normalize(),t=a._parts,r=e._parts,i=a.path(),s=e.path(),"/"!==i.charAt(0))throw new Error("URI is already relative");if("/"!==s.charAt(0))throw new Error("Cannot calculate a URI relative to another relative URI");if(t.protocol===r.protocol&&(t.protocol=null),t.username!==r.username||t.password!==r.password)return a.build();if(null!==t.protocol||null!==t.username||null!==t.password)return a.build();if(t.hostname!==r.hostname||t.port!==r.port)return a.build();if(t.hostname=null,t.port=null,i===s)return t.path="",a.build();if(!(n=o.commonPath(i,s)))return a.build();var u=r.path.substring(n.length).replace(/[^\/]*$/,"").replace(/.*?\//g,"../");return t.path=u+t.path.substring(n.length)||"./",a.build()},a.equals=function(e){var t,r,n,i,s,a=this.clone(),l=new o(e),c={};if(a.normalize(),l.normalize(),a.toString()===l.toString())return!0;if(n=a.query(),i=l.query(),a.query(""),l.query(""),a.toString()!==l.toString())return!1;if(n.length!==i.length)return!1;for(s in t=o.parseQuery(n,this._parts.escapeQuerySpace),r=o.parseQuery(i,this._parts.escapeQuerySpace),t)if(u.call(t,s)){if(h(t[s])){if(!p(t[s],r[s]))return!1}else if(t[s]!==r[s])return!1;c[s]=!0}for(s in r)if(u.call(r,s)&&!c[s])return!1;return!0},a.preventInvalidHostname=function(e){return this._parts.preventInvalidHostname=!!e,this},a.duplicateQueryParameters=function(e){return this._parts.duplicateQueryParameters=!!e,this},a.escapeQuerySpace=function(e){return this._parts.escapeQuerySpace=!!e,this},o}))}).call(this,r(0)(e))},function(e,t,r){"use strict";r.r(t),r.d(t,"Deflate",(function(){return Kt})),r.d(t,"Inflate",(function(){return Yt})),r.d(t,"constants",(function(){return rr})),r.d(t,"default",(function(){return nr})),r.d(t,"deflate",(function(){return Qt})),r.d(t,"deflateRaw",(function(){return Jt})),r.d(t,"gzip",(function(){return $t})),r.d(t,"inflate",(function(){return Xt})),r.d(t,"inflateRaw",(function(){return er})),r.d(t,"ungzip",(function(){return tr}));function n(e){let t=e.length;for(;--t>=0;)e[t]=0}const i=new Uint8Array([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0]),o=new Uint8Array([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13]),s=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7]),a=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),u=new Array(576);n(u);const l=new Array(60);n(l);const c=new Array(512);n(c);const h=new Array(256);n(h);const f=new Array(29);n(f);const d=new Array(30);function p(e,t,r,n,i){this.static_tree=e,this.extra_bits=t,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=e&&e.length}let m,g,y;function v(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}n(d);const b=e=>e<256?c[e]:c[256+(e>>>7)],w=(e,t)=>{e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255},_=(e,t,r)=>{e.bi_valid>16-r?(e.bi_buf|=t<<e.bi_valid&65535,w(e,e.bi_buf),e.bi_buf=t>>16-e.bi_valid,e.bi_valid+=r-16):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=r)},k=(e,t,r)=>{_(e,r[2*t],r[2*t+1])},x=(e,t)=>{let r=0;do{r|=1&e,e>>>=1,r<<=1}while(--t>0);return r>>>1},A=(e,t,r)=>{const n=new Array(16);let i,o,s=0;for(i=1;i<=15;i++)n[i]=s=s+r[i-1]<<1;for(o=0;o<=t;o++){let t=e[2*o+1];0!==t&&(e[2*o]=x(n[t]++,t))}},E=e=>{let t;for(t=0;t<286;t++)e.dyn_ltree[2*t]=0;for(t=0;t<30;t++)e.dyn_dtree[2*t]=0;for(t=0;t<19;t++)e.bl_tree[2*t]=0;e.dyn_ltree[512]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0},S=e=>{e.bi_valid>8?w(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0},M=(e,t,r,n)=>{const i=2*t,o=2*r;return e[i]<e[o]||e[i]===e[o]&&n[t]<=n[r]},I=(e,t,r)=>{const n=e.heap[r];let i=r<<1;for(;i<=e.heap_len&&(i<e.heap_len&&M(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!M(t,n,e.heap[i],e.depth));)e.heap[r]=e.heap[i],r=i,i<<=1;e.heap[r]=n},P=(e,t,r)=>{let n,s,a,u,l=0;if(0!==e.last_lit)do{n=e.pending_buf[e.d_buf+2*l]<<8|e.pending_buf[e.d_buf+2*l+1],s=e.pending_buf[e.l_buf+l],l++,0===n?k(e,s,t):(a=h[s],k(e,a+256+1,t),u=i[a],0!==u&&(s-=f[a],_(e,s,u)),n--,a=b(n),k(e,a,r),u=o[a],0!==u&&(n-=d[a],_(e,n,u)))}while(l<e.last_lit);k(e,256,t)},T=(e,t)=>{const r=t.dyn_tree,n=t.stat_desc.static_tree,i=t.stat_desc.has_stree,o=t.stat_desc.elems;let s,a,u,l=-1;for(e.heap_len=0,e.heap_max=573,s=0;s<o;s++)0!==r[2*s]?(e.heap[++e.heap_len]=l=s,e.depth[s]=0):r[2*s+1]=0;for(;e.heap_len<2;)u=e.heap[++e.heap_len]=l<2?++l:0,r[2*u]=1,e.depth[u]=0,e.opt_len--,i&&(e.static_len-=n[2*u+1]);for(t.max_code=l,s=e.heap_len>>1;s>=1;s--)I(e,r,s);u=o;do{s=e.heap[1],e.heap[1]=e.heap[e.heap_len--],I(e,r,1),a=e.heap[1],e.heap[--e.heap_max]=s,e.heap[--e.heap_max]=a,r[2*u]=r[2*s]+r[2*a],e.depth[u]=(e.depth[s]>=e.depth[a]?e.depth[s]:e.depth[a])+1,r[2*s+1]=r[2*a+1]=u,e.heap[1]=u++,I(e,r,1)}while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],((e,t)=>{const r=t.dyn_tree,n=t.max_code,i=t.stat_desc.static_tree,o=t.stat_desc.has_stree,s=t.stat_desc.extra_bits,a=t.stat_desc.extra_base,u=t.stat_desc.max_length;let l,c,h,f,d,p,m=0;for(f=0;f<=15;f++)e.bl_count[f]=0;for(r[2*e.heap[e.heap_max]+1]=0,l=e.heap_max+1;l<573;l++)c=e.heap[l],f=r[2*r[2*c+1]+1]+1,f>u&&(f=u,m++),r[2*c+1]=f,c>n||(e.bl_count[f]++,d=0,c>=a&&(d=s[c-a]),p=r[2*c],e.opt_len+=p*(f+d),o&&(e.static_len+=p*(i[2*c+1]+d)));if(0!==m){do{for(f=u-1;0===e.bl_count[f];)f--;e.bl_count[f]--,e.bl_count[f+1]+=2,e.bl_count[u]--,m-=2}while(m>0);for(f=u;0!==f;f--)for(c=e.bl_count[f];0!==c;)h=e.heap[--l],h>n||(r[2*h+1]!==f&&(e.opt_len+=(f-r[2*h+1])*r[2*h],r[2*h+1]=f),c--)}})(e,t),A(r,l,e.bl_count)},N=(e,t,r)=>{let n,i,o=-1,s=t[1],a=0,u=7,l=4;for(0===s&&(u=138,l=3),t[2*(r+1)+1]=65535,n=0;n<=r;n++)i=s,s=t[2*(n+1)+1],++a<u&&i===s||(a<l?e.bl_tree[2*i]+=a:0!==i?(i!==o&&e.bl_tree[2*i]++,e.bl_tree[32]++):a<=10?e.bl_tree[34]++:e.bl_tree[36]++,a=0,o=i,0===s?(u=138,l=3):i===s?(u=6,l=3):(u=7,l=4))},R=(e,t,r)=>{let n,i,o=-1,s=t[1],a=0,u=7,l=4;for(0===s&&(u=138,l=3),n=0;n<=r;n++)if(i=s,s=t[2*(n+1)+1],!(++a<u&&i===s)){if(a<l)do{k(e,i,e.bl_tree)}while(0!=--a);else 0!==i?(i!==o&&(k(e,i,e.bl_tree),a--),k(e,16,e.bl_tree),_(e,a-3,2)):a<=10?(k(e,17,e.bl_tree),_(e,a-3,3)):(k(e,18,e.bl_tree),_(e,a-11,7));a=0,o=i,0===s?(u=138,l=3):i===s?(u=6,l=3):(u=7,l=4)}};let O=!1;const C=(e,t,r,n)=>{_(e,0+(n?1:0),3),((e,t,r,n)=>{S(e),n&&(w(e,r),w(e,~r)),e.pending_buf.set(e.window.subarray(t,t+r),e.pending),e.pending+=r})(e,t,r,!0)};var j={_tr_init:e=>{O||((()=>{let e,t,r,n,a;const v=new Array(16);for(r=0,n=0;n<28;n++)for(f[n]=r,e=0;e<1<<i[n];e++)h[r++]=n;for(h[r-1]=n,a=0,n=0;n<16;n++)for(d[n]=a,e=0;e<1<<o[n];e++)c[a++]=n;for(a>>=7;n<30;n++)for(d[n]=a<<7,e=0;e<1<<o[n]-7;e++)c[256+a++]=n;for(t=0;t<=15;t++)v[t]=0;for(e=0;e<=143;)u[2*e+1]=8,e++,v[8]++;for(;e<=255;)u[2*e+1]=9,e++,v[9]++;for(;e<=279;)u[2*e+1]=7,e++,v[7]++;for(;e<=287;)u[2*e+1]=8,e++,v[8]++;for(A(u,287,v),e=0;e<30;e++)l[2*e+1]=5,l[2*e]=x(e,5);m=new p(u,i,257,286,15),g=new p(l,o,0,30,15),y=new p(new Array(0),s,0,19,7)})(),O=!0),e.l_desc=new v(e.dyn_ltree,m),e.d_desc=new v(e.dyn_dtree,g),e.bl_desc=new v(e.bl_tree,y),e.bi_buf=0,e.bi_valid=0,E(e)},_tr_stored_block:C,_tr_flush_block:(e,t,r,n)=>{let i,o,s=0;e.level>0?(2===e.strm.data_type&&(e.strm.data_type=(e=>{let t,r=4093624447;for(t=0;t<=31;t++,r>>>=1)if(1&r&&0!==e.dyn_ltree[2*t])return 0;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return 1;for(t=32;t<256;t++)if(0!==e.dyn_ltree[2*t])return 1;return 0})(e)),T(e,e.l_desc),T(e,e.d_desc),s=(e=>{let t;for(N(e,e.dyn_ltree,e.l_desc.max_code),N(e,e.dyn_dtree,e.d_desc.max_code),T(e,e.bl_desc),t=18;t>=3&&0===e.bl_tree[2*a[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t})(e),i=e.opt_len+3+7>>>3,o=e.static_len+3+7>>>3,o<=i&&(i=o)):i=o=r+5,r+4<=i&&-1!==t?C(e,t,r,n):4===e.strategy||o===i?(_(e,2+(n?1:0),3),P(e,u,l)):(_(e,4+(n?1:0),3),((e,t,r,n)=>{let i;for(_(e,t-257,5),_(e,r-1,5),_(e,n-4,4),i=0;i<n;i++)_(e,e.bl_tree[2*a[i]+1],3);R(e,e.dyn_ltree,t-1),R(e,e.dyn_dtree,r-1)})(e,e.l_desc.max_code+1,e.d_desc.max_code+1,s+1),P(e,e.dyn_ltree,e.dyn_dtree)),E(e),n&&S(e)},_tr_tally:(e,t,r)=>(e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(h[r]+256+1)]++,e.dyn_dtree[2*b(t)]++),e.last_lit===e.lit_bufsize-1),_tr_align:e=>{_(e,2,3),k(e,256,u),(e=>{16===e.bi_valid?(w(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)})(e)}};var B=(e,t,r,n)=>{let i=65535&e|0,o=e>>>16&65535|0,s=0;for(;0!==r;){s=r>2e3?2e3:r,r-=s;do{i=i+t[n++]|0,o=o+i|0}while(--s);i%=65521,o%=65521}return i|o<<16|0};const L=new Uint32Array((()=>{let e,t=[];for(var r=0;r<256;r++){e=r;for(var n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t})());var U=(e,t,r,n)=>{const i=L,o=n+r;e^=-1;for(let r=n;r<o;r++)e=e>>>8^i[255&(e^t[r])];return-1^e},D={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},z={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8};const{_tr_init:F,_tr_stored_block:H,_tr_flush_block:G,_tr_tally:q,_tr_align:V}=j,{Z_NO_FLUSH:W,Z_PARTIAL_FLUSH:Z,Z_FULL_FLUSH:K,Z_FINISH:Q,Z_BLOCK:J,Z_OK:$,Z_STREAM_END:Y,Z_STREAM_ERROR:X,Z_DATA_ERROR:ee,Z_BUF_ERROR:te,Z_DEFAULT_COMPRESSION:re,Z_FILTERED:ne,Z_HUFFMAN_ONLY:ie,Z_RLE:oe,Z_FIXED:se,Z_DEFAULT_STRATEGY:ae,Z_UNKNOWN:ue,Z_DEFLATED:le}=z,ce=(e,t)=>(e.msg=D[t],t),he=e=>(e<<1)-(e>4?9:0),fe=e=>{let t=e.length;for(;--t>=0;)e[t]=0};let de=(e,t,r)=>(t<<e.hash_shift^r)&e.hash_mask;const pe=e=>{const t=e.state;let r=t.pending;r>e.avail_out&&(r=e.avail_out),0!==r&&(e.output.set(t.pending_buf.subarray(t.pending_out,t.pending_out+r),e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0))},me=(e,t)=>{G(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,pe(e.strm)},ge=(e,t)=>{e.pending_buf[e.pending++]=t},ye=(e,t)=>{e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t},ve=(e,t,r,n)=>{let i=e.avail_in;return i>n&&(i=n),0===i?0:(e.avail_in-=i,t.set(e.input.subarray(e.next_in,e.next_in+i),r),1===e.state.wrap?e.adler=B(e.adler,t,i,r):2===e.state.wrap&&(e.adler=U(e.adler,t,i,r)),e.next_in+=i,e.total_in+=i,i)},be=(e,t)=>{let r,n,i=e.max_chain_length,o=e.strstart,s=e.prev_length,a=e.nice_match;const u=e.strstart>e.w_size-262?e.strstart-(e.w_size-262):0,l=e.window,c=e.w_mask,h=e.prev,f=e.strstart+258;let d=l[o+s-1],p=l[o+s];e.prev_length>=e.good_match&&(i>>=2),a>e.lookahead&&(a=e.lookahead);do{if(r=t,l[r+s]===p&&l[r+s-1]===d&&l[r]===l[o]&&l[++r]===l[o+1]){o+=2,r++;do{}while(l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&o<f);if(n=258-(f-o),o=f-258,n>s){if(e.match_start=t,s=n,n>=a)break;d=l[o+s-1],p=l[o+s]}}}while((t=h[t&c])>u&&0!=--i);return s<=e.lookahead?s:e.lookahead},we=e=>{const t=e.w_size;let r,n,i,o,s;do{if(o=e.window_size-e.lookahead-e.strstart,e.strstart>=t+(t-262)){e.window.set(e.window.subarray(t,t+t),0),e.match_start-=t,e.strstart-=t,e.block_start-=t,n=e.hash_size,r=n;do{i=e.head[--r],e.head[r]=i>=t?i-t:0}while(--n);n=t,r=n;do{i=e.prev[--r],e.prev[r]=i>=t?i-t:0}while(--n);o+=t}if(0===e.strm.avail_in)break;if(n=ve(e.strm,e.window,e.strstart+e.lookahead,o),e.lookahead+=n,e.lookahead+e.insert>=3)for(s=e.strstart-e.insert,e.ins_h=e.window[s],e.ins_h=de(e,e.ins_h,e.window[s+1]);e.insert&&(e.ins_h=de(e,e.ins_h,e.window[s+3-1]),e.prev[s&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=s,s++,e.insert--,!(e.lookahead+e.insert<3)););}while(e.lookahead<262&&0!==e.strm.avail_in)},_e=(e,t)=>{let r,n;for(;;){if(e.lookahead<262){if(we(e),e.lookahead<262&&t===W)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=3&&(e.ins_h=de(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==r&&e.strstart-r<=e.w_size-262&&(e.match_length=be(e,r)),e.match_length>=3)if(n=q(e,e.strstart-e.match_start,e.match_length-3),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=3){e.match_length--;do{e.strstart++,e.ins_h=de(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart}while(0!=--e.match_length);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=de(e,e.ins_h,e.window[e.strstart+1]);else n=q(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(n&&(me(e,!1),0===e.strm.avail_out))return 1}return e.insert=e.strstart<2?e.strstart:2,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(me(e,!1),0===e.strm.avail_out)?1:2},ke=(e,t)=>{let r,n,i;for(;;){if(e.lookahead<262){if(we(e),e.lookahead<262&&t===W)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=3&&(e.ins_h=de(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=2,0!==r&&e.prev_length<e.max_lazy_match&&e.strstart-r<=e.w_size-262&&(e.match_length=be(e,r),e.match_length<=5&&(e.strategy===ne||3===e.match_length&&e.strstart-e.match_start>4096)&&(e.match_length=2)),e.prev_length>=3&&e.match_length<=e.prev_length){i=e.strstart+e.lookahead-3,n=q(e,e.strstart-1-e.prev_match,e.prev_length-3),e.lookahead-=e.prev_length-1,e.prev_length-=2;do{++e.strstart<=i&&(e.ins_h=de(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart)}while(0!=--e.prev_length);if(e.match_available=0,e.match_length=2,e.strstart++,n&&(me(e,!1),0===e.strm.avail_out))return 1}else if(e.match_available){if(n=q(e,0,e.window[e.strstart-1]),n&&me(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(n=q(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<2?e.strstart:2,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(me(e,!1),0===e.strm.avail_out)?1:2};function xe(e,t,r,n,i){this.good_length=e,this.max_lazy=t,this.nice_length=r,this.max_chain=n,this.func=i}const Ae=[new xe(0,0,0,0,(e,t)=>{let r=65535;for(r>e.pending_buf_size-5&&(r=e.pending_buf_size-5);;){if(e.lookahead<=1){if(we(e),0===e.lookahead&&t===W)return 1;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;const n=e.block_start+r;if((0===e.strstart||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,me(e,!1),0===e.strm.avail_out))return 1;if(e.strstart-e.block_start>=e.w_size-262&&(me(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):(e.strstart>e.block_start&&(me(e,!1),e.strm.avail_out),1)}),new xe(4,4,8,4,_e),new xe(4,5,16,8,_e),new xe(4,6,32,32,_e),new xe(4,4,16,16,ke),new xe(8,16,32,32,ke),new xe(8,16,128,128,ke),new xe(8,32,128,256,ke),new xe(32,128,258,1024,ke),new xe(32,258,258,4096,ke)];function Ee(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=le,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Uint16Array(1146),this.dyn_dtree=new Uint16Array(122),this.bl_tree=new Uint16Array(78),fe(this.dyn_ltree),fe(this.dyn_dtree),fe(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Uint16Array(16),this.heap=new Uint16Array(573),fe(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Uint16Array(573),fe(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}const Se=e=>{if(!e||!e.state)return ce(e,X);e.total_in=e.total_out=0,e.data_type=ue;const t=e.state;return t.pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?42:113,e.adler=2===t.wrap?0:1,t.last_flush=W,F(t),$},Me=e=>{const t=Se(e);var r;return t===$&&((r=e.state).window_size=2*r.w_size,fe(r.head),r.max_lazy_match=Ae[r.level].max_lazy,r.good_match=Ae[r.level].good_length,r.nice_match=Ae[r.level].nice_length,r.max_chain_length=Ae[r.level].max_chain,r.strstart=0,r.block_start=0,r.lookahead=0,r.insert=0,r.match_length=r.prev_length=2,r.match_available=0,r.ins_h=0),t},Ie=(e,t,r,n,i,o)=>{if(!e)return X;let s=1;if(t===re&&(t=6),n<0?(s=0,n=-n):n>15&&(s=2,n-=16),i<1||i>9||r!==le||n<8||n>15||t<0||t>9||o<0||o>se)return ce(e,X);8===n&&(n=9);const a=new Ee;return e.state=a,a.strm=e,a.wrap=s,a.gzhead=null,a.w_bits=n,a.w_size=1<<a.w_bits,a.w_mask=a.w_size-1,a.hash_bits=i+7,a.hash_size=1<<a.hash_bits,a.hash_mask=a.hash_size-1,a.hash_shift=~~((a.hash_bits+3-1)/3),a.window=new Uint8Array(2*a.w_size),a.head=new Uint16Array(a.hash_size),a.prev=new Uint16Array(a.w_size),a.lit_bufsize=1<<i+6,a.pending_buf_size=4*a.lit_bufsize,a.pending_buf=new Uint8Array(a.pending_buf_size),a.d_buf=1*a.lit_bufsize,a.l_buf=3*a.lit_bufsize,a.level=t,a.strategy=o,a.method=r,Me(e)};var Pe={deflateInit:(e,t)=>Ie(e,t,le,15,8,ae),deflateInit2:Ie,deflateReset:Me,deflateResetKeep:Se,deflateSetHeader:(e,t)=>e&&e.state?2!==e.state.wrap?X:(e.state.gzhead=t,$):X,deflate:(e,t)=>{let r,n;if(!e||!e.state||t>J||t<0)return e?ce(e,X):X;const i=e.state;if(!e.output||!e.input&&0!==e.avail_in||666===i.status&&t!==Q)return ce(e,0===e.avail_out?te:X);i.strm=e;const o=i.last_flush;if(i.last_flush=t,42===i.status)if(2===i.wrap)e.adler=0,ge(i,31),ge(i,139),ge(i,8),i.gzhead?(ge(i,(i.gzhead.text?1:0)+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),ge(i,255&i.gzhead.time),ge(i,i.gzhead.time>>8&255),ge(i,i.gzhead.time>>16&255),ge(i,i.gzhead.time>>24&255),ge(i,9===i.level?2:i.strategy>=ie||i.level<2?4:0),ge(i,255&i.gzhead.os),i.gzhead.extra&&i.gzhead.extra.length&&(ge(i,255&i.gzhead.extra.length),ge(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(e.adler=U(e.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=69):(ge(i,0),ge(i,0),ge(i,0),ge(i,0),ge(i,0),ge(i,9===i.level?2:i.strategy>=ie||i.level<2?4:0),ge(i,3),i.status=113);else{let t=le+(i.w_bits-8<<4)<<8,r=-1;r=i.strategy>=ie||i.level<2?0:i.level<6?1:6===i.level?2:3,t|=r<<6,0!==i.strstart&&(t|=32),t+=31-t%31,i.status=113,ye(i,t),0!==i.strstart&&(ye(i,e.adler>>>16),ye(i,65535&e.adler)),e.adler=1}if(69===i.status)if(i.gzhead.extra){for(r=i.pending;i.gzindex<(65535&i.gzhead.extra.length)&&(i.pending!==i.pending_buf_size||(i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),pe(e),r=i.pending,i.pending!==i.pending_buf_size));)ge(i,255&i.gzhead.extra[i.gzindex]),i.gzindex++;i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=73)}else i.status=73;if(73===i.status)if(i.gzhead.name){r=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),pe(e),r=i.pending,i.pending===i.pending_buf_size)){n=1;break}n=i.gzindex<i.gzhead.name.length?255&i.gzhead.name.charCodeAt(i.gzindex++):0,ge(i,n)}while(0!==n);i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),0===n&&(i.gzindex=0,i.status=91)}else i.status=91;if(91===i.status)if(i.gzhead.comment){r=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),pe(e),r=i.pending,i.pending===i.pending_buf_size)){n=1;break}n=i.gzindex<i.gzhead.comment.length?255&i.gzhead.comment.charCodeAt(i.gzindex++):0,ge(i,n)}while(0!==n);i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),0===n&&(i.status=103)}else i.status=103;if(103===i.status&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&pe(e),i.pending+2<=i.pending_buf_size&&(ge(i,255&e.adler),ge(i,e.adler>>8&255),e.adler=0,i.status=113)):i.status=113),0!==i.pending){if(pe(e),0===e.avail_out)return i.last_flush=-1,$}else if(0===e.avail_in&&he(t)<=he(o)&&t!==Q)return ce(e,te);if(666===i.status&&0!==e.avail_in)return ce(e,te);if(0!==e.avail_in||0!==i.lookahead||t!==W&&666!==i.status){let r=i.strategy===ie?((e,t)=>{let r;for(;;){if(0===e.lookahead&&(we(e),0===e.lookahead)){if(t===W)return 1;break}if(e.match_length=0,r=q(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(me(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(me(e,!1),0===e.strm.avail_out)?1:2})(i,t):i.strategy===oe?((e,t)=>{let r,n,i,o;const s=e.window;for(;;){if(e.lookahead<=258){if(we(e),e.lookahead<=258&&t===W)return 1;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=3&&e.strstart>0&&(i=e.strstart-1,n=s[i],n===s[++i]&&n===s[++i]&&n===s[++i])){o=e.strstart+258;do{}while(n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&i<o);e.match_length=258-(o-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=3?(r=q(e,1,e.match_length-3),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=q(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(me(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(me(e,!1),0===e.strm.avail_out)?1:2})(i,t):Ae[i.level].func(i,t);if(3!==r&&4!==r||(i.status=666),1===r||3===r)return 0===e.avail_out&&(i.last_flush=-1),$;if(2===r&&(t===Z?V(i):t!==J&&(H(i,0,0,!1),t===K&&(fe(i.head),0===i.lookahead&&(i.strstart=0,i.block_start=0,i.insert=0))),pe(e),0===e.avail_out))return i.last_flush=-1,$}return t!==Q?$:i.wrap<=0?Y:(2===i.wrap?(ge(i,255&e.adler),ge(i,e.adler>>8&255),ge(i,e.adler>>16&255),ge(i,e.adler>>24&255),ge(i,255&e.total_in),ge(i,e.total_in>>8&255),ge(i,e.total_in>>16&255),ge(i,e.total_in>>24&255)):(ye(i,e.adler>>>16),ye(i,65535&e.adler)),pe(e),i.wrap>0&&(i.wrap=-i.wrap),0!==i.pending?$:Y)},deflateEnd:e=>{if(!e||!e.state)return X;const t=e.state.status;return 42!==t&&69!==t&&73!==t&&91!==t&&103!==t&&113!==t&&666!==t?ce(e,X):(e.state=null,113===t?ce(e,ee):$)},deflateSetDictionary:(e,t)=>{let r=t.length;if(!e||!e.state)return X;const n=e.state,i=n.wrap;if(2===i||1===i&&42!==n.status||n.lookahead)return X;if(1===i&&(e.adler=B(e.adler,t,r,0)),n.wrap=0,r>=n.w_size){0===i&&(fe(n.head),n.strstart=0,n.block_start=0,n.insert=0);let e=new Uint8Array(n.w_size);e.set(t.subarray(r-n.w_size,r),0),t=e,r=n.w_size}const o=e.avail_in,s=e.next_in,a=e.input;for(e.avail_in=r,e.next_in=0,e.input=t,we(n);n.lookahead>=3;){let e=n.strstart,t=n.lookahead-2;do{n.ins_h=de(n,n.ins_h,n.window[e+3-1]),n.prev[e&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=e,e++}while(--t);n.strstart=e,n.lookahead=2,we(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=2,n.match_available=0,e.next_in=s,e.input=a,e.avail_in=o,n.wrap=i,$},deflateInfo:"pako deflate (from Nodeca project)"};const Te=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var Ne=function(e){const t=Array.prototype.slice.call(arguments,1);for(;t.length;){const r=t.shift();if(r){if("object"!=typeof r)throw new TypeError(r+"must be non-object");for(const t in r)Te(r,t)&&(e[t]=r[t])}}return e},Re=e=>{let t=0;for(let r=0,n=e.length;r<n;r++)t+=e[r].length;const r=new Uint8Array(t);for(let t=0,n=0,i=e.length;t<i;t++){let i=e[t];r.set(i,n),n+=i.length}return r};let Oe=!0;try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){Oe=!1}const Ce=new Uint8Array(256);for(let e=0;e<256;e++)Ce[e]=e>=252?6:e>=248?5:e>=240?4:e>=224?3:e>=192?2:1;Ce[254]=Ce[254]=1;var je=e=>{if("function"==typeof TextEncoder&&TextEncoder.prototype.encode)return(new TextEncoder).encode(e);let t,r,n,i,o,s=e.length,a=0;for(i=0;i<s;i++)r=e.charCodeAt(i),55296==(64512&r)&&i+1<s&&(n=e.charCodeAt(i+1),56320==(64512&n)&&(r=65536+(r-55296<<10)+(n-56320),i++)),a+=r<128?1:r<2048?2:r<65536?3:4;for(t=new Uint8Array(a),o=0,i=0;o<a;i++)r=e.charCodeAt(i),55296==(64512&r)&&i+1<s&&(n=e.charCodeAt(i+1),56320==(64512&n)&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?t[o++]=r:r<2048?(t[o++]=192|r>>>6,t[o++]=128|63&r):r<65536?(t[o++]=224|r>>>12,t[o++]=128|r>>>6&63,t[o++]=128|63&r):(t[o++]=240|r>>>18,t[o++]=128|r>>>12&63,t[o++]=128|r>>>6&63,t[o++]=128|63&r);return t},Be=(e,t)=>{const r=t||e.length;if("function"==typeof TextDecoder&&TextDecoder.prototype.decode)return(new TextDecoder).decode(e.subarray(0,t));let n,i;const o=new Array(2*r);for(i=0,n=0;n<r;){let t=e[n++];if(t<128){o[i++]=t;continue}let s=Ce[t];if(s>4)o[i++]=65533,n+=s-1;else{for(t&=2===s?31:3===s?15:7;s>1&&n<r;)t=t<<6|63&e[n++],s--;s>1?o[i++]=65533:t<65536?o[i++]=t:(t-=65536,o[i++]=55296|t>>10&1023,o[i++]=56320|1023&t)}}return((e,t)=>{if(t<65534&&e.subarray&&Oe)return String.fromCharCode.apply(null,e.length===t?e:e.subarray(0,t));let r="";for(let n=0;n<t;n++)r+=String.fromCharCode(e[n]);return r})(o,i)},Le=(e,t)=>{(t=t||e.length)>e.length&&(t=e.length);let r=t-1;for(;r>=0&&128==(192&e[r]);)r--;return r<0||0===r?t:r+Ce[e[r]]>t?r:t};var Ue=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0};const De=Object.prototype.toString,{Z_NO_FLUSH:ze,Z_SYNC_FLUSH:Fe,Z_FULL_FLUSH:He,Z_FINISH:Ge,Z_OK:qe,Z_STREAM_END:Ve,Z_DEFAULT_COMPRESSION:We,Z_DEFAULT_STRATEGY:Ze,Z_DEFLATED:Ke}=z;function Qe(e){this.options=Ne({level:We,method:Ke,chunkSize:16384,windowBits:15,memLevel:8,strategy:Ze},e||{});let t=this.options;t.raw&&t.windowBits>0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Ue,this.strm.avail_out=0;let r=Pe.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(r!==qe)throw new Error(D[r]);if(t.header&&Pe.deflateSetHeader(this.strm,t.header),t.dictionary){let e;if(e="string"==typeof t.dictionary?je(t.dictionary):"[object ArrayBuffer]"===De.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,r=Pe.deflateSetDictionary(this.strm,e),r!==qe)throw new Error(D[r]);this._dict_set=!0}}function Je(e,t){const r=new Qe(t);if(r.push(e,!0),r.err)throw r.msg||D[r.err];return r.result}Qe.prototype.push=function(e,t){const r=this.strm,n=this.options.chunkSize;let i,o;if(this.ended)return!1;for(o=t===~~t?t:!0===t?Ge:ze,"string"==typeof e?r.input=je(e):"[object ArrayBuffer]"===De.call(e)?r.input=new Uint8Array(e):r.input=e,r.next_in=0,r.avail_in=r.input.length;;)if(0===r.avail_out&&(r.output=new Uint8Array(n),r.next_out=0,r.avail_out=n),(o===Fe||o===He)&&r.avail_out<=6)this.onData(r.output.subarray(0,r.next_out)),r.avail_out=0;else{if(i=Pe.deflate(r,o),i===Ve)return r.next_out>0&&this.onData(r.output.subarray(0,r.next_out)),i=Pe.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===qe;if(0!==r.avail_out){if(o>0&&r.next_out>0)this.onData(r.output.subarray(0,r.next_out)),r.avail_out=0;else if(0===r.avail_in)break}else this.onData(r.output)}return!0},Qe.prototype.onData=function(e){this.chunks.push(e)},Qe.prototype.onEnd=function(e){e===qe&&(this.result=Re(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};var $e={Deflate:Qe,deflate:Je,deflateRaw:function(e,t){return(t=t||{}).raw=!0,Je(e,t)},gzip:function(e,t){return(t=t||{}).gzip=!0,Je(e,t)},constants:z};var Ye=function(e,t){let r,n,i,o,s,a,u,l,c,h,f,d,p,m,g,y,v,b,w,_,k,x,A,E;const S=e.state;r=e.next_in,A=e.input,n=r+(e.avail_in-5),i=e.next_out,E=e.output,o=i-(t-e.avail_out),s=i+(e.avail_out-257),a=S.dmax,u=S.wsize,l=S.whave,c=S.wnext,h=S.window,f=S.hold,d=S.bits,p=S.lencode,m=S.distcode,g=(1<<S.lenbits)-1,y=(1<<S.distbits)-1;e:do{d<15&&(f+=A[r++]<<d,d+=8,f+=A[r++]<<d,d+=8),v=p[f&g];t:for(;;){if(b=v>>>24,f>>>=b,d-=b,b=v>>>16&255,0===b)E[i++]=65535&v;else{if(!(16&b)){if(0==(64&b)){v=p[(65535&v)+(f&(1<<b)-1)];continue t}if(32&b){S.mode=12;break e}e.msg="invalid literal/length code",S.mode=30;break e}w=65535&v,b&=15,b&&(d<b&&(f+=A[r++]<<d,d+=8),w+=f&(1<<b)-1,f>>>=b,d-=b),d<15&&(f+=A[r++]<<d,d+=8,f+=A[r++]<<d,d+=8),v=m[f&y];r:for(;;){if(b=v>>>24,f>>>=b,d-=b,b=v>>>16&255,!(16&b)){if(0==(64&b)){v=m[(65535&v)+(f&(1<<b)-1)];continue r}e.msg="invalid distance code",S.mode=30;break e}if(_=65535&v,b&=15,d<b&&(f+=A[r++]<<d,d+=8,d<b&&(f+=A[r++]<<d,d+=8)),_+=f&(1<<b)-1,_>a){e.msg="invalid distance too far back",S.mode=30;break e}if(f>>>=b,d-=b,b=i-o,_>b){if(b=_-b,b>l&&S.sane){e.msg="invalid distance too far back",S.mode=30;break e}if(k=0,x=h,0===c){if(k+=u-b,b<w){w-=b;do{E[i++]=h[k++]}while(--b);k=i-_,x=E}}else if(c<b){if(k+=u+c-b,b-=c,b<w){w-=b;do{E[i++]=h[k++]}while(--b);if(k=0,c<w){b=c,w-=b;do{E[i++]=h[k++]}while(--b);k=i-_,x=E}}}else if(k+=c-b,b<w){w-=b;do{E[i++]=h[k++]}while(--b);k=i-_,x=E}for(;w>2;)E[i++]=x[k++],E[i++]=x[k++],E[i++]=x[k++],w-=3;w&&(E[i++]=x[k++],w>1&&(E[i++]=x[k++]))}else{k=i-_;do{E[i++]=E[k++],E[i++]=E[k++],E[i++]=E[k++],w-=3}while(w>2);w&&(E[i++]=E[k++],w>1&&(E[i++]=E[k++]))}break}}break}}while(r<n&&i<s);w=d>>3,r-=w,d-=w<<3,f&=(1<<d)-1,e.next_in=r,e.next_out=i,e.avail_in=r<n?n-r+5:5-(r-n),e.avail_out=i<s?s-i+257:257-(i-s),S.hold=f,S.bits=d};const Xe=new Uint16Array([3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0]),et=new Uint8Array([16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78]),tt=new Uint16Array([1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0]),rt=new Uint8Array([16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64]);var nt=(e,t,r,n,i,o,s,a)=>{const u=a.bits;let l,c,h,f,d,p,m=0,g=0,y=0,v=0,b=0,w=0,_=0,k=0,x=0,A=0,E=null,S=0;const M=new Uint16Array(16),I=new Uint16Array(16);let P,T,N,R=null,O=0;for(m=0;m<=15;m++)M[m]=0;for(g=0;g<n;g++)M[t[r+g]]++;for(b=u,v=15;v>=1&&0===M[v];v--);if(b>v&&(b=v),0===v)return i[o++]=20971520,i[o++]=20971520,a.bits=1,0;for(y=1;y<v&&0===M[y];y++);for(b<y&&(b=y),k=1,m=1;m<=15;m++)if(k<<=1,k-=M[m],k<0)return-1;if(k>0&&(0===e||1!==v))return-1;for(I[1]=0,m=1;m<15;m++)I[m+1]=I[m]+M[m];for(g=0;g<n;g++)0!==t[r+g]&&(s[I[t[r+g]]++]=g);if(0===e?(E=R=s,p=19):1===e?(E=Xe,S-=257,R=et,O-=257,p=256):(E=tt,R=rt,p=-1),A=0,g=0,m=y,d=o,w=b,_=0,h=-1,x=1<<b,f=x-1,1===e&&x>852||2===e&&x>592)return 1;for(;;){P=m-_,s[g]<p?(T=0,N=s[g]):s[g]>p?(T=R[O+s[g]],N=E[S+s[g]]):(T=96,N=0),l=1<<m-_,c=1<<w,y=c;do{c-=l,i[d+(A>>_)+c]=P<<24|T<<16|N|0}while(0!==c);for(l=1<<m-1;A&l;)l>>=1;if(0!==l?(A&=l-1,A+=l):A=0,g++,0==--M[m]){if(m===v)break;m=t[r+s[g]]}if(m>b&&(A&f)!==h){for(0===_&&(_=b),d+=y,w=m-_,k=1<<w;w+_<v&&(k-=M[w+_],!(k<=0));)w++,k<<=1;if(x+=1<<w,1===e&&x>852||2===e&&x>592)return 1;h=A&f,i[h]=b<<24|w<<16|d-o|0}}return 0!==A&&(i[d+A]=m-_<<24|64<<16|0),a.bits=b,0};const{Z_FINISH:it,Z_BLOCK:ot,Z_TREES:st,Z_OK:at,Z_STREAM_END:ut,Z_NEED_DICT:lt,Z_STREAM_ERROR:ct,Z_DATA_ERROR:ht,Z_MEM_ERROR:ft,Z_BUF_ERROR:dt,Z_DEFLATED:pt}=z,mt=e=>(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24);function gt(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Uint16Array(320),this.work=new Uint16Array(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}const yt=e=>{if(!e||!e.state)return ct;const t=e.state;return e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=1,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new Int32Array(852),t.distcode=t.distdyn=new Int32Array(592),t.sane=1,t.back=-1,at},vt=e=>{if(!e||!e.state)return ct;const t=e.state;return t.wsize=0,t.whave=0,t.wnext=0,yt(e)},bt=(e,t)=>{let r;if(!e||!e.state)return ct;const n=e.state;return t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?ct:(null!==n.window&&n.wbits!==t&&(n.window=null),n.wrap=r,n.wbits=t,vt(e))},wt=(e,t)=>{if(!e)return ct;const r=new gt;e.state=r,r.window=null;const n=bt(e,t);return n!==at&&(e.state=null),n};let _t,kt,xt=!0;const At=e=>{if(xt){_t=new Int32Array(512),kt=new Int32Array(32);let t=0;for(;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(nt(1,e.lens,0,288,_t,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;nt(2,e.lens,0,32,kt,0,e.work,{bits:5}),xt=!1}e.lencode=_t,e.lenbits=9,e.distcode=kt,e.distbits=5},Et=(e,t,r,n)=>{let i;const o=e.state;return null===o.window&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new Uint8Array(o.wsize)),n>=o.wsize?(o.window.set(t.subarray(r-o.wsize,r),0),o.wnext=0,o.whave=o.wsize):(i=o.wsize-o.wnext,i>n&&(i=n),o.window.set(t.subarray(r-n,r-n+i),o.wnext),(n-=i)?(o.window.set(t.subarray(r-n,r),0),o.wnext=n,o.whave=o.wsize):(o.wnext+=i,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=i))),0};var St={inflateReset:vt,inflateReset2:bt,inflateResetKeep:yt,inflateInit:e=>wt(e,15),inflateInit2:wt,inflate:(e,t)=>{let r,n,i,o,s,a,u,l,c,h,f,d,p,m,g,y,v,b,w,_,k,x,A=0;const E=new Uint8Array(4);let S,M;const I=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]);if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return ct;r=e.state,12===r.mode&&(r.mode=13),s=e.next_out,i=e.output,u=e.avail_out,o=e.next_in,n=e.input,a=e.avail_in,l=r.hold,c=r.bits,h=a,f=u,x=at;e:for(;;)switch(r.mode){case 1:if(0===r.wrap){r.mode=13;break}for(;c<16;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(2&r.wrap&&35615===l){r.check=0,E[0]=255&l,E[1]=l>>>8&255,r.check=U(r.check,E,2,0),l=0,c=0,r.mode=2;break}if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&l)<<8)+(l>>8))%31){e.msg="incorrect header check",r.mode=30;break}if((15&l)!==pt){e.msg="unknown compression method",r.mode=30;break}if(l>>>=4,c-=4,k=8+(15&l),0===r.wbits)r.wbits=k;else if(k>r.wbits){e.msg="invalid window size",r.mode=30;break}r.dmax=1<<r.wbits,e.adler=r.check=1,r.mode=512&l?10:12,l=0,c=0;break;case 2:for(;c<16;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(r.flags=l,(255&r.flags)!==pt){e.msg="unknown compression method",r.mode=30;break}if(57344&r.flags){e.msg="unknown header flags set",r.mode=30;break}r.head&&(r.head.text=l>>8&1),512&r.flags&&(E[0]=255&l,E[1]=l>>>8&255,r.check=U(r.check,E,2,0)),l=0,c=0,r.mode=3;case 3:for(;c<32;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}r.head&&(r.head.time=l),512&r.flags&&(E[0]=255&l,E[1]=l>>>8&255,E[2]=l>>>16&255,E[3]=l>>>24&255,r.check=U(r.check,E,4,0)),l=0,c=0,r.mode=4;case 4:for(;c<16;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}r.head&&(r.head.xflags=255&l,r.head.os=l>>8),512&r.flags&&(E[0]=255&l,E[1]=l>>>8&255,r.check=U(r.check,E,2,0)),l=0,c=0,r.mode=5;case 5:if(1024&r.flags){for(;c<16;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}r.length=l,r.head&&(r.head.extra_len=l),512&r.flags&&(E[0]=255&l,E[1]=l>>>8&255,r.check=U(r.check,E,2,0)),l=0,c=0}else r.head&&(r.head.extra=null);r.mode=6;case 6:if(1024&r.flags&&(d=r.length,d>a&&(d=a),d&&(r.head&&(k=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Uint8Array(r.head.extra_len)),r.head.extra.set(n.subarray(o,o+d),k)),512&r.flags&&(r.check=U(r.check,n,d,o)),a-=d,o+=d,r.length-=d),r.length))break e;r.length=0,r.mode=7;case 7:if(2048&r.flags){if(0===a)break e;d=0;do{k=n[o+d++],r.head&&k&&r.length<65536&&(r.head.name+=String.fromCharCode(k))}while(k&&d<a);if(512&r.flags&&(r.check=U(r.check,n,d,o)),a-=d,o+=d,k)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=8;case 8:if(4096&r.flags){if(0===a)break e;d=0;do{k=n[o+d++],r.head&&k&&r.length<65536&&(r.head.comment+=String.fromCharCode(k))}while(k&&d<a);if(512&r.flags&&(r.check=U(r.check,n,d,o)),a-=d,o+=d,k)break e}else r.head&&(r.head.comment=null);r.mode=9;case 9:if(512&r.flags){for(;c<16;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(l!==(65535&r.check)){e.msg="header crc mismatch",r.mode=30;break}l=0,c=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=12;break;case 10:for(;c<32;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}e.adler=r.check=mt(l),l=0,c=0,r.mode=11;case 11:if(0===r.havedict)return e.next_out=s,e.avail_out=u,e.next_in=o,e.avail_in=a,r.hold=l,r.bits=c,lt;e.adler=r.check=1,r.mode=12;case 12:if(t===ot||t===st)break e;case 13:if(r.last){l>>>=7&c,c-=7&c,r.mode=27;break}for(;c<3;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}switch(r.last=1&l,l>>>=1,c-=1,3&l){case 0:r.mode=14;break;case 1:if(At(r),r.mode=20,t===st){l>>>=2,c-=2;break e}break;case 2:r.mode=17;break;case 3:e.msg="invalid block type",r.mode=30}l>>>=2,c-=2;break;case 14:for(l>>>=7&c,c-=7&c;c<32;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if((65535&l)!=(l>>>16^65535)){e.msg="invalid stored block lengths",r.mode=30;break}if(r.length=65535&l,l=0,c=0,r.mode=15,t===st)break e;case 15:r.mode=16;case 16:if(d=r.length,d){if(d>a&&(d=a),d>u&&(d=u),0===d)break e;i.set(n.subarray(o,o+d),s),a-=d,o+=d,u-=d,s+=d,r.length-=d;break}r.mode=12;break;case 17:for(;c<14;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(r.nlen=257+(31&l),l>>>=5,c-=5,r.ndist=1+(31&l),l>>>=5,c-=5,r.ncode=4+(15&l),l>>>=4,c-=4,r.nlen>286||r.ndist>30){e.msg="too many length or distance symbols",r.mode=30;break}r.have=0,r.mode=18;case 18:for(;r.have<r.ncode;){for(;c<3;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}r.lens[I[r.have++]]=7&l,l>>>=3,c-=3}for(;r.have<19;)r.lens[I[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,S={bits:r.lenbits},x=nt(0,r.lens,0,19,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid code lengths set",r.mode=30;break}r.have=0,r.mode=19;case 19:for(;r.have<r.nlen+r.ndist;){for(;A=r.lencode[l&(1<<r.lenbits)-1],g=A>>>24,y=A>>>16&255,v=65535&A,!(g<=c);){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(v<16)l>>>=g,c-=g,r.lens[r.have++]=v;else{if(16===v){for(M=g+2;c<M;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(l>>>=g,c-=g,0===r.have){e.msg="invalid bit length repeat",r.mode=30;break}k=r.lens[r.have-1],d=3+(3&l),l>>>=2,c-=2}else if(17===v){for(M=g+3;c<M;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}l>>>=g,c-=g,k=0,d=3+(7&l),l>>>=3,c-=3}else{for(M=g+7;c<M;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}l>>>=g,c-=g,k=0,d=11+(127&l),l>>>=7,c-=7}if(r.have+d>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=30;break}for(;d--;)r.lens[r.have++]=k}}if(30===r.mode)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=30;break}if(r.lenbits=9,S={bits:r.lenbits},x=nt(1,r.lens,0,r.nlen,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid literal/lengths set",r.mode=30;break}if(r.distbits=6,r.distcode=r.distdyn,S={bits:r.distbits},x=nt(2,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,S),r.distbits=S.bits,x){e.msg="invalid distances set",r.mode=30;break}if(r.mode=20,t===st)break e;case 20:r.mode=21;case 21:if(a>=6&&u>=258){e.next_out=s,e.avail_out=u,e.next_in=o,e.avail_in=a,r.hold=l,r.bits=c,Ye(e,f),s=e.next_out,i=e.output,u=e.avail_out,o=e.next_in,n=e.input,a=e.avail_in,l=r.hold,c=r.bits,12===r.mode&&(r.back=-1);break}for(r.back=0;A=r.lencode[l&(1<<r.lenbits)-1],g=A>>>24,y=A>>>16&255,v=65535&A,!(g<=c);){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(y&&0==(240&y)){for(b=g,w=y,_=v;A=r.lencode[_+((l&(1<<b+w)-1)>>b)],g=A>>>24,y=A>>>16&255,v=65535&A,!(b+g<=c);){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}l>>>=b,c-=b,r.back+=b}if(l>>>=g,c-=g,r.back+=g,r.length=v,0===y){r.mode=26;break}if(32&y){r.back=-1,r.mode=12;break}if(64&y){e.msg="invalid literal/length code",r.mode=30;break}r.extra=15&y,r.mode=22;case 22:if(r.extra){for(M=r.extra;c<M;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}r.length+=l&(1<<r.extra)-1,l>>>=r.extra,c-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=23;case 23:for(;A=r.distcode[l&(1<<r.distbits)-1],g=A>>>24,y=A>>>16&255,v=65535&A,!(g<=c);){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(0==(240&y)){for(b=g,w=y,_=v;A=r.distcode[_+((l&(1<<b+w)-1)>>b)],g=A>>>24,y=A>>>16&255,v=65535&A,!(b+g<=c);){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}l>>>=b,c-=b,r.back+=b}if(l>>>=g,c-=g,r.back+=g,64&y){e.msg="invalid distance code",r.mode=30;break}r.offset=v,r.extra=15&y,r.mode=24;case 24:if(r.extra){for(M=r.extra;c<M;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}r.offset+=l&(1<<r.extra)-1,l>>>=r.extra,c-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=30;break}r.mode=25;case 25:if(0===u)break e;if(d=f-u,r.offset>d){if(d=r.offset-d,d>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=30;break}d>r.wnext?(d-=r.wnext,p=r.wsize-d):p=r.wnext-d,d>r.length&&(d=r.length),m=r.window}else m=i,p=s-r.offset,d=r.length;d>u&&(d=u),u-=d,r.length-=d;do{i[s++]=m[p++]}while(--d);0===r.length&&(r.mode=21);break;case 26:if(0===u)break e;i[s++]=r.length,u--,r.mode=21;break;case 27:if(r.wrap){for(;c<32;){if(0===a)break e;a--,l|=n[o++]<<c,c+=8}if(f-=u,e.total_out+=f,r.total+=f,f&&(e.adler=r.check=r.flags?U(r.check,i,f,s-f):B(r.check,i,f,s-f)),f=u,(r.flags?l:mt(l))!==r.check){e.msg="incorrect data check",r.mode=30;break}l=0,c=0}r.mode=28;case 28:if(r.wrap&&r.flags){for(;c<32;){if(0===a)break e;a--,l+=n[o++]<<c,c+=8}if(l!==(4294967295&r.total)){e.msg="incorrect length check",r.mode=30;break}l=0,c=0}r.mode=29;case 29:x=ut;break e;case 30:x=ht;break e;case 31:return ft;case 32:default:return ct}return e.next_out=s,e.avail_out=u,e.next_in=o,e.avail_in=a,r.hold=l,r.bits=c,(r.wsize||f!==e.avail_out&&r.mode<30&&(r.mode<27||t!==it))&&Et(e,e.output,e.next_out,f-e.avail_out),h-=e.avail_in,f-=e.avail_out,e.total_in+=h,e.total_out+=f,r.total+=f,r.wrap&&f&&(e.adler=r.check=r.flags?U(r.check,i,f,e.next_out-f):B(r.check,i,f,e.next_out-f)),e.data_type=r.bits+(r.last?64:0)+(12===r.mode?128:0)+(20===r.mode||15===r.mode?256:0),(0===h&&0===f||t===it)&&x===at&&(x=dt),x},inflateEnd:e=>{if(!e||!e.state)return ct;let t=e.state;return t.window&&(t.window=null),e.state=null,at},inflateGetHeader:(e,t)=>{if(!e||!e.state)return ct;const r=e.state;return 0==(2&r.wrap)?ct:(r.head=t,t.done=!1,at)},inflateSetDictionary:(e,t)=>{const r=t.length;let n,i,o;return e&&e.state?(n=e.state,0!==n.wrap&&11!==n.mode?ct:11===n.mode&&(i=1,i=B(i,t,r,0),i!==n.check)?ht:(o=Et(e,t,r,r),o?(n.mode=31,ft):(n.havedict=1,at))):ct},inflateInfo:"pako inflate (from Nodeca project)"};var Mt=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1};const It=Object.prototype.toString,{Z_NO_FLUSH:Pt,Z_FINISH:Tt,Z_OK:Nt,Z_STREAM_END:Rt,Z_NEED_DICT:Ot,Z_STREAM_ERROR:Ct,Z_DATA_ERROR:jt,Z_MEM_ERROR:Bt}=z;function Lt(e){this.options=Ne({chunkSize:65536,windowBits:15,to:""},e||{});const t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Ue,this.strm.avail_out=0;let r=St.inflateInit2(this.strm,t.windowBits);if(r!==Nt)throw new Error(D[r]);if(this.header=new Mt,St.inflateGetHeader(this.strm,this.header),t.dictionary&&("string"==typeof t.dictionary?t.dictionary=je(t.dictionary):"[object ArrayBuffer]"===It.call(t.dictionary)&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw&&(r=St.inflateSetDictionary(this.strm,t.dictionary),r!==Nt)))throw new Error(D[r])}function Ut(e,t){const r=new Lt(t);if(r.push(e),r.err)throw r.msg||D[r.err];return r.result}Lt.prototype.push=function(e,t){const r=this.strm,n=this.options.chunkSize,i=this.options.dictionary;let o,s,a;if(this.ended)return!1;for(s=t===~~t?t:!0===t?Tt:Pt,"[object ArrayBuffer]"===It.call(e)?r.input=new Uint8Array(e):r.input=e,r.next_in=0,r.avail_in=r.input.length;;){for(0===r.avail_out&&(r.output=new Uint8Array(n),r.next_out=0,r.avail_out=n),o=St.inflate(r,s),o===Ot&&i&&(o=St.inflateSetDictionary(r,i),o===Nt?o=St.inflate(r,s):o===jt&&(o=Ot));r.avail_in>0&&o===Rt&&r.state.wrap>0&&0!==e[r.next_in];)St.inflateReset(r),o=St.inflate(r,s);switch(o){case Ct:case jt:case Ot:case Bt:return this.onEnd(o),this.ended=!0,!1}if(a=r.avail_out,r.next_out&&(0===r.avail_out||o===Rt))if("string"===this.options.to){let e=Le(r.output,r.next_out),t=r.next_out-e,i=Be(r.output,e);r.next_out=t,r.avail_out=n-t,t&&r.output.set(r.output.subarray(e,e+t),0),this.onData(i)}else this.onData(r.output.length===r.next_out?r.output:r.output.subarray(0,r.next_out));if(o!==Nt||0!==a){if(o===Rt)return o=St.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,!0;if(0===r.avail_in)break}}return!0},Lt.prototype.onData=function(e){this.chunks.push(e)},Lt.prototype.onEnd=function(e){e===Nt&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=Re(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};var Dt={Inflate:Lt,inflate:Ut,inflateRaw:function(e,t){return(t=t||{}).raw=!0,Ut(e,t)},ungzip:Ut,constants:z};const{Deflate:zt,deflate:Ft,deflateRaw:Ht,gzip:Gt}=$e,{Inflate:qt,inflate:Vt,inflateRaw:Wt,ungzip:Zt}=Dt;var Kt=zt,Qt=Ft,Jt=Ht,$t=Gt,Yt=qt,Xt=Vt,er=Wt,tr=Zt,rr=z,nr={Deflate:zt,deflate:Ft,deflateRaw:Ht,gzip:Gt,Inflate:qt,inflate:Vt,inflateRaw:Wt,ungzip:Zt,constants:z}},function(e,t,r){(function(r){var n,i,o,s;function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}s=function(){return function e(t,r,n){function i(s,a){if(!r[s]){if(!t[s]){var u=!1;if(!a&&u)return(void 0)(s,!0);if(o)return o(s,!0);throw(u=new Error("Cannot find module '"+s+"'")).code="MODULE_NOT_FOUND",u}u=r[s]={exports:{}},t[s][0].call(u.exports,(function(e){return i(t[s][1][e]||e)}),u,u.exports,e,t,r,n)}return r[s].exports}for(var o=!1,s=0;s<n.length;s++)i(n[s]);return i}({1:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.version="4.0.49"},{}],2:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./utils/properties");function i(){n.setType(this,"Signer")}i.isSigner=function(e){return n.isType(e,"Signer")},e=i,r.Signer=e},{"./utils/properties":74}],3:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./utils/bignumber");r.AddressZero="0x0000000000000000000000000000000000000000",r.HashZero="0x0000000000000000000000000000000000000000000000000000000000000000",r.EtherSymbol="Ξ",e=n.bigNumberify(-1),r.NegativeOne=e,e=n.bigNumberify(0),r.Zero=e,e=n.bigNumberify(1),r.One=e,e=n.bigNumberify(2),r.Two=e,e=n.bigNumberify("1000000000000000000"),r.WeiPerEther=e,n=n.bigNumberify("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),r.MaxUint256=n},{"./utils/bignumber":63}],4:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s,u=e("./constants"),l=o(e("./errors")),c=e("./utils/abi-coder"),h=e("./utils/address"),f=e("./utils/bignumber"),d=e("./utils/bytes"),p=e("./utils/interface"),m=e("./utils/properties"),g=e("./providers/abstract-provider"),y=e("./abstract-signer"),v=(i(b,s=y.Signer),b.prototype.getAddress=function(){return Promise.resolve(this.address)},b.prototype._fail=function(e,t){return Promise.resolve().then((function(){l.throwError(e,l.UNSUPPORTED_OPERATION,{operation:t})}))},b.prototype.signMessage=function(e){return this._fail("VoidSigner cannot sign messages","signMessage")},b.prototype.sendTransaction=function(e){return this._fail("VoidSigner cannot sign transactions","sendTransaction")},b.prototype.connect=function(e){return new b(this.address,e)},b);function b(e,t){var r=s.call(this)||this;return m.defineReadOnly(r,"address",e),m.defineReadOnly(r,"provider",t),r}r.VoidSigner=v;var w={chainId:!0,data:!0,from:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,value:!0};function _(e,t,r){var n=e.interface.functions[t];return function(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];var o={},s=null;if(t.length===n.inputs.length+1&&"object"==a(t[t.length-1]))for(var h in null!=(o=m.shallowCopy(t.pop())).blockTag&&(s=o.blockTag),delete o.blockTag,o)if(!w[h])throw new Error("unknown transaction override "+h);if(t.length!=n.inputs.length)throw new Error("incorrect number of arguments");return["data","to"].forEach((function(e){null!=o[e]&&l.throwError("cannot override "+e,l.UNSUPPORTED_OPERATION,{operation:e})})),o.to=e._deployed(s).then((function(){return e.addressPromise})),function e(t,r,n){if(Array.isArray(n)){var i=[];return n.forEach((function(n,o){var s=Array.isArray(r)?r[o]:r[n.name];i.push(e(t,s,n))})),Promise.all(i)}if("address"===n.type)return t.resolveName(r);if("tuple"===n.type)return e(t,r,n.components);var o=n.type.match(/(.*)(\[[0-9]*\]$)/);if(o){if(!Array.isArray(r))throw new Error("invalid value for array");var s=[],a={components:n.components,type:o[1]};return r.forEach((function(r){s.push(e(t,r,a))})),Promise.all(s)}return Promise.resolve(r)}(e.provider,t,n.inputs).then((function(t){if(o.data=n.encode(t),"call"===n.type)return r?Promise.resolve(u.Zero):(e.provider||l.throwError("call (constant functions) require a provider or a signer with a provider",l.UNSUPPORTED_OPERATION,{operation:"call"}),["gasLimit","gasPrice","value"].forEach((function(e){if(null!=o[e])throw new Error("call cannot override "+e)})),null==o.from&&e.signer&&(o.from=e.signer.getAddress()),e.provider.call(o,s).then((function(r){var i;d.hexDataLength(r)%32==4&&"0x08c379a0"===d.hexDataSlice(r,0,4)&&(i=c.defaultAbiCoder.decode(["string"],d.hexDataSlice(r,4)),l.throwError("call revert exception",l.CALL_EXCEPTION,{address:e.address,args:t,method:n.signature,errorSignature:"Error(string)",errorArgs:[i],reason:i,transaction:o}));try{var s=n.decode(r);return 1===n.outputs.length?s[0]:s}catch(i){throw"0x"===r&&0<n.outputs.length&&l.throwError("call exception",l.CALL_EXCEPTION,{address:e.address,method:n.signature,args:t}),i}})));if("transaction"===n.type)return r?(e.provider||l.throwError("estimate gas require a provider or a signer with a provider",l.UNSUPPORTED_OPERATION,{operation:"estimateGas"}),null==o.from&&e.signer&&(o.from=e.signer.getAddress()),e.provider.estimateGas(o)):(null==o.gasLimit&&null!=n.gas&&(o.gasLimit=f.bigNumberify(n.gas).add(21e3)),e.signer||l.throwError("sending a transaction requires a signer",l.UNSUPPORTED_OPERATION,{operation:"sendTransaction"}),null!=o.from&&l.throwError("cannot override from in a transaction",l.UNSUPPORTED_OPERATION,{operation:"sendTransaction"}),e.signer.sendTransaction(o).then((function(t){var r=t.wait.bind(t);return t.wait=function(t){return r(t).then((function(t){return t.events=t.logs.map((function(r){var n=m.deepCopy(r);return(r=e.interface.parseLog(r))&&(n.args=r.values,n.decode=r.decode,n.event=r.name,n.eventSignature=r.signature),n.removeListener=function(){return e.provider},n.getBlock=function(){return e.provider.getBlock(t.blockHash)},n.getTransaction=function(){return e.provider.getTransaction(t.transactionHash)},n.getTransactionReceipt=function(){return Promise.resolve(t)},n})),t}))},t})));throw new Error("invalid type - "+n.type)}))}}function k(e){return!e.address||null!=e.topics&&0!==e.topics.length?(e.address||"*")+"@"+(e.topics?e.topics.join(":"):""):"*"}var x=(A.prototype.deployed=function(){return this._deployed()},A.prototype._deployed=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&&l.throwError("contract not deployed",l.UNSUPPORTED_OPERATION,{contractAddress:t.address,operation:"getDeployed"}),t}))),this._deployedPromise},A.prototype.fallback=function(e){var t=this;this.signer||l.throwError("sending a transaction requires a signer",l.UNSUPPORTED_OPERATION,{operation:"sendTransaction(fallback)"});var r=m.shallowCopy(e||{});return["from","to"].forEach((function(e){null!=r[e]&&l.throwError("cannot override "+e,l.UNSUPPORTED_OPERATION,{operation:e})})),r.to=this.addressPromise,this.deployed().then((function(){return t.signer.sendTransaction(r)}))},A.prototype.connect=function(e){return"string"==typeof e&&(e=new v(e,this.provider)),e=new A(this.address,this.interface,e),this.deployTransaction&&m.defineReadOnly(e,"deployTransaction",this.deployTransaction),e},A.prototype.attach=function(e){return new A(e,this.interface,this.signer||this.provider)},A.isIndexed=function(e){return p.Interface.isIndexed(e)},A.prototype._getEventFilter=function(e){var t=this;if("string"==typeof e){if("*"===e)return{prepareEvent:function(e){var r=t.interface.parseLog(e);return r&&(e.args=r.values,e.decode=r.decode,e.event=r.name,e.eventSignature=r.signature),[e]},eventTag:"*",filter:{address:this.address}};-1!==e.indexOf("(")&&(e=c.formatSignature(c.parseSignature("event "+e)));var r=this.interface.events[e];r||l.throwError("unknown event - "+e,l.INVALID_ARGUMENT,{argumnet:"eventName",value:e});var n={address:this.address,topics:[r.topic]};return{prepareEvent:function(e){var t=r.decode(e.data,e.topics);return e.args=t,(t=Array.prototype.slice.call(t)).push(e),t},event:r,eventTag:k(n),filter:n}}n={address:this.address};var i=null;if(e.topics&&e.topics[0])for(var o in n.topics=e.topics,this.interface.events)if(-1!==o.indexOf("(")&&(o=this.interface.events[o]).topic===e.topics[0].toLowerCase()){i=o;break}return{prepareEvent:function(e){if(!i)return[e];var t=i.decode(e.data,e.topics);return e.args=t,(t=Array.prototype.slice.call(t)).push(e),t},event:i,eventTag:k(n),filter:n}},A.prototype._addEventListener=function(e,t,r){var n=this;function i(r){var i=m.deepCopy(r),o=e.prepareEvent(i);e.event&&(i.decode=e.event.decode,i.event=e.event.name,i.eventSignature=e.event.signature),i.removeListener=function(){n.removeListener(e.filter,t)},i.getBlock=function(){return n.provider.getBlock(r.blockHash)},i.getTransaction=function(){return n.provider.getTransaction(r.transactionHash)},i.getTransactionReceipt=function(){return n.provider.getTransactionReceipt(r.transactionHash)},n.emit.apply(n,[e.filter].concat(o))}this.provider||l.throwError("events require a provider or a signer with a provider",l.UNSUPPORTED_OPERATION,{operation:"once"}),this.provider.on(e.filter,i),this._events.push({eventFilter:e,listener:t,wrappedListener:i,once:r})},A.prototype.on=function(e,t){return this._addEventListener(this._getEventFilter(e),t,!1),this},A.prototype.once=function(e,t){return this._addEventListener(this._getEventFilter(e),t,!0),this},A.prototype.addListener=function(e,t){return this.on(e,t)},A.prototype.emit=function(e){for(var t=this,r=[],n=1;n<arguments.length;n++)r[n-1]=arguments[n];if(!this.provider)return!1;var i=!1,o=this._getEventFilter(e);return this._events=this._events.filter((function(e){return e.eventFilter.eventTag!==o.eventTag||(setTimeout((function(){e.listener.apply(t,r)}),0),i=!0,!e.once)})),i},A.prototype.listenerCount=function(e){if(!this.provider)return 0;var t=this._getEventFilter(e);return this._events.filter((function(e){return e.eventFilter.eventTag===t.eventTag})).length},A.prototype.listeners=function(e){if(!this.provider)return[];var t=this._getEventFilter(e);return this._events.filter((function(e){return e.eventFilter.eventTag===t.eventTag})).map((function(e){return e.listener}))},A.prototype.removeAllListeners=function(e){var t=this;if(!this.provider)return this;var r=this._getEventFilter(e);return this._events=this._events.filter((function(e){return e.eventFilter.eventTag!==r.eventTag||(t.provider.removeListener(e.eventFilter.filter,e.wrappedListener),!1)})),this},A.prototype.removeListener=function(e,t){var r=this;if(!this.provider)return this;var n=!1,i=this._getEventFilter(e);return this._events=this._events.filter((function(e){return e.eventFilter.eventTag!==i.eventTag||e.listener!==t||(r.provider.removeListener(e.eventFilter.filter,e.wrappedListener),!!n||!(n=!0))})),this},A);function A(e,t,r){var n=this;if(l.checkNew(this,A),p.Interface.isInterface(t)?m.defineReadOnly(this,"interface",t):m.defineReadOnly(this,"interface",new p.Interface(t)),y.Signer.isSigner(r)?(m.defineReadOnly(this,"provider",r.provider),m.defineReadOnly(this,"signer",r)):g.Provider.isProvider(r)?(m.defineReadOnly(this,"provider",r),m.defineReadOnly(this,"signer",null)):l.throwError("invalid signer or provider",l.INVALID_ARGUMENT,{arg:"signerOrProvider",value:r}),m.defineReadOnly(this,"estimate",{}),m.defineReadOnly(this,"functions",{}),m.defineReadOnly(this,"filters",{}),Object.keys(this.interface.events).forEach((function(e){var t=n.interface.events[e];m.defineReadOnly(n.filters,e,(function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return{address:n.address,topics:t.encodeTopics(e)}}))})),this._events=[],m.defineReadOnly(this,"address",e),this.provider)m.defineReadOnly(this,"addressPromise",this.provider.resolveName(e).then((function(e){if(null==e)throw new Error("name not found");return e})).catch((function(e){throw e})));else try{m.defineReadOnly(this,"addressPromise",Promise.resolve(h.getAddress(e)))}catch(t){l.throwError("provider is required to use non-address contract address",l.INVALID_ARGUMENT,{argument:"addressOrName",value:e})}Object.keys(this.interface.functions).forEach((function(e){var t=_(n,e,!1);null==n[e]?m.defineReadOnly(n,e,t):l.warn("WARNING: Multiple definitions for "+e),null==n.functions[e]&&(m.defineReadOnly(n.functions,e,t),m.defineReadOnly(n.estimate,e,_(n,e,!0)))}))}function E(e,t,r){var n=null;"string"==typeof t?n=t:d.isArrayish(t)?n=d.hexlify(t):"string"==typeof t.object?n=t.object:l.throwError("bytecode must be a valid hex string",l.INVALID_ARGUMENT,{arg:"bytecode",value:t}),"0x"!==n.substring(0,2)&&(n="0x"+n),d.isHexString(n)||l.throwError("bytecode must be a valid hex string",l.INVALID_ARGUMENT,{arg:"bytecode",value:t}),n.length%2!=0&&l.throwError("bytecode must be valid data (even length)",l.INVALID_ARGUMENT,{arg:"bytecode",value:t}),m.defineReadOnly(this,"bytecode",n),p.Interface.isInterface(e)?m.defineReadOnly(this,"interface",e):m.defineReadOnly(this,"interface",new p.Interface(e)),r&&!y.Signer.isSigner(r)&&l.throwError("invalid signer",l.INVALID_ARGUMENT,{arg:"signer",value:null}),m.defineReadOnly(this,"signer",r||null)}r.Contract=x,E.prototype.getDeployTransaction=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r={};if(e.length===this.interface.deployFunction.inputs.length+1)for(var n in r=m.shallowCopy(e.pop()))if(!w[n])throw new Error("unknown transaction override "+n);return["data","from","to"].forEach((function(e){null!=r[e]&&l.throwError("cannot override "+e,l.UNSUPPORTED_OPERATION,{operation:e})})),l.checkArgumentCount(e.length,this.interface.deployFunction.inputs.length," in Contract constructor"),r.data=this.interface.deployFunction.encode(this.bytecode,e),r},E.prototype.deploy=function(){for(var e=this,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var n=this.getDeployTransaction.apply(this,t);return this.signer.sendTransaction(n).then((function(t){var r=new x(h.getContractAddress(t),e.interface,e.signer);return m.defineReadOnly(r,"deployTransaction",t),r}))},E.prototype.attach=function(e){return new x(e,this.interface,this.signer)},E.prototype.connect=function(e){return new E(this.interface,this.bytecode,e)},E.fromSolidity=function(e,t){null==e&&l.throwError("missing compiler output",l.MISSING_ARGUMENT,{argument:"compilerOutput"});var r=(e="string"==typeof e?JSON.parse(e):e).abi,n=null;return e.bytecode?n=e.bytecode:e.evm&&e.evm.bytecode&&(n=e.evm.bytecode),new E(r,n,t)},i=E,r.ContractFactory=i},{"./abstract-signer":2,"./constants":3,"./errors":5,"./providers/abstract-provider":50,"./utils/abi-coder":59,"./utils/address":60,"./utils/bignumber":63,"./utils/bytes":64,"./utils/interface":69,"./utils/properties":74}],5:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./_version");r.UNKNOWN_ERROR="UNKNOWN_ERROR",r.NOT_IMPLEMENTED="NOT_IMPLEMENTED",r.MISSING_NEW="MISSING_NEW",r.CALL_EXCEPTION="CALL_EXCEPTION",r.INVALID_ARGUMENT="INVALID_ARGUMENT",r.MISSING_ARGUMENT="MISSING_ARGUMENT",r.UNEXPECTED_ARGUMENT="UNEXPECTED_ARGUMENT",r.NUMERIC_FAULT="NUMERIC_FAULT",r.INSUFFICIENT_FUNDS="INSUFFICIENT_FUNDS",r.NONCE_EXPIRED="NONCE_EXPIRED",r.REPLACEMENT_UNDERPRICED="REPLACEMENT_UNDERPRICED";var i=!(r.UNSUPPORTED_OPERATION="UNSUPPORTED_OPERATION"),o=!1;function s(e,t,i){if(o)throw new Error("unknown error");t=t||r.UNKNOWN_ERROR,i=i||{};var s=[];Object.keys(i).forEach((function(e){try{s.push(e+"="+JSON.stringify(i[e]))}catch(t){s.push(e+"="+JSON.stringify(i[e].toString()))}})),s.push("version="+n.version);var a=e;s.length&&(e+=" ("+s.join(", ")+")");var u=new Error(e);throw u.reason=a,u.code=t,Object.keys(i).forEach((function(e){u[e]=i[e]})),u}r.throwError=s,r.checkNew=function(e,t){e instanceof t||s("missing new",r.MISSING_NEW,{name:t.name})},r.checkArgumentCount=function(e,t,n){n=n||"",e<t&&s("missing argument"+n,r.MISSING_ARGUMENT,{count:e,expectedCount:t}),t<e&&s("too many arguments"+n,r.UNEXPECTED_ARGUMENT,{count:e,expectedCount:t})},r.setCensorship=function(e,t){i&&s("error censorship permanent",r.UNSUPPORTED_OPERATION,{operation:"setCensorship"}),o=!!e,i=!!t},r.checkNormalize=function(){try{if(["NFD","NFC","NFKD","NFKC"].forEach((function(e){try{"test".normalize(e)}catch(t){throw new Error("missing "+e)}})),String.fromCharCode(233).normalize("NFD")!==String.fromCharCode(101,769))throw new Error("broken implementation")}catch(e){s("platform missing String.prototype.normalize",r.UNSUPPORTED_OPERATION,{operation:"String.prototype.normalize",form:e.message})}};var a={debug:1,default:2,info:2,warn:3,error:4,off:5},u=a.default;function l(e,t){u>a[e]||console.log.apply(console,t)}function c(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];l("warn",e)}r.setLogLevel=function(e){var t=a[e];null!=t?u=t:c("invliad log level - "+e)},r.warn=c,r.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];l("info",e)}},{"./_version":1}],6:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("./contract");r.Contract=i.Contract,r.ContractFactory=i.ContractFactory,r.VoidSigner=i.VoidSigner,i=e("./abstract-signer"),r.Signer=i.Signer,i=e("./wallet"),r.Wallet=i.Wallet,i=n(e("./constants")),r.constants=i;var o=n(e("./errors"));r.errors=o;var s=n(e("./providers"));r.providers=s;var a=n(e("./utils"));r.utils=a,n=n(e("./wordlists")),r.wordlists=n,n=e("./utils/shims"),r.platform=n.platform,e=e("./_version"),r.version=e.version,r.getDefaultProvider=function(e){var t=a.getNetwork(e=null==e?"homestead":e);return t&&t._defaultProvider||o.throwError("unsupported getDefaultProvider network",o.UNSUPPORTED_OPERATION,{operation:"getDefaultProvider",network:e}),t._defaultProvider(s)}},{"./_version":1,"./abstract-signer":2,"./constants":3,"./contract":4,"./errors":5,"./providers":54,"./utils":68,"./utils/shims":80,"./wallet":88,"./wordlists":89}],7:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0}),n=n(e("./ethers")),r.ethers=n,function(e){for(var t in e)r.hasOwnProperty(t)||(r[t]=e[t])}(e("./ethers"))},{"./ethers":6}],8:[function(e,t,r){"use strict";!function(e){function n(e){return parseInt(e)===e}function i(e){if(n(e.length)){for(var t=0;t<e.length;t++)if(!n(e[t])||e[t]<0||255<e[t])return;return 1}}function o(e,t){if(e.buffer&&ArrayBuffer.isView(e)&&"Uint8Array"===e.name)return t?e.slice?e.slice():Array.prototype.slice.call(e):e;if(Array.isArray(e)){if(!i(e))throw new Error("Array contains invalid value: "+e);return new Uint8Array(e)}if(n(e.length)&&i(e))return new Uint8Array(e);throw new Error("unsupported array-like object")}function s(e){return new Uint8Array(e)}function a(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 u,l={toBytes:function(e){var t=[],r=0;for(e=encodeURI(e);r<e.length;){var n=e.charCodeAt(r++);37===n?(t.push(parseInt(e.substr(r,2),16)),r+=2):t.push(n)}return o(t)},fromBytes:function(e){for(var t=[],r=0;r<e.length;){var n=e[r];n<128?(t.push(String.fromCharCode(n)),r++):191<n&&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("")}},c=(u="0123456789abcdef",{toBytes:function(e){for(var t=[],r=0;r<e.length;r+=2)t.push(parseInt(e.substr(r,2),16));return t},fromBytes:function(e){for(var t=[],r=0;r<e.length;r++){var n=e[r];t.push(u[(240&n)>>4]+u[15&n])}return t.join("")}}),h={16:10,24:12,32:14},f=[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],d=[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],p=[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],m=[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],g=[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],y=[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],v=[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],w=[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],_=[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],k=[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],x=[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],A=[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],E=[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 M(e){for(var t=[],r=0;r<e.length;r+=4)t.push(e[r]<<24|e[r+1]<<16|e[r+2]<<8|e[r+3]);return t}var I=function e(t){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");Object.defineProperty(this,"key",{value:o(t,!0)}),this._prepare()};I.prototype._prepare=function(){var e=h[this.key.length];if(null==e)throw new Error("invalid key size (must be 16, 24 or 32 bytes)");this._Ke=[],this._Kd=[];for(var t=0;t<=e;t++)this._Ke.push([0,0,0,0]),this._Kd.push([0,0,0,0]);var r,n=4*(e+1),i=this.key.length/4,o=M(this.key);for(t=0;t<i;t++)this._Ke[r=t>>2][t%4]=o[t],this._Kd[e-r][t%4]=o[t];for(var s,a=0,u=i;u<n;){if(s=o[i-1],o[0]^=d[s>>16&255]<<24^d[s>>8&255]<<16^d[255&s]<<8^d[s>>24&255]^f[a]<<24,a+=1,8!=i)for(t=1;t<i;t++)o[t]^=o[t-1];else{for(t=1;t<i/2;t++)o[t]^=o[t-1];for(s=o[i/2-1],o[i/2]^=d[255&s]^d[s>>8&255]<<8^d[s>>16&255]<<16^d[s>>24&255]<<24,t=i/2+1;t<i;t++)o[t]^=o[t-1]}for(t=0;t<i&&u<n;)this._Ke[l=u>>2][c=u%4]=o[t],this._Kd[e-l][c]=o[t++],u++}for(var l=1;l<e;l++)for(var c=0;c<4;c++)s=this._Kd[l][c],this._Kd[l][c]=x[s>>24&255]^A[s>>16&255]^E[s>>8&255]^S[255&s]},I.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=M(e),i=0;i<4;i++)n[i]^=this._Ke[0][i];for(var o=1;o<t;o++){for(i=0;i<4;i++)r[i]=m[n[i]>>24&255]^g[n[(i+1)%4]>>16&255]^y[n[(i+2)%4]>>8&255]^v[255&n[(i+3)%4]]^this._Ke[o][i];n=r.slice()}var a,u=s(16);for(i=0;i<4;i++)a=this._Ke[t][i],u[4*i]=255&(d[n[i]>>24&255]^a>>24),u[4*i+1]=255&(d[n[(i+1)%4]>>16&255]^a>>16),u[4*i+2]=255&(d[n[(i+2)%4]>>8&255]^a>>8),u[4*i+3]=255&(d[255&n[(i+3)%4]]^a);return u},I.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=M(e),i=0;i<4;i++)n[i]^=this._Kd[0][i];for(var o=1;o<t;o++){for(i=0;i<4;i++)r[i]=b[n[i]>>24&255]^w[n[(i+3)%4]>>16&255]^_[n[(i+2)%4]>>8&255]^k[255&n[(i+1)%4]]^this._Kd[o][i];n=r.slice()}var a,u=s(16);for(i=0;i<4;i++)a=this._Kd[t][i],u[4*i]=255&(p[n[i]>>24&255]^a>>24),u[4*i+1]=255&(p[n[(i+3)%4]>>16&255]^a>>16),u[4*i+2]=255&(p[n[(i+2)%4]>>8&255]^a>>8),u[4*i+3]=255&(p[255&n[(i+1)%4]]^a);return u};var P=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 I(t)};P.prototype.encrypt=function(e){if((e=o(e)).length%16!=0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var t=s(e.length),r=s(16),n=0;n<e.length;n+=16)a(e,r,0,n,n+16),a(r=this._aes.encrypt(r),t,n);return t},P.prototype.decrypt=function(e){if((e=o(e)).length%16!=0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var t=s(e.length),r=s(16),n=0;n<e.length;n+=16)a(e,r,0,n,n+16),a(r=this._aes.decrypt(r),t,n);return t};var T=function e(t,r){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Block Chaining",this.name="cbc",r){if(16!=r.length)throw new Error("invalid initialation vector size (must be 16 bytes)")}else r=s(16);this._lastCipherblock=o(r,!0),this._aes=new I(t)};T.prototype.encrypt=function(e){if((e=o(e)).length%16!=0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var t=s(e.length),r=s(16),n=0;n<e.length;n+=16){a(e,r,0,n,n+16);for(var i=0;i<16;i++)r[i]^=this._lastCipherblock[i];this._lastCipherblock=this._aes.encrypt(r),a(this._lastCipherblock,t,n)}return t},T.prototype.decrypt=function(e){if((e=o(e)).length%16!=0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var t=s(e.length),r=s(16),n=0;n<e.length;n+=16){a(e,r,0,n,n+16),r=this._aes.decrypt(r);for(var i=0;i<16;i++)t[n+i]=r[i]^this._lastCipherblock[i];a(e,this._lastCipherblock,0,n,n+16)}return t};var N=function e(t,r,n){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Feedback",this.name="cfb",r){if(16!=r.length)throw new Error("invalid initialation vector size (must be 16 size)")}else r=s(16);this.segmentSize=n=n||1,this._shiftRegister=o(r,!0),this._aes=new I(t)};N.prototype.encrypt=function(e){if(e.length%this.segmentSize!=0)throw new Error("invalid plaintext size (must be segmentSize bytes)");for(var t=o(e,!0),r=0;r<t.length;r+=this.segmentSize){for(var n=this._aes.encrypt(this._shiftRegister),i=0;i<this.segmentSize;i++)t[r+i]^=n[i];a(this._shiftRegister,this._shiftRegister,0,this.segmentSize),a(t,this._shiftRegister,16-this.segmentSize,r,r+this.segmentSize)}return t},N.prototype.decrypt=function(e){if(e.length%this.segmentSize!=0)throw new Error("invalid ciphertext size (must be segmentSize bytes)");for(var t=o(e,!0),r=0;r<t.length;r+=this.segmentSize){for(var n=this._aes.encrypt(this._shiftRegister),i=0;i<this.segmentSize;i++)t[r+i]^=n[i];a(this._shiftRegister,this._shiftRegister,0,this.segmentSize),a(e,this._shiftRegister,16-this.segmentSize,r,r+this.segmentSize)}return t};var R=function e(t,r){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");if(this.description="Output Feedback",this.name="ofb",r){if(16!=r.length)throw new Error("invalid initialation vector size (must be 16 bytes)")}else r=s(16);this._lastPrecipher=o(r,!0),this._lastPrecipherIndex=16,this._aes=new I(t)};R.prototype.encrypt=function(e){for(var t=o(e,!0),r=0;r<t.length;r++)16===this._lastPrecipherIndex&&(this._lastPrecipher=this._aes.encrypt(this._lastPrecipher),this._lastPrecipherIndex=0),t[r]^=this._lastPrecipher[this._lastPrecipherIndex++];return t},R.prototype.decrypt=R.prototype.encrypt;var O=function e(t){if(!(this instanceof e))throw Error("Counter must be instanitated with `new`");"number"==typeof(t=0===t||t?t:1)?(this._counter=s(16),this.setValue(t)):this.setBytes(t)};O.prototype.setValue=function(e){if("number"!=typeof e||parseInt(e)!=e)throw new Error("invalid counter value (must be an integer)");for(var t=15;0<=t;--t)this._counter[t]=e%256,e>>=8},O.prototype.setBytes=function(e){if(16!=(e=o(e,!0)).length)throw new Error("invalid counter bytes size (must be 16 bytes)");this._counter=e},O.prototype.increment=function(){for(var e=15;0<=e;e--){if(255!==this._counter[e]){this._counter[e]++;break}this._counter[e]=0}};var C=function e(t,r){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");this.description="Counter",this.name="ctr",r instanceof O||(r=new O(r)),this._counter=r,this._remainingCounter=null,this._remainingCounterIndex=16,this._aes=new I(t)};C.prototype.encrypt=function(e){for(var t=o(e,!0),r=0;r<t.length;r++)16===this._remainingCounterIndex&&(this._remainingCounter=this._aes.encrypt(this._counter._counter),this._remainingCounterIndex=0,this._counter.increment()),t[r]^=this._remainingCounter[this._remainingCounterIndex++];return t},C.prototype.decrypt=C.prototype.encrypt,l={AES:I,Counter:O,ModeOfOperation:{ecb:P,cbc:T,cfb:N,ofb:R,ctr:C},utils:{hex:c,utf8:l},padding:{pkcs7:{pad:function(e){var t=16-(e=o(e,!0)).length%16,r=s(e.length+t);a(e,r);for(var n=e.length;n<r.length;n++)r[n]=t;return r},strip:function(e){if((e=o(e,!0)).length<16)throw new Error("PKCS#7 invalid length");var t=e[e.length-1];if(16<t)throw new Error("PKCS#7 padding byte out of range");for(var r=e.length-t,n=0;n<t;n++)if(e[r+n]!==t)throw new Error("PKCS#7 invalid padding byte");var i=s(r);return a(e,i,0,0,r),i}}},_arrayTest:{coerceArray:o,createArray:s,copyArray:a}},void 0!==r?t.exports=l:(e.aesjs&&(l._aesjs=e.aesjs),e.aesjs=l)}(this)},{}],9:[function(e,t,r){!function(t,r){"use strict";function n(e,t){if(!e)throw new Error(t||"Assertion failed")}function i(e,t){function r(){}e.super_=t,r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}function o(e,t,r){if(o.isBN(e))return e;this.negative=0,this.words=null,this.length=0,(this.red=null)!==e&&("le"!==t&&"be"!==t||(r=t,t=10),this._init(e||0,t||10,r||"be"))}var s;"object"==a(t)?t.exports=o:r.BN=o,(o.BN=o).wordSize=26;try{s=("undefined"!=typeof window&&void 0!==window.Buffer?window:e("buffer")).Buffer}catch(t){}function u(e,t){return 65<=(t=e.charCodeAt(t))&&t<=70?t-55:97<=t&&t<=102?t-87:t-48&15}function l(e,t,r){var n=u(e,r);return t<=r-1&&(n|=u(e,r-1)<<4),n}function c(e,t,r,n){for(var i=0,o=Math.min(e.length,r),s=t;s<o;s++){var a=e.charCodeAt(s)-48;i*=n,i+=49<=a?a-49+10:17<=a?a-17+10:a}return i}o.isBN=function(e){return e instanceof o||null!==e&&"object"==a(e)&&e.constructor.wordSize===o.wordSize&&Array.isArray(e.words)},o.max=function(e,t){return 0<e.cmp(t)?e:t},o.min=function(e,t){return e.cmp(t)<0?e:t},o.prototype._init=function(e,t,r){if("number"==typeof e)return this._initNumber(e,t,r);if("object"==a(e))return this._initArray(e,t,r);n((t="hex"===t?16:t)===(0|t)&&2<=t&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&(i++,this.negative=1),i<e.length&&(16===t?this._parseHex(e,i,r):(this._parseBase(e,t,i),"le"===r&&this._initArray(this.toArray(),t,r)))},o.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)},o.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,o,s=0;s<this.length;s++)this.words[s]=0;var a=0;if("be"===r)for(s=e.length-1,i=0;0<=s;s-=3)o=e[s]|e[s-1]<<8|e[s-2]<<16,this.words[i]|=o<<a&67108863,this.words[i+1]=o>>>26-a&67108863,26<=(a+=24)&&(a-=26,i++);else if("le"===r)for(i=s=0;s<e.length;s+=3)o=e[s]|e[s+1]<<8|e[s+2]<<16,this.words[i]|=o<<a&67108863,this.words[i+1]=o>>>26-a&67108863,26<=(a+=24)&&(a-=26,i++);return this.strip()},o.prototype._parseHex=function(e,t,r){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var i,o=0,s=0;if("be"===r)for(n=e.length-1;t<=n;n-=2)i=l(e,t,n)<<o,this.words[s]|=67108863&i,18<=o?(o-=18,this.words[s+=1]|=i>>>26):o+=8;else for(n=(e.length-t)%2==0?t+1:t;n<e.length;n+=2)i=l(e,t,n)<<o,this.words[s]|=67108863&i,18<=o?(o-=18,this.words[s+=1]|=i>>>26):o+=8;this.strip()},o.prototype._parseBase=function(e,t,r){this.words=[0];for(var n=0,i=this.length=1;i<=67108863;i*=t)n++;i=i/t|0;for(var o=e.length-r,s=o%--n,a=Math.min(o,o-s)+r,u=0,l=r;l<a;l+=n)u=c(e,l,l+n,t),this.imuln(i),this.words[0]+u<67108864?this.words[0]+=u:this._iaddn(u);if(0!=s){var h=1;for(u=c(e,l,e.length,t),l=0;l<s;l++)h*=t;this.imuln(h),this.words[0]+u<67108864?this.words[0]+=u:this._iaddn(u)}this.strip()},o.prototype.copy=function(e){e.words=new Array(this.length);for(var t=0;t<this.length;t++)e.words[t]=this.words[t];e.length=this.length,e.negative=this.negative,e.red=this.red},o.prototype.clone=function(){var e=new o(null);return this.copy(e),e},o.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},o.prototype.strip=function(){for(;1<this.length&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var h=["","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"],f=[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],d=[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];function p(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0,i=(n=(r.length=n)-1|0,(s=(0|e.words[0])*(0|t.words[0]))/67108864|0);r.words[0]=67108863&s;for(var o=1;o<n;o++){for(var s,a=i>>>26,u=67108863&i,l=Math.min(o,t.length-1),c=Math.max(0,o-e.length+1);c<=l;c++)a+=(s=(0|e.words[o-c|0])*(0|t.words[c])+u)/67108864|0,u=67108863&s;r.words[o]=0|u,i=0|a}return 0!==i?r.words[o]=0|i:r.length--,r.strip()}o.prototype.toString=function(e,t){if(t=0|t||1,16===(e=e||10)||"hex"===e){u="";for(var r=0,i=0,o=0;o<this.length;o++){var s=this.words[o],a=(16777215&(s<<r|i)).toString(16),u=0!=(i=s>>>24-r&16777215)||o!==this.length-1?h[6-a.length]+a+u:a+u;26<=(r+=2)&&(r-=26,o--)}for(0!==i&&(u=i.toString(16)+u);u.length%t!=0;)u="0"+u;return 0!==this.negative?"-"+u:u}if(e===(0|e)&&2<=e&&e<=36){var l=f[e],c=d[e];for(u="",(p=this.clone()).negative=0;!p.isZero();){var p,m=p.modn(c).toString(e);u=(p=p.idivn(c)).isZero()?m+u:h[l-m.length]+m+u}for(this.isZero()&&(u="0"+u);u.length%t!=0;)u="0"+u;return 0!==this.negative?"-"+u:u}n(!1,"Base should be between 2 and 36")},o.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]:2<this.length&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(e,t){return n(void 0!==s),this.toArrayLike(s,e,t)},o.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)},o.prototype.toArrayLike=function(e,t,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(0<o,"Requested array length <= 0"),this.strip(),t="le"===t;var s,a,u=new e(o),l=this.clone();if(t){for(a=0;!l.isZero();a++)s=l.andln(255),l.iushrn(8),u[a]=s;for(;a<o;a++)u[a]=0}else{for(a=0;a<o-i;a++)u[a]=0;for(a=0;!l.isZero();a++)s=l.andln(255),l.iushrn(8),u[o-a-1]=s}return u},Math.clz32?o.prototype._countBits=function(e){return 32-Math.clz32(e)}:o.prototype._countBits=function(e){var t=e;return e=0,4096<=t&&(e+=13,t>>>=13),64<=t&&(e+=7,t>>>=7),8<=t&&(e+=4,t>>>=4),2<=t&&(e+=2,t>>>=2),e+t},o.prototype._zeroBits=function(e){if(0===e)return 26;var t=e;return e=0,0==(8191&t)&&(e+=13,t>>>=13),0==(127&t)&&(e+=7,t>>>=7),0==(15&t)&&(e+=4,t>>>=4),0==(3&t)&&(e+=2,t>>>=2),0==(1&t)&&e++,e},o.prototype.bitLength=function(){var e=this.words[this.length-1];return e=this._countBits(e),26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;t<this.length;t++){var r=this._zeroBits(this.words[t]);if(e+=r,26!==r)break}return e},o.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},o.prototype.toTwos=function(e){return 0!==this.negative?this.abs().inotn(e).iaddn(1):this.clone()},o.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},o.prototype.isNeg=function(){return 0!==this.negative},o.prototype.neg=function(){return this.clone().ineg()},o.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},o.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var t=0;t<e.length;t++)this.words[t]=this.words[t]|e.words[t];return this.strip()},o.prototype.ior=function(e){return n(0==(this.negative|e.negative)),this.iuor(e)},o.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},o.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},o.prototype.iuand=function(e){for(var t=this.length>e.length?e:this,r=0;r<t.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=t.length,this.strip()},o.prototype.iand=function(e){return n(0==(this.negative|e.negative)),this.iuand(e)},o.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},o.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},o.prototype.iuxor=function(e){for(var t,r=this.length>e.length?(t=this,e):(t=e,this),n=0;n<r.length;n++)this.words[n]=t.words[n]^r.words[n];if(this!==t)for(;n<t.length;n++)this.words[n]=t.words[n];return this.length=t.length,this.strip()},o.prototype.ixor=function(e){return n(0==(this.negative|e.negative)),this.iuxor(e)},o.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},o.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},o.prototype.inotn=function(e){n("number"==typeof e&&0<=e);var t=0|Math.ceil(e/26);e%=26,this._expand(t),0<e&&t--;for(var r=0;r<t;r++)this.words[r]=67108863&~this.words[r];return 0<e&&(this.words[r]=~this.words[r]&67108863>>26-e),this.strip()},o.prototype.notn=function(e){return this.clone().inotn(e)},o.prototype.setn=function(e,t){n("number"==typeof e&&0<=e);var r=e/26|0;return e%=26,this._expand(1+r),this.words[r]=t?this.words[r]|1<<e:this.words[r]&~(1<<e),this.strip()},o.prototype.iadd=function(e){var t,r;if(0!==this.negative&&0===e.negative)return this.negative=0,t=this.isub(e),this.negative^=1,this._normSign();if(0===this.negative&&0!==e.negative)return e.negative=0,t=this.isub(e),e.negative=1,t._normSign();for(var n=this.length>e.length?(r=this,e):(r=e,this),i=0,o=0;o<n.length;o++)t=(0|r.words[o])+(0|n.words[o])+i,this.words[o]=67108863&t,i=t>>>26;for(;0!==i&&o<r.length;o++)t=(0|r.words[o])+i,this.words[o]=67108863&t,i=t>>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;o<r.length;o++)this.words[o]=r.words[o];return this},o.prototype.add=function(e){var t;return 0!==e.negative&&0===this.negative?(e.negative=0,t=this.sub(e),e.negative^=1,t):0===e.negative&&0!==this.negative?(this.negative=0,t=e.sub(this),this.negative=1,t):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},o.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=this.cmp(e);if(0===n)return this.negative=0,this.length=1,this.words[0]=0,this;for(var i=0<n?(r=this,e):(r=e,this),o=0,s=0;s<i.length;s++)o=(t=(0|r.words[s])-(0|i.words[s])+o)>>26,this.words[s]=67108863&t;for(;0!==o&&s<r.length;s++)o=(t=(0|r.words[s])+o)>>26,this.words[s]=67108863&t;if(0===o&&s<r.length&&r!==this)for(;s<r.length;s++)this.words[s]=r.words[s];return this.length=Math.max(this.length,s),r!==this&&(this.negative=1),this.strip()},o.prototype.sub=function(e){return this.clone().isub(e)};var m=function(e,t,r){var n,i,o=e.words,s=t.words,a=r.words,u=(q=0|o[0],8191&q),l=q>>>13,c=8191&(V=0|o[1]),h=V>>>13,f=8191&(W=0|o[2]),d=W>>>13,p=8191&(n=0|o[3]),m=n>>>13,g=8191&(Z=0|o[4]),y=Z>>>13,v=8191&(K=0|o[5]),b=K>>>13,w=8191&(i=0|o[6]),_=i>>>13,k=8191&(Q=0|o[7]),x=Q>>>13,A=8191&(J=0|o[8]),E=J>>>13,S=8191&($=0|o[9]),M=$>>>13,I=8191&(Y=0|s[0]),P=Y>>>13,T=0|s[1],N=8191&T,R=T>>>13,O=0|s[2],C=8191&O,j=O>>>13,B=8191&(X=0|s[3]),L=X>>>13,U=0|s[4],D=8191&U,z=U>>>13,F=0|s[5],H=8191&F,G=F>>>13,q=0|s[6],V=8191&q,W=q>>>13,Z=8191&(n=0|s[7]),K=n>>>13,Q=8191&(i=0|s[8]),J=i>>>13,$=8191&(o=0|s[9]),Y=o>>>13;r.negative=e.negative^t.negative,r.length=19;var X=(0+Math.imul(u,I)|0)+((8191&(O=(O=Math.imul(u,P))+Math.imul(l,I)|0))<<13)|0,ee=((U=Math.imul(l,P))+(O>>>13)|0)+(X>>>26)|0;return X&=67108863,T=Math.imul(c,I),O=(O=Math.imul(c,P))+Math.imul(h,I)|0,U=Math.imul(h,P),F=(ee+(T+Math.imul(u,N)|0)|0)+((8191&(O=(O=O+Math.imul(u,R)|0)+Math.imul(l,N)|0))<<13)|0,ee=((U=U+Math.imul(l,R)|0)+(O>>>13)|0)+(F>>>26)|0,F&=67108863,T=Math.imul(f,I),O=(O=Math.imul(f,P))+Math.imul(d,I)|0,U=Math.imul(d,P),T=T+Math.imul(c,N)|0,O=(O=O+Math.imul(c,R)|0)+Math.imul(h,N)|0,U=U+Math.imul(h,R)|0,q=(ee+(T+Math.imul(u,C)|0)|0)+((8191&(O=(O=O+Math.imul(u,j)|0)+Math.imul(l,C)|0))<<13)|0,ee=((U=U+Math.imul(l,j)|0)+(O>>>13)|0)+(q>>>26)|0,q&=67108863,T=Math.imul(p,I),O=(O=Math.imul(p,P))+Math.imul(m,I)|0,U=Math.imul(m,P),T=T+Math.imul(f,N)|0,O=(O=O+Math.imul(f,R)|0)+Math.imul(d,N)|0,U=U+Math.imul(d,R)|0,T=T+Math.imul(c,C)|0,O=(O=O+Math.imul(c,j)|0)+Math.imul(h,C)|0,U=U+Math.imul(h,j)|0,n=(ee+(T+Math.imul(u,B)|0)|0)+((8191&(O=(O=O+Math.imul(u,L)|0)+Math.imul(l,B)|0))<<13)|0,ee=((U=U+Math.imul(l,L)|0)+(O>>>13)|0)+(n>>>26)|0,n&=67108863,T=Math.imul(g,I),O=(O=Math.imul(g,P))+Math.imul(y,I)|0,U=Math.imul(y,P),T=T+Math.imul(p,N)|0,O=(O=O+Math.imul(p,R)|0)+Math.imul(m,N)|0,U=U+Math.imul(m,R)|0,T=T+Math.imul(f,C)|0,O=(O=O+Math.imul(f,j)|0)+Math.imul(d,C)|0,U=U+Math.imul(d,j)|0,T=T+Math.imul(c,B)|0,O=(O=O+Math.imul(c,L)|0)+Math.imul(h,B)|0,U=U+Math.imul(h,L)|0,i=(ee+(T+Math.imul(u,D)|0)|0)+((8191&(O=(O=O+Math.imul(u,z)|0)+Math.imul(l,D)|0))<<13)|0,ee=((U=U+Math.imul(l,z)|0)+(O>>>13)|0)+(i>>>26)|0,i&=67108863,T=Math.imul(v,I),O=(O=Math.imul(v,P))+Math.imul(b,I)|0,U=Math.imul(b,P),T=T+Math.imul(g,N)|0,O=(O=O+Math.imul(g,R)|0)+Math.imul(y,N)|0,U=U+Math.imul(y,R)|0,T=T+Math.imul(p,C)|0,O=(O=O+Math.imul(p,j)|0)+Math.imul(m,C)|0,U=U+Math.imul(m,j)|0,T=T+Math.imul(f,B)|0,O=(O=O+Math.imul(f,L)|0)+Math.imul(d,B)|0,U=U+Math.imul(d,L)|0,T=T+Math.imul(c,D)|0,O=(O=O+Math.imul(c,z)|0)+Math.imul(h,D)|0,U=U+Math.imul(h,z)|0,s=(ee+(T+Math.imul(u,H)|0)|0)+((8191&(O=(O=O+Math.imul(u,G)|0)+Math.imul(l,H)|0))<<13)|0,ee=((U=U+Math.imul(l,G)|0)+(O>>>13)|0)+(s>>>26)|0,s&=67108863,T=Math.imul(w,I),O=(O=Math.imul(w,P))+Math.imul(_,I)|0,U=Math.imul(_,P),T=T+Math.imul(v,N)|0,O=(O=O+Math.imul(v,R)|0)+Math.imul(b,N)|0,U=U+Math.imul(b,R)|0,T=T+Math.imul(g,C)|0,O=(O=O+Math.imul(g,j)|0)+Math.imul(y,C)|0,U=U+Math.imul(y,j)|0,T=T+Math.imul(p,B)|0,O=(O=O+Math.imul(p,L)|0)+Math.imul(m,B)|0,U=U+Math.imul(m,L)|0,T=T+Math.imul(f,D)|0,O=(O=O+Math.imul(f,z)|0)+Math.imul(d,D)|0,U=U+Math.imul(d,z)|0,T=T+Math.imul(c,H)|0,O=(O=O+Math.imul(c,G)|0)+Math.imul(h,H)|0,U=U+Math.imul(h,G)|0,o=(ee+(T+Math.imul(u,V)|0)|0)+((8191&(O=(O=O+Math.imul(u,W)|0)+Math.imul(l,V)|0))<<13)|0,ee=((U=U+Math.imul(l,W)|0)+(O>>>13)|0)+(o>>>26)|0,o&=67108863,T=Math.imul(k,I),O=(O=Math.imul(k,P))+Math.imul(x,I)|0,U=Math.imul(x,P),T=T+Math.imul(w,N)|0,O=(O=O+Math.imul(w,R)|0)+Math.imul(_,N)|0,U=U+Math.imul(_,R)|0,T=T+Math.imul(v,C)|0,O=(O=O+Math.imul(v,j)|0)+Math.imul(b,C)|0,U=U+Math.imul(b,j)|0,T=T+Math.imul(g,B)|0,O=(O=O+Math.imul(g,L)|0)+Math.imul(y,B)|0,U=U+Math.imul(y,L)|0,T=T+Math.imul(p,D)|0,O=(O=O+Math.imul(p,z)|0)+Math.imul(m,D)|0,U=U+Math.imul(m,z)|0,T=T+Math.imul(f,H)|0,O=(O=O+Math.imul(f,G)|0)+Math.imul(d,H)|0,U=U+Math.imul(d,G)|0,T=T+Math.imul(c,V)|0,O=(O=O+Math.imul(c,W)|0)+Math.imul(h,V)|0,U=U+Math.imul(h,W)|0,e=(ee+(T+Math.imul(u,Z)|0)|0)+((8191&(O=(O=O+Math.imul(u,K)|0)+Math.imul(l,Z)|0))<<13)|0,ee=((U=U+Math.imul(l,K)|0)+(O>>>13)|0)+(e>>>26)|0,e&=67108863,T=Math.imul(A,I),O=(O=Math.imul(A,P))+Math.imul(E,I)|0,U=Math.imul(E,P),T=T+Math.imul(k,N)|0,O=(O=O+Math.imul(k,R)|0)+Math.imul(x,N)|0,U=U+Math.imul(x,R)|0,T=T+Math.imul(w,C)|0,O=(O=O+Math.imul(w,j)|0)+Math.imul(_,C)|0,U=U+Math.imul(_,j)|0,T=T+Math.imul(v,B)|0,O=(O=O+Math.imul(v,L)|0)+Math.imul(b,B)|0,U=U+Math.imul(b,L)|0,T=T+Math.imul(g,D)|0,O=(O=O+Math.imul(g,z)|0)+Math.imul(y,D)|0,U=U+Math.imul(y,z)|0,T=T+Math.imul(p,H)|0,O=(O=O+Math.imul(p,G)|0)+Math.imul(m,H)|0,U=U+Math.imul(m,G)|0,T=T+Math.imul(f,V)|0,O=(O=O+Math.imul(f,W)|0)+Math.imul(d,V)|0,U=U+Math.imul(d,W)|0,T=T+Math.imul(c,Z)|0,O=(O=O+Math.imul(c,K)|0)+Math.imul(h,Z)|0,U=U+Math.imul(h,K)|0,t=(ee+(T+Math.imul(u,Q)|0)|0)+((8191&(O=(O=O+Math.imul(u,J)|0)+Math.imul(l,Q)|0))<<13)|0,ee=((U=U+Math.imul(l,J)|0)+(O>>>13)|0)+(t>>>26)|0,t&=67108863,T=Math.imul(S,I),O=(O=Math.imul(S,P))+Math.imul(M,I)|0,U=Math.imul(M,P),T=T+Math.imul(A,N)|0,O=(O=O+Math.imul(A,R)|0)+Math.imul(E,N)|0,U=U+Math.imul(E,R)|0,T=T+Math.imul(k,C)|0,O=(O=O+Math.imul(k,j)|0)+Math.imul(x,C)|0,U=U+Math.imul(x,j)|0,T=T+Math.imul(w,B)|0,O=(O=O+Math.imul(w,L)|0)+Math.imul(_,B)|0,U=U+Math.imul(_,L)|0,T=T+Math.imul(v,D)|0,O=(O=O+Math.imul(v,z)|0)+Math.imul(b,D)|0,U=U+Math.imul(b,z)|0,T=T+Math.imul(g,H)|0,O=(O=O+Math.imul(g,G)|0)+Math.imul(y,H)|0,U=U+Math.imul(y,G)|0,T=T+Math.imul(p,V)|0,O=(O=O+Math.imul(p,W)|0)+Math.imul(m,V)|0,U=U+Math.imul(m,W)|0,T=T+Math.imul(f,Z)|0,O=(O=O+Math.imul(f,K)|0)+Math.imul(d,Z)|0,U=U+Math.imul(d,K)|0,T=T+Math.imul(c,Q)|0,O=(O=O+Math.imul(c,J)|0)+Math.imul(h,Q)|0,U=U+Math.imul(h,J)|0,u=(ee+(T+Math.imul(u,$)|0)|0)+((8191&(O=(O=O+Math.imul(u,Y)|0)+Math.imul(l,$)|0))<<13)|0,ee=((U=U+Math.imul(l,Y)|0)+(O>>>13)|0)+(u>>>26)|0,u&=67108863,T=Math.imul(S,N),O=(O=Math.imul(S,R))+Math.imul(M,N)|0,U=Math.imul(M,R),T=T+Math.imul(A,C)|0,O=(O=O+Math.imul(A,j)|0)+Math.imul(E,C)|0,U=U+Math.imul(E,j)|0,T=T+Math.imul(k,B)|0,O=(O=O+Math.imul(k,L)|0)+Math.imul(x,B)|0,U=U+Math.imul(x,L)|0,T=T+Math.imul(w,D)|0,O=(O=O+Math.imul(w,z)|0)+Math.imul(_,D)|0,U=U+Math.imul(_,z)|0,T=T+Math.imul(v,H)|0,O=(O=O+Math.imul(v,G)|0)+Math.imul(b,H)|0,U=U+Math.imul(b,G)|0,T=T+Math.imul(g,V)|0,O=(O=O+Math.imul(g,W)|0)+Math.imul(y,V)|0,U=U+Math.imul(y,W)|0,T=T+Math.imul(p,Z)|0,O=(O=O+Math.imul(p,K)|0)+Math.imul(m,Z)|0,U=U+Math.imul(m,K)|0,T=T+Math.imul(f,Q)|0,O=(O=O+Math.imul(f,J)|0)+Math.imul(d,Q)|0,U=U+Math.imul(d,J)|0,c=(ee+(T+Math.imul(c,$)|0)|0)+((8191&(O=(O=O+Math.imul(c,Y)|0)+Math.imul(h,$)|0))<<13)|0,ee=((U=U+Math.imul(h,Y)|0)+(O>>>13)|0)+(c>>>26)|0,c&=67108863,T=Math.imul(S,C),O=(O=Math.imul(S,j))+Math.imul(M,C)|0,U=Math.imul(M,j),T=T+Math.imul(A,B)|0,O=(O=O+Math.imul(A,L)|0)+Math.imul(E,B)|0,U=U+Math.imul(E,L)|0,T=T+Math.imul(k,D)|0,O=(O=O+Math.imul(k,z)|0)+Math.imul(x,D)|0,U=U+Math.imul(x,z)|0,T=T+Math.imul(w,H)|0,O=(O=O+Math.imul(w,G)|0)+Math.imul(_,H)|0,U=U+Math.imul(_,G)|0,T=T+Math.imul(v,V)|0,O=(O=O+Math.imul(v,W)|0)+Math.imul(b,V)|0,U=U+Math.imul(b,W)|0,T=T+Math.imul(g,Z)|0,O=(O=O+Math.imul(g,K)|0)+Math.imul(y,Z)|0,U=U+Math.imul(y,K)|0,T=T+Math.imul(p,Q)|0,O=(O=O+Math.imul(p,J)|0)+Math.imul(m,Q)|0,U=U+Math.imul(m,J)|0,f=(ee+(T+Math.imul(f,$)|0)|0)+((8191&(O=(O=O+Math.imul(f,Y)|0)+Math.imul(d,$)|0))<<13)|0,ee=((U=U+Math.imul(d,Y)|0)+(O>>>13)|0)+(f>>>26)|0,f&=67108863,T=Math.imul(S,B),O=(O=Math.imul(S,L))+Math.imul(M,B)|0,U=Math.imul(M,L),T=T+Math.imul(A,D)|0,O=(O=O+Math.imul(A,z)|0)+Math.imul(E,D)|0,U=U+Math.imul(E,z)|0,T=T+Math.imul(k,H)|0,O=(O=O+Math.imul(k,G)|0)+Math.imul(x,H)|0,U=U+Math.imul(x,G)|0,T=T+Math.imul(w,V)|0,O=(O=O+Math.imul(w,W)|0)+Math.imul(_,V)|0,U=U+Math.imul(_,W)|0,T=T+Math.imul(v,Z)|0,O=(O=O+Math.imul(v,K)|0)+Math.imul(b,Z)|0,U=U+Math.imul(b,K)|0,T=T+Math.imul(g,Q)|0,O=(O=O+Math.imul(g,J)|0)+Math.imul(y,Q)|0,U=U+Math.imul(y,J)|0,p=(ee+(T+Math.imul(p,$)|0)|0)+((8191&(O=(O=O+Math.imul(p,Y)|0)+Math.imul(m,$)|0))<<13)|0,ee=((U=U+Math.imul(m,Y)|0)+(O>>>13)|0)+(p>>>26)|0,p&=67108863,T=Math.imul(S,D),O=(O=Math.imul(S,z))+Math.imul(M,D)|0,U=Math.imul(M,z),T=T+Math.imul(A,H)|0,O=(O=O+Math.imul(A,G)|0)+Math.imul(E,H)|0,U=U+Math.imul(E,G)|0,T=T+Math.imul(k,V)|0,O=(O=O+Math.imul(k,W)|0)+Math.imul(x,V)|0,U=U+Math.imul(x,W)|0,T=T+Math.imul(w,Z)|0,O=(O=O+Math.imul(w,K)|0)+Math.imul(_,Z)|0,U=U+Math.imul(_,K)|0,T=T+Math.imul(v,Q)|0,O=(O=O+Math.imul(v,J)|0)+Math.imul(b,Q)|0,U=U+Math.imul(b,J)|0,g=(ee+(T+Math.imul(g,$)|0)|0)+((8191&(O=(O=O+Math.imul(g,Y)|0)+Math.imul(y,$)|0))<<13)|0,ee=((U=U+Math.imul(y,Y)|0)+(O>>>13)|0)+(g>>>26)|0,g&=67108863,T=Math.imul(S,H),O=(O=Math.imul(S,G))+Math.imul(M,H)|0,U=Math.imul(M,G),T=T+Math.imul(A,V)|0,O=(O=O+Math.imul(A,W)|0)+Math.imul(E,V)|0,U=U+Math.imul(E,W)|0,T=T+Math.imul(k,Z)|0,O=(O=O+Math.imul(k,K)|0)+Math.imul(x,Z)|0,U=U+Math.imul(x,K)|0,T=T+Math.imul(w,Q)|0,O=(O=O+Math.imul(w,J)|0)+Math.imul(_,Q)|0,U=U+Math.imul(_,J)|0,v=(ee+(T+Math.imul(v,$)|0)|0)+((8191&(O=(O=O+Math.imul(v,Y)|0)+Math.imul(b,$)|0))<<13)|0,ee=((U=U+Math.imul(b,Y)|0)+(O>>>13)|0)+(v>>>26)|0,v&=67108863,T=Math.imul(S,V),O=(O=Math.imul(S,W))+Math.imul(M,V)|0,U=Math.imul(M,W),T=T+Math.imul(A,Z)|0,O=(O=O+Math.imul(A,K)|0)+Math.imul(E,Z)|0,U=U+Math.imul(E,K)|0,T=T+Math.imul(k,Q)|0,O=(O=O+Math.imul(k,J)|0)+Math.imul(x,Q)|0,U=U+Math.imul(x,J)|0,w=(ee+(T+Math.imul(w,$)|0)|0)+((8191&(O=(O=O+Math.imul(w,Y)|0)+Math.imul(_,$)|0))<<13)|0,ee=((U=U+Math.imul(_,Y)|0)+(O>>>13)|0)+(w>>>26)|0,w&=67108863,T=Math.imul(S,Z),O=(O=Math.imul(S,K))+Math.imul(M,Z)|0,U=Math.imul(M,K),T=T+Math.imul(A,Q)|0,O=(O=O+Math.imul(A,J)|0)+Math.imul(E,Q)|0,U=U+Math.imul(E,J)|0,k=(ee+(T+Math.imul(k,$)|0)|0)+((8191&(O=(O=O+Math.imul(k,Y)|0)+Math.imul(x,$)|0))<<13)|0,ee=((U=U+Math.imul(x,Y)|0)+(O>>>13)|0)+(k>>>26)|0,k&=67108863,T=Math.imul(S,Q),O=(O=Math.imul(S,J))+Math.imul(M,Q)|0,U=Math.imul(M,J),A=(ee+(T+Math.imul(A,$)|0)|0)+((8191&(O=(O=O+Math.imul(A,Y)|0)+Math.imul(E,$)|0))<<13)|0,ee=((U=U+Math.imul(E,Y)|0)+(O>>>13)|0)+(A>>>26)|0,A&=67108863,$=(ee+Math.imul(S,$)|0)+((8191&(O=(O=Math.imul(S,Y))+Math.imul(M,$)|0))<<13)|0,ee=((U=Math.imul(M,Y))+(O>>>13)|0)+($>>>26)|0,$&=67108863,a[0]=X,a[1]=F,a[2]=q,a[3]=n,a[4]=i,a[5]=s,a[6]=o,a[7]=e,a[8]=t,a[9]=u,a[10]=c,a[11]=f,a[12]=p,a[13]=g,a[14]=v,a[15]=w,a[16]=k,a[17]=A,a[18]=$,0!=ee&&(a[19]=ee,r.length++),r};function g(e,t,r){return(new y).mulp(e,t,r)}function y(e,t){this.x=e,this.y=t}Math.imul||(m=p),o.prototype.mulTo=function(e,t){var r=this.length+e.length;return t=(10===this.length&&10===e.length?m:r<63?p:r<1024?function(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,o=0;o<r.length-1;o++){for(var s=i,a=(i=0,67108863&n),u=Math.min(o,t.length-1),l=Math.max(0,o-e.length+1);l<=u;l++){var c,h=(0|e.words[o-l])*(0|t.words[l]);a=67108863&(c=(c=67108863&h)+a|0),i+=(s=(s=s+(h/67108864|0)|0)+(c>>>26)|0)>>>26,s&=67108863}r.words[o]=a,n=s,s=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}:g)(this,e,t)},y.prototype.makeRBT=function(e){for(var t=new Array(e),r=o.prototype._countBits(e)-1,n=0;n<e;n++)t[n]=this.revBin(n,r,e);return t},y.prototype.revBin=function(e,t,r){if(0===e||e===r-1)return e;for(var n=0,i=0;i<t;i++)n|=(1&e)<<t-i-1,e>>=1;return n},y.prototype.permute=function(e,t,r,n,i,o){for(var s=0;s<o;s++)n[s]=t[e[s]],i[s]=r[e[s]]},y.prototype.transform=function(e,t,r,n,i,o){this.permute(o,e,t,r,n,i);for(var s=1;s<i;s<<=1)for(var a=s<<1,u=Math.cos(2*Math.PI/a),l=Math.sin(2*Math.PI/a),c=0;c<i;c+=a)for(var h=u,f=l,d=0;d<s;d++){var p=r[c+d],m=n[c+d],g=r[c+d+s],y=h*g-f*(v=n[c+d+s]),v=h*v+f*g;r[c+d]=p+(g=y),n[c+d]=m+v,r[c+d+s]=p-g,n[c+d+s]=m-v,d!==a&&(y=u*h-l*f,f=u*f+l*h,h=y)}},y.prototype.guessLen13b=function(e,t){e=1&(n=1|Math.max(t,e));for(var r=0,n=n/2|0;n;n>>>=1)r++;return 1<<r+1+e},y.prototype.conjugate=function(e,t,r){if(!(r<=1))for(var n=0;n<r/2;n++){var i=e[n];e[n]=e[r-n-1],e[r-n-1]=i,i=t[n],t[n]=-t[r-n-1],t[r-n-1]=-i}},y.prototype.normalize13b=function(e,t){for(var r=0,n=0;n<t/2;n++){var i=8192*Math.round(e[2*n+1]/t)+Math.round(e[2*n]/t)+r;e[n]=67108863&i,r=i<67108864?0:i/67108864|0}return e},y.prototype.convert13b=function(e,t,r,i){for(var o=0,s=0;s<t;s++)o+=0|e[s],r[2*s]=8191&o,r[2*s+1]=8191&(o>>>=13),o>>>=13;for(s=2*t;s<i;++s)r[s]=0;n(0===o),n(0==(-8192&o))},y.prototype.stub=function(e){for(var t=new Array(e),r=0;r<e;r++)t[r]=0;return t},y.prototype.mulp=function(e,t,r){var n=2*this.guessLen13b(e.length,t.length),i=this.makeRBT(n),o=this.stub(n),s=new Array(n),a=new Array(n),u=new Array(n),l=new Array(n),c=new Array(n),h=new Array(n),f=r.words;f.length=n,this.convert13b(e.words,e.length,s,n),this.convert13b(t.words,t.length,l,n),this.transform(s,o,a,u,n,i),this.transform(l,o,c,h,n,i);for(var d=0;d<n;d++){var p=a[d]*c[d]-u[d]*h[d];u[d]=a[d]*h[d]+u[d]*c[d],a[d]=p}return this.conjugate(a,u,n),this.transform(a,u,f,o,n,i),this.conjugate(f,o,n),this.normalize13b(f,n),r.negative=e.negative^t.negative,r.length=e.length+t.length,r.strip()},o.prototype.mul=function(e){var t=new o(null);return t.words=new Array(this.length+e.length),this.mulTo(e,t)},o.prototype.mulf=function(e){var t=new o(null);return t.words=new Array(this.length+e.length),g(this,e,t)},o.prototype.imul=function(e){return this.clone().mulTo(e,this)},o.prototype.imuln=function(e){n("number"==typeof e),n(e<67108864);for(var t=0,r=0;r<this.length;r++){var i=(0|this.words[r])*e,o=(67108863&i)+(67108863&t);t>>=26,t+=i/67108864|0,t+=o>>>26,this.words[r]=67108863&o}return 0!==t&&(this.words[r]=t,this.length++),this},o.prototype.muln=function(e){return this.clone().imuln(e)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r<t.length;r++){var n=r%26;t[r]=(e.words[r/26|0]&1<<n)>>>n}return t}(e);if(0===t.length)return new o(1);for(var r=this,n=0;n<t.length&&0===t[n];n++,r=r.sqr());if(++n<t.length)for(var i=r.sqr();n<t.length;n++,i=i.sqr())0!==t[n]&&(r=r.mul(i));return r},o.prototype.iushln=function(e){n("number"==typeof e&&0<=e);var t=e%26,r=(e-t)/26,i=67108863>>>26-t<<26-t;if(0!=t){for(var o=0,s=0;s<this.length;s++){var a=this.words[s]&i,u=(0|this.words[s])-a<<t;this.words[s]=u|o,o=a>>>26-t}o&&(this.words[s]=o,this.length++)}if(0!=r){for(s=this.length-1;0<=s;s--)this.words[s+r]=this.words[s];for(s=0;s<r;s++)this.words[s]=0;this.length+=r}return this.strip()},o.prototype.ishln=function(e){return n(0===this.negative),this.iushln(e)},o.prototype.iushrn=function(e,t,r){n("number"==typeof e&&0<=e);var i=t?(t-t%26)/26:0,o=e%26,s=Math.min((e-o)/26,this.length),a=67108863^67108863>>>o<<o,u=r;if(i-=s,i=Math.max(0,i),u){for(var l=0;l<s;l++)u.words[l]=this.words[l];u.length=s}if(0!==s)if(this.length>s)for(this.length-=s,l=0;l<this.length;l++)this.words[l]=this.words[l+s];else this.words[0]=0,this.length=1;var c=0;for(l=this.length-1;0<=l&&(0!==c||i<=l);l--){var h=0|this.words[l];this.words[l]=c<<26-o|h>>>o,c=h&a}return u&&0!==c&&(u.words[u.length++]=c),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},o.prototype.shln=function(e){return this.clone().ishln(e)},o.prototype.ushln=function(e){return this.clone().iushln(e)},o.prototype.shrn=function(e){return this.clone().ishrn(e)},o.prototype.ushrn=function(e){return this.clone().iushrn(e)},o.prototype.testn=function(e){n("number"==typeof e&&0<=e);var t=e%26;return e=(e-t)/26,!(this.length<=e||!(this.words[e]&1<<t))},o.prototype.imaskn=function(e){n("number"==typeof e&&0<=e);var t=e%26;return e=(e-t)/26,n(0===this.negative,"imaskn works only with positive numbers"),this.length<=e?this:(0!=t&&e++,this.length=Math.min(e,this.length),0!=t&&(this.words[this.length-1]&=67108863^67108863>>>t<<t),this.strip())},o.prototype.maskn=function(e){return this.clone().imaskn(e)},o.prototype.iaddn=function(e){return n("number"==typeof e),n(e<67108864),e<0?this.isubn(-e):0!==this.negative?(1===this.length&&(0|this.words[0])<e?(this.words[0]=e-(0|this.words[0]),this.negative=0):(this.negative=0,this.isubn(e),this.negative=1),this):this._iaddn(e)},o.prototype._iaddn=function(e){this.words[0]+=e;for(var t=0;t<this.length&&67108864<=this.words[t];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},o.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<this.length&&this.words[t]<0;t++)this.words[t]+=67108864,--this.words[t+1];return this.strip()},o.prototype.addn=function(e){return this.clone().iaddn(e)},o.prototype.subn=function(e){return this.clone().isubn(e)},o.prototype.iabs=function(){return this.negative=0,this},o.prototype.abs=function(){return this.clone().iabs()},o.prototype._ishlnsubmul=function(e,t,r){var i=e.length+r;this._expand(i);for(var o=0,s=0;s<e.length;s++){var a=(0|this.words[s+r])+o,u=(0|e.words[s])*t;o=((a-=67108863&u)>>26)-(u/67108864|0),this.words[s+r]=67108863&a}for(;s<this.length-r;s++)o=(a=(0|this.words[s+r])+o)>>26,this.words[s+r]=67108863&a;if(0===o)return this.strip();for(n(-1===o),s=o=0;s<this.length;s++)o=(a=-(0|this.words[s])+o)>>26,this.words[s]=67108863&a;return this.negative=1,this.strip()},o.prototype._wordDiv=function(e,t){var r=(this.length,e.length),n=this.clone(),i=e,s=0|i.words[i.length-1];0!=(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var a,u=n.length-i.length;if("mod"!==t){(a=new o(null)).length=1+u,a.words=new Array(a.length);for(var l=0;l<a.length;l++)a.words[l]=0}0===(e=n.clone()._ishlnsubmul(i,1,u)).negative&&(n=e,a&&(a.words[u]=1));for(var c=u-1;0<=c;c--){var h=67108864*(0|n.words[i.length+c])+(0|n.words[i.length+c-1]);for(h=Math.min(h/s|0,67108863),n._ishlnsubmul(i,h,c);0!==n.negative;)h--,n.negative=0,n._ishlnsubmul(i,1,c),n.isZero()||(n.negative^=1);a&&(a.words[c]=h)}return a&&a.strip(),n.strip(),"div"!==t&&0!=r&&n.iushrn(r),{div:a||null,mod:n}},o.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new o(0),mod:new o(0)}:0!==this.negative&&0===e.negative?(a=this.neg().divmod(e,t),"mod"!==t&&(i=a.div.neg()),"div"!==t&&(s=a.mod.neg(),r&&0!==s.negative&&s.iadd(e)),{div:i,mod:s}):0===this.negative&&0!==e.negative?(a=this.divmod(e.neg(),t),{div:i="mod"!==t?a.div.neg():i,mod:a.mod}):0!=(this.negative&e.negative)?(a=this.neg().divmod(e.neg(),t),"div"!==t&&(s=a.mod.neg(),r&&0!==s.negative&&s.isub(e)),{div:a.div,mod:s}):e.length>this.length||this.cmp(e)<0?{div:new o(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new o(this.modn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new o(this.modn(e.words[0]))}:this._wordDiv(e,t);var i,s,a},o.prototype.div=function(e){return this.divmod(e,"div",!1).div},o.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},o.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},o.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);return e=e.andln(1),(n=r.cmp(n))<0||1===e&&0===n?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},o.prototype.modn=function(e){n(e<=67108863);for(var t=(1<<26)%e,r=0,i=this.length-1;0<=i;i--)r=(t*r+(0|this.words[i]))%e;return r},o.prototype.idivn=function(e){n(e<=67108863);for(var t=0,r=this.length-1;0<=r;r--){var i=(0|this.words[r])+67108864*t;this.words[r]=i/e|0,t=i%e}return this.strip()},o.prototype.divn=function(e){return this.clone().idivn(e)},o.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());for(var t=this,r=e.clone(),i=(t=0!==t.negative?t.umod(e):t.clone(),new o(1)),s=new o(0),a=new o(0),u=new o(1),l=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++l;for(var c=r.clone(),h=t.clone();!t.isZero();){for(var f=0,d=1;0==(t.words[0]&d)&&f<26;++f,d<<=1);if(0<f)for(t.iushrn(f);0<f--;)(i.isOdd()||s.isOdd())&&(i.iadd(c),s.isub(h)),i.iushrn(1),s.iushrn(1);for(var p=0,m=1;0==(r.words[0]&m)&&p<26;++p,m<<=1);if(0<p)for(r.iushrn(p);0<p--;)(a.isOdd()||u.isOdd())&&(a.iadd(c),u.isub(h)),a.iushrn(1),u.iushrn(1);0<=t.cmp(r)?(t.isub(r),i.isub(a),s.isub(u)):(r.isub(t),a.isub(i),u.isub(s))}return{a:a,b:u,gcd:r.iushln(l)}},o.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());for(var t,r=this,i=e.clone(),s=(r=0!==r.negative?r.umod(e):r.clone(),new o(1)),a=new o(0),u=i.clone();0<r.cmpn(1)&&0<i.cmpn(1);){for(var l=0,c=1;0==(r.words[0]&c)&&l<26;++l,c<<=1);if(0<l)for(r.iushrn(l);0<l--;)s.isOdd()&&s.iadd(u),s.iushrn(1);for(var h=0,f=1;0==(i.words[0]&f)&&h<26;++h,f<<=1);if(0<h)for(i.iushrn(h);0<h--;)a.isOdd()&&a.iadd(u),a.iushrn(1);0<=r.cmp(i)?(r.isub(i),s.isub(a)):(i.isub(r),a.isub(s))}return(t=0===r.cmpn(1)?s:a).cmpn(0)<0&&t.iadd(e),t},o.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;for(var n=r.negative=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=t.cmp(r);if(i<0){var o=t;t=r,r=o}else if(0===i||0===r.cmpn(1))break;t.isub(r)}return r.iushln(n)},o.prototype.invm=function(e){return this.egcd(e).a.umod(e)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(e){return this.words[0]&e},o.prototype.bincn=function(e){n("number"==typeof e),e=(e-(t=e%26))/26;var t=1<<t;if(this.length<=e)return this._expand(1+e),this.words[e]|=t,this;for(var r=t,i=e;0!==r&&i<this.length;i++){var o=0|this.words[i];r=(o+=r)>>>26,o&=67108863,this.words[i]=o}return 0!==r&&(this.words[i]=r,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(e){var t=e<0;return 0===this.negative||t?0===this.negative&&t?1:(this.strip(),e=1<this.length?1:(n((e=t?-e:e)<=67108863,"Number is too big"),(t=0|this.words[0])===e?0:t<e?-1:1),0!==this.negative?0|-e:e):-1},o.prototype.cmp=function(e){return 0!==this.negative&&0===e.negative?-1:0===this.negative&&0!==e.negative?1:(e=this.ucmp(e),0!==this.negative?0|-e:e)},o.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var t=0,r=this.length-1;0<=r;r--){var n=0|this.words[r],i=0|e.words[r];if(n!=i){n<i?t=-1:i<n&&(t=1);break}}return t},o.prototype.gtn=function(e){return 1===this.cmpn(e)},o.prototype.gt=function(e){return 1===this.cmp(e)},o.prototype.gten=function(e){return 0<=this.cmpn(e)},o.prototype.gte=function(e){return 0<=this.cmp(e)},o.prototype.ltn=function(e){return-1===this.cmpn(e)},o.prototype.lt=function(e){return-1===this.cmp(e)},o.prototype.lten=function(e){return this.cmpn(e)<=0},o.prototype.lte=function(e){return this.cmp(e)<=0},o.prototype.eqn=function(e){return 0===this.cmpn(e)},o.prototype.eq=function(e){return 0===this.cmp(e)},o.red=function(e){return new A(e)},o.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)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(e){return this.red=e,this},o.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},o.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},o.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},o.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},o.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},o.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},o.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},o.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var v={k256:null,p224:null,p192:null,p25519:null};function b(e,t){this.name=e,this.p=new o(t,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function w(){b.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function _(){b.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function k(){b.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function x(){b.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function A(e){var t;"string"==typeof e?(t=o._prime(e),this.m=t.p,this.prime=t):(n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null)}function E(e){A.call(this,e),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(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)}b.prototype._tmp=function(){var e=new o(null);return e.words=new Array(Math.ceil(this.n/13)),e},b.prototype.ireduce=function(e){for(var t,r=e;this.split(r,this.tmp),(t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength())>this.n;);return 0===(e=t<this.n?-1:r.ucmp(this.p))?(r.words[0]=0,r.length=1):0<e?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},b.prototype.split=function(e,t){e.iushrn(this.n,0,t)},b.prototype.imulK=function(e){return e.imul(this.k)},i(w,b),w.prototype.split=function(e,t){for(var r=Math.min(e.length,9),n=0;n<r;n++)t.words[n]=e.words[n];if(t.length=r,e.length<=9)return e.words[0]=0,void(e.length=1);var i=e.words[9];for(t.words[t.length++]=4194303&i,n=10;n<e.length;n++){var o=0|e.words[n];e.words[n-10]=(4194303&o)<<4|i>>>22,i=o}0==(e.words[n-10]=i>>>=22)&&10<e.length?e.length-=10:e.length-=9},w.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<e.length;r++){var n=0|e.words[r];t+=977*n,e.words[r]=67108863&t,t=64*n+(t/67108864|0)}return 0===e.words[e.length-1]&&(e.length--,0===e.words[e.length-1]&&e.length--),e},i(_,b),i(k,b),i(x,b),x.prototype.imulK=function(e){for(var t=0,r=0;r<e.length;r++){var n=19*(0|e.words[r])+t,i=67108863&n;n>>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},o._prime=function(e){if(v[e])return v[e];var t;if("k256"===e)t=new w;else if("p224"===e)t=new _;else if("p192"===e)t=new k;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new x}return v[e]=t},A.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},A.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")},A.prototype.imod=function(e){return(this.prime?this.prime.ireduce(e):e.umod(this.m))._forceRed(this)},A.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},A.prototype.add=function(e,t){return this._verify2(e,t),0<=(t=e.add(t)).cmp(this.m)&&t.isub(this.m),t._forceRed(this)},A.prototype.iadd=function(e,t){return this._verify2(e,t),0<=(t=e.iadd(t)).cmp(this.m)&&t.isub(this.m),t},A.prototype.sub=function(e,t){return this._verify2(e,t),(t=e.sub(t)).cmpn(0)<0&&t.iadd(this.m),t._forceRed(this)},A.prototype.isub=function(e,t){return this._verify2(e,t),(t=e.isub(t)).cmpn(0)<0&&t.iadd(this.m),t},A.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},A.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},A.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},A.prototype.isqr=function(e){return this.imul(e,e.clone())},A.prototype.sqr=function(e){return this.mul(e,e)},A.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2==1),3===t)return t=this.m.add(new o(1)).iushrn(2),this.pow(e,t);for(var r=this.m.subn(1),i=0;!r.isZero()&&0===r.andln(1);)i++,r.iushrn(1);n(!r.isZero());for(var s=new o(1).toRed(this),a=s.redNeg(),u=this.m.subn(1).iushrn(1),l=new o(2*(l=this.m.bitLength())*l).toRed(this);0!==this.pow(l,u).cmp(a);)l.redIAdd(a);for(var c=this.pow(l,r),h=this.pow(e,r.addn(1).iushrn(1)),f=this.pow(e,r),d=i;0!==f.cmp(s);){for(var p=f,m=0;0!==p.cmp(s);m++)p=p.redSqr();n(m<d);var g=this.pow(c,new o(1).iushln(d-m-1));h=h.redMul(g),c=g.redSqr(),f=f.redMul(c),d=m}return h},A.prototype.invm=function(e){return 0!==(e=e._invmp(this.m)).negative?(e.negative=0,this.imod(e).redNeg()):this.imod(e)},A.prototype.pow=function(e,t){if(t.isZero())return new o(1).toRed(this);if(0===t.cmpn(1))return e.clone();var r=new Array(16);r[0]=new o(1).toRed(this),r[1]=e;for(var n=2;n<r.length;n++)r[n]=this.mul(r[n-1],e);var i=r[0],s=0,a=0,u=t.bitLength()%26;for(0===u&&(u=26),n=t.length-1;0<=n;n--){for(var l=t.words[n],c=u-1;0<=c;c--){var h=l>>c&1;i!==r[0]&&(i=this.sqr(i)),0!=h||0!==s?(s<<=1,s|=h,(4==++a||0===n&&0===c)&&(i=this.mul(i,r[s]),s=a=0)):a=0}u=26}return i},A.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},A.prototype.convertFrom=function(e){return(e=e.clone()).red=null,e},o.mont=function(e){return new E(e)},i(E,A),E.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},E.prototype.convertFrom=function(e){return(e=this.imod(e.mul(this.rinv))).red=null,e},E.prototype.imul=function(e,t){return e.isZero()||t.isZero()?(e.words[0]=0,e.length=1,e):(t=(e=e.imul(t)).maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),t=e=e.isub(t).iushrn(this.shift),0<=e.cmp(this.m)?t=e.isub(this.m):e.cmpn(0)<0&&(t=e.iadd(this.m)),t._forceRed(this))},E.prototype.mul=function(e,t){return e.isZero()||t.isZero()?new o(0)._forceRed(this):(t=(e=e.mul(t)).maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),t=e=e.isub(t).iushrn(this.shift),0<=e.cmp(this.m)?t=e.isub(this.m):e.cmpn(0)<0&&(t=e.iadd(this.m)),t._forceRed(this))},E.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(void 0===t||t,this)},{buffer:11}],10:[function(e,t,n){(function(e){(function(){t.exports=function(t){return t=new Uint8Array(t),(e.crypto||e.msCrypto).getRandomValues(t),t}}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],11:[function(e,t,r){},{}],12:[function(e,t,r){"use strict";r.version=e("../package.json").version,r.utils=e("./elliptic/utils"),r.rand=e("brorand"),r.curve=e("./elliptic/curve"),r.curves=e("./elliptic/curves"),r.ec=e("./elliptic/ec"),r.eddsa=e("./elliptic/eddsa")},{"../package.json":25,"./elliptic/curve":15,"./elliptic/curves":18,"./elliptic/ec":19,"./elliptic/eddsa":22,"./elliptic/utils":24,brorand:10}],13:[function(e,t,r){"use strict";var n=e("bn.js"),i=e("../utils"),o=i.getNAF,s=i.getJSF,a=i.assert;function u(e,t){this.type=e,this.p=new n(t.p,16),this.red=t.prime?n.red(t.prime):n.mont(this.p),this.zero=new n(0).toRed(this.red),this.one=new n(1).toRed(this.red),this.two=new n(2).toRed(this.red),this.n=t.n&&new n(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,!(t=this.n&&this.p.div(this.n))||0<t.cmpn(100)?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function l(e,t){this.curve=e,this.type=t,this.precomputed=null}(t.exports=u).prototype.point=function(){throw new Error("Not implemented")},u.prototype.validate=function(){throw new Error("Not implemented")},u.prototype._fixedNafMul=function(e,t){a(e.precomputed);var r=e._getDoubles(),n=o(t,1,this._bitLength);t=(1<<r.step+1)-(r.step%2==0?2:1),t/=3;for(var i=[],s=0;s<n.length;s+=r.step){for(var u=0,l=s+r.step-1;s<=l;l--)u=(u<<1)+n[l];i.push(u)}for(var c=this.jpoint(null,null,null),h=this.jpoint(null,null,null),f=t;0<f;f--){for(s=0;s<i.length;s++)(u=i[s])===f?h=h.mixedAdd(r.points[s]):u===-f&&(h=h.mixedAdd(r.points[s].neg()));c=c.add(h)}return c.toP()},u.prototype._wnafMul=function(e,t){for(var r=e._getNAFPoints(4),n=r.wnd,i=r.points,s=o(t,n,this._bitLength),u=this.jpoint(null,null,null),l=s.length-1;0<=l;l--){for(var c=0;0<=l&&0===s[l];l--)c++;if(0<=l&&c++,u=u.dblp(c),l<0)break;var h=s[l];a(0!==h),u="affine"===e.type?0<h?u.mixedAdd(i[h-1>>1]):u.mixedAdd(i[-h-1>>1].neg()):0<h?u.add(i[h-1>>1]):u.add(i[-h-1>>1].neg())}return"affine"===e.type?u.toP():u},u.prototype._wnafMulAdd=function(e,t,r,n,i){for(var a=this._wnafT1,u=this._wnafT2,l=this._wnafT3,c=0,h=0;h<n;h++){var f,d=(f=t[h])._getNAFPoints(e);a[h]=d.wnd,u[h]=d.points}for(h=n-1;1<=h;h-=2){var p=h-1,m=h;if(1===a[p]&&1===a[m]){var g=[t[p],null,null,t[m]];0===t[p].y.cmp(t[m].y)?(g[1]=t[p].add(t[m]),g[2]=t[p].toJ().mixedAdd(t[m].neg())):0===t[p].y.cmp(t[m].y.redNeg())?(g[1]=t[p].toJ().mixedAdd(t[m]),g[2]=t[p].add(t[m].neg())):(g[1]=t[p].toJ().mixedAdd(t[m]),g[2]=t[p].toJ().mixedAdd(t[m].neg()));var y=[-3,-1,-5,-7,0,7,5,1,3],v=s(r[p],r[m]);for(c=Math.max(v[0].length,c),l[p]=new Array(c),l[m]=new Array(c),E=0;E<c;E++){var b=0|v[0][E],w=0|v[1][E];l[p][E]=y[3*(1+b)+(1+w)],l[m][E]=0,u[p]=g}}else l[p]=o(r[p],a[p],this._bitLength),l[m]=o(r[m],a[m],this._bitLength),c=Math.max(l[p].length,c),c=Math.max(l[m].length,c)}var _=this.jpoint(null,null,null),k=this._wnafT4;for(h=c;0<=h;h--){for(var x=0;0<=h;){for(var A=!0,E=0;E<n;E++)k[E]=0|l[E][h],0!==k[E]&&(A=!1);if(!A)break;x++,h--}if(0<=h&&x++,_=_.dblp(x),h<0)break;for(E=0;E<n;E++){var S=k[E];0!==S&&(0<S?f=u[E][S-1>>1]:S<0&&(f=u[E][-S-1>>1].neg()),_="affine"===f.type?_.mixedAdd(f):_.add(f))}}for(h=0;h<n;h++)u[h]=null;return i?_:_.toP()},(u.BasePoint=l).prototype.eq=function(){throw new Error("Not implemented")},l.prototype.validate=function(){return this.curve.validate(this)},u.prototype.decodePoint=function(e,t){if(e=i.toArray(e,t),t=this.p.byteLength(),(4===e[0]||6===e[0]||7===e[0])&&e.length-1==2*t)return 6===e[0]?a(e[e.length-1]%2==0):7===e[0]&&a(e[e.length-1]%2==1),this.point(e.slice(1,1+t),e.slice(1+t,1+2*t));if((2===e[0]||3===e[0])&&e.length-1===t)return this.pointFromX(e.slice(1,1+t),3===e[0]);throw new Error("Unknown point format")},l.prototype.encodeCompressed=function(e){return this.encode(e,!0)},l.prototype._encode=function(e){var t=this.curve.p.byteLength(),r=this.getX().toArray("be",t);return e?[this.getY().isEven()?2:3].concat(r):[4].concat(r,this.getY().toArray("be",t))},l.prototype.encode=function(e,t){return i.encode(this._encode(t),e)},l.prototype.precompute=function(e){if(this.precomputed)return this;var t={doubles:null,naf:null,beta:null};return t.naf=this._getNAFPoints(8),t.doubles=this._getDoubles(4,e),t.beta=this._getBeta(),this.precomputed=t,this},l.prototype._hasDoubles=function(e){if(!this.precomputed)return!1;var t=this.precomputed.doubles;return!!t&&t.points.length>=Math.ceil((e.bitLength()+1)/t.step)},l.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],n=this,i=0;i<t;i+=e){for(var o=0;o<e;o++)n=n.dbl();r.push(n)}return{step:e,points:r}},l.prototype._getNAFPoints=function(e){if(this.precomputed&&this.precomputed.naf)return this.precomputed.naf;for(var t=[this],r=(1<<e)-1,n=1==r?null:this.dbl(),i=1;i<r;i++)t[i]=t[i-1].add(n);return{wnd:e,points:t}},l.prototype._getBeta=function(){return null},l.prototype.dblp=function(e){for(var t=this,r=0;r<e;r++)t=t.dbl();return t}},{"../utils":24,"bn.js":9}],14:[function(e,t,r){t.exports={}},{}],15:[function(e,t,r){"use strict";r.base=e("./base"),r.short=e("./short"),r.mont=e("./mont"),r.edwards=e("./edwards")},{"./base":13,"./edwards":14,"./mont":16,"./short":17}],16:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],17:[function(e,t,r){"use strict";var n=e("../utils"),i=e("bn.js"),o=e("inherits"),s=e("./base"),a=n.assert;function u(e){s.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 l(e,t,r,n){s.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 c(e,t,r,n){s.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}o(u,s),(t.exports=u).prototype._getEndomorphism=function(e){var t,r,n;if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3))return r=(e.beta?new i(e.beta,16):r=(n=this._getEndoRoots(this.p))[0].cmp(n[1])<0?n[0]:n[1]).toRed(this.red),e.lambda?t=new i(e.lambda,16):(n=this._getEndoRoots(this.n),0===this.g.mul(n[0]).x.cmp(this.g.x.redMul(r))?t=n[0]:(t=n[1],a(0===this.g.mul(t).x.cmp(this.g.x.redMul(r))))),{beta:r,lambda:t,basis:e.basis?e.basis.map((function(e){return{a:new i(e.a,16),b:new i(e.b,16)}})):this._getEndoBasis(t)}},u.prototype._getEndoRoots=function(e){var t=e===this.p?this.red:i.mont(e),r=(e=(r=new i(2).toRed(t).redInvm()).redNeg(),new i(3).toRed(t).redNeg().redSqrt().redMul(r));return[e.redAdd(r).fromRed(),e.redSub(r).fromRed()]},u.prototype._getEndoBasis=function(e){for(var t,r,n,o,s,a=this.n.ushrn(Math.floor(this.n.bitLength()/2)),u=e,l=this.n.clone(),c=new i(1),h=new i(0),f=new i(0),d=new i(1),p=0;0!==u.cmpn(0);){var m=l.div(u),g=l.sub(m.mul(u)),y=f.sub(m.mul(c));if(m=d.sub(m.mul(h)),!n&&g.cmp(a)<0)t=s.neg(),r=c,n=g.neg(),o=y;else if(n&&2==++p)break;l=u,u=s=g,f=c,c=y,d=h,h=m}var v=g.neg(),b=y;return e=n.sqr().add(o.sqr()),0<=v.sqr().add(b.sqr()).cmp(e)&&(v=t,b=r),n.negative&&(n=n.neg(),o=o.neg()),v.negative&&(v=v.neg(),b=b.neg()),[{a:n,b:o},{a:v,b:b}]},u.prototype._endoSplit=function(e){var t=(o=this.endo.basis)[0],r=(s=o[1]).b.mul(e).divRound(this.n),n=t.b.neg().mul(e).divRound(this.n),i=r.mul(t.a),o=n.mul(s.a),s=(t=r.mul(t.b),n.mul(s.b));return{k1:e.sub(i).sub(o),k2:t.add(s).neg()}},u.prototype.pointFromX=function(e,t){var r=(e=(e=new i(e,16)).red?e:e.toRed(this.red)).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");return r=n.fromRed().isOdd(),(t&&!r||!t&&r)&&(n=n.redNeg()),this.point(e,n)},u.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,r=e.y;return e=this.a.redMul(t),e=t.redSqr().redMul(t).redIAdd(e).redIAdd(this.b),0===r.redSqr().redISub(e).cmpn(0)},u.prototype._endoWnafMulAdd=function(e,t,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,o=0;o<e.length;o++){var s=this._endoSplit(t[o]),a=e[o],u=a._getBeta();s.k1.negative&&(s.k1.ineg(),a=a.neg(!0)),s.k2.negative&&(s.k2.ineg(),u=u.neg(!0)),n[2*o]=a,n[2*o+1]=u,i[2*o]=s.k1,i[2*o+1]=s.k2}r=this._wnafMulAdd(1,n,i,2*o,r);for(var l=0;l<2*o;l++)n[l]=null,i[l]=null;return r},o(l,s.BasePoint),u.prototype.point=function(e,t,r){return new l(this,e,t,r)},u.prototype.pointFromJSON=function(e,t){return l.fromJSON(this,e,t)},l.prototype._getBeta=function(){if(this.curve.endo){var e=this.precomputed;if(e&&e.beta)return e.beta;var t,r,n=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);return e&&(t=this.curve,r=function(e){return t.point(e.x.redMul(t.endo.beta),e.y)},(e.beta=n).precomputed={beta:null,naf:e.naf&&{wnd:e.naf.wnd,points:e.naf.points.map(r)},doubles:e.doubles&&{step:e.doubles.step,points:e.doubles.points.map(r)}}),n}},l.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]},l.fromJSON=function(e,t,r){"string"==typeof t&&(t=JSON.parse(t));var n=e.point(t[0],t[1],r);if(!t[2])return n;function i(t){return e.point(t[0],t[1],r)}return t=t[2],n.precomputed={beta:null,doubles:t.doubles&&{step:t.doubles.step,points:[n].concat(t.doubles.points.map(i))},naf:t.naf&&{wnd:t.naf.wnd,points:[n].concat(t.naf.points.map(i))}},n},l.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"},l.prototype.isInfinity=function(){return this.inf},l.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);e=(t=0!==(t=this.y.redSub(e.y)).cmpn(0)?t.redMul(this.x.redSub(e.x).redInvm()):t).redSqr().redISub(this.x).redISub(e.x);var t=t.redMul(this.x.redSub(e)).redISub(this.y);return this.curve.point(e,t)},l.prototype.dbl=function(){if(this.inf)return this;if(0===(r=this.y.redAdd(this.y)).cmpn(0))return this.curve.point(null,null);var e=this.curve.a,t=this.x.redSqr(),r=r.redInvm();return r=(e=t.redAdd(t).redIAdd(t).redIAdd(e).redMul(r)).redSqr().redISub(this.x.redAdd(this.x)),e=e.redMul(this.x.redSub(r)).redISub(this.y),this.curve.point(r,e)},l.prototype.getX=function(){return this.x.fromRed()},l.prototype.getY=function(){return this.y.fromRed()},l.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)},l.prototype.mulAdd=function(e,t,r){return t=[this,t],r=[e,r],this.curve.endo?this.curve._endoWnafMulAdd(t,r):this.curve._wnafMulAdd(1,t,r,2)},l.prototype.jmulAdd=function(e,t,r){return t=[this,t],r=[e,r],this.curve.endo?this.curve._endoWnafMulAdd(t,r,!0):this.curve._wnafMulAdd(1,t,r,2,!0)},l.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))},l.prototype.neg=function(e){if(this.inf)return this;var t,r=this.curve.point(this.x,this.y.redNeg());return e&&this.precomputed&&(t=this.precomputed,e=function(e){return e.neg()},r.precomputed={naf:t.naf&&{wnd:t.naf.wnd,points:t.naf.points.map(e)},doubles:t.doubles&&{step:t.doubles.step,points:t.doubles.points.map(e)}}),r},l.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},o(c,s.BasePoint),u.prototype.jpoint=function(e,t,r){return new c(this,e,t,r)},c.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=(r=this.z.redInvm()).redSqr(),t=this.x.redMul(e),r=this.y.redMul(e).redMul(r);return this.curve.point(t,r)},c.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},c.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),o=this.y.redMul(t.redMul(e.z)),s=e.y.redMul(r.redMul(this.z));return t=n.redSub(i),r=o.redSub(s),0===t.cmpn(0)?0!==r.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl():(s=(i=t.redSqr()).redMul(t),n=n.redMul(i),i=r.redSqr().redIAdd(s).redISub(n).redISub(n),s=r.redMul(n.redISub(i)).redISub(o.redMul(s)),t=this.z.redMul(e.z).redMul(t),this.curve.jpoint(i,s,t))},c.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,o=e.y.redMul(t).redMul(this.z);return e=r.redSub(n),t=i.redSub(o),0===e.cmpn(0)?0!==t.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl():(o=(n=e.redSqr()).redMul(e),r=r.redMul(n),n=t.redSqr().redIAdd(o).redISub(r).redISub(r),o=t.redMul(r.redISub(n)).redISub(i.redMul(o)),e=this.z.redMul(e),this.curve.jpoint(n,o,e))},c.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<e;r++)t=t.dbl();return t}var n=this.curve.a,i=this.curve.tinv,o=this.x,s=this.y,a=this.z,u=a.redSqr().redSqr(),l=s.redAdd(s);for(r=0;r<e;r++){var c=o.redSqr(),h=(d=l.redSqr()).redSqr(),f=c.redAdd(c).redIAdd(c).redIAdd(n.redMul(u)),d=(c=o.redMul(d),f.redSqr().redISub(c.redAdd(c)));c=c.redISub(d),f=(f=f.redMul(c)).redIAdd(f).redISub(h),c=l.redMul(a),r+1<e&&(u=u.redMul(h)),o=d,a=c,l=f}return this.curve.jpoint(o,l.redMul(i),a)},c.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()},c.prototype._zeroDbl=function(){var e,t,r,n,i,o=this.zOne?(r=this.x.redSqr(),e=(n=this.y.redSqr()).redSqr(),i=(i=this.x.redAdd(n).redSqr().redISub(r).redISub(e)).redIAdd(i),n=(t=r.redAdd(r).redIAdd(r)).redSqr().redISub(i).redISub(i),r=(r=(r=e.redIAdd(e)).redIAdd(r)).redIAdd(r),t=t.redMul(i.redISub(e=n)).redISub(r),this.y.redAdd(this.y)):(i=this.x.redSqr(),o=(n=this.y.redSqr()).redSqr(),r=(r=this.x.redAdd(n).redSqr().redISub(i).redISub(o)).redIAdd(r),i=(n=i.redAdd(i).redIAdd(i)).redSqr(),o=(o=(o=o.redIAdd(o)).redIAdd(o)).redIAdd(o),e=i.redISub(r).redISub(r),t=n.redMul(r.redISub(e)).redISub(o),(o=this.y.redMul(this.z)).redIAdd(o));return this.curve.jpoint(e,t,o)},c.prototype._threeDbl=function(){var e,t,r,n,i,o,s,a;return this.zOne?(s=this.x.redSqr(),r=(e=this.y.redSqr()).redSqr(),o=(o=this.x.redAdd(e).redSqr().redISub(s).redISub(r)).redIAdd(o),t=n=(a=s.redAdd(s).redIAdd(s).redIAdd(this.curve.a)).redSqr().redISub(o).redISub(o),i=(i=(i=r.redIAdd(r)).redIAdd(i)).redIAdd(i),e=a.redMul(o.redISub(n)).redISub(i),s=this.y.redAdd(this.y)):(r=this.z.redSqr(),a=this.y.redSqr(),o=this.x.redMul(a),n=(n=this.x.redSub(r).redMul(this.x.redAdd(r))).redAdd(n).redIAdd(n),o=(i=(i=o.redIAdd(o)).redIAdd(i)).redAdd(i),t=n.redSqr().redISub(o),s=this.y.redAdd(this.z).redSqr().redISub(a).redISub(r),a=(a=(a=(a=a.redSqr()).redIAdd(a)).redIAdd(a)).redIAdd(a),e=n.redMul(i.redISub(t)).redISub(a)),this.curve.jpoint(t,e,s)},c.prototype._dbl=function(){var e=this.curve.a,t=this.x,r=this.y,n=this.z,i=n.redSqr().redSqr(),o=t.redSqr(),s=r.redSqr();return e=o.redAdd(o).redIAdd(o).redIAdd(e.redMul(i)),t=(i=(i=t.redAdd(t)).redIAdd(i)).redMul(s),i=e.redSqr().redISub(t.redAdd(t)),t=t.redISub(i),s=(s=(s=(s=s.redSqr()).redIAdd(s)).redIAdd(s)).redIAdd(s),s=e.redMul(t).redISub(s),n=r.redAdd(r).redMul(n),this.curve.jpoint(i,s,n)},c.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var e=this.x.redSqr(),t=this.y.redSqr(),r=this.z.redSqr(),n=t.redSqr(),i=e.redAdd(e).redIAdd(e),o=i.redSqr(),s=this.x.redAdd(t).redSqr().redISub(e).redISub(n);return e=(s=(s=(s=s.redIAdd(s)).redAdd(s).redIAdd(s)).redISub(o)).redSqr(),n=(n=(n=(n=n.redIAdd(n)).redIAdd(n)).redIAdd(n)).redIAdd(n),o=i.redIAdd(s).redSqr().redISub(o).redISub(e).redISub(n),t=(t=(t=t.redMul(o)).redIAdd(t)).redIAdd(t),t=(t=(t=this.x.redMul(e).redISub(t)).redIAdd(t)).redIAdd(t),o=(o=(o=(o=this.y.redMul(o.redMul(n.redISub(o)).redISub(s.redMul(e)))).redIAdd(o)).redIAdd(o)).redIAdd(o),e=this.z.redAdd(s).redSqr().redISub(r).redISub(e),this.curve.jpoint(t,o,e)},c.prototype.mul=function(e,t){return e=new i(e,t),this.curve._wnafMul(this,e)},c.prototype.eq=function(e){if("affine"===e.type)return this.eq(e.toJ());if(this===e)return!0;var t=this.z.redSqr(),r=e.z.redSqr();return 0===this.x.redMul(r).redISub(e.x.redMul(t)).cmpn(0)&&(t=t.redMul(this.z),r=r.redMul(e.z),0===this.y.redMul(r).redISub(e.y.redMul(t)).cmpn(0))},c.prototype.eqXToP=function(e){var t=this.z.redSqr(),r=e.toRed(this.curve.red).redMul(t);if(0===this.x.cmp(r))return!0;for(var n=e.clone(),i=this.curve.redN.redMul(t);;){if(n.iadd(this.curve.n),0<=n.cmp(this.curve.p))return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}},c.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"},c.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},{"../utils":24,"./base":13,"bn.js":9,inherits:39}],18:[function(e,t,r){"use strict";var n,i=r,o=(r=e("hash.js"),e("./curve")),s=e("./utils").assert;function a(e){"short"===e.type?this.curve=new o.short(e):"edwards"===e.type?this.curve=new o.edwards(e):this.curve=new o.mont(e),this.g=this.curve.g,this.n=this.curve.n,this.hash=e.hash,s(this.g.validate(),"Invalid curve"),s(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function u(e,t){Object.defineProperty(i,e,{configurable:!0,enumerable:!0,get:function(){var r=new a(t);return Object.defineProperty(i,e,{configurable:!0,enumerable:!0,value:r}),r}})}i.PresetCurve=a,u("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:r.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),u("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:r.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),u("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:r.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),u("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:r.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"]}),u("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:r.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"]}),u("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:r.sha256,gRed:!1,g:["9"]}),u("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:r.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{n=e("./precomputed/secp256k1")}catch(e){n=void 0}u("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:r.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",n]})},{"./curve":15,"./precomputed/secp256k1":23,"./utils":24,"hash.js":26}],19:[function(e,t,r){"use strict";var n=e("bn.js"),i=e("hmac-drbg"),o=e("../utils"),s=e("../curves"),u=e("brorand"),l=o.assert,c=e("./key"),h=e("./signature");function f(e){if(!(this instanceof f))return new f(e);"string"==typeof e&&(l(Object.prototype.hasOwnProperty.call(s,e),"Unknown curve "+e),e=s[e]),e instanceof s.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}(t.exports=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){for(var t=new i({hash:this.hash,pers:(e=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(),o=this.n.sub(new n(2));;){var s=new n(t.generate(r));if(!(0<s.cmp(o)))return s.iaddn(1),this.keyFromPrivate(s)}},f.prototype._truncateToN=function(e,t){var r=8*e.byteLength()-this.n.bitLength();return 0<r&&(e=e.ushrn(r)),!t&&0<=e.cmp(this.n)?e.sub(this.n):e},f.prototype.sign=function(e,t,r,o){"object"==a(r)&&(o=r,r=null),o=o||{},t=this.keyFromPrivate(t,r),e=this._truncateToN(new n(e,16));for(var s=this.n.byteLength(),u=(r=t.getPrivate().toArray("be",s),s=e.toArray("be",s),new i({hash:this.hash,entropy:r,nonce:s,pers:o.pers,persEnc:o.persEnc||"utf8"})),l=this.n.sub(new n(1)),c=0;;c++){var f=o.k?o.k(c):new n(u.generate(this.n.byteLength()));if(!((f=this._truncateToN(f,!0)).cmpn(1)<=0||0<=f.cmp(l))){var d=this.g.mul(f);if(!d.isInfinity()){var p=d.getX(),m=p.umod(this.n);if(0!==m.cmpn(0)&&0!==(f=(f=f.invm(this.n).mul(m.mul(t.getPrivate()).iadd(e))).umod(this.n)).cmpn(0))return p=(d.getY().isOdd()?1:0)|(0!==p.cmp(m)?2:0),o.canonical&&0<f.cmp(this.nh)&&(f=this.n.sub(f),p^=1),new h({r:m,s:f,recoveryParam:p})}}}},f.prototype.verify=function(e,t,r,i){return e=this._truncateToN(new n(e,16)),r=this.keyFromPublic(r,i),i=(t=new h(t,"hex")).r,t=t.s,!(i.cmpn(1)<0||0<=i.cmp(this.n))&&(!(t.cmpn(1)<0||0<=t.cmp(this.n))&&(e=(t=t.invm(this.n)).mul(e).umod(this.n),t=t.mul(i).umod(this.n),this.curve._maxwellTrick?!(o=this.g.jmulAdd(e,r.getPublic(),t)).isInfinity()&&o.eqXToP(i):!(o=this.g.mulAdd(e,r.getPublic(),t)).isInfinity()&&0===o.getX().umod(this.n).cmp(i)));var o},f.prototype.recoverPubKey=function(e,t,r,i){l((3&r)===r,"The recovery param is more than two bits"),t=new h(t,i);var o=this.n,s=new n(e),a=t.r;if(i=t.s,e=1&r,r>>=1,0<=a.cmp(this.curve.p.umod(this.curve.n))&&r)throw new Error("Unable to find sencond key candinate");return a=r?this.curve.pointFromX(a.add(this.curve.n),e):this.curve.pointFromX(a,e),t=t.r.invm(o),s=o.sub(s).mul(t).umod(o),o=i.mul(t).umod(o),this.g.mulAdd(s,a,o)},f.prototype.getKeyRecoveryParam=function(e,t,r,n){if(null!==(t=new h(t,n)).recoveryParam)return t.recoveryParam;for(var i,o=0;o<4;o++){try{i=this.recoverPubKey(e,t,o)}catch(e){continue}if(i.eq(r))return o}throw new Error("Unable to find valid recovery factor")}},{"../curves":18,"../utils":24,"./key":20,"./signature":21,"bn.js":9,brorand:10,"hmac-drbg":38}],20:[function(e,t,r){"use strict";var n=e("bn.js"),i=e("../utils").assert;function o(e,t){this.ec=e,this.priv=null,this.pub=null,t.priv&&this._importPrivate(t.priv,t.privEnc),t.pub&&this._importPublic(t.pub,t.pubEnc)}(t.exports=o).fromPublic=function(e,t,r){return t instanceof o?t:new o(e,{pub:t,pubEnc:r})},o.fromPrivate=function(e,t,r){return t instanceof o?t:new o(e,{priv:t,privEnc:r})},o.prototype.validate=function(){var e=this.getPublic();return e.isInfinity()?{result:!1,reason:"Invalid public key"}:e.validate()?e.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},o.prototype.getPublic=function(e,t){return"string"==typeof e&&(t=e,e=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),t?this.pub.encode(t,e):this.pub},o.prototype.getPrivate=function(e){return"hex"===e?this.priv.toString(16,2):this.priv},o.prototype._importPrivate=function(e,t){this.priv=new n(e,t||16),this.priv=this.priv.umod(this.ec.curve.n)},o.prototype._importPublic=function(e,t){if(e.x||e.y)return"mont"===this.ec.curve.type?i(e.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||i(e.x&&e.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(e.x,e.y));this.pub=this.ec.curve.decodePoint(e,t)},o.prototype.derive=function(e){return e.validate()||i(e.validate(),"public point not validated"),e.mul(this.priv).getX()},o.prototype.sign=function(e,t,r){return this.ec.sign(e,this,t,r)},o.prototype.verify=function(e,t){return this.ec.verify(e,t,this)},o.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"}},{"../utils":24,"bn.js":9}],21:[function(e,t,r){"use strict";var n=e("bn.js"),i=e("../utils"),o=i.assert;function s(e,t){if(e instanceof s)return e;this._importDER(e,t)||(o(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 a(){this.place=0}function u(e,t){var r=e[t.place++];if(!(128&r))return r;var n=15&r;if(0==n||4<n)return!1;for(var i=0,o=0,s=t.place;o<n;o++,s++)i<<=8,i|=e[s],i>>>=0;return!(i<=127)&&(t.place=s,i)}function l(e){for(var t=0,r=e.length-1;!e[t]&&!(128&e[t+1])&&t<r;)t++;return 0===t?e:e.slice(t)}function c(e,t){if(t<128)e.push(t);else{var r=1+(Math.log(t)/Math.LN2>>>3);for(e.push(128|r);--r;)e.push(t>>>(r<<3)&255);e.push(t)}}(t.exports=s).prototype._importDER=function(e,t){e=i.toArray(e,t);var r=new a;if(48!==e[r.place++])return!1;var o=u(e,r);if(!1===o)return!1;if(o+r.place!==e.length)return!1;if(2!==e[r.place++])return!1;if(!1===(t=u(e,r)))return!1;if(o=e.slice(r.place,t+r.place),r.place+=t,2!==e[r.place++])return!1;if(!1===(t=u(e,r)))return!1;if(e.length!==t+r.place)return!1;if(r=e.slice(r.place,t+r.place),0===o[0]){if(!(128&o[1]))return!1;o=o.slice(1)}if(0===r[0]){if(!(128&r[1]))return!1;r=r.slice(1)}return this.r=new n(o),this.s=new n(r),!(this.recoveryParam=null)},s.prototype.toDER=function(e){var t=this.r.toArray(),r=this.s.toArray();for(128&t[0]&&(t=[0].concat(t)),128&r[0]&&(r=[0].concat(r)),t=l(t),r=l(r);!(r[0]||128&r[1]);)r=r.slice(1);var n=[2];return c(n,t.length),(n=n.concat(t)).push(2),c(n,r.length),t=n.concat(r),c(n=[48],t.length),n=n.concat(t),i.encode(n,e)}},{"../utils":24,"bn.js":9}],22:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],23:[function(e,t,r){t.exports=void 0},{}],24:[function(e,t,r){"use strict";var n=r,i=e("bn.js");r=e("minimalistic-assert"),e=e("minimalistic-crypto-utils"),n.assert=r,n.toArray=e.toArray,n.zero2=e.zero2,n.toHex=e.toHex,n.encode=e.encode,n.getNAF=function(e,t,r){var n=new Array(Math.max(e.bitLength(),r)+1);n.fill(0);for(var i=1<<t+1,o=e.clone(),s=0;s<n.length;s++){var a,u=o.andln(i-1);o.isOdd()?o.isubn(a=(i>>1)-1<u?(i>>1)-u:u):a=0,n[s]=a,o.iushrn(1)}return n},n.getJSF=function(e,t){var r=[[],[]];e=e.clone(),t=t.clone();for(var n,i=0,o=0;0<e.cmpn(-i)||0<t.cmpn(-o);){var s,a=e.andln(3)+i&3,u=t.andln(3)+o&3;3===u&&(u=-1),s=0==(1&(a=3===a?-1:a))?0:3!=(n=e.andln(7)+i&7)&&5!==n||2!==u?a:-a,r[0].push(s),u=0==(1&u)?0:3!=(n=t.andln(7)+o&7)&&5!==n||2!==a?u:-u,r[1].push(u),2*i===s+1&&(i=1-i),2*o===u+1&&(o=1-o),e.iushrn(1),t.iushrn(1)}return r},n.cachedProperty=function(e,t,r){var n="_"+t;e.prototype[t]=function(){return void 0!==this[n]?this[n]:this[n]=r.call(this)}},n.parseBytes=function(e){return"string"==typeof e?n.toArray(e,"hex"):e},n.intFromLE=function(e){return new i(e,"hex","le")}},{"bn.js":9,"minimalistic-assert":41,"minimalistic-crypto-utils":42}],25:[function(e,t,r){t.exports={version:"6.5.4"}},{}],26:[function(e,t,r){r.utils=e("./hash/utils"),r.common=e("./hash/common"),r.sha=e("./hash/sha"),r.ripemd=e("./hash/ripemd"),r.hmac=e("./hash/hmac"),r.sha1=r.sha.sha1,r.sha256=r.sha.sha256,r.sha224=r.sha.sha224,r.sha384=r.sha.sha384,r.sha512=r.sha.sha512,r.ripemd160=r.ripemd.ripemd160},{"./hash/common":27,"./hash/hmac":28,"./hash/ripemd":29,"./hash/sha":30,"./hash/utils":37}],27:[function(e,t,r){"use strict";var n=e("./utils"),i=e("minimalistic-assert");function o(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}(r.BlockHash=o).prototype.update=function(e,t){if(e=n.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){t=(e=this.pending).length%this._delta8,this.pending=e.slice(e.length-t,e.length),0===this.pending.length&&(this.pending=null),e=n.join32(e,0,e.length-t,this.endian);for(var r=0;r<e.length;r+=this._delta32)this._update(e,r,r+this._delta32)}return this},o.prototype.digest=function(e){return this.update(this._pad()),i(null===this.pending),this._digest(e)},o.prototype._pad=function(){var e=this.pendingTotal,t=this._delta8,r=t-(e+this.padLength)%t,n=new Array(r+this.padLength);n[0]=128;for(var i=1;i<r;i++)n[i]=0;if(e<<=3,"big"===this.endian){for(var o=8;o<this.padLength;o++)n[i++]=0;n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=e>>>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,o=8;o<this.padLength;o++)n[i++]=0;return n}},{"./utils":37,"minimalistic-assert":41}],28:[function(e,t,r){"use strict";var n=e("./utils"),i=e("minimalistic-assert");function o(e,t,r){if(!(this instanceof o))return new o(e,t,r);this.Hash=e,this.blockSize=e.blockSize/8,this.outSize=e.outSize/8,this.inner=null,this.outer=null,this._init(n.toArray(t,r))}(t.exports=o).prototype._init=function(e){e.length>this.blockSize&&(e=(new this.Hash).update(e).digest()),i(e.length<=this.blockSize);for(var t=e.length;t<this.blockSize;t++)e.push(0);for(t=0;t<e.length;t++)e[t]^=54;for(this.inner=(new this.Hash).update(e),t=0;t<e.length;t++)e[t]^=106;this.outer=(new this.Hash).update(e)},o.prototype.update=function(e,t){return this.inner.update(e,t),this},o.prototype.digest=function(e){return this.outer.update(this.inner.digest()),this.outer.digest(e)}},{"./utils":37,"minimalistic-assert":41}],29:[function(e,t,r){"use strict";var n=e("./utils"),i=(e=e("./common"),n.rotl32),o=n.sum32,s=n.sum32_3,a=n.sum32_4,u=e.BlockHash;function l(){if(!(this instanceof l))return new l;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function c(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)}n.inherits(l,u),(r.ripemd160=l).blockSize=512,l.outSize=160,l.hmacStrength=192,l.padLength=64,l.prototype._update=function(e,t){for(var r,n=b=this.h[0],u=x=this.h[1],l=k=this.h[2],m=_=this.h[3],g=w=this.h[4],y=0;y<80;y++){var v=o(i(a(b,c(y,x,k,_),e[h[y]+t],(r=y)<=15?0:r<=31?1518500249:r<=47?1859775393:r<=63?2400959708:2840853838),d[y]),w),b=w,w=_,_=i(k,10),k=x,x=v;v=o(i(a(n,c(79-y,u,l,m),e[f[y]+t],(r=y)<=15?1352829926:r<=31?1548603684:r<=47?1836072691:r<=63?2053994217:0),p[y]),g),n=g,g=m,m=i(l,10),l=u,u=v}v=s(this.h[1],k,m),this.h[1]=s(this.h[2],_,g),this.h[2]=s(this.h[3],w,n),this.h[3]=s(this.h[4],b,u),this.h[4]=s(this.h[0],x,l),this.h[0]=v},l.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"little"):n.split32(this.h,"little")};var h=[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],f=[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],d=[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],p=[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]},{"./common":27,"./utils":37}],30:[function(e,t,r){"use strict";r.sha1=e("./sha/1"),r.sha224=e("./sha/224"),r.sha256=e("./sha/256"),r.sha384=e("./sha/384"),r.sha512=e("./sha/512")},{"./sha/1":31,"./sha/224":32,"./sha/256":33,"./sha/384":34,"./sha/512":35}],31:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],32:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],33:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../common"),o=e("./common"),s=e("minimalistic-assert"),a=n.sum32,u=n.sum32_4,l=n.sum32_5,c=o.ch32,h=o.maj32,f=o.s0_256,d=o.s1_256,p=o.g0_256,m=o.g1_256,g=i.BlockHash,y=[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];function v(){if(!(this instanceof v))return new v;g.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=y,this.W=new Array(64)}n.inherits(v,g),(t.exports=v).blockSize=512,v.outSize=256,v.hmacStrength=192,v.padLength=64,v.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n<r.length;n++)r[n]=u(m(r[n-2]),r[n-7],p(r[n-15]),r[n-16]);var i=this.h[0],o=this.h[1],g=this.h[2],y=this.h[3],v=this.h[4],b=this.h[5],w=this.h[6],_=this.h[7];for(s(this.k.length===r.length),n=0;n<r.length;n++){var k=l(_,d(v),c(v,b,w),this.k[n],r[n]),x=a(f(i),h(i,o,g));_=w,w=b,b=v,v=a(y,k),y=g,g=o,o=i,i=a(k,x)}this.h[0]=a(this.h[0],i),this.h[1]=a(this.h[1],o),this.h[2]=a(this.h[2],g),this.h[3]=a(this.h[3],y),this.h[4]=a(this.h[4],v),this.h[5]=a(this.h[5],b),this.h[6]=a(this.h[6],w),this.h[7]=a(this.h[7],_)},v.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},{"../common":27,"../utils":37,"./common":36,"minimalistic-assert":41}],34:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],35:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../common"),o=e("minimalistic-assert"),s=n.rotr64_hi,a=n.rotr64_lo,u=n.shr64_hi,l=n.shr64_lo,c=n.sum64,h=n.sum64_hi,f=n.sum64_lo,d=n.sum64_4_hi,p=n.sum64_4_lo,m=n.sum64_5_hi,g=n.sum64_5_lo,y=i.BlockHash,v=[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 b(){if(!(this instanceof b))return new b;y.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=v,this.W=new Array(160)}n.inherits(b,y),(t.exports=b).blockSize=1024,b.outSize=512,b.hmacStrength=192,b.padLength=128,b.prototype._prepareBlock=function(e,t){for(var r=this.W,n=0;n<32;n++)r[n]=e[t+n];for(;n<r.length;n+=2){var i=function(e,t){return(t=s(e,t,19)^s(t,e,29)^(t=u(e,t,6)))<0&&(t+=4294967296),t}(r[n-4],r[n-3]),o=function(e,t){return(t=a(e,t,19)^a(t,e,29)^(t=l(e,t,6)))<0&&(t+=4294967296),t}(r[n-4],r[n-3]),c=r[n-14],h=r[n-13],f=function(e,t){return(t=s(e,t,1)^s(e,t,8)^(t=u(e,t,7)))<0&&(t+=4294967296),t}(r[n-30],r[n-29]),m=function(e,t){return(t=a(e,t,1)^a(e,t,8)^(t=l(e,t,7)))<0&&(t+=4294967296),t}(r[n-30],r[n-29]),g=r[n-32],y=r[n-31];r[n]=d(i,o,c,h,f,m,g,y),r[n+1]=p(i,o,c,h,f,m,g,y)}},b.prototype._update=function(e,t){this._prepareBlock(e,t);var r=this.W,n=this.h[0],i=this.h[1],u=this.h[2],l=this.h[3],d=this.h[4],p=this.h[5],y=this.h[6],v=this.h[7],b=this.h[8],w=this.h[9],_=this.h[10],k=this.h[11],x=this.h[12],A=this.h[13],E=this.h[14],S=this.h[15];o(this.k.length===r.length);for(var M=0;M<r.length;M+=2){var I=E,P=S,T=function(e,t){return(e=s(e,t,14)^s(e,t,18)^(e=s(t,e,9)))<0&&(e+=4294967296),e}(b,w),N=function(e,t){return(e=a(e,t,14)^a(e,t,18)^(e=a(t,e,9)))<0&&(e+=4294967296),e}(b,w),R=function(e,t,r){return(r=e&t^~e&r)<0&&(r+=4294967296),r}(b,_,x),O=function(e,t,r){return(r=e&t^~e&r)<0&&(r+=4294967296),r}(w,k,A),C=this.k[M],j=this.k[M+1],B=r[M],L=r[M+1],U=m(I,P,T,N,R,O,C,j,B,L);B=g(I,P,T,N,R,O,C,j,B,L),I=function(e,t){return(e=s(e,t,28)^s(t,e,2)^(e=s(t,e,7)))<0&&(e+=4294967296),e}(n,i),P=function(e,t){return(e=a(e,t,28)^a(t,e,2)^(e=a(t,e,7)))<0&&(e+=4294967296),e}(n,i),T=function(e,t,r){return(r=e&t^e&r^t&r)<0&&(r+=4294967296),r}(n,u,d),N=function(e,t,r){return(r=e&t^e&r^t&r)<0&&(r+=4294967296),r}(i,l,p),L=h(I,P,T,N),N=f(I,P,T,N),E=x,S=A,x=_,A=k,_=b,k=w,b=h(y,v,U,B),w=f(v,v,U,B),y=d,v=p,d=u,p=l,u=n,l=i,n=h(U,B,L,N),i=f(U,B,L,N)}c(this.h,0,n,i),c(this.h,2,u,l),c(this.h,4,d,p),c(this.h,6,y,v),c(this.h,8,b,w),c(this.h,10,_,k),c(this.h,12,x,A),c(this.h,14,E,S)},b.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},{"../common":27,"../utils":37,"minimalistic-assert":41}],36:[function(e,t,r){"use strict";var n=e("../utils").rotr32;function i(e,t,r){return e&t^~e&r}function o(e,t,r){return e&t^e&r^t&r}r.ft_1=function(e,t,r,n){return 0===e?i(t,r,n):1===e||3===e?t^r^n:2===e?o(t,r,n):void 0},r.ch32=i,r.maj32=o,r.p32=function(e,t,r){return e^t^r},r.s0_256=function(e){return n(e,2)^n(e,13)^n(e,22)},r.s1_256=function(e){return n(e,6)^n(e,11)^n(e,25)},r.g0_256=function(e){return n(e,7)^n(e,18)^e>>>3},r.g1_256=function(e){return n(e,17)^n(e,19)^e>>>10}},{"../utils":37}],37:[function(e,t,r){"use strict";var n=e("minimalistic-assert");function i(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function o(e){return 1===e.length?"0"+e:e}function s(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}e=e("inherits"),r.inherits=e,r.toArray=function(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,"")).length%2!=0&&(e="0"+e),n=0;n<e.length;n+=2)r.push(parseInt(e[n]+e[n+1],16))}else for(var n=0;n<e.length;n++){var i=(o=e.charCodeAt(n))>>8,o=255&o;i?r.push(i,o):r.push(o)}else for(n=0;n<e.length;n++)r[n]=0|e[n];return r},r.toHex=function(e){for(var t="",r=0;r<e.length;r++)t+=o(e[r].toString(16));return t},r.htonl=i,r.toHex32=function(e,t){for(var r="",n=0;n<e.length;n++){var o=e[n];r+=s((o="little"===t?i(o):o).toString(16))}return r},r.zero2=o,r.zero8=s,r.join32=function(e,t,r,i){n((r-=t)%4==0);for(var o=new Array(r/4),s=0,a=t;s<o.length;s++,a+=4){var u="big"===i?e[a]<<24|e[a+1]<<16|e[a+2]<<8|e[a+3]:e[a+3]<<24|e[a+2]<<16|e[a+1]<<8|e[a];o[s]=u>>>0}return o},r.split32=function(e,t){for(var r=new Array(4*e.length),n=0,i=0;n<e.length;n++,i+=4){var o=e[n];"big"===t?(r[i]=o>>>24,r[i+1]=o>>>16&255,r[i+2]=o>>>8&255,r[i+3]=255&o):(r[i+3]=o>>>24,r[i+2]=o>>>16&255,r[i+1]=o>>>8&255,r[i]=255&o)}return r},r.rotr32=function(e,t){return e>>>t|e<<32-t},r.rotl32=function(e,t){return e<<t|e>>>32-t},r.sum32=function(e,t){return e+t>>>0},r.sum32_3=function(e,t,r){return e+t+r>>>0},r.sum32_4=function(e,t,r,n){return e+t+r+n>>>0},r.sum32_5=function(e,t,r,n,i){return e+t+r+n+i>>>0},r.sum64=function(e,t,r,n){var i=e[t],o=n+e[t+1]>>>0;e[t]=(o<n?1:0)+r+i>>>0,e[t+1]=o},r.sum64_hi=function(e,t,r,n){return(t+n>>>0<t?1:0)+e+r>>>0},r.sum64_lo=function(e,t,r,n){return t+n>>>0},r.sum64_4_hi=function(e,t,r,n,i,o,s,a){var u=0,l=t;return u+=(l=t+n>>>0)<t?1:0,u+=(l=l+o>>>0)<o?1:0,e+r+i+s+(u+=(l=l+a>>>0)<a?1:0)>>>0},r.sum64_4_lo=function(e,t,r,n,i,o,s,a){return t+n+o+a>>>0},r.sum64_5_hi=function(e,t,r,n,i,o,s,a,u,l){var c=0,h=t;return c+=(h=t+n>>>0)<t?1:0,c+=(h=h+o>>>0)<o?1:0,c+=(h=h+a>>>0)<a?1:0,e+r+i+s+u+(c+=(h=h+l>>>0)<l?1:0)>>>0},r.sum64_5_lo=function(e,t,r,n,i,o,s,a,u,l){return t+n+o+a+l>>>0},r.rotr64_hi=function(e,t,r){return(t<<32-r|e>>>r)>>>0},r.rotr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0},r.shr64_hi=function(e,t,r){return e>>>r},r.shr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0}},{inherits:39,"minimalistic-assert":41}],38:[function(e,t,r){"use strict";var n=e("hash.js"),i=e("minimalistic-crypto-utils"),o=e("minimalistic-assert");function s(e){if(!(this instanceof s))return new s(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=i.toArray(e.entropy,e.entropyEnc||"hex"),r=i.toArray(e.nonce,e.nonceEnc||"hex");e=i.toArray(e.pers,e.persEnc||"hex"),o(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,r,e)}(t.exports=s).prototype._init=function(e,t,r){r=e.concat(t).concat(r),this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var n=0;n<this.V.length;n++)this.K[n]=0,this.V[n]=1;this._update(r),this._reseed=1,this.reseedInterval=281474976710656},s.prototype._hmac=function(){return new n.hmac(this.hash,this.K)},s.prototype._update=function(e){var t=this._hmac().update(this.V).update([0]);e&&(t=t.update(e)),this.K=t.digest(),this.V=this._hmac().update(this.V).digest(),e&&(this.K=this._hmac().update(this.V).update([1]).update(e).digest(),this.V=this._hmac().update(this.V).digest())},s.prototype.reseed=function(e,t,r,n){"string"!=typeof t&&(n=r,r=t,t=null),e=i.toArray(e,t),r=i.toArray(r,n),o(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(r||[])),this._reseed=1},s.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));for(var o=[];o.length<e;)this.V=this._hmac().update(this.V).digest(),o=o.concat(this.V);return n=o.slice(0,e),this._update(r),this._reseed++,i.encode(n,t)}},{"hash.js":26,"minimalistic-assert":41,"minimalistic-crypto-utils":42}],39:[function(e,t,r){"function"==typeof Object.create?t.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(e,t){var r;t&&(e.super_=t,(r=function(){}).prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e)}},{}],40:[function(e,t,n){(function(e,r){(function(){!function(){"use strict";for(var n="object"==("undefined"==typeof window?"undefined":a(window))?window:{},i=!(n=!n.JS_SHA3_NO_NODE_JS&&"object"==a(e)&&e.versions&&e.versions.node?r:n).JS_SHA3_NO_COMMON_JS&&"object"==a(t)&&t.exports,o="0123456789abcdef".split(""),s=[0,8,16,24],u=[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],l=[224,256,384,512],c=["hex","buffer","arrayBuffer","array"],h=function(e,t,r){return function(n){return new k(e,t,e).update(n)[r]()}},f=function(e,t,r){return function(n,i){return new k(e,t,i).update(n)[r]()}},d=function(e,t){var r=h(e,t,"hex");r.create=function(){return new k(e,t,e)},r.update=function(e){return r.create().update(e)};for(var n=0;n<c.length;++n){var i=c[n];r[i]=h(e,t,i)}return r},p=[{name:"keccak",padding:[1,256,65536,16777216],bits:l,createMethod:d},{name:"sha3",padding:[6,1536,393216,100663296],bits:l,createMethod:d},{name:"shake",padding:[31,7936,2031616,520093696],bits:[128,256],createMethod:function(e,t){var r=f(e,t,"hex");r.create=function(r){return new k(e,t,r)},r.update=function(e,t){return r.create(t).update(e)};for(var n=0;n<c.length;++n){var i=c[n];r[i]=f(e,t,i)}return r}}],m={},g=[],y=0;y<p.length;++y)for(var v=p[y],b=v.bits,w=0;w<b.length;++w){var _=v.name+"_"+b[w];g.push(_),m[_]=v.createMethod(b[w],v.padding)}function k(e,t,r){this.blocks=[],this.s=[],this.padding=t,this.outputBits=r,this.reset=!0,this.block=0,this.start=0,this.blockCount=1600-(e<<1)>>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}k.prototype.update=function(e){for(var t,r,n="string"!=typeof e,i=(e=n&&e.constructor===ArrayBuffer?new Uint8Array(e):e).length,o=this.blocks,a=this.byteCount,u=this.blockCount,l=0,c=this.s;l<i;){if(this.reset)for(this.reset=!1,o[0]=this.block,t=1;t<u+1;++t)o[t]=0;if(n)for(t=this.start;l<i&&t<a;++l)o[t>>2]|=e[l]<<s[3&t++];else for(t=this.start;l<i&&t<a;++l)(r=e.charCodeAt(l))<128?o[t>>2]|=r<<s[3&t++]:(r<2048?o[t>>2]|=(192|r>>6)<<s[3&t++]:(r<55296||57344<=r?o[t>>2]|=(224|r>>12)<<s[3&t++]:(r=65536+((1023&r)<<10|1023&e.charCodeAt(++l)),o[t>>2]|=(240|r>>18)<<s[3&t++],o[t>>2]|=(128|r>>12&63)<<s[3&t++]),o[t>>2]|=(128|r>>6&63)<<s[3&t++]),o[t>>2]|=(128|63&r)<<s[3&t++]);if(a<=(this.lastByteIndex=t)){for(this.start=t-a,this.block=o[u],t=0;t<u;++t)c[t]^=o[t];x(c),this.reset=!0}else this.start=t}return this},k.prototype.finalize=function(){var e=this.blocks,t=this.lastByteIndex,r=this.blockCount,n=this.s;if(e[t>>2]|=this.padding[3&t],this.lastByteIndex===this.byteCount)for(e[0]=e[r],t=1;t<r+1;++t)e[t]=0;for(e[r-1]|=2147483648,t=0;t<r;++t)n[t]^=e[t];x(n)},k.prototype.toString=k.prototype.hex=function(){this.finalize();for(var e,t=this.blockCount,r=this.s,n=this.outputBlocks,i=this.extraBytes,s=0,a=0,u="";a<n;){for(s=0;s<t&&a<n;++s,++a)e=r[s],u+=o[e>>4&15]+o[15&e]+o[e>>12&15]+o[e>>8&15]+o[e>>20&15]+o[e>>16&15]+o[e>>28&15]+o[e>>24&15];a%t==0&&(x(r),s=0)}return i&&(e=r[s],0<i&&(u+=o[e>>4&15]+o[15&e]),1<i&&(u+=o[e>>12&15]+o[e>>8&15]),2<i&&(u+=o[e>>20&15]+o[e>>16&15])),u},k.prototype.arrayBuffer=function(){this.finalize();for(var e=this.blockCount,t=this.s,r=this.outputBlocks,n=this.extraBytes,i=0,o=0,s=this.outputBits>>3,a=n?new ArrayBuffer(r+1<<2):new ArrayBuffer(s),u=new Uint32Array(a);o<r;){for(i=0;i<e&&o<r;++i,++o)u[o]=t[i];o%e==0&&x(t)}return n&&(u[i]=t[i],a=a.slice(0,s)),a},k.prototype.buffer=k.prototype.arrayBuffer,k.prototype.digest=k.prototype.array=function(){this.finalize();for(var e,t,r=this.blockCount,n=this.s,i=this.outputBlocks,o=this.extraBytes,s=0,a=0,u=[];a<i;){for(s=0;s<r&&a<i;++s,++a)t=n[s],u[e=a<<2]=255&t,u[e+1]=t>>8&255,u[e+2]=t>>16&255,u[e+3]=t>>24&255;a%r==0&&x(n)}return o&&(e=a<<2,t=n[s],0<o&&(u[e]=255&t),1<o&&(u[e+1]=t>>8&255),2<o&&(u[e+2]=t>>16&255)),u};var x=function(e){for(var t,r,n,i,o,s,a,l,c,h,f,d,p,m,g,y,v,b,w,_,k,x,A,E,S,M,I,P,T,N,R,O,C,j,B,L,U,D,z,F,H,G,q,V,W,Z,K,Q,J,$,Y=0;Y<48;Y+=2)I=e[0]^e[10]^e[20]^e[30]^e[40],P=e[1]^e[11]^e[21]^e[31]^e[41],F=e[2]^e[12]^e[22]^e[32]^e[42],z=e[3]^e[13]^e[23]^e[33]^e[43],O=e[4]^e[14]^e[24]^e[34]^e[44],R=e[5]^e[15]^e[25]^e[35]^e[45],Z=e[6]^e[16]^e[26]^e[36]^e[46],W=e[7]^e[17]^e[27]^e[37]^e[47],p=e[8]^e[18]^e[28]^e[38]^e[48],h=(m=e[9]^e[19]^e[29]^e[39]^e[49])^(z<<1|F>>>31),e[0]^=c=p^(F<<1|z>>>31),e[1]^=h,e[10]^=c,e[11]^=h,e[20]^=c,e[21]^=h,e[30]^=c,e[31]^=h,e[40]^=c,e[41]^=h,h=P^(R<<1|O>>>31),e[2]^=c=I^(O<<1|R>>>31),e[3]^=h,e[12]^=c,e[13]^=h,e[22]^=c,e[23]^=h,e[32]^=c,e[33]^=h,e[42]^=c,e[43]^=h,h=z^(W<<1|Z>>>31),e[4]^=c=F^(Z<<1|W>>>31),e[5]^=h,e[14]^=c,e[15]^=h,e[24]^=c,e[25]^=h,e[34]^=c,e[35]^=h,e[44]^=c,e[45]^=h,h=R^(m<<1|p>>>31),e[6]^=c=O^(p<<1|m>>>31),e[7]^=h,e[16]^=c,e[17]^=h,e[26]^=c,e[27]^=h,e[36]^=c,e[37]^=h,e[46]^=c,e[47]^=h,h=W^(P<<1|I>>>31),e[8]^=c=Z^(I<<1|P>>>31),e[9]^=h,e[18]^=c,e[19]^=h,e[28]^=c,e[29]^=h,e[38]^=c,e[39]^=h,e[48]^=c,e[49]^=h,t=e[0],r=e[1],C=e[11]<<4|e[10]>>>28,j=e[10]<<4|e[11]>>>28,g=e[20]<<3|e[21]>>>29,y=e[21]<<3|e[20]>>>29,K=e[31]<<9|e[30]>>>23,Q=e[30]<<9|e[31]>>>23,T=e[40]<<18|e[41]>>>14,N=e[41]<<18|e[40]>>>14,k=e[2]<<1|e[3]>>>31,x=e[3]<<1|e[2]>>>31,n=e[13]<<12|e[12]>>>20,i=e[12]<<12|e[13]>>>20,B=e[22]<<10|e[23]>>>22,L=e[23]<<10|e[22]>>>22,v=e[33]<<13|e[32]>>>19,b=e[32]<<13|e[33]>>>19,J=e[42]<<2|e[43]>>>30,$=e[43]<<2|e[42]>>>30,H=e[5]<<30|e[4]>>>2,G=e[4]<<30|e[5]>>>2,A=e[14]<<6|e[15]>>>26,E=e[15]<<6|e[14]>>>26,o=e[25]<<11|e[24]>>>21,s=e[24]<<11|e[25]>>>21,U=e[34]<<15|e[35]>>>17,D=e[35]<<15|e[34]>>>17,w=e[45]<<29|e[44]>>>3,_=e[44]<<29|e[45]>>>3,f=e[6]<<28|e[7]>>>4,d=e[7]<<28|e[6]>>>4,q=e[17]<<23|e[16]>>>9,V=e[16]<<23|e[17]>>>9,S=e[26]<<25|e[27]>>>7,M=e[27]<<25|e[26]>>>7,a=e[36]<<21|e[37]>>>11,l=e[37]<<21|e[36]>>>11,z=e[47]<<24|e[46]>>>8,F=e[46]<<24|e[47]>>>8,R=e[8]<<27|e[9]>>>5,O=e[9]<<27|e[8]>>>5,p=e[18]<<20|e[19]>>>12,m=e[19]<<20|e[18]>>>12,W=e[29]<<7|e[28]>>>25,Z=e[28]<<7|e[29]>>>25,I=e[38]<<8|e[39]>>>24,P=e[39]<<8|e[38]>>>24,c=e[48]<<14|e[49]>>>18,h=e[49]<<14|e[48]>>>18,e[0]=t^~n&o,e[1]=r^~i&s,e[10]=f^~p&g,e[11]=d^~m&y,e[20]=k^~A&S,e[21]=x^~E&M,e[30]=R^~C&B,e[31]=O^~j&L,e[40]=H^~q&W,e[41]=G^~V&Z,e[2]=n^~o&a,e[3]=i^~s&l,e[12]=p^~g&v,e[13]=m^~y&b,e[22]=A^~S&I,e[23]=E^~M&P,e[32]=C^~B&U,e[33]=j^~L&D,e[42]=q^~W&K,e[43]=V^~Z&Q,e[4]=o^~a&c,e[5]=s^~l&h,e[14]=g^~v&w,e[15]=y^~b&_,e[24]=S^~I&T,e[25]=M^~P&N,e[34]=B^~U&z,e[35]=L^~D&F,e[44]=W^~K&J,e[45]=Z^~Q&$,e[6]=a^~c&t,e[7]=l^~h&r,e[16]=v^~w&f,e[17]=b^~_&d,e[26]=I^~T&k,e[27]=P^~N&x,e[36]=U^~z&R,e[37]=D^~F&O,e[46]=K^~J&H,e[47]=Q^~$&G,e[8]=c^~t&n,e[9]=h^~r&i,e[18]=w^~f&p,e[19]=_^~d&m,e[28]=T^~k&A,e[29]=N^~x&E,e[38]=z^~R&C,e[39]=F^~O&j,e[48]=J^~H&q,e[49]=$^~G&V,e[0]^=u[Y],e[1]^=u[Y+1]};if(i)t.exports=m;else for(y=0;y<g.length;++y)n[g[y]]=m[g[y]]}()}).call(this)}).call(this,e("_process"),void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:43}],41:[function(e,t,r){(t.exports=function(e,t){if(!e)throw new Error(t||"Assertion failed")}).equal=function(e,t,r){if(e!=t)throw new Error(r||"Assertion failed: "+e+" != "+t)}},{}],42:[function(e,t,r){"use strict";function n(e){return 1===e.length?"0"+e:e}function i(e){for(var t="",r=0;r<e.length;r++)t+=n(e[r].toString(16));return t}r.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"!=typeof e){for(var n=0;n<e.length;n++)r[n]=0|e[n];return r}if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),n=0;n<e.length;n+=2)r.push(parseInt(e[n]+e[n+1],16));else for(n=0;n<e.length;n++){var i=(o=e.charCodeAt(n))>>8,o=255&o;i?r.push(i,o):r.push(o)}return r},r.zero2=n,r.toHex=i,r.encode=function(e,t){return"hex"===t?i(e):e}},{}],43:[function(e,t,r){t.exports={browser:!0}},{}],44:[function(e,t,r){(function(e){(function(){"use strict";function n(e){var t=[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],r=1779033703,n=3144134277,i=1013904242,o=2773480762,s=1359893119,a=2600822924,u=528734635,l=1541459225,c=new Array(64);function h(e){for(var h=0,f=e.length;64<=f;){for(var d,p,m,g,y=r,v=n,b=i,w=o,_=s,k=a,x=u,A=l,E=0;E<16;E++)c[E]=(255&e[p=h+4*E])<<24|(255&e[p+1])<<16|(255&e[p+2])<<8|255&e[p+3];for(E=16;E<64;E++)m=((d=c[E-2])>>>17|d<<15)^(d>>>19|d<<13)^d>>>10,d=c[E-15],c[E]=(m+c[E-7]|0)+((g=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3)+c[E-16]|0)|0;for(E=0;E<64;E++)m=(((_>>>6|_<<26)^(_>>>11|_<<21)^(_>>>25|_<<7))+(_&k^~_&x)|0)+(A+(t[E]+c[E]|0)|0)|0,g=((y>>>2|y<<30)^(y>>>13|y<<19)^(y>>>22|y<<10))+(y&v^y&b^v&b)|0,A=x,x=k,k=_,_=w+m|0,w=b,b=v,v=y,y=m+g|0;r=r+y|0,n=n+v|0,i=i+b|0,o=o+w|0,s=s+_|0,a=a+k|0,u=u+x|0,l=l+A|0,h+=64,f-=64}}h(e);var f,d=e.length%64,p=e.length/536870912|0,m=e.length<<3,g=d<56?56:120,y=e.slice(e.length-d,e.length);for(y.push(128),f=1+d;f<g;f++)y.push(0);return y.push(p>>>24&255),y.push(p>>>16&255),y.push(p>>>8&255),y.push(p>>>0&255),y.push(m>>>24&255),y.push(m>>>16&255),y.push(m>>>8&255),y.push(m>>>0&255),h(y),[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,o>>>24&255,o>>>16&255,o>>>8&255,o>>>0&255,s>>>24&255,s>>>16&255,s>>>8&255,s>>>0&255,a>>>24&255,a>>>16&255,a>>>8&255,a>>>0&255,u>>>24&255,u>>>16&255,u>>>8&255,u>>>0&255,l>>>24&255,l>>>16&255,l>>>8&255,l>>>0&255]}function i(e,t,r){e=e.length<=64?e:n(e);for(var i=64+t.length+4,o=new Array(i),s=new Array(64),a=[],u=0;u<64;u++)o[u]=54;for(u=0;u<e.length;u++)o[u]^=e[u];for(u=0;u<t.length;u++)o[64+u]=t[u];for(u=i-4;u<i;u++)o[u]=0;for(u=0;u<64;u++)s[u]=92;for(u=0;u<e.length;u++)s[u]^=e[u];function l(){for(var e=i-1;i-4<=e;e--){if(o[e]++,o[e]<=255)return;o[e]=0}}for(;32<=r;)l(),a=a.concat(n(s.concat(n(o)))),r-=32;return 0<r&&(l(),a=a.concat(n(s.concat(n(o))).slice(0,r))),a}function o(e,t,r,n,i){var o;for(u(e,16*(2*r-1),i,0,16),o=0;o<2*r;o++)a(e,16*o,i,16),function(e,t){u(e,0,t,0,16);for(var r=8;0<r;r-=2)t[4]^=s(t[0]+t[12],7),t[8]^=s(t[4]+t[0],9),t[12]^=s(t[8]+t[4],13),t[0]^=s(t[12]+t[8],18),t[9]^=s(t[5]+t[1],7),t[13]^=s(t[9]+t[5],9),t[1]^=s(t[13]+t[9],13),t[5]^=s(t[1]+t[13],18),t[14]^=s(t[10]+t[6],7),t[2]^=s(t[14]+t[10],9),t[6]^=s(t[2]+t[14],13),t[10]^=s(t[6]+t[2],18),t[3]^=s(t[15]+t[11],7),t[7]^=s(t[3]+t[15],9),t[11]^=s(t[7]+t[3],13),t[15]^=s(t[11]+t[7],18),t[1]^=s(t[0]+t[3],7),t[2]^=s(t[1]+t[0],9),t[3]^=s(t[2]+t[1],13),t[0]^=s(t[3]+t[2],18),t[6]^=s(t[5]+t[4],7),t[7]^=s(t[6]+t[5],9),t[4]^=s(t[7]+t[6],13),t[5]^=s(t[4]+t[7],18),t[11]^=s(t[10]+t[9],7),t[8]^=s(t[11]+t[10],9),t[9]^=s(t[8]+t[11],13),t[10]^=s(t[9]+t[8],18),t[12]^=s(t[15]+t[14],7),t[13]^=s(t[12]+t[15],9),t[14]^=s(t[13]+t[12],13),t[15]^=s(t[14]+t[13],18);for(r=0;r<16;++r)e[r]+=t[r]}(i,n),u(i,0,e,t+16*o,16);for(o=0;o<r;o++)u(e,t+2*o*16,e,16*o,16);for(o=0;o<r;o++)u(e,t+16*(2*o+1),e,16*(o+r),16)}function s(e,t){return e<<t|e>>>32-t}function a(e,t,r,n){for(var i=0;i<n;i++)r[i]^=e[t+i]}function u(e,t,r,n,i){for(;i--;)r[n++]=e[t++]}function l(e){if(e&&"number"==typeof e.length){for(var t=0;t<e.length;t++){if("number"!=typeof e[t])return;var r=parseInt(e[t]);if(r!=e[t]||r<0||256<=r)return}return 1}}function c(e,t){var r=parseInt(e);if(e!=r)throw new Error("invalid "+t);return r}function h(t,r,n,s,h,f,p){if(!p)throw new Error("missing callback");if(n=c(n,"N"),s=c(s,"r"),h=c(h,"p"),f=c(f,"dkLen"),0===n||0!=(n&n-1))throw new Error("N must be power of 2");if(d/128/s<n)throw new Error("N too large");if(d/128/h<s)throw new Error("r too large");if(!l(t))throw new Error("password must be an array or buffer");if(t=Array.prototype.slice.call(t),!l(r))throw new Error("salt must be an array or buffer");r=Array.prototype.slice.call(r);for(var m=i(t,r,128*h*s),g=new Uint32Array(32*h*s),y=0;y<g.length;y++){var v=4*y;g[y]=(255&m[3+v])<<24|(255&m[2+v])<<16|(255&m[1+v])<<8|(255&m[0+v])<<0}var b,w,_=new Uint32Array(64*s),k=new Uint32Array(32*s*n),x=32*s,A=new Uint32Array(16),E=new Uint32Array(16),S=h*n*2,M=0,I=null,P=!1,T=0,N=0,R=parseInt(1e3/s),O=void 0!==e?e:setTimeout;!function e(){if(P)return p(new Error("cancelled"),M/S);switch(T){case 0:u(g,w=32*N*s,_,0,x),T=1,b=0;case 1:R<(l=n-b)&&(l=R);for(var r=0;r<l;r++)u(_,0,k,(b+r)*x,x),o(_,x,s,A,E);if(b+=l,M+=l,(d=parseInt(1e3*M/S))!==I){if(P=p(null,M/S))break;I=d}if(b<n)break;b=0,T=2;case 2:var l;for(R<(l=n-b)&&(l=R),r=0;r<l;r++){var c=_[16*(2*s-1)]&n-1;a(k,c*x,_,x),o(_,x,s,A,E)}if(b+=l,M+=l,(d=parseInt(1e3*M/S))!==I){if(P=p(null,M/S))break;I=d}if(b<n)break;if(u(_,0,g,w,x),++N<h){T=0;break}for(m=[],r=0;r<g.length;r++)m.push(g[r]>>0&255),m.push(g[r]>>8&255),m.push(g[r]>>16&255),m.push(g[r]>>24&255);var d=i(t,m,f);return p(null,1,d)}O(e)}()}var f,d;f=this,d=2147483647,void 0!==r?t.exports=h:f&&(f.scrypt&&(f._scrypt=f.scrypt),f.scrypt=h)}).call(this)}).call(this,e("timers").setImmediate)},{timers:46}],45:[function(e,t,n){(function(e,t,r){(function(){!function(t,r){"use strict";var n,i,o,s,a,u,l,c;function h(e){return i[n]=f.apply(r,e),n++}function f(e){var t=[].slice.call(arguments,1);return function(){"function"==typeof e?e.apply(r,t):new Function(""+e)()}}function d(e){if(o)setTimeout(f(d,e),0);else{var t=i[e];if(t){o=!0;try{t()}finally{p(e),o=!1}}}}function p(e){delete i[e]}t.setImmediate||(n=1,o=!(i={}),s=t.document,c=(c=Object.getPrototypeOf&&Object.getPrototypeOf(t))&&c.setTimeout?c:t,"[object process]"==={}.toString.call(t.process)?a=function(){var t=h(arguments);return e.nextTick(f(d,t)),t}:function(){if(t.postMessage&&!t.importScripts){var e=!0,r=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=r,e}}()?function(){function e(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(r)&&d(+e.data.slice(r.length))}var r="setImmediate$"+Math.random()+"$";t.addEventListener?t.addEventListener("message",e,!1):t.attachEvent("onmessage",e),a=function(){var e=h(arguments);return t.postMessage(r+e,"*"),e}}():a=t.MessageChannel?((l=new MessageChannel).port1.onmessage=function(e){d(e.data)},function(){var e=h(arguments);return l.port2.postMessage(e),e}):s&&"onreadystatechange"in s.createElement("script")?(u=s.documentElement,function(){var e=h(arguments),t=s.createElement("script");return t.onreadystatechange=function(){d(e),t.onreadystatechange=null,u.removeChild(t),t=null},u.appendChild(t),e}):function(){var e=h(arguments);return setTimeout(f(d,e),0),e},c.setImmediate=a,c.clearImmediate=p)}("undefined"==typeof self?void 0===t?this:t:self)}).call(this)}).call(this,e("_process"),void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("timers").clearImmediate)},{_process:43,timers:46}],46:[function(e,t,n){(function(e){(function(){t.exports={setImmediate:e.setImmediate}}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],47:[function(e,t,n){(function(e){(function(){var r,n,i;e.crypto&&crypto.getRandomValues&&(r=new Uint8Array(16),n=function(){return crypto.getRandomValues(r),r}),n||(i=new Array(16),n=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),i[t]=e>>>((3&t)<<3)&255;return i}),t.exports=n}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],48:[function(e,t,r){for(var n=e("./rng"),i=[],o={},s=0;s<256;s++)i[s]=(s+256).toString(16).substr(1),o[i[s]]=s;function a(e,t){return t=t||0,i[e[t++]]+i[e[t++]]+i[e[t++]]+i[e[t++]]+"-"+i[e[t++]]+i[e[t++]]+"-"+i[e[t++]]+i[e[t++]]+"-"+i[e[t++]]+i[e[t++]]+"-"+i[e[t++]]+i[e[t++]]+i[e[t++]]+i[e[t++]]+i[e[t++]]+i[e[t++]]}var u=[1|(e=n())[0],e[1],e[2],e[3],e[4],e[5]],l=16383&(e[6]<<8|e[7]),c=0,h=0;function f(e,t,r){var i=t&&r||0;"string"==typeof e&&(t="binary"==e?new Array(16):null,e=null);var o=(e=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[i+s]=o[s];return t||a(o)}(e=f).v1=function(e,t,r){var n=t&&r||0,i=t||[],o=void 0!==(e=e||{}).clockseq?e.clockseq:l,s=void 0!==e.msecs?e.msecs:(new Date).getTime(),f=void 0!==e.nsecs?e.nsecs:h+1;if((r=s-c+(f-h)/1e4)<0&&void 0===e.clockseq&&(o=o+1&16383),1e4<=(f=(r<0||c<s)&&void 0===e.nsecs?0:f))throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");c=s,l=o,f=(1e4*(268435455&(s+=122192928e5))+(h=f))%4294967296,i[n++]=f>>>24&255,i[n++]=f>>>16&255,i[n++]=f>>>8&255,i[n++]=255&f,s=s/4294967296*1e4&268435455,i[n++]=s>>>8&255,i[n++]=255&s,i[n++]=s>>>24&15|16,i[n++]=s>>>16&255,i[n++]=o>>>8|128,i[n++]=255&o;for(var d=e.node||u,p=0;p<6;p++)i[n+p]=d[p];return t||a(i)},e.v4=f,e.parse=function(e,t,r){var n=t&&r||0,i=0;for(t=t||[],e.toLowerCase().replace(/[0-9a-f]{2}/g,(function(e){i<16&&(t[n+i++]=o[e])}));i<16;)t[n+i++]=0;return t},e.unparse=a,t.exports=e},{"./rng":47}],49:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});try{t.exports.XMLHttpRequest=XMLHttpRequest}catch(e){console.log("Warning: XMLHttpRequest is not defined"),t.exports.XMLHttpRequest=null}},{}],50:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("../utils/properties");function i(){n.setType(this,"Provider")}i.isProvider=function(e){return n.isType(e,"Provider")},e=i,r.Provider=e},{"../utils/properties":74}],51:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s=e("../utils/address"),u=e("../utils/bignumber"),l=e("../utils/bytes"),c=e("../constants"),h=e("../utils/hash"),f=e("../utils/networks"),d=e("../utils/properties"),p=e("../utils/rlp"),m=e("../utils/transaction"),g=e("../utils/utf8"),y=e("../utils/web"),v=o(e("../errors")),b=e("./abstract-provider");function w(e,t){var r,n={};for(r in e)try{var i=e[r](t[r]);void 0!==i&&(n[r]=i)}catch(e){throw e.checkKey=r,e.checkValue=t[r],e}return n}function _(e,t){return function(r){return null==r?t:e(r)}}function k(e){return function(t){if(!Array.isArray(t))throw new Error("not an array");var r=[];return t.forEach((function(t){r.push(e(t))})),r}}function x(e,t){return"string"==typeof e&&(t||"0x"===e.substring(0,2)||(e="0x"+e),32===l.hexDataLength(e))?e.toLowerCase():(v.throwError("invalid hash",v.INVALID_ARGUMENT,{arg:"hash",value:e}),null)}function A(e){return u.bigNumberify(e).toNumber()}function E(e){if(!l.isHexString(e))throw new Error("invalid uint256");for(;e.length<66;)e="0x0"+e.substring(2);return e}function S(e){if(null==e)return"latest";if("earliest"===e)return"0x0";if("latest"===e||"pending"===e)return e;if("number"==typeof e)return l.hexStripZeros(l.hexlify(e));if(l.isHexString(e))return l.hexStripZeros(e);throw new Error("invalid blockTag")}var M={hash:x,blockHash:_(x,null),blockNumber:_(A,null),transactionIndex:_(A,null),confirmations:_(A,null),from:s.getAddress,gasPrice:u.bigNumberify,gasLimit:u.bigNumberify,to:_(s.getAddress,null),value:u.bigNumberify,nonce:A,data:l.hexlify,r:_(E),s:_(E),v:_(A),creates:_(s.getAddress,null),raw:_(l.hexlify)};function I(e){null!=e.gas&&null==e.gasLimit&&(e.gasLimit=e.gas),e.to&&u.bigNumberify(e.to).isZero()&&(e.to="0x0000000000000000000000000000000000000000"),null!=e.input&&null==e.data&&(e.data=e.input),null==e.to&&null==e.creates&&(e.creates=s.getContractAddress(e)),e.raw||e.v&&e.r&&e.s&&(r=[l.stripZeros(l.hexlify(e.nonce)),l.stripZeros(l.hexlify(e.gasPrice)),l.stripZeros(l.hexlify(e.gasLimit)),e.to||"0x",l.stripZeros(l.hexlify(e.value||"0x")),l.hexlify(e.data||"0x"),l.stripZeros(l.hexlify(e.v||"0x")),l.stripZeros(l.hexlify(e.r)),l.stripZeros(l.hexlify(e.s))],e.raw=p.encode(r));var t=w(M,e),r=e.networkId;return null!=e.chainId&&null==r&&null==t.v&&(r=e.chainId),"number"!=typeof(r=l.isHexString(r)?u.bigNumberify(r).toNumber():r)&&null!=t.v&&((r=(t.v-35)/2)<0&&(r=0),r=parseInt(r)),t.networkId=r="number"!=typeof r?0:r,null==t.chainId&&null!=r&&(t.chainId=r),t.blockHash&&"x"===t.blockHash.replace(/0/g,"")&&(t.blockHash=null),t}var P={hash:x,parentHash:x,number:A,timestamp:A,nonce:_(l.hexlify),difficulty:function(e){e=u.bigNumberify(e);try{return e.toNumber()}catch(e){}return null},gasLimit:u.bigNumberify,gasUsed:u.bigNumberify,miner:s.getAddress,extraData:l.hexlify,transactions:_(k(x))},T=d.shallowCopy(P);function N(e,t){return null!=e.author&&null==e.miner&&(e.miner=e.author),w(t?T:P,e)}T.transactions=_(k(I));var R={from:_(s.getAddress),nonce:_(A),gasLimit:_(u.bigNumberify),gasPrice:_(u.bigNumberify),to:_(s.getAddress),value:_(u.bigNumberify),data:_(l.hexlify)};function O(e){return w(R,e)}var C={transactionLogIndex:_(A),transactionIndex:A,blockNumber:A,transactionHash:x,address:s.getAddress,topics:k(x),data:l.hexlify,logIndex:A,blockHash:x},j={to:_(s.getAddress,null),from:_(s.getAddress,null),contractAddress:_(s.getAddress,null),transactionIndex:A,root:_(x),gasUsed:u.bigNumberify,logsBloom:_(l.hexlify),blockHash:x,transactionHash:x,logs:k((function(e){return w(C,e)})),blockNumber:A,confirmations:_(A,null),cumulativeGasUsed:u.bigNumberify,status:_(A)};function B(e){return Array.isArray(e)?e.forEach((function(e){B(e)})):null!=e&&x(e),e}var L,U,D={fromBlock:_(S,void 0),toBlock:_(S,void 0),address:_(s.getAddress,void 0),topics:_(B,void 0)},z={blockHash:_(x,void 0),address:_(s.getAddress,void 0),topics:_(B,void 0)},F={blockNumber:_(A),blockHash:_(x),transactionIndex:A,removed:_((function(e){if("boolean"==typeof e)return e;if("string"==typeof e){if("true"===e)return!0;if("false"===e)return!1}throw new Error("invaid boolean - "+e)})),address:s.getAddress,data:(L=l.hexlify,function(e){return e?L(e):"0x"}),topics:k(x),transactionHash:x,logIndex:A};function H(e){return w(F,e)}function G(e){return e.map((function(e){return"string"==typeof e?e:Array.isArray(e)?(e.forEach((function(e){null!==e&&32!==l.hexDataLength(e)&&v.throwError("invalid topic",v.INVALID_ARGUMENT,{argument:"topic",value:e})})),e.join(",")):null===e?"":v.throwError("invalid topic value",v.INVALID_ARGUMENT,{argument:"topic",value:e})})).join("&")}function q(e){if("string"==typeof e){if(20===l.hexDataLength(e))return"address:"+s.getAddress(e);if(e=e.toLowerCase(),32===l.hexDataLength(e))return"tx:"+e;if(-1===e.indexOf(":"))return e}else{if(Array.isArray(e))return"filter::"+G(e);if(e&&"object"==a(e))return"filter:"+(e.address||"")+":"+G(e.topics||[])}throw new Error("invalid event - "+e)}function V(){return(new Date).getTime()}function W(e){var t,r=U.call(this)||this;return v.checkNew(r,b.Provider),e instanceof Promise?(d.defineReadOnly(r,"ready",e.then((function(e){return d.defineReadOnly(r,"_network",e),e}))),r.ready.catch((function(e){}))):(t=f.getNetwork(null==e?"homestead":e))?(d.defineReadOnly(r,"_network",t),d.defineReadOnly(r,"ready",Promise.resolve(r._network))):v.throwError("invalid network",v.INVALID_ARGUMENT,{arg:"network",value:e}),r._lastBlockNumber=-2,r._balances={},r._events=[],r._pollingInterval=4e3,r._emitted={block:-2},r._fastQueryDate=0,r}i(W,U=b.Provider),W.prototype._doPoll=function(){var e=this;this.getBlockNumber().then((function(t){if(e.polling&&(e._setFastBlockNumber(t),t!==e._lastBlockNumber)){-2===e._emitted.block&&(e._emitted.block=t-1);for(var r=e._emitted.block+1;r<=t;r++)e.emit("block",r);e._emitted.block!==t&&(e._emitted.block=t,Object.keys(e._emitted).forEach((function(r){var n;"block"===r||"pending"!==(n=e._emitted[r])&&12<t-n&&delete e._emitted[r]}))),-2===e._lastBlockNumber&&(e._lastBlockNumber=t-1);var n={},i={};return e._events.forEach((function(e){i[e.tag]=!0})),Object.keys(i).forEach((function(r){var i=r.split(":");switch(i[0]){case"tx":var o=i[1];e.getTransactionReceipt(o).then((function(t){return t&&null!=t.blockNumber&&(e._emitted["t:"+o]=t.blockNumber,e.emit(o,t)),null})).catch((function(t){e.emit("error",t)}));break;case"address":var s=i[1];e._balances[s]&&(n[s]=e._balances[s]),e.getBalance(s,"latest").then((function(t){var r=e._balances[s];if(!r||!t.eq(r))return e._balances[s]=t,e.emit(s,t),null})).catch((function(t){e.emit("error",t)}));break;case"filter":var a=i[2].split(/&/g).map((function(e){var t=e.split(",");return 1===t.length?""===t[0]?null:e:t.map((function(e){return""===e?null:e}))})),u={address:i[1],fromBlock:e._lastBlockNumber+1,toBlock:t,topics:a};u.address||delete u.address,e.getLogs(u).then((function(t){if(0!==t.length)return t.forEach((function(t){e._emitted["b:"+t.blockHash]=t.blockNumber,e._emitted["t:"+t.transactionHash]=t.blockNumber,e.emit(u,t)})),null})).catch((function(t){e.emit("error",t)}))}})),e._lastBlockNumber=t,e._balances=n,null}})).catch((function(e){})),this.doPoll()},W.prototype.resetEventsBlock=function(e){this._lastBlockNumber=e-1,this.polling&&this._doPoll()},Object.defineProperty(W.prototype,"network",{get:function(){return this._network},enumerable:!0,configurable:!0}),W.prototype.getNetwork=function(){return this.ready},Object.defineProperty(W.prototype,"blockNumber",{get:function(){return this._fastBlockNumber},enumerable:!0,configurable:!0}),Object.defineProperty(W.prototype,"polling",{get:function(){return null!=this._poller},set:function(e){var t=this;setTimeout((function(){e&&!t._poller?(t._poller=setInterval(t._doPoll.bind(t),t.pollingInterval),t._doPoll()):!e&&t._poller&&(clearInterval(t._poller),t._poller=null)}),0)},enumerable:!0,configurable:!0}),Object.defineProperty(W.prototype,"pollingInterval",{get:function(){return this._pollingInterval},set:function(e){var t=this;if("number"!=typeof e||e<=0||parseInt(String(e))!=e)throw new Error("invalid polling interval");this._pollingInterval=e,this._poller&&(clearInterval(this._poller),this._poller=setInterval((function(){t._doPoll()}),this._pollingInterval))},enumerable:!0,configurable:!0}),W.prototype._getFastBlockNumber=function(){var e=this,t=V();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},W.prototype._setFastBlockNumber=function(e){null!=this._fastBlockNumber&&e<this._fastBlockNumber||(this._fastQueryDate=V(),(null==this._fastBlockNumber||e>this._fastBlockNumber)&&(this._fastBlockNumber=e,this._fastBlockNumberPromise=Promise.resolve(e)))},W.prototype.waitForTransaction=function(e,t){var r=this;return null==t&&(t=1),this.getTransactionReceipt(e).then((function(n){return 0===t||n&&n.confirmations>=t?n:new Promise((function(n){r.on(e,(function i(o){o.confirmations<t||(r.removeListener(e,i),n(o))}))}))}))},W.prototype.getBlockNumber=function(){var e=this;return this.ready.then((function(){return e.perform("getBlockNumber",{}).then((function(t){var r=parseInt(t);if(r!=t)throw new Error("invalid response - getBlockNumber");return e._setFastBlockNumber(r),r}))}))},W.prototype.getGasPrice=function(){var e=this;return this.ready.then((function(){return e.perform("getGasPrice",{}).then((function(e){return u.bigNumberify(e)}))}))},W.prototype.getBalance=function(e,t){var r=this;return this.ready.then((function(){return d.resolveProperties({addressOrName:e,blockTag:t}).then((function(e){var t=e.addressOrName,n=e.blockTag;return r._getAddress(t).then((function(e){return e={address:e,blockTag:S(n)},r.perform("getBalance",e).then((function(e){return u.bigNumberify(e)}))}))}))}))},W.prototype.getTransactionCount=function(e,t){var r=this;return this.ready.then((function(){return d.resolveProperties({addressOrName:e,blockTag:t}).then((function(e){var t=e.addressOrName,n=e.blockTag;return r._getAddress(t).then((function(e){return e={address:e,blockTag:S(n)},r.perform("getTransactionCount",e).then((function(e){return u.bigNumberify(e).toNumber()}))}))}))}))},W.prototype.getCode=function(e,t){var r=this;return this.ready.then((function(){return d.resolveProperties({addressOrName:e,blockTag:t}).then((function(e){var t=e.addressOrName,n=e.blockTag;return r._getAddress(t).then((function(e){return e={address:e,blockTag:S(n)},r.perform("getCode",e).then((function(e){return l.hexlify(e)}))}))}))}))},W.prototype.getStorageAt=function(e,t,r){var n=this;return this.ready.then((function(){return d.resolveProperties({addressOrName:e,position:t,blockTag:r}).then((function(e){var t=e.addressOrName,r=e.position,i=e.blockTag;return n._getAddress(t).then((function(e){return e={address:e,blockTag:S(i),position:l.hexStripZeros(l.hexlify(r))},n.perform("getStorageAt",e).then((function(e){return l.hexlify(e)}))}))}))}))},W.prototype.sendTransaction=function(e){var t=this;return this.ready.then((function(){return d.resolveProperties({signedTransaction:e}).then((function(e){var r=e.signedTransaction;return e={signedTransaction:l.hexlify(r)},t.perform("sendTransaction",e).then((function(e){return t._wrapTransaction(m.parse(r),e)}),(function(e){throw e.transaction=m.parse(r),e.transaction.hash&&(e.transactionHash=e.transaction.hash),e}))}))}))},W.prototype._wrapTransaction=function(e,t){var r=this;if(null!=t&&32!==l.hexDataLength(t))throw new Error("invalid response - sendTransaction");var n=e;return null!=t&&e.hash!==t&&v.throwError("Transaction hash mismatch from Provider.sendTransaction.",v.UNKNOWN_ERROR,{expectedHash:e.hash,returnedHash:t}),n.wait=function(t){return 0!==t&&(r._emitted["t:"+e.hash]="pending"),r.waitForTransaction(e.hash,t).then((function(n){return null==n&&0===t?null:(r._emitted["t:"+e.hash]=n.blockNumber,0===n.status&&v.throwError("transaction failed",v.CALL_EXCEPTION,{transactionHash:e.hash,transaction:e}),n)}))},n},W.prototype.call=function(e,t){var r=this,n=d.shallowCopy(e);return this.ready.then((function(){return d.resolveProperties({blockTag:t,tx:n}).then((function(e){var t=e.blockTag;return e=e.tx,r._resolveNames(e,["to","from"]).then((function(e){return e={blockTag:S(t),transaction:O(e)},r.perform("call",e).then((function(e){return l.hexlify(e)}))}))}))}))},W.prototype.estimateGas=function(e){var t=this,r={to:e.to,from:e.from,data:e.data,gasPrice:e.gasPrice,value:e.value};return this.ready.then((function(){return d.resolveProperties(r).then((function(e){return t._resolveNames(e,["to","from"]).then((function(e){return e={transaction:O(e)},t.perform("estimateGas",e).then((function(e){return u.bigNumberify(e)}))}))}))}))},W.prototype.getBlock=function(e,t){var r=this;return this.ready.then((function(){return d.resolveProperties({blockHashOrBlockTag:e}).then((function(e){e=e.blockHashOrBlockTag;try{var n=l.hexlify(e);if(32===l.hexDataLength(n))return y.poll((function(){return r.perform("getBlock",{blockHash:n,includeTransactions:!!t}).then((function(e){return null==e?null==r._emitted["b:"+n]?null:void 0:N(e,t)}))}),{onceBlock:r})}catch(e){}try{var i=-128,o=S(e);return l.isHexString(o)&&(i=parseInt(o.substring(2),16)),y.poll((function(){return r.perform("getBlock",{blockTag:o,includeTransactions:!!t}).then((function(e){return null==e?i<=r._emitted.block?void 0:null:N(e,t)}))}),{onceBlock:r})}catch(e){}throw new Error("invalid block hash or block tag")}))}))},W.prototype.getTransaction=function(e){var t=this;return this.ready.then((function(){return d.resolveProperties({transactionHash:e}).then((function(e){var r=e.transactionHash,n={transactionHash:x(r,!0)};return y.poll((function(){return t.perform("getTransaction",n).then((function(e){if(null==e)return null==t._emitted["t:"+r]?null:void 0;var n=W.checkTransactionResponse(e);if(null==n.blockNumber)n.confirmations=0;else if(null==n.confirmations)return t._getFastBlockNumber().then((function(e){return e=e-n.blockNumber+1,n.confirmations=e=e<=0?1:e,t._wrapTransaction(n)}));return t._wrapTransaction(n)}))}),{onceBlock:t})}))}))},W.prototype.getTransactionReceipt=function(e){var t=this;return this.ready.then((function(){return d.resolveProperties({transactionHash:e}).then((function(e){var r=e.transactionHash,n={transactionHash:x(r,!0)};return y.poll((function(){return t.perform("getTransactionReceipt",n).then((function(e){if(null==e)return null==t._emitted["t:"+r]?null:void 0;if(null!=e.blockHash){var n,i=((e=w(j,n=e)).logs.forEach((function(e,t){null==e.transactionLogIndex&&(e.transactionLogIndex=t)})),null!=n.status&&(e.byzantium=!0),e);if(null==i.blockNumber)i.confirmations=0;else if(null==i.confirmations)return t._getFastBlockNumber().then((function(e){return e=e-i.blockNumber+1,i.confirmations=e=e<=0?1:e,i}));return i}}))}),{onceBlock:t})}))}))},W.prototype.getLogs=function(e){var t=this;return this.ready.then((function(){return d.resolveProperties(e).then((function(e){return t._resolveNames(e,["address"]).then((function(e){return e={filter:(e=e)&&e.blockHash?w(z,e):w(D,e)},t.perform("getLogs",e).then((function(e){return k(H)(e)}))}))}))}))},W.prototype.getEtherPrice=function(){var e=this;return this.ready.then((function(){return e.perform("getEtherPrice",{}).then((function(e){return e}))}))},W.prototype._getAddress=function(e){return this.resolveName(e).then((function(t){return null==t&&v.throwError("ENS name not configured",v.UNSUPPORTED_OPERATION,{operation:"resolveName("+JSON.stringify(e)+")"}),t}))},W.prototype._resolveNames=function(e,t){var r=[],n=d.shallowCopy(e);return t.forEach((function(e){null!=n[e]&&r.push(this._getAddress(n[e]).then((function(t){n[e]=t})))}),this),Promise.all(r).then((function(){return n}))},W.prototype._getResolver=function(e){var t=this;return this.getNetwork().then((function(r){r.ensAddress||v.throwError("network does not support ENS",v.UNSUPPORTED_OPERATION,{operation:"ENS",network:r.name});var n="0x0178b8bf"+h.namehash(e).substring(2);return n={to:r.ensAddress,data:n},t.call(n).then((function(e){return 32!==l.hexDataLength(e)||(e=s.getAddress(l.hexDataSlice(e,12)))===c.AddressZero?null:e}))}))},W.prototype.resolveName=function(e){var t=this;if(e instanceof Promise)return e.then((function(e){return t.resolveName(e)}));try{return Promise.resolve(s.getAddress(e))}catch(t){if(l.isHexString(e))throw t}var r=this,n=h.namehash(e);return this._getResolver(e).then((function(e){if(null==e)return null;var t="0x3b3b57de"+n.substring(2);return r.call({to:e,data:t})})).then((function(e){return 32!==l.hexDataLength(e)||(e=s.getAddress(l.hexDataSlice(e,12)))===c.AddressZero?null:e}))},W.prototype.lookupAddress=function(e){var t=this;if(e instanceof Promise)return e.then((function(e){return t.lookupAddress(e)}));var r=(e=s.getAddress(e)).substring(2)+".addr.reverse",n=h.namehash(r),i=this;return this._getResolver(r).then((function(e){if(!e)return null;var t="0x691f3431"+n.substring(2);return i.call({to:e,data:t})})).then((function(t){if(null==t)return null;if((t=t.substring(2)).length<64)return null;if((t=t.substring(64)).length<64)return null;var r=u.bigNumberify("0x"+t.substring(0,64)).toNumber();if(2*r>(t=t.substring(64)).length)return null;var n=g.toUtf8String("0x"+t.substring(0,2*r));return i.resolveName(n).then((function(t){return t!=e?null:n}))}))},W.checkTransactionResponse=I,W.prototype.doPoll=function(){},W.prototype.perform=function(e,t){return v.throwError(e+" not implemented",v.NOT_IMPLEMENTED,{operation:e}),null},W.prototype._startPending=function(){v.warn("WARNING: this provider does not support pending events")},W.prototype._stopPending=function(){},W.prototype._addEventListener=function(e,t,r){this._events.push({tag:q(e),listener:t,once:r}),"pending"===e&&this._startPending(),this.polling=!0},W.prototype.on=function(e,t){return this._addEventListener(e,t,!1),this},W.prototype.once=function(e,t){return this._addEventListener(e,t,!0),this},W.prototype.addEventListener=function(e,t){return this.on(e,t)},W.prototype.emit=function(e){for(var t=this,r=[],n=1;n<arguments.length;n++)r[n-1]=arguments[n];var i=!1,o=q(e);return this._events=this._events.filter((function(e){return e.tag!==o||(setTimeout((function(){e.listener.apply(t,r)}),0),i=!0,!e.once)})),0===this.listenerCount()&&(this.polling=!1),i},W.prototype.listenerCount=function(e){if(!e)return this._events.length;var t=q(e);return this._events.filter((function(e){return e.tag===t})).length},W.prototype.listeners=function(e){var t=q(e);return this._events.filter((function(e){return e.tag===t})).map((function(e){return e.listener}))},W.prototype.removeAllListeners=function(e){var t;return null==e?(this._events=[],this._stopPending()):(t=q(e),this._events=this._events.filter((function(e){return e.tag!==t})),"pending"===e&&this._stopPending()),0===this._events.length&&(this.polling=!1),this},W.prototype.removeListener=function(e,t){var r=!1,n=q(e);return this._events=this._events.filter((function(e){return e.tag!==n||e.listener!=t||!!r||!(r=!0)})),"pending"===e&&0===this.listenerCount("pending")&&this._stopPending(),0===this.listenerCount()&&(this.polling=!1),this},i=W,r.BaseProvider=i,d.defineReadOnly(b.Provider,"inherits",d.inheritable(b.Provider))},{"../constants":3,"../errors":5,"../utils/address":60,"../utils/bignumber":63,"../utils/bytes":64,"../utils/hash":65,"../utils/networks":72,"../utils/properties":74,"../utils/rlp":76,"../utils/transaction":83,"../utils/utf8":85,"../utils/web":86,"./abstract-provider":50}],52:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s,a=e("./base-provider"),u=e("../utils/bytes"),l=e("../utils/properties"),c=e("../utils/web"),h=o(e("../errors"));function f(e){var t,r,n=[];for(t in e)null!=e[t]&&(r=u.hexlify(e[t]),{gasLimit:!0,gasPrice:!0,nonce:!0,value:!0}[t]&&(r=u.hexStripZeros(r)),n.push(t+"="+r));return n.join("&")}function d(e){if(0==e.status&&("No records found"===e.message||"No transactions found"===e.message))return e.result;if(1==e.status&&"OK"==e.message)return e.result;var t=new Error("invalid response");throw t.result=JSON.stringify(e),t}function p(e){if("2.0"!=e.jsonrpc)throw(t=new Error("invalid response")).result=JSON.stringify(e),t;if(e.error){var t=new Error(e.error.message||"unknown error");throw e.error.code&&(t.code=e.error.code),e.error.data&&(t.data=e.error.data),t}return e.result}function m(e){if("pending"===e)throw new Error("pending not supported");return"latest"===e?e:parseInt(e.substring(2),16)}function g(e,t){var r=s.call(this,e)||this;h.checkNew(r,g),e="invalid";var n=null;switch(e=r.network?r.network.name:e){case"homestead":n="https://api.etherscan.io";break;case"ropsten":n="https://api-ropsten.etherscan.io";break;case"rinkeby":n="https://api-rinkeby.etherscan.io";break;case"kovan":n="https://api-kovan.etherscan.io";break;case"goerli":n="https://api-goerli.etherscan.io";break;default:throw new Error("unsupported network")}return l.defineReadOnly(r,"baseUrl",n),l.defineReadOnly(r,"apiKey",t||"8FG3JMZ9USS4NTA6YKEKHINU56SEPPVBJR"),r}i(g,s=a.BaseProvider),g.prototype.perform=function(e,t){var r,n=this,i=this.baseUrl,o="";function a(e,t){return c.fetchJson(e,null,t||p).then((function(t){return n.emit("debug",{action:"perform",request:e,response:t,provider:n}),t}))}switch(this.apiKey&&(o+="&apikey="+this.apiKey),e){case"getBlockNumber":return a(i+="/api?module=proxy&action=eth_blockNumber"+o);case"getGasPrice":return a(i+="/api?module=proxy&action=eth_gasPrice"+o);case"getBalance":return i+="/api?module=account&action=balance&address="+t.address,a(i+="&tag="+t.blockTag+o,d);case"getTransactionCount":return i+="/api?module=proxy&action=eth_getTransactionCount&address="+t.address,a(i+="&tag="+t.blockTag+o);case"getCode":return i+="/api?module=proxy&action=eth_getCode&address="+t.address,a(i+="&tag="+t.blockTag+o,p);case"getStorageAt":return i+="/api?module=proxy&action=eth_getStorageAt&address="+t.address,i+="&position="+t.position,a(i+="&tag="+t.blockTag+o,p);case"sendTransaction":return i+="/api?module=proxy&action=eth_sendRawTransaction&hex="+t.signedTransaction,a(i+=o).catch((function(e){throw e.responseText&&(0<=e.responseText.toLowerCase().indexOf("insufficient funds")&&h.throwError("insufficient funds",h.INSUFFICIENT_FUNDS,{}),0<=e.responseText.indexOf("same hash was already imported")&&h.throwError("nonce has already been used",h.NONCE_EXPIRED,{}),0<=e.responseText.indexOf("another transaction with same nonce")&&h.throwError("replacement fee too low",h.REPLACEMENT_UNDERPRICED,{})),e}));case"getBlock":return t.blockTag?(i+="/api?module=proxy&action=eth_getBlockByNumber&tag="+t.blockTag,t.includeTransactions?i+="&boolean=true":i+="&boolean=false",a(i+=o)):Promise.reject(new Error("getBlock by blockHash not implemeneted"));case"getTransaction":return i+="/api?module=proxy&action=eth_getTransactionByHash&txhash="+t.transactionHash,a(i+=o);case"getTransactionReceipt":return i+="/api?module=proxy&action=eth_getTransactionReceipt&txhash="+t.transactionHash,a(i+=o);case"call":return i+="/api?module=proxy&action=eth_call"+(r=(r=f(t.transaction))&&"&"+r),"latest"!==t.blockTag?Promise.reject(new Error("EtherscanProvider does not support blockTag for call")):a(i+=o);case"estimateGas":return i+="/api?module=proxy&action=eth_estimateGas&"+(r=(r=f(t.transaction))&&"&"+r),a(i+=o);case"getLogs":i+="/api?module=logs&action=getLogs";try{if(t.filter.fromBlock&&(i+="&fromBlock="+m(t.filter.fromBlock)),t.filter.toBlock&&(i+="&toBlock="+m(t.filter.toBlock)),t.filter.blockHash)try{h.throwError("Etherscan does not support blockHash filters",h.UNSUPPORTED_OPERATION,{operation:"getLogs(blockHash)"})}catch(e){return Promise.reject(e)}if(t.filter.address&&(i+="&address="+t.filter.address),t.filter.topics&&0<t.filter.topics.length){if(1<t.filter.topics.length)throw new Error("unsupported topic format");var u=t.filter.topics[0];if("string"!=typeof u||66!==u.length)throw new Error("unsupported topic0 format");i+="&topic0="+u}}catch(e){return Promise.reject(e)}var l=this;return a(i+=o,d).then((function(e){var t={},r=Promise.resolve();return e.forEach((function(e){r=r.then((function(){return null!=e.blockHash?null:(e.blockHash=t[e.transactionHash],null==e.blockHash?l.getTransaction(e.transactionHash).then((function(r){return t[e.transactionHash]=r.blockHash,e.blockHash=r.blockHash,null})):null)}))})),r.then((function(){return e}))}));case"getEtherPrice":return"homestead"!==this.network.name?Promise.resolve(0):(i+="/api?module=stats&action=ethprice",a(i+=o,d).then((function(e){return parseFloat(e.ethusd)})))}return s.prototype.perform.call(this,e,t)},g.prototype.getHistory=function(e,t,r){var n=this,i=this.baseUrl,o="";return this.apiKey&&(o+="&apikey="+this.apiKey),null==t&&(t=0),null==r&&(r=99999999),this.resolveName(e).then((function(e){return i+="/api?module=account&action=txlist&address="+e,i+="&startblock="+t,i+="&endblock="+r,i+="&sort=asc"+o,c.fetchJson(i,null,d).then((function(e){n.emit("debug",{action:"getHistory",request:i,response:e,provider:n});var t=[];return e.forEach((function(e){["contractAddress","to"].forEach((function(t){""==e[t]&&delete e[t]})),null==e.creates&&null!=e.contractAddress&&(e.creates=e.contractAddress);var r=a.BaseProvider.checkTransactionResponse(e);e.timeStamp&&(r.timestamp=parseInt(e.timeStamp)),t.push(r)})),t}))}))},i=g,r.EtherscanProvider=i},{"../errors":5,"../utils/bytes":64,"../utils/properties":74,"../utils/web":86,"./base-provider":51}],53:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s,a=e("./base-provider"),u=o(e("../errors"));function l(e){var t=!0,r=null;return e.forEach((function(n){null!=n?null!=r?r.name===n.name&&r.chainId===n.chainId&&(r.ensAddress===n.ensAddress||null==r.ensAddress&&null==n.ensAddress)||u.throwError("provider mismatch",u.INVALID_ARGUMENT,{arg:"networks",value:e}):r=n:t=!1})),t}function c(e){var t,r=this;if(0===e.length)throw new Error("no providers");return r=l(e.map((function(e){return e.network})))?s.call(this,e[0].network)||this:(t=Promise.all(e.map((function(e){return e.getNetwork()}))).then((function(e){return l(e)||u.throwError("getNetwork returned null",u.UNKNOWN_ERROR,{}),e[0]})),s.call(this,t)||this),u.checkNew(r,c),r._providers=e.slice(0),r}i(c,s=a.BaseProvider),Object.defineProperty(c.prototype,"providers",{get:function(){return this._providers.slice(0)},enumerable:!0,configurable:!0}),c.prototype.perform=function(e,t){var r=this.providers;return new Promise((function(n,i){var o=null;!function s(){r.length?r.shift().perform(e,t).then((function(e){return n(e)})).catch((function(e){o=o||e,setTimeout(s,0)})):i(o)}()}))},i=c,r.FallbackProvider=i},{"../errors":5,"./base-provider":51}],54:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./abstract-provider");r.Provider=n.Provider,n=e("./base-provider"),r.BaseProvider=n.BaseProvider,n=e("./etherscan-provider"),r.EtherscanProvider=n.EtherscanProvider,n=e("./fallback-provider"),r.FallbackProvider=n.FallbackProvider,n=e("./ipc-provider"),r.IpcProvider=n.IpcProvider,n=e("./infura-provider"),r.InfuraProvider=n.InfuraProvider,n=e("./json-rpc-provider"),r.JsonRpcProvider=n.JsonRpcProvider,r.JsonRpcSigner=n.JsonRpcSigner,e=e("./web3-provider"),r.Web3Provider=e.Web3Provider},{"./abstract-provider":50,"./base-provider":51,"./etherscan-provider":52,"./fallback-provider":53,"./infura-provider":55,"./ipc-provider":56,"./json-rpc-provider":57,"./web3-provider":58}],55:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s,a=e("./json-rpc-provider"),u=e("../utils/bytes"),l=e("../utils/networks"),c=e("../utils/properties"),h=o(e("../errors"));function f(e,t){var r=this,n=l.getNetwork(null==e?"homestead":e);null==t&&(t="7d0d81d0919f4f05b9ab6634be01ee73");var i=null;switch(n.name){case"homestead":i="mainnet.infura.io";break;case"ropsten":i="ropsten.infura.io";break;case"rinkeby":i="rinkeby.infura.io";break;case"goerli":i="goerli.infura.io";break;case"kovan":i="kovan.infura.io";break;default:h.throwError("unsupported network",h.INVALID_ARGUMENT,{argument:"network",value:e})}return u.isHexString("0x"+t,16)?(r=s.call(this,"https://"+i+"/v3/"+t,n)||this,c.defineReadOnly(r,"apiAccessToken",null),c.defineReadOnly(r,"projectId",t)):(h.warn("The legacy INFURA apiAccesToken API is deprecated; please upgrade to a Project ID instead (see INFURA dshboard; https://infura.io)"),r=s.call(this,"https://"+i+"/"+t,n)||this,c.defineReadOnly(r,"apiAccessToken",t),c.defineReadOnly(r,"projectId",null)),h.checkNew(r,f),r}i(f,s=a.JsonRpcProvider),f.prototype._startPending=function(){h.warn("WARNING: INFURA does not support pending filters")},f.prototype.getSigner=function(e){return h.throwError("INFURA does not support signing",h.UNSUPPORTED_OPERATION,{operation:"getSigner"})},f.prototype.listAccounts=function(){return Promise.resolve([])},i=f,r.InfuraProvider=i},{"../errors":5,"../utils/bytes":64,"../utils/networks":72,"../utils/properties":74,"./json-rpc-provider":57}],56:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0})},{}],57:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s=e("./base-provider"),a=e("../abstract-signer"),u=o(e("../errors")),l=e("../utils/address"),c=e("../utils/bytes"),h=e("../utils/networks"),f=e("../utils/properties"),d=e("../utils/utf8"),p=e("../utils/web");function m(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 g(e){return e&&e.toLowerCase()}var y,v={},b=42,w=(i(_,y=a.Signer),_.prototype.getAddress=function(){var e=this;return this._address?Promise.resolve(this._address):this.provider.send("eth_accounts",[]).then((function(t){return t.length<=e._index&&u.throwError("unknown account #"+e._index,u.UNSUPPORTED_OPERATION,{operation:"getAddress"}),e._address=l.getAddress(t[e._index]),e._address}))},_.prototype.getBalance=function(e){return this.provider.getBalance(this.getAddress(),e)},_.prototype.getTransactionCount=function(e){return this.provider.getTransactionCount(this.getAddress(),e)},_.prototype.sendUncheckedTransaction=function(e){var t=this;e=f.shallowCopy(e);var r,n=this.getAddress().then((function(e){return e&&e.toLowerCase()}));return null==e.gasLimit&&((r=f.shallowCopy(e)).from=n,e.gasLimit=this.provider.estimateGas(r)),Promise.all([f.resolveProperties(e),n]).then((function(e){var r=e[0],n=A.hexlifyTransaction(r);return n.from=e[1],t.provider.send("eth_sendTransaction",[n]).then((function(e){return e}),(function(e){throw e.responseText&&(0<=e.responseText.indexOf("insufficient funds")&&u.throwError("insufficient funds",u.INSUFFICIENT_FUNDS,{transaction:r}),0<=e.responseText.indexOf("nonce too low")&&u.throwError("nonce has already been used",u.NONCE_EXPIRED,{transaction:r}),0<=e.responseText.indexOf("replacement transaction underpriced")&&u.throwError("replacement fee too low",u.REPLACEMENT_UNDERPRICED,{transaction:r})),e}))}))},_.prototype.sendTransaction=function(e){var t=this;return this.sendUncheckedTransaction(e).then((function(e){return p.poll((function(){return t.provider.getTransaction(e).then((function(r){if(null!==r)return t.provider._wrapTransaction(r,e)}))}),{fastRetry:250,onceBlock:t.provider}).catch((function(t){throw t.transactionHash=e,t}))}))},_.prototype.signMessage=function(e){var t=this,r="string"==typeof e?d.toUtf8Bytes(e):e;return this.getAddress().then((function(e){return t.provider.send("eth_sign",[e.toLowerCase(),c.hexlify(r)])}))},_.prototype.unlock=function(e){var t=this.provider;return this.getAddress().then((function(r){return t.send("personal_unlockAccount",[r.toLowerCase(),e,null])}))},_);function _(e,t,r){var n=y.call(this)||this;if(u.checkNew(n,_),e!==v)throw new Error("do not call the JsonRpcSigner constructor directly; use provider.getSigner");return f.defineReadOnly(n,"provider",t),r?"string"==typeof r?f.defineReadOnly(n,"_address",l.getAddress(r)):"number"==typeof r?f.defineReadOnly(n,"_index",r):u.throwError("invalid address or index",u.INVALID_ARGUMENT,{argument:"addressOrIndex",value:r}):f.defineReadOnly(n,"_index",0),n}r.JsonRpcSigner=w;var k,x={chainId:!0,data:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,value:!0},A=(i(E,k=s.BaseProvider),E.prototype.getSigner=function(e){return new w(v,this,e)},E.prototype.listAccounts=function(){return this.send("eth_accounts",[]).then((function(e){return e.map((function(e){return l.getAddress(e)}))}))},E.prototype.send=function(e,t){var r=this,n={method:e,params:t,id:b++,jsonrpc:"2.0"};return p.fetchJson(this.connection,JSON.stringify(n),m).then((function(e){return r.emit("debug",{action:"send",request:n,response:e,provider:r}),e}))},E.prototype.perform=function(e,t){switch(e){case"getBlockNumber":return this.send("eth_blockNumber",[]);case"getGasPrice":return this.send("eth_gasPrice",[]);case"getBalance":return this.send("eth_getBalance",[g(t.address),t.blockTag]);case"getTransactionCount":return this.send("eth_getTransactionCount",[g(t.address),t.blockTag]);case"getCode":return this.send("eth_getCode",[g(t.address),t.blockTag]);case"getStorageAt":return this.send("eth_getStorageAt",[g(t.address),t.position,t.blockTag]);case"sendTransaction":return this.send("eth_sendRawTransaction",[t.signedTransaction]).catch((function(e){throw e.responseText&&(0<e.responseText.indexOf("insufficient funds")&&u.throwError("insufficient funds",u.INSUFFICIENT_FUNDS,{}),0<e.responseText.indexOf("nonce too low")&&u.throwError("nonce has already been used",u.NONCE_EXPIRED,{}),0<e.responseText.indexOf("replacement transaction underpriced")&&u.throwError("replacement fee too low",u.REPLACEMENT_UNDERPRICED,{})),e}));case"getBlock":return t.blockTag?this.send("eth_getBlockByNumber",[t.blockTag,!!t.includeTransactions]):t.blockHash?this.send("eth_getBlockByHash",[t.blockHash,!!t.includeTransactions]):Promise.reject(new Error("invalid block tag or block hash"));case"getTransaction":return this.send("eth_getTransactionByHash",[t.transactionHash]);case"getTransactionReceipt":return this.send("eth_getTransactionReceipt",[t.transactionHash]);case"call":return this.send("eth_call",[E.hexlifyTransaction(t.transaction,{from:!0}),t.blockTag]);case"estimateGas":return this.send("eth_estimateGas",[E.hexlifyTransaction(t.transaction,{from:!0})]);case"getLogs":return t.filter&&null!=t.filter.address&&(t.filter.address=g(t.filter.address)),this.send("eth_getLogs",[t.filter])}return u.throwError(e+" not implemented",u.NOT_IMPLEMENTED,{operation:e}),null},E.prototype._startPending=function(){var e,t;null==this._pendingFilter&&(t=(e=this).send("eth_newPendingTransactionFilter",[]),(this._pendingFilter=t).then((function(r){return 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 new Promise((function(e){setTimeout((function(){e()}),1e3)}))}))})).then((function(){return e._pendingFilter==t?(setTimeout((function(){n()}),0),null):void e.send("eth_uninstallFilter",[r])})).catch((function(e){}))}(),r})).catch((function(e){})))},E.prototype._stopPending=function(){this._pendingFilter=null},E.hexlifyTransaction=function(e,t){var r=f.shallowCopy(x);if(t)for(var n in t)t[n]&&(r[n]=!0);f.checkProperties(e,r);var i={};return["gasLimit","gasPrice","nonce","value"].forEach((function(t){var r;null!=e[t]&&(r=c.hexStripZeros(c.hexlify(e[t])),i[t="gasLimit"===t?"gas":t]=r)})),["from","to","data"].forEach((function(t){null!=e[t]&&(i[t]=c.hexlify(e[t]))})),i},E);function E(e,t){var r=this;return"string"==typeof e&&null===t&&h.getNetwork(e)&&(t=e,e=null),t||(t=new Promise((function(e,t){setTimeout((function(){r.send("net_version",[]).then((function(t){return e(h.getNetwork(parseInt(t)))})).catch((function(e){t(e)}))}))}))),r=k.call(this,t)||this,u.checkNew(r,E),r.connection="string"==typeof(e=e||"http://localhost:8545")?{url:e}:e,r}r.JsonRpcProvider=A},{"../abstract-signer":2,"../errors":5,"../utils/address":60,"../utils/bytes":64,"../utils/networks":72,"../utils/properties":74,"../utils/utf8":85,"../utils/web":86,"./base-provider":51}],58:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s,a=e("./json-rpc-provider"),u=e("../utils/properties"),l=o(e("../errors")),c=42;function h(e,t){return t=s.call(this,e.host||e.path||"",t)||this,l.checkNew(t,h),e&&(e.sendAsync?t._sendAsync=e.sendAsync.bind(e):e.send&&(t._sendAsync=e.send.bind(e))),e&&t._sendAsync||l.throwError("invalid web3Provider",l.INVALID_ARGUMENT,{arg:"web3Provider",value:e}),u.defineReadOnly(t,"_web3Provider",e),u.defineReadOnly(t,"provider",e),t}i(h,s=a.JsonRpcProvider),h.prototype.send=function(e,t){var r=this;return"eth_sign"==e&&this._web3Provider.isMetaMask&&(e="personal_sign",t=[t[1],t[0]]),new Promise((function(n,i){var o={method:e,params:t,id:c++,jsonrpc:"2.0"};r._sendAsync(o,(function(e,t){if(e)i(e);else{if(t.error)return(e=new Error(t.error.message)).code=t.error.code,e.data=t.error.data,void i(e);n(t.result)}}))}))},i=h,r.Web3Provider=i},{"../errors":5,"../utils/properties":74,"./json-rpc-provider":57}],59:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s=e("../constants"),u=o(e("../errors")),l=e("./address"),c=e("./bignumber"),h=e("./bytes"),f=e("./utf8"),d=e("./properties"),p=new RegExp(/^bytes([0-9]*)$/),m=new RegExp(/^(u?int)([0-9]*)$/),g=new RegExp(/^(.*)\[([0-9]*)\]$/);r.defaultCoerceFunc=function(e,t){return(e=e.match(m))&&parseInt(e[2])<=48?t.toNumber():t};var y=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$"),v=new RegExp("^[A-Za-z_][A-Za-z0-9_]*$");function b(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}function w(e,t){var r=e;function n(e){throw new Error('unexpected character "'+r[e]+'" at position '+e+' in "'+r+'"')}e=e.replace(/\s/g," ");for(var i={type:"",name:"",state:{allowType:!0}},o=i,s=0;s<e.length;s++){var a=e[s];switch(a){case"(":o.state.allowParams||n(s),o.state.allowType=!1,o.type=b(o.type),o.components=[{type:"",name:"",parent:o,state:{allowType:!0}}],o=o.components[0];break;case")":delete o.state,t&&"indexed"===o.name&&(o.indexed=!0,o.name=""),o.type=b(o.type);var u=o;(o=o.parent)||n(s),delete u.parent,o.state.allowParams=!1,o.state.allowName=!0,o.state.allowArray=!0;break;case",":delete o.state,t&&"indexed"===o.name&&(o.indexed=!0,o.name=""),o.type=b(o.type),u={type:"",name:"",parent:o.parent,state:{allowType:!0}},o.parent.components.push(u),delete o.parent,o=u;break;case" ":o.state.allowType&&""!==o.type&&(o.type=b(o.type),delete o.state.allowType,o.state.allowName=!0,o.state.allowParams=!0),o.state.allowName&&""!==o.name&&(t&&"indexed"===o.name?(o.indexed=!0,o.name=""):o.state.allowName=!1);break;case"[":o.state.allowArray||n(s),o.type+=a,o.state.allowArray=!1,o.state.allowName=!1,o.state.readArray=!0;break;case"]":o.state.readArray||n(s),o.type+=a,o.state.readArray=!1,o.state.allowArray=!0,o.state.allowName=!0;break;default:o.state.allowType?(o.type+=a,o.state.allowParams=!0,o.state.allowArray=!0):o.state.allowName?(o.name+=a,delete o.state.allowArray):o.state.readArray?o.type+=a:n(s)}}if(o.parent)throw new Error("unexpected eof");return delete i.state,t&&"indexed"===o.name&&(o.indexed=!0,o.name=""),i.type=b(i.type),i}function _(e){return oe(r.defaultCoerceFunc,e).type}function k(e,t,r,n,i){this.coerceFunc=e,this.name=t,this.type=r,this.localName=n,this.dynamic=i}r.parseParamType=function(e){return w(e,!0)},r.formatParamType=_,r.formatSignature=function(e){return e.name+"("+e.inputs.map(_).join(",")+")"},r.parseSignature=function(e){if("string"==typeof e)return"event "===(e=(e=(e=e.replace(/\s/g," ")).replace(/\(/g," (").replace(/\)/g,") ").replace(/\s+/g," ")).trim()).substring(0,6)?function(e){var t={anonymous:!1,inputs:[],name:"",type:"event"},r=e.match(y);if(!r)throw new Error("invalid event: "+e);if(t.name=r[1].trim(),ne(r[2]).forEach((function(e){(e=w(e,!0)).indexed=!!e.indexed,t.inputs.push(e)})),r[3].split(" ").forEach((function(e){switch(e){case"anonymous":t.anonymous=!0;break;case"":break;default:u.info("unknown modifier: "+e)}})),t.name&&!t.name.match(v))throw new Error('invalid identifier: "'+t.name+'"');return t}(e.substring(6).trim()):function(e){var t={constant:!1,gas:null,inputs:[],name:"",outputs:[],payable:!1,stateMutability:null,type:"function"},r=e.split("@");if(1!==r.length){if(2<r.length)throw new Error("invalid signature");if(!r[1].match(/^[0-9]+$/))throw new Error("invalid signature gas");t.gas=c.bigNumberify(r[1]),e=r[0]}if(!(e=(r=e.split(" returns "))[0].match(y)))throw new Error("invalid signature");if(t.name=e[1].trim(),!t.name.match(v))throw new Error('invalid identifier: "'+e[1]+'"');if(ne(e[2]).forEach((function(e){t.inputs.push(w(e))})),e[3].split(" ").forEach((function(e){switch(e){case"constant":t.constant=!0;break;case"payable":t.payable=!0,t.stateMutability="payable";break;case"pure":t.constant=!0,t.stateMutability="pure";break;case"view":t.constant=!0,t.stateMutability="view";break;case"external":case"public":case"":break;default:u.info("unknown modifier: "+e)}})),1<r.length){if(""!=(r=r[1].match(y))[1].trim()||""!=r[3].trim())throw new Error("unexpected tokens");ne(r[2]).forEach((function(e){t.outputs.push(w(e))}))}if("constructor"===t.name){if(t.type="constructor",t.outputs.length)throw new Error("constructor may not have outputs");delete t.name,delete t.outputs}return t}((e="function "===e.substring(0,9)?e.substring(9):e).trim());throw new Error("unknown signature")};var x,A=(i(E,x=k),E.prototype.encode=function(e){return this.coder.encode(e)},E.prototype.decode=function(e,t){return this.coder.decode(e,t)},E);function E(e){var t=x.call(this,e.coerceFunc,e.name,e.type,void 0,e.dynamic)||this;return d.defineReadOnly(t,"coder",e),t}var S,M=(i(I,S=k),I.prototype.encode=function(e){return h.arrayify([])},I.prototype.decode=function(e,t){if(t>e.length)throw new Error("invalid null");return{consumed:0,value:this.coerceFunc("null",void 0)}},I);function I(e,t){return S.call(this,e,"null","",t,!1)||this}var P,T=(i(N,P=k),N.prototype.encode=function(e){try{var t=c.bigNumberify(e);if(this.signed){var r=s.MaxUint256.maskn(8*this.size-1);if(t.gt(r))throw new Error("out-of-bounds");if(r=r.add(s.One).mul(s.NegativeOne),t.lt(r))throw new Error("out-of-bounds")}else if(t.lt(s.Zero)||t.gt(s.MaxUint256.maskn(8*this.size)))throw new Error("out-of-bounds");return t=t.toTwos(8*this.size).maskn(8*this.size),this.signed&&(t=t.fromTwos(8*this.size).toTwos(256)),h.padZeros(h.arrayify(t),32)}catch(t){u.throwError("invalid number value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:this.name,value:e})}return null},N.prototype.decode=function(e,t){e.length<t+32&&u.throwError("insufficient data for "+this.name+" type",u.INVALID_ARGUMENT,{arg:this.localName,coderType:this.name,value:h.hexlify(e.slice(t,t+32))});var r=32-this.size;return t=c.bigNumberify(e.slice(t+r,t+32)),t=this.signed?t.fromTwos(8*this.size):t.maskn(8*this.size),{consumed:32,value:this.coerceFunc(this.name,t)}},N);function N(e,t,r,n){var i=this,o=(r?"int":"uint")+8*t;return(i=P.call(this,e,o,o,n,!1)||this).size=t,i.signed=r,i}var R,O=new T((function(e,t){return t}),32,!1,"none"),C=(i(j,R=k),j.prototype.encode=function(e){return O.encode(e?1:0)},j.prototype.decode=function(e,t){try{var r=O.decode(e,t)}catch(e){throw"insufficient data for uint256 type"===e.reason&&u.throwError("insufficient data for boolean type",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"boolean",value:e.value}),e}return{consumed:r.consumed,value:this.coerceFunc("bool",!r.value.isZero())}},j);function j(e,t){return R.call(this,e,"bool","bool",t,!1)||this}var B,L=(i(U,B=k),U.prototype.encode=function(e){var t=new Uint8Array(32);try{var r=h.arrayify(e);if(r.length!==this.length)throw new Error("incorrect data length");t.set(r)}catch(t){u.throwError("invalid "+this.name+" value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:this.name,value:t.value||e})}return t},U.prototype.decode=function(e,t){return e.length<t+32&&u.throwError("insufficient data for "+this.name+" type",u.INVALID_ARGUMENT,{arg:this.localName,coderType:this.name,value:h.hexlify(e.slice(t,t+32))}),{consumed:32,value:this.coerceFunc(this.name,h.hexlify(e.slice(t,t+this.length)))}},U);function U(e,t,r){var n=this,i="bytes"+t;return(n=B.call(this,e,i,i,r,!1)||this).length=t,n}var D,z,F,H=(i(G,D=k),G.prototype.encode=function(e){var t=new Uint8Array(32);try{t.set(h.arrayify(l.getAddress(e)),12)}catch(t){u.throwError("invalid address",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"address",value:e})}return t},G.prototype.decode=function(e,t){return e.length<t+32&&u.throwError("insufficient data for address type",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"address",value:h.hexlify(e.slice(t,t+32))}),{consumed:32,value:this.coerceFunc("address",l.getAddress(h.hexlify(e.slice(t+12,t+32))))}},G);function G(e,t){return D.call(this,e,"address","address",t,!1)||this}function q(e){var t=32*Math.ceil(e.length/32);return t=new Uint8Array(t-e.length),h.concat([O.encode(e.length),e,t])}function V(e,t,r){e.length<t+32&&u.throwError("insufficient data for dynamicBytes length",u.INVALID_ARGUMENT,{arg:r,coderType:"dynamicBytes",value:h.hexlify(e.slice(t,t+32))});var n=O.decode(e,t).value;try{n=n.toNumber()}catch(e){u.throwError("dynamic bytes count too large",u.INVALID_ARGUMENT,{arg:r,coderType:"dynamicBytes",value:n.toString()})}return e.length<t+32+n&&u.throwError("insufficient data for dynamicBytes type",u.INVALID_ARGUMENT,{arg:r,coderType:"dynamicBytes",value:h.hexlify(e.slice(t,t+32+n))}),{consumed:32+32*Math.ceil(n/32),value:e.slice(t+32,t+32+n)}}function W(e,t){return z.call(this,e,"bytes","bytes",t,!0)||this}function Z(e,t){return F.call(this,e,"string","string",t,!0)||this}function K(e){return 32*Math.ceil(e/32)}function Q(e,t){var r;Array.isArray(t)||(t&&"object"==a(t)?(r=[],e.forEach((function(e){r.push(t[e.localName])})),t=r):u.throwError("invalid tuple value",u.INVALID_ARGUMENT,{coderType:"tuple",value:t})),e.length!==t.length&&u.throwError("types/value length mismatch",u.INVALID_ARGUMENT,{coderType:"tuple",value:t});var n=[];e.forEach((function(e,r){n.push({dynamic:e.dynamic,value:e.encode(t[r])})}));var i=0,o=0;n.forEach((function(e){e.dynamic?(i+=32,o+=K(e.value.length)):i+=K(e.value.length)}));var s=0,l=i,c=new Uint8Array(i+o);return n.forEach((function(e){e.dynamic?(c.set(O.encode(l),s),s+=32,c.set(e.value,l),l+=K(e.value.length)):(c.set(e.value,s),s+=K(e.value.length))})),c}function J(e,t,r){var n=r,i=0,o=[];return e.forEach((function(e){var s,a;e.dynamic?(s=O.decode(t,r),(a=e.decode(t,n+s.value.toNumber())).consumed=s.consumed):a=e.decode(t,r),null!=a.value&&o.push(a.value),r+=a.consumed,i+=a.consumed})),e.forEach((function(e,t){(e=e.localName)&&null==o[e="length"===e?"_length":e]&&(o[e]=o[t])})),{value:o,consumed:i}}i(W,z=k),W.prototype.encode=function(e){try{return q(h.arrayify(e))}catch(e){u.throwError("invalid bytes value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"bytes",value:e.value})}return null},W.prototype.decode=function(e,t){return(t=V(e,t,this.localName)).value=this.coerceFunc("bytes",h.hexlify(t.value)),t},o=W,i(Z,F=k),Z.prototype.encode=function(e){return"string"!=typeof e&&u.throwError("invalid string value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"string",value:e}),q(f.toUtf8Bytes(e))},Z.prototype.decode=function(e,t){return(t=V(e,t,this.localName)).value=this.coerceFunc("string",f.toUtf8String(t.value)),t},e=Z;var $,Y=(i(X,$=k),X.prototype.encode=function(e){Array.isArray(e)||u.throwError("expected array value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"array",value:e});var t=this.length,r=new Uint8Array(0);-1===t&&(t=e.length,r=O.encode(t)),u.checkArgumentCount(t,e.length," in coder array"+(this.localName?" "+this.localName:""));for(var n=[],i=0;i<e.length;i++)n.push(this.coder);return h.concat([r,Q(n,e)])},X.prototype.decode=function(e,t){var r=0,n=this.length;if(-1===n){try{var i=O.decode(e,t)}catch(e){u.throwError("insufficient data for dynamic array length",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"array",value:e.value})}try{n=i.value.toNumber()}catch(e){u.throwError("array count too large",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"array",value:i.value.toString()})}r+=i.consumed,t+=i.consumed}for(var o=[],s=0;s<n;s++)o.push(new A(this.coder));return(t=J(o,e,t)).consumed+=r,t.value=this.coerceFunc(this.type,t.value),t},X);function X(e,t,r,n){var i=this,o=t.type+"["+(0<=r?r:"")+"]",s=-1===r||t.dynamic;return(i=$.call(this,e,"array",o,n,s)||this).coder=t,i.length=r,i}var ee,te=(i(re,ee=k),re.prototype.encode=function(e){return Q(this.coders,e)},re.prototype.decode=function(e,t){return(t=J(this.coders,e,t)).value=this.coerceFunc(this.type,t.value),t},re);function re(e,t,r){var n=this,i=!1,o=[];t.forEach((function(e){e.dynamic&&(i=!0),o.push(e.type)}));var s="tuple("+o.join(",")+")";return(n=ee.call(this,e,"tuple",s,r,i)||this).coders=t,n}function ne(e){e=e.trim();for(var t=[],r="",n=0,i=0;i<e.length;i++){var o=e[i];if(","===o&&0===n)t.push(r),r="";else if(r+=o,"("===o)n++;else if(")"===o&&-1==--n)throw new Error("unbalanced parenthsis")}return r&&t.push(r),t}var ie={address:H,bool:C,string:e,bytes:o};function oe(e,t){var r,n,i;if(i=ie[t.type])return new i(e,t.name);if(i=t.type.match(m))return(0===(o=parseInt(i[2]||"256"))||256<o||o%8!=0)&&u.throwError("invalid "+i[1]+" bit length",u.INVALID_ARGUMENT,{arg:"param",value:t}),new T(e,o/8,"int"===i[1],t.name);if(i=t.type.match(p))return(0===(o=parseInt(i[1]))||32<o)&&u.throwError("invalid bytes length",u.INVALID_ARGUMENT,{arg:"param",value:t}),new L(e,o,t.name);if(i=t.type.match(g)){var o=parseInt(i[2]||"-1");return(t=d.shallowCopy(t)).type=i[1],t=d.deepCopy(t),new Y(e,oe(e,t),o,t.name)}return"tuple"===t.type.substring(0,5)?(r=e,i=t.components,o=t.name,n=[],(i=i||[]).forEach((function(e){n.push(oe(r,e))})),new te(r,n,o)):""===t.type?new M(e,t.name):(u.throwError("invalid type",u.INVALID_ARGUMENT,{arg:"type",value:t.type}),null)}function se(e){u.checkNew(this,se),e=e||r.defaultCoerceFunc,d.defineReadOnly(this,"coerceFunc",e)}se.prototype.encode=function(e,t){e.length!==t.length&&u.throwError("types/values length mismatch",u.INVALID_ARGUMENT,{count:{types:e.length,values:t.length},value:{types:e,values:t}});var r=[];return e.forEach((function(e){var t="string"==typeof e?w(e):e;r.push(oe(this.coerceFunc,t))}),this),h.hexlify(new te(this.coerceFunc,r,"_").encode(t))},se.prototype.decode=function(e,t){var r=[];return e.forEach((function(e){var t="string"==typeof e?w(e):d.deepCopy(e);r.push(oe(this.coerceFunc,t))}),this),new te(this.coerceFunc,r,"_").decode(h.arrayify(t),0).value},o=se,r.AbiCoder=o,r.defaultAbiCoder=new o},{"../constants":3,"../errors":5,"./address":60,"./bignumber":63,"./bytes":64,"./properties":74,"./utf8":85}],60:[function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("bn.js")),o=e("./bytes"),s=e("./keccak256"),a=e("./rlp"),u=e("../errors");function l(e){"string"==typeof e&&e.match(/^0x[0-9A-Fa-f]{40}$/)||u.throwError("invalid address",u.INVALID_ARGUMENT,{arg:"address",value:e});for(var t=(e=e.toLowerCase()).substring(2).split(""),r=new Uint8Array(40),n=0;n<40;n++)r[n]=t[n].charCodeAt(0);r=o.arrayify(s.keccak256(r));for(var i=0;i<40;i+=2)8<=r[i>>1]>>4&&(t[i]=t[i].toUpperCase()),8<=(15&r[i>>1])&&(t[i+1]=t[i+1].toUpperCase());return"0x"+t.join("")}for(var c={},h=0;h<10;h++)c[String(h)]=String(h);for(h=0;h<26;h++)c[String.fromCharCode(65+h)]=String(10+h);var f,d=Math.floor((f=9007199254740991,Math.log10?Math.log10(f):Math.log(f)/Math.LN10));function p(e){e=(e=e.toUpperCase()).substring(4)+e.substring(0,2)+"00";var t="";for(e.split("").forEach((function(e){t+=c[e]}));t.length>=d;){var r=t.substring(0,d);t=parseInt(r,10)%97+t.substring(r.length)}for(var n=String(98-parseInt(t,10)%97);n.length<2;)n="0"+n;return n}function m(e){var t=null;if("string"!=typeof e&&u.throwError("invalid address",u.INVALID_ARGUMENT,{arg:"address",value:e}),e.match(/^(0x)?[0-9a-fA-F]{40}$/))t=l(e="0x"!==e.substring(0,2)?"0x"+e:e),e.match(/([A-F].*[a-f])|([a-f].*[A-F])/)&&t!==e&&u.throwError("bad address checksum",u.INVALID_ARGUMENT,{arg:"address",value:e});else if(e.match(/^XE[0-9]{2}[0-9A-Za-z]{30,31}$/)){for(e.substring(2,4)!==p(e)&&u.throwError("bad icap checksum",u.INVALID_ARGUMENT,{arg:"address",value:e}),t=new i.default.BN(e.substring(4),36).toString(16);t.length<40;)t="0"+t;t=l("0x"+t)}else u.throwError("invalid address",u.INVALID_ARGUMENT,{arg:"address",value:e});return t}r.getAddress=m,r.getIcapAddress=function(e){for(var t=new i.default.BN(m(e).substring(2),16).toString(36).toUpperCase();t.length<30;)t="0"+t;return"XE"+p("XE00"+t)+t},r.getContractAddress=function(e){if(!e.from)throw new Error("missing from address");var t=e.nonce;return m("0x"+s.keccak256(a.encode([m(e.from),o.stripZeros(o.hexlify(t))])).substring(26))},r.getCreate2Address=function(e){var t=e.initCodeHash;e.initCode&&(t?s.keccak256(e.initCode)!==t&&u.throwError("initCode/initCodeHash mismatch",u.INVALID_ARGUMENT,{arg:"options",value:e}):t=s.keccak256(e.initCode)),t||u.throwError("missing initCode or initCodeHash",u.INVALID_ARGUMENT,{arg:"options",value:e});var r=m(e.from),n=o.arrayify(e.salt);return 32!==n.length&&u.throwError("invalid salt",u.INVALID_ARGUMENT,{arg:"options",value:e}),m("0x"+s.keccak256(o.concat(["0xff",r,n,t])).substring(26))}},{"../errors":5,"./bytes":64,"./keccak256":71,"./rlp":76,"bn.js":9}],61:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("../utils/bytes");t.exports={decode:function(e){e=atob(e);for(var t=[],r=0;r<e.length;r++)t.push(e.charCodeAt(r));return n.arrayify(t)},encode:function(e){e=n.arrayify(e);for(var t="",r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}}},{"../utils/bytes":64}],62:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./bytes"),i=e("./properties"),o=(s.prototype.encode=function(e){var t=n.arrayify(e);if(0===t.length)return"";for(var r=[0],i=0;i<t.length;++i){for(var o=t[i],s=0;s<r.length;++s)o+=r[s]<<8,r[s]=o%this.base,o=o/this.base|0;for(;0<o;)r.push(o%this.base),o=o/this.base|0}for(var a="",u=0;0===t[u]&&u<t.length-1;++u)a+=this._leader;for(var l=r.length-1;0<=l;--l)a+=this.alphabet[r[l]];return a},s.prototype.decode=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<e.length;r++){var i=this._alphabetMap[e[r]];if(void 0===i)throw new Error("Non-base"+this.base+" character");for(var o=i,s=0;s<t.length;++s)o+=t[s]*this.base,t[s]=255&o,o>>=8;for(;0<o;)t.push(255&o),o>>=8}for(var a=0;e[a]===this._leader&&a<e.length-1;++a)t.push(0);return n.arrayify(new Uint8Array(t.reverse()))},s);function s(e){i.defineReadOnly(this,"alphabet",e),i.defineReadOnly(this,"base",e.length),i.defineReadOnly(this,"_alphabetMap",{}),i.defineReadOnly(this,"_leader",e.charAt(0));for(var t=0;t<e.length;t++)this._alphabetMap[e.charAt(t)]=t}e=new(r.BaseX=o)("abcdefghijklmnopqrstuvwxyz234567"),r.Base32=e,o=new o("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"),r.Base58=o},{"./bytes":64,"./properties":74}],63:[function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var o=n(e("bn.js")),s=e("./bytes"),a=e("./properties"),u=i(e("../errors")),l=new o.default.BN(-1);function c(e){return"-"===(e=e.toString(16))[0]?e.length%2==0?"-0x0"+e.substring(1):"-0x"+e.substring(1):e.length%2==1?"0x0"+e:"0x"+e}function h(e){return d(g(e))}function f(e){return new p(c(e))}function d(e){return"-"===(e=e._hex)[0]?new o.default.BN(e.substring(3),16).mul(l):new o.default.BN(e.substring(2),16)}var p=(m.prototype.fromTwos=function(e){return f(d(this).fromTwos(e))},m.prototype.toTwos=function(e){return f(d(this).toTwos(e))},m.prototype.abs=function(){return"-"===this._hex[0]?f(d(this).mul(l)):this},m.prototype.add=function(e){return f(d(this).add(h(e)))},m.prototype.sub=function(e){return f(d(this).sub(h(e)))},m.prototype.div=function(e){return g(e).isZero()&&u.throwError("division by zero",u.NUMERIC_FAULT,{operation:"divide",fault:"division by zero"}),f(d(this).div(h(e)))},m.prototype.mul=function(e){return f(d(this).mul(h(e)))},m.prototype.mod=function(e){return f(d(this).mod(h(e)))},m.prototype.pow=function(e){return f(d(this).pow(h(e)))},m.prototype.maskn=function(e){return f(d(this).maskn(e))},m.prototype.eq=function(e){return d(this).eq(h(e))},m.prototype.lt=function(e){return d(this).lt(h(e))},m.prototype.lte=function(e){return d(this).lte(h(e))},m.prototype.gt=function(e){return d(this).gt(h(e))},m.prototype.gte=function(e){return d(this).gte(h(e))},m.prototype.isZero=function(){return d(this).isZero()},m.prototype.toNumber=function(){try{return d(this).toNumber()}catch(e){u.throwError("overflow",u.NUMERIC_FAULT,{operation:"setValue",fault:"overflow",details:e.message})}return null},m.prototype.toString=function(){return d(this).toString(10)},m.prototype.toHexString=function(){return this._hex},m.isBigNumber=function(e){return a.isType(e,"BigNumber")},m);function m(e){if(u.checkNew(this,m),a.setType(this,"BigNumber"),"string"==typeof e)s.isHexString(e)?a.defineReadOnly(this,"_hex",e="0x"==e?"0x0":e):"-"===e[0]&&s.isHexString(e.substring(1))?a.defineReadOnly(this,"_hex",e):e.match(/^-?[0-9]*$/)?a.defineReadOnly(this,"_hex",c(new o.default.BN(e=""==e?"0":e))):u.throwError("invalid BigNumber string value",u.INVALID_ARGUMENT,{arg:"value",value:e});else if("number"==typeof e){parseInt(String(e))!==e&&u.throwError("underflow",u.NUMERIC_FAULT,{operation:"setValue",fault:"underflow",value:e,outputValue:parseInt(String(e))});try{a.defineReadOnly(this,"_hex",c(new o.default.BN(e)))}catch(e){u.throwError("overflow",u.NUMERIC_FAULT,{operation:"setValue",fault:"overflow",details:e.message})}}else e instanceof m?a.defineReadOnly(this,"_hex",e._hex):e.toHexString?a.defineReadOnly(this,"_hex",c(h(e.toHexString()))):e._hex&&s.isHexString(e._hex)?a.defineReadOnly(this,"_hex",e._hex):s.isArrayish(e)?a.defineReadOnly(this,"_hex",c(new o.default.BN(s.hexlify(e).substring(2),16))):u.throwError("invalid BigNumber value",u.INVALID_ARGUMENT,{arg:"value",value:e})}function g(e){return p.isBigNumber(e)?e:new p(e)}r.BigNumber=p,r.bigNumberify=g},{"../errors":5,"./bytes":64,"./properties":74,"bn.js":9}],64:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors"));function o(e){return!!e.toHexString}function s(e){return e.slice||(e.slice=function(){var t=Array.prototype.slice.call(arguments);return s(new Uint8Array(Array.prototype.slice.apply(e,t)))}),e}function u(e){if(!e||parseInt(String(e.length))!=e.length||"string"==typeof e)return!1;for(var t=0;t<e.length;t++){var r=e[t];if(r<0||256<=r||parseInt(String(r))!=r)return!1}return!0}function l(e){if(null==e&&i.throwError("cannot convert null value to array",i.INVALID_ARGUMENT,{arg:"value",value:e}),"string"!=typeof(e=o(e)?e.toHexString():e))return u(e)?s(new Uint8Array(e)):(i.throwError("invalid arrayify value",null,{arg:"value",value:e,type:a(e)}),null);var t=e.match(/^(0x)?[0-9a-fA-F]*$/);t||i.throwError("invalid hexidecimal string",i.INVALID_ARGUMENT,{arg:"value",value:e}),"0x"!==t[1]&&i.throwError("hex string must have 0x prefix",i.INVALID_ARGUMENT,{arg:"value",value:e}),(e=e.substring(2)).length%2&&(e="0"+e);for(var r=[],n=0;n<e.length;n+=2)r.push(parseInt(e.substr(n,2),16));return s(new Uint8Array(r))}function c(e){for(var t=[],r=0,n=0;n<e.length;n++){var i=l(e[n]);t.push(i),r+=i.length}var o=new Uint8Array(r),a=0;for(n=0;n<t.length;n++)o.set(t[n],a),a+=t[n].length;return s(o)}function h(e,t){return!("string"!=typeof e||!e.match(/^0x[0-9A-Fa-f]*$/)||t&&e.length!==2+2*t)}r.isHexable=o,r.isArrayish=u,r.arrayify=l,r.concat=c,r.stripZeros=function(e){var t=l(e);if(0===t.length)return t;for(var r=0;0===t[r];)r++;return r?t.slice(r):t},r.padZeros=function(e,t){if(t<(e=l(e)).length)throw new Error("cannot pad");var r=new Uint8Array(t);return r.set(e,t-e.length),s(r)},r.isHexString=h;var f="0123456789abcdef";function d(e){if(o(e))return e.toHexString();if("number"==typeof e){e<0&&i.throwError("cannot hexlify negative value",i.INVALID_ARGUMENT,{arg:"value",value:e}),9007199254740991<=e&&i.throwError("out-of-range",i.NUMERIC_FAULT,{operartion:"hexlify",fault:"out-of-safe-range"});for(var t="";e;)t=f[15&e]+t,e=Math.floor(e/16);return t.length?"0x"+(t=t.length%2?"0"+t:t):"0x00"}if("string"==typeof e){var r=e.match(/^(0x)?[0-9a-fA-F]*$/);return r||i.throwError("invalid hexidecimal string",i.INVALID_ARGUMENT,{arg:"value",value:e}),"0x"!==r[1]&&i.throwError("hex string must have 0x prefix",i.INVALID_ARGUMENT,{arg:"value",value:e}),e.length%2?"0x0"+e.substring(2):e}if(u(e)){for(var n=[],s=0;s<e.length;s++){var a=e[s];n.push(f[(240&a)>>4]+f[15&a])}return"0x"+n.join("")}return i.throwError("invalid hexlify value",null,{arg:"value",value:e}),"never"}function p(e,t){for(h(e)||i.throwError("invalid hex string",i.INVALID_ARGUMENT,{arg:"value",value:e});e.length<2*t+2;)e="0x0"+e.substring(2);return e}function m(e){var t=0,r="0x",n="0x";if((o=e)&&null!=o.r&&null!=o.s){null==e.v&&null==e.recoveryParam&&i.throwError("at least on of recoveryParam or v must be specified",i.INVALID_ARGUMENT,{argument:"signature",value:e}),r=p(e.r,32),n=p(e.s,32),"string"==typeof(t=e.v)&&(t=parseInt(t,16));var o=e.recoveryParam;t=27+(o=null==o&&null!=e.v?1-t%2:o)}else{if(65!==(e=l(e)).length)throw new Error("invalid signature");r=d(e.slice(0,32)),n=d(e.slice(32,64)),27!==(t=e[64])&&28!==t&&(t=27+t%2)}return{r:r,s:n,recoveryParam:t-27,v:t}}r.hexlify=d,r.hexDataLength=function(e){return h(e)&&e.length%2==0?(e.length-2)/2:null},r.hexDataSlice=function(e,t,r){return h(e)||i.throwError("invalid hex data",i.INVALID_ARGUMENT,{arg:"value",value:e}),e.length%2!=0&&i.throwError("hex data length must be even",i.INVALID_ARGUMENT,{arg:"value",value:e}),t=2+2*t,null!=r?"0x"+e.substring(t,2+2*r):"0x"+e.substring(t)},r.hexStripZeros=function(e){for(h(e)||i.throwError("invalid hex string",i.INVALID_ARGUMENT,{arg:"value",value:e});3<e.length&&"0x0"===e.substring(0,3);)e="0x"+e.substring(3);return e},r.hexZeroPad=p,r.splitSignature=m,r.joinSignature=function(e){return d(c([(e=m(e)).r,e.s,e.recoveryParam?"0x1c":"0x1b"]))}},{"../errors":5}],65:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors")),o=e("./bytes"),s=e("./utf8"),a=e("./keccak256"),u=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]),l=new RegExp("^((.*)\\.)?([^.]+)$"),c=new RegExp("^[a-z0-9.-]*$");r.namehash=function(e){"string"!=typeof e&&i.throwError("invalid address - "+String(e),i.INVALID_ARGUMENT,{argument:"name",value:e}),(e=e.toLowerCase()).match(c)||i.throwError("contains invalid UseSTD3ASCIIRules characters",i.INVALID_ARGUMENT,{argument:"name",value:e});for(var t=u;e.length;){var r=e.match(l),n=s.toUtf8Bytes(r[3]);t=a.keccak256(o.concat([t,a.keccak256(n)])),e=r[2]||""}return o.hexlify(t)},r.id=function(e){return a.keccak256(s.toUtf8Bytes(e))},r.hashMessage=function(e){return a.keccak256(o.concat([s.toUtf8Bytes("Ethereum Signed Message:\n"),s.toUtf8Bytes(String(e.length)),"string"==typeof e?s.toUtf8Bytes(e):e]))}},{"../errors":5,"./bytes":64,"./keccak256":71,"./utf8":85}],66:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors")),o=e("../wordlists/lang-en"),s=e("./basex"),a=e("./bytes"),u=e("./bignumber"),l=e("./utf8"),c=e("./pbkdf2"),h=e("./hmac"),f=e("./properties"),d=e("./secp256k1"),p=e("./sha2"),m=u.bigNumberify("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),g=l.toUtf8Bytes("Bitcoin seed"),y=2147483648;function v(e){return(1<<e)-1<<8-e}function b(e){return a.hexZeroPad(a.hexlify(e),32)}function w(e){var t=a.hexDataSlice(p.sha256(p.sha256(e)),0,4);return s.Base58.encode(a.concat([e,t]))}var _={};r.defaultPath="m/44'/60'/0'/0/0";var k=(Object.defineProperty(x.prototype,"extendedKey",{get:function(){if(256<=this.depth)throw new Error("Depth too large!");return w(a.concat([null!=this.privateKey?"0x0488ADE4":"0x0488B21E",a.hexlify(this.depth),this.parentFingerprint,a.hexZeroPad(a.hexlify(this.index),4),this.chainCode,null!=this.privateKey?a.concat(["0x00",this.privateKey]):this.publicKey]))},enumerable:!0,configurable:!0}),x.prototype.neuter=function(){return new x(_,null,this.publicKey,this.parentFingerprint,this.chainCode,this.index,this.depth,null,this.path)},x.prototype._derive=function(e){if(4294967295<e)throw new Error("invalid index - "+String(e));var t=this.path;t&&(t+="/"+(e&~y));var r=new Uint8Array(37);if(e&y){if(!this.privateKey)throw new Error("cannot derive child of neutered node");r.set(a.arrayify(this.privateKey),1),t&&(t+="'")}else r.set(a.arrayify(this.publicKey));for(var n=24;0<=n;n-=8)r[33+(n>>3)]=e>>24-n&255;var i=(l=h.computeHmac(h.SupportedAlgorithms.sha512,this.chainCode,r)).slice(0,32),o=l.slice(32),s=null,l=null;return this.privateKey?s=b(u.bigNumberify(i).add(this.privateKey).mod(m)):l=new d.KeyPair(a.hexlify(i))._addPoint(this.publicKey),new x(_,s,l,this.fingerprint,b(o),e,this.depth+1,this.mnemonic,t)},x.prototype.derivePath=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<t.length;n++){var i=t[n];if(i.match(/^[0-9]+'$/)){var o=parseInt(i.substring(0,i.length-1));if(y<=o)throw new Error("invalid path index - "+i);r=r._derive(y+o)}else{if(!i.match(/^[0-9]+$/))throw new Error("invalid path component - "+i);if(o=parseInt(i),y<=o)throw new Error("invalid path index - "+i);r=r._derive(o)}}return r},x.isHDNode=function(e){return f.isType(e,"HDNode")},x);function x(e,t,r,n,o,s,u,l,c){if(i.checkNew(this,x),e!==_)throw new Error("HDNode constructor cannot be called directly");t?(t=new d.KeyPair(t),f.defineReadOnly(this,"privateKey",t.privateKey),f.defineReadOnly(this,"publicKey",t.compressedPublicKey)):(f.defineReadOnly(this,"privateKey",null),f.defineReadOnly(this,"publicKey",a.hexlify(r))),f.defineReadOnly(this,"parentFingerprint",n),f.defineReadOnly(this,"fingerprint",a.hexDataSlice(p.ripemd160(p.sha256(this.publicKey)),0,4)),f.defineReadOnly(this,"address",d.computeAddress(this.publicKey)),f.defineReadOnly(this,"chainCode",o),f.defineReadOnly(this,"index",s),f.defineReadOnly(this,"depth",u),f.defineReadOnly(this,"mnemonic",l),f.defineReadOnly(this,"path",c),f.setType(this,"HDNode")}function A(e,t){if((e=a.arrayify(e)).length<16||64<e.length)throw new Error("invalid seed");return e=a.arrayify(h.computeHmac(h.SupportedAlgorithms.sha512,g,e)),new k(_,b(e.slice(0,32)),null,"0x00000000",b(e.slice(32)),0,0,t,"m")}function E(e,t){return t=l.toUtf8Bytes("mnemonic"+(t=t||""),l.UnicodeNormalizationForm.NFKD),a.hexlify(c.pbkdf2(l.toUtf8Bytes(e,l.UnicodeNormalizationForm.NFKD),t,2048,64,"sha512"))}function S(e,t){t=t||o.langEn,i.checkNormalize();var r=t.split(e);if(r.length%3!=0)throw new Error("invalid mnemonic");for(var n=a.arrayify(new Uint8Array(Math.ceil(11*r.length/8))),s=0,u=0;u<r.length;u++){var l=t.getWordIndex(r[u].normalize("NFKD"));if(-1===l)throw new Error("invalid mnemonic");for(var c=0;c<11;c++)l&1<<10-c&&(n[s>>3]|=1<<7-s%8),s++}var h=32*r.length/3,f=v(r.length/3);if(e=a.arrayify(p.sha256(n.slice(0,h/8)))[0],(e&=f)!=(n[n.length-1]&f))throw new Error("invalid checksum");return a.hexlify(n.slice(0,h/8))}function M(e,t){if((e=a.arrayify(e)).length%4!=0||e.length<16||32<e.length)throw new Error("invalid entropy");for(var r=[0],n=11,i=0;i<e.length;i++)8<n?(r[r.length-1]<<=8,r[r.length-1]|=e[i],n-=8):(r[r.length-1]<<=n,r[r.length-1]|=e[i]>>8-n,r.push(e[i]&(1<<8-n)-1),n+=3);var s=a.arrayify(p.sha256(e))[0],u=e.length/4;return s&=v(u),r[r.length-1]<<=u,r[r.length-1]|=s>>8-u,(t=t||o.langEn).join(r.map((function(e){return t.getWord(e)})))}r.HDNode=k,r.fromExtendedKey=function(e){var t=s.Base58.decode(e);82===t.length&&w(t.slice(0,78))===e||i.throwError("invalid extended key",i.INVALID_ARGUMENT,{argument:"extendedKey",value:"[REDACTED]"});var r=t[4],n=a.hexlify(t.slice(5,9)),o=parseInt(a.hexlify(t.slice(9,13)).substring(2),16),u=a.hexlify(t.slice(13,45)),l=t.slice(45,78);switch(a.hexlify(t.slice(0,4))){case"0x0488b21e":case"0x043587cf":return new k(_,null,a.hexlify(l),n,u,o,r,null,null);case"0x0488ade4":case"0x04358394":if(0!==l[0])break;return new k(_,a.hexlify(l.slice(1)),null,n,u,o,r,null,null)}return i.throwError("invalid extended key",i.INVALID_ARGUMENT,{argument:"extendedKey",value:"[REDACTED]"})},r.fromMnemonic=function(e,t,r){return A(E(e=M(S(e,t),t),r),e)},r.fromSeed=function(e){return A(e,null)},r.mnemonicToSeed=E,r.mnemonicToEntropy=S,r.entropyToMnemonic=M,r.isValidMnemonic=function(e,t){try{return S(e,t),!0}catch(e){}return!1}},{"../errors":5,"../wordlists/lang-en":90,"./basex":62,"./bignumber":63,"./bytes":64,"./hmac":67,"./pbkdf2":73,"./properties":74,"./secp256k1":77,"./sha2":79,"./utf8":85}],67:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i,o=n(e("hash.js")),s=e("../utils/bytes"),a=n(e("../errors"));(e=i=r.SupportedAlgorithms||(r.SupportedAlgorithms={})).sha256="sha256",e.sha512="sha512",r.computeHmac=function(e,t,r){return i[e]||a.throwError("unsupported algorithm "+e,a.UNSUPPORTED_OPERATION,{operation:"hmac",algorithm:e}),s.arrayify(o.hmac(o[e],s.arrayify(t)).update(s.arrayify(r)).digest())}},{"../errors":5,"../utils/bytes":64,"hash.js":26}],68:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("./abi-coder");r.AbiCoder=i.AbiCoder,r.defaultAbiCoder=i.defaultAbiCoder,r.formatSignature=i.formatSignature,r.formatParamType=i.formatParamType,r.parseSignature=i.parseSignature,r.parseParamType=i.parseParamType,i=e("./address"),r.getAddress=i.getAddress,r.getContractAddress=i.getContractAddress,r.getCreate2Address=i.getCreate2Address,r.getIcapAddress=i.getIcapAddress,i=n(e("./base64")),r.base64=i,i=e("./bignumber"),r.BigNumber=i.BigNumber,r.bigNumberify=i.bigNumberify,i=e("./bytes"),r.arrayify=i.arrayify,r.concat=i.concat,r.hexDataSlice=i.hexDataSlice,r.hexDataLength=i.hexDataLength,r.hexlify=i.hexlify,r.hexStripZeros=i.hexStripZeros,r.hexZeroPad=i.hexZeroPad,r.isHexString=i.isHexString,r.joinSignature=i.joinSignature,r.padZeros=i.padZeros,r.splitSignature=i.splitSignature,r.stripZeros=i.stripZeros,i=e("./hash"),r.hashMessage=i.hashMessage,r.id=i.id,r.namehash=i.namehash,i=n(e("./hdnode")),r.HDNode=i,i=e("./interface"),r.Interface=i.Interface,i=e("./json-wallet"),r.getJsonWalletAddress=i.getJsonWalletAddress,i=e("./keccak256"),r.keccak256=i.keccak256,i=e("./sha2"),r.sha256=i.sha256,i=e("./solidity"),r.solidityKeccak256=i.keccak256,r.solidityPack=i.pack,r.soliditySha256=i.sha256,i=e("./random-bytes"),r.randomBytes=i.randomBytes,i=e("./networks"),r.getNetwork=i.getNetwork,i=e("./properties"),r.checkProperties=i.checkProperties,r.deepCopy=i.deepCopy,r.defineReadOnly=i.defineReadOnly,r.resolveProperties=i.resolveProperties,r.shallowCopy=i.shallowCopy,n=n(e("./rlp")),r.RLP=n,n=e("./secp256k1"),r.computeAddress=n.computeAddress,r.computePublicKey=n.computePublicKey,r.recoverAddress=n.recoverAddress,r.recoverPublicKey=n.recoverPublicKey,r.verifyMessage=n.verifyMessage,n=e("./signing-key"),r.SigningKey=n.SigningKey,n=e("./transaction"),r.populateTransaction=n.populateTransaction,n=e("./transaction"),r.parseTransaction=n.parse,r.serializeTransaction=n.serialize,n=e("./utf8"),r.formatBytes32String=n.formatBytes32String,r.parseBytes32String=n.parseBytes32String,r.toUtf8Bytes=n.toUtf8Bytes,r.toUtf8String=n.toUtf8String,n=e("./units"),r.commify=n.commify,r.formatEther=n.formatEther,r.parseEther=n.parseEther,r.formatUnits=n.formatUnits,r.parseUnits=n.parseUnits,n=e("./web"),r.fetchJson=n.fetchJson,r.poll=n.poll,n=e("./hmac"),r.SupportedAlgorithms=n.SupportedAlgorithms,n=e("./utf8"),r.UnicodeNormalizationForm=n.UnicodeNormalizationForm,e=e("./wordlist"),r.Wordlist=e.Wordlist},{"./abi-coder":59,"./address":60,"./base64":61,"./bignumber":63,"./bytes":64,"./hash":65,"./hdnode":66,"./hmac":67,"./interface":69,"./json-wallet":70,"./keccak256":71,"./networks":72,"./properties":74,"./random-bytes":75,"./rlp":76,"./secp256k1":77,"./sha2":79,"./signing-key":81,"./solidity":82,"./transaction":83,"./units":84,"./utf8":85,"./web":86,"./wordlist":87}],69:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s,a=e("./address"),u=e("./abi-coder"),l=e("./bignumber"),c=e("./bytes"),h=e("./hash"),f=e("./keccak256"),d=e("./properties"),p=o(e("../errors")),m=function(e){d.setType(this,"Indexed"),d.defineReadOnly(this,"hash",e)},g=(i(y,s=e=function(e){for(var t in d.setType(this,"Description"),e)d.defineReadOnly(this,t,d.deepCopy(e[t],!0));Object.freeze(this)}),y.prototype.encode=function(e,t){c.isHexString(e)||p.throwError("invalid contract bytecode",p.INVALID_ARGUMENT,{arg:"bytecode",value:e}),p.checkArgumentCount(t.length,this.inputs.length," in Interface constructor");try{return e+u.defaultAbiCoder.encode(this.inputs,t).substring(2)}catch(e){p.throwError("invalid constructor argument",p.INVALID_ARGUMENT,{arg:e.arg,reason:e.reason,value:e.value})}return null},y);function y(){return null!==s&&s.apply(this,arguments)||this}var v,b=(i(w,v=e),w.prototype.encode=function(e){p.checkArgumentCount(e.length,this.inputs.length," in interface function "+this.name);try{return this.sighash+u.defaultAbiCoder.encode(this.inputs,e).substring(2)}catch(e){p.throwError("invalid input argument",p.INVALID_ARGUMENT,{arg:e.arg,reason:e.reason,value:e.value})}return null},w.prototype.decode=function(e){try{return u.defaultAbiCoder.decode(this.outputs,c.arrayify(e))}catch(t){p.throwError("invalid data for function output",p.INVALID_ARGUMENT,{arg:"data",errorArg:t.arg,errorValue:t.value,value:e,reason:t.reason})}},w);function w(){return null!==v&&v.apply(this,arguments)||this}var _,k=(i(x,_=e),x);function x(){return null!==_&&_.apply(this,arguments)||this}var A,E=(i(S,A=e),S.prototype.encodeTopics=function(e){var t=this;e.length>this.inputs.length&&p.throwError("too many arguments for "+this.name,p.UNEXPECTED_ARGUMENT,{maxCount:e.length,expectedCount:this.inputs.length});var r=[];for(this.anonymous||r.push(this.topic),e.forEach((function(e,n){var i=t.inputs[n];i.indexed?null==e?r.push(null):"string"===i.type?r.push(h.id(e)):"bytes"===i.type?r.push(f.keccak256(e)):-1!==i.type.indexOf("[")||"tuple"===i.type.substring(0,5)?p.throwError("filtering with tuples or arrays not implemented yet; bug us on GitHub",p.NOT_IMPLEMENTED,{operation:"filter(array|tuple)"}):("address"===i.type&&a.getAddress(e),r.push(c.hexZeroPad(c.hexlify(e),32).toLowerCase())):null!=e&&p.throwError("cannot filter non-indexed parameters; must be null",p.INVALID_ARGUMENT,{argument:i.name||n,value:e})}));r.length&&null===r[r.length-1];)r.pop();return r},S.prototype.decode=function(e,t){null==t||this.anonymous||(t=t.slice(1));var r,n=[],i=[],o=[];this.inputs.forEach((function(e,t){e.indexed?"string"===e.type||"bytes"===e.type||0<=e.type.indexOf("[")||"tuple"===e.type.substring(0,5)?(n.push({type:"bytes32",name:e.name||""}),o.push(!0)):(n.push(e),o.push(!1)):(i.push(e),o.push(!1))})),null!=t&&(r=u.defaultAbiCoder.decode(n,c.concat(t)));var s=u.defaultAbiCoder.decode(i,c.arrayify(e)),a={},l=0,h=0;return this.inputs.forEach((function(e,n){e.indexed?null==t?a[n]=new m(null):o[n]?a[n]=new m(r[h++]):a[n]=r[h++]:a[n]=s[l++],e.name&&(a[e.name]=a[n])})),a.length=this.inputs.length,new k(a)},S);function S(){return null!==A&&A.apply(this,arguments)||this}var M,I=(i(P,M=e),P);function P(){return null!==M&&M.apply(this,arguments)||this}var T,N=(i(R,T=e),R);function R(){return null!==T&&T.apply(this,arguments)||this}function O(e){switch(e.type){case"constructor":var t=new g({inputs:e.inputs,payable:null==e.payable||!!e.payable});this.deployFunction||(this.deployFunction=t);break;case"function":var r=u.formatSignature(e).replace(/tuple/g,""),n=h.id(r).substring(0,10),i=!1;null!=e.constant?i=e.constant:null!=e.stateMutability&&(i="view"==e.stateMutability||"pure"==e.stateMutability),t=new b({inputs:e.inputs,outputs:e.outputs,gas:e.gas,payable:null==e.payable||!!e.payable,type:i?"call":"transaction",name:e.name,signature:r,sighash:n}),e.name&&(null==this.functions[e.name]?d.defineReadOnly(this.functions,e.name,t):p.warn("WARNING: Multiple definitions for "+e.name)),null==this.functions[t.signature]&&d.defineReadOnly(this.functions,t.signature,t);break;case"event":r=u.formatSignature(e).replace(/tuple/g,""),t=new E({name:e.name,signature:r,inputs:e.inputs,topic:h.id(r),anonymous:!!e.anonymous}),e.name&&null==this.events[e.name]&&d.defineReadOnly(this.events,e.name,t),null==this.events[t.signature]&&d.defineReadOnly(this.events,t.signature,t);break;case"receive":case"fallback":break;default:p.warn("WARNING: unsupported ABI type - "+e.type)}}function C(e){if(p.checkNew(this,C),"string"==typeof e){try{e=JSON.parse(e)}catch(t){p.throwError("could not parse ABI JSON",p.INVALID_ARGUMENT,{arg:"abi",errorMessage:t.message,value:e})}if(!Array.isArray(e))return p.throwError("invalid abi",p.INVALID_ARGUMENT,{arg:"abi",value:e}),null}d.defineReadOnly(this,"functions",{}),d.defineReadOnly(this,"events",{});var t=[];e.forEach((function(e){"string"==typeof e&&(e=u.parseSignature(e)),t.push(e)})),d.defineReadOnly(this,"abi",d.deepCopy(t,!0)),t.forEach(O,this),this.deployFunction||O.call(this,{type:"constructor",inputs:[]}),d.setType(this,"Interface")}C.prototype.parseTransaction=function(e){var t,r=e.data.substring(0,10).toLowerCase();for(t in this.functions)if(-1!==t.indexOf("(")){var n=this.functions[t];if(n.sighash===r){var i=u.defaultAbiCoder.decode(n.inputs,"0x"+e.data.substring(10));return new I({args:i,decode:n.decode,name:n.name,signature:n.signature,sighash:n.sighash,value:l.bigNumberify(e.value||"0")})}}return null},C.prototype.parseLog=function(e){for(var t in this.events)if(-1!==t.indexOf("(")&&!(t=this.events[t]).anonymous&&t.topic===e.topics[0])return new N({decode:t.decode,name:t.name,signature:t.signature,topic:t.topic,values:t.decode(e.data,e.topics)});return null},C.isInterface=function(e){return d.isType(e,"Interface")},C.isIndexed=function(e){return d.isType(e,"Indexed")},e=C,r.Interface=e},{"../errors":5,"./abi-coder":59,"./address":60,"./bignumber":63,"./bytes":64,"./hash":65,"./keccak256":71,"./properties":74}],70:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./address");function i(e){try{var t=JSON.parse(e)}catch(e){return!1}return t.encseed&&t.ethaddr}function o(e){try{var t=JSON.parse(e)}catch(e){return!1}return!(!t.version||parseInt(t.version)!==t.version||3!==parseInt(t.version))}r.isCrowdsaleWallet=i,r.isSecretStorageWallet=o,r.getJsonWalletAddress=function(e){if(i(e))try{return n.getAddress(JSON.parse(e).ethaddr)}catch(e){return null}if(o(e))try{return n.getAddress(JSON.parse(e).address)}catch(e){return null}return null}},{"./address":60}],71:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("js-sha3"),i=e("./bytes");r.keccak256=function(e){return"0x"+n.keccak_256(i.arrayify(e))}},{"./bytes":64,"js-sha3":40}],72:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors"));function o(e){return function(t){var r=[];return t.InfuraProvider&&r.push(new t.InfuraProvider(e)),t.EtherscanProvider&&r.push(new t.EtherscanProvider(e)),0===r.length?null:t.FallbackProvider?new t.FallbackProvider(r):r[0]}}function s(e,t){return function(r){return r.JsonRpcProvider?new r.JsonRpcProvider(e,t):null}}var a={unspecified:{chainId:0,name:"unspecified"},homestead:n={chainId:1,ensAddress:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",name:"homestead",_defaultProvider:o("homestead")},mainnet:n,morden:{chainId:2,name:"morden"},ropsten:e={chainId:3,ensAddress:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",name:"ropsten",_defaultProvider:o("ropsten")},testnet:e,rinkeby:{chainId:4,ensAddress:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",name:"rinkeby",_defaultProvider:o("rinkeby")},goerli:{chainId:5,ensAddress:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",name:"goerli",_defaultProvider:o("goerli")},kovan:{chainId:42,name:"kovan",_defaultProvider:o("kovan")},classic:{chainId:61,name:"classic",_defaultProvider:s("https://web3.gastracker.io","classic")},classicTestnet:{chainId:62,name:"classicTestnet",_defaultProvider:s("https://web3.gastracker.io/morden","classicTestnet")}};r.getNetwork=function(e){if(null==e)return null;if("number"==typeof e){for(var t in a)if((t=a[t]).chainId===e)return{name:t.name,chainId:t.chainId,ensAddress:t.ensAddress||null,_defaultProvider:t._defaultProvider||null};return{chainId:e,name:"unknown"}}if("string"!=typeof e)return(r=a[e.name])?(0!==e.chainId&&e.chainId!==r.chainId&&i.throwError("network chainId mismatch",i.INVALID_ARGUMENT,{arg:"network",value:e}),{name:e.name,chainId:r.chainId,ensAddress:e.ensAddress||r.ensAddress||null,_defaultProvider:e._defaultProvider||r._defaultProvider||null}):("number"!=typeof e.chainId&&i.throwError("invalid network chainId",i.INVALID_ARGUMENT,{arg:"network",value:e}),e);var r=a[e];return null==r?null:{name:r.name,chainId:r.chainId,ensAddress:r.ensAddress,_defaultProvider:r._defaultProvider||null}}},{"../errors":5}],73:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("../utils/bytes"),i=e("./hmac");r.pbkdf2=function(e,t,r,o,s){var a;e=n.arrayify(e),t=n.arrayify(t);var u,l,c=1,h=new Uint8Array(o),f=new Uint8Array(t.length+4);f.set(t);for(var d=1;d<=c;d++){f[t.length]=d>>24&255,f[t.length+1]=d>>16&255,f[t.length+2]=d>>8&255,f[t.length+3]=255&d;var p=i.computeHmac(s,e,f);a||(a=p.length,l=new Uint8Array(a),u=o-((c=Math.ceil(o/a))-1)*a),l.set(p);for(var m=1;m<r;m++){p=i.computeHmac(s,e,p);for(var g=0;g<a;g++)l[g]^=p[g]}var y=(d-1)*a,v=d===c?u:a;h.set(n.arrayify(l).slice(0,v),y)}return n.arrayify(h)}},{"../utils/bytes":64,"./hmac":67}],74:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors"));function o(e,t,r){Object.defineProperty(e,t,{enumerable:!0,value:r,writable:!1})}function s(e,t){return e&&e._ethersType===t}r.defineReadOnly=o,r.setType=function(e,t){Object.defineProperty(e,"_ethersType",{configurable:!1,value:t,writable:!1})},r.isType=s,r.resolveProperties=function(e){var t={},r=[];return Object.keys(e).forEach((function(n){var i=e[n];i instanceof Promise?r.push(i.then((function(e){return t[n]=e,null}))):t[n]=i})),Promise.all(r).then((function(){return t}))},r.checkProperties=function(e,t){e&&"object"==a(e)||i.throwError("invalid object",i.INVALID_ARGUMENT,{argument:"object",value:e}),Object.keys(e).forEach((function(r){t[r]||i.throwError("invalid object key - "+r,i.INVALID_ARGUMENT,{argument:"transaction",value:e,key:r})}))},r.shallowCopy=function(e){var t,r={};for(t in e)r[t]=e[t];return r};var u={boolean:!0,number:!0,string:!0};r.deepCopy=function e(t,r){if(null==t||u[a(t)])return t;if(Array.isArray(t)){var n=t.map((function(t){return e(t,r)}));return r&&Object.freeze(n),n}if("object"==a(t)){if(s(t,"BigNumber"))return t;if(s(t,"Description"))return t;if(s(t,"Indexed"))return t;var i;for(i in n={},t){var l=t[i];void 0!==l&&o(n,i,e(l,r))}return r&&Object.freeze(n),n}if("function"==typeof t)return t;throw new Error("Cannot deepCopy "+a(t))},r.inheritable=function e(t){return function(r){var n,i;i=t,(n=r).super_=i,n.prototype=Object.create(i.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),o(r,"inherits",e(r))}}},{"../errors":5}],75:[function(e,t,n){(function(t){(function(){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e("../utils/bytes"),i=e("../utils/properties"),o=t.crypto||t.msCrypto;function s(e){if(e<=0||1024<e||parseInt(String(e))!=e)throw new Error("invalid length");return e=new Uint8Array(e),o.getRandomValues(e),r.arrayify(e)}o&&o.getRandomValues||(console.log("WARNING: Missing strong random number source; using weak randomBytes"),o={getRandomValues:function(e){for(var t=0;t<20;t++)for(var r=0;r<e.length;r++)t?e[r]^=Math.trunc(256*Math.random()):e[r]=Math.trunc(256*Math.random());return e},_weakCrypto:!0}),n.randomBytes=s,!0===o._weakCrypto&&i.defineReadOnly(s,"_weakCrypto",!0)}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../utils/bytes":64,"../utils/properties":74}],76:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./bytes");function i(e){for(var t=[];e;)t.unshift(255&e),e>>=8;return t}function o(e,t,r){for(var n=0,i=0;i<r;i++)n=256*n+e[t+i];return n}function s(e,t,r,n){for(var i=[];r<t+1+n;){var o=a(e,r);if(i.push(o.result),t+1+n<(r+=o.consumed))throw new Error("invalid rlp")}return{consumed:1+n,result:i}}function a(e,t){if(0===e.length)throw new Error("invalid rlp data");if(248<=e[t]){if(t+1+(r=e[t]-247)>e.length)throw new Error("too short");if(t+1+r+(i=o(e,t+1,r))>e.length)throw new Error("to short");return s(e,t,t+1+r,r+i)}if(192<=e[t]){if(t+1+(i=e[t]-192)>e.length)throw new Error("invalid rlp data");return s(e,t,t+1,i)}if(184<=e[t]){var r;if(t+1+(r=e[t]-183)>e.length)throw new Error("invalid rlp data");if(t+1+r+(i=o(e,t+1,r))>e.length)throw new Error("invalid rlp data");return{consumed:1+r+i,result:n.hexlify(e.slice(t+1+r,t+1+r+i))}}if(128<=e[t]){var i;if(t+1+(i=e[t]-128)>e.length)throw new Error("invalid rlp data");return{consumed:1+i,result:n.hexlify(e.slice(t+1,t+1+i))}}return{consumed:1,result:n.hexlify(e[t])}}r.encode=function(e){return n.hexlify(function e(t){if(Array.isArray(t)){var r=[];return t.forEach((function(t){r=r.concat(e(t))})),r.length<=55?(r.unshift(192+r.length),r):((o=i(r.length)).unshift(247+o.length),o.concat(r))}var o;return 1===(t=Array.prototype.slice.call(n.arrayify(t))).length&&t[0]<=127?t:t.length<=55?(t.unshift(128+t.length),t):((o=i(t.length)).unshift(183+o.length),o.concat(t))}(e))},r.decode=function(e){var t=n.arrayify(e);if((e=a(t,0)).consumed!==t.length)throw new Error("invalid rlp data");return e.result}},{"./bytes":64}],77:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("elliptic"),o=e("./address"),s=e("./bytes"),a=e("./hash"),u=e("./keccak256"),l=e("./properties"),c=n(e("../errors")),h=null;function f(){return h=h||new i.ec("secp256k1")}var d=(p.prototype.sign=function(e){return{recoveryParam:(e=f().keyFromPrivate(s.arrayify(this.privateKey)).sign(s.arrayify(e),{canonical:!0})).recoveryParam,r:s.hexZeroPad("0x"+e.r.toString(16),32),s:s.hexZeroPad("0x"+e.s.toString(16),32),v:27+e.recoveryParam}},p.prototype.computeSharedSecret=function(e){var t=f().keyFromPrivate(s.arrayify(this.privateKey));return e=f().keyFromPublic(s.arrayify(m(e))),s.hexZeroPad("0x"+t.derive(e.getPublic()).toString(16),32)},p.prototype._addPoint=function(e){var t=f().keyFromPublic(s.arrayify(this.publicKey));return e=f().keyFromPublic(s.arrayify(e)),"0x"+t.pub.add(e.pub).encodeCompressed("hex")},p);function p(e){e=f().keyFromPrivate(s.arrayify(e)),l.defineReadOnly(this,"privateKey",s.hexlify(e.priv.toArray("be",32))),l.defineReadOnly(this,"publicKey","0x"+e.getPublic(!1,"hex")),l.defineReadOnly(this,"compressedPublicKey","0x"+e.getPublic(!0,"hex")),l.defineReadOnly(this,"publicKeyBytes",e.getPublic().encode(null,!0))}function m(e,t){return 32!==(e=s.arrayify(e)).length?33===e.length?t?s.hexlify(e):"0x"+f().keyFromPublic(e).getPublic(!1,"hex"):65===e.length?t?"0x"+f().keyFromPublic(e).getPublic(!0,"hex"):s.hexlify(e):(c.throwError("invalid public or private key",c.INVALID_ARGUMENT,{arg:"key",value:"[REDACTED]"}),null):(e=new d(e),t?e.compressedPublicKey:e.publicKey)}function g(e){return e="0x"+m(e).slice(4),o.getAddress("0x"+u.keccak256(e).substring(26))}function y(e,t){var r=s.splitSignature(t);return t={r:s.arrayify(r.r),s:s.arrayify(r.s)},"0x"+f().recoverPubKey(s.arrayify(e),t,r.recoveryParam).encode("hex",!1)}function v(e,t){return g(y(s.arrayify(e),t))}r.KeyPair=d,r.computePublicKey=m,r.computeAddress=g,r.recoverPublicKey=y,r.recoverAddress=v,r.verifyMessage=function(e,t){return v(a.hashMessage(e),t)}},{"../errors":5,"./address":60,"./bytes":64,"./hash":65,"./keccak256":71,"./properties":74,elliptic:12}],78:[function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var o=n(e("aes-js")),s=n(e("scrypt-js")),a=n(e("uuid")),u=e("./signing-key"),l=i(e("./hdnode")),c=e("./address"),h=e("./bytes"),f=e("./pbkdf2"),d=e("./keccak256"),p=e("./utf8"),m=e("./random-bytes");function g(e){return"string"==typeof e&&"0x"!==e.substring(0,2)&&(e="0x"+e),h.arrayify(e)}function y(e,t){for(e=String(e);e.length<t;)e="0"+e;return e}function v(e){return"string"==typeof e?p.toUtf8Bytes(e,p.UnicodeNormalizationForm.NFKC):h.arrayify(e)}function b(e,t){for(var r=e,n=t.toLowerCase().split("/"),i=0;i<n.length;i++){var o,s=null;for(o in r)if(o.toLowerCase()===n[i]){s=r[o];break}if(null===s)return null;r=s}return r}r.decryptCrowdsale=function(e,t){var r=JSON.parse(e);t=v(t);var n=c.getAddress(b(r,"ethaddr"));if(!(e=g(b(r,"encseed")))||e.length%16!=0)throw new Error("invalid encseed");r=f.pbkdf2(t,t,2e3,32,"sha256").slice(0,16),t=e.slice(0,16),e=e.slice(16),t=new o.default.ModeOfOperation.cbc(r,t);for(var i=h.arrayify(t.decrypt(e)),s=(i=o.default.padding.pkcs7.strip(i),""),a=0;a<i.length;a++)s+=String.fromCharCode(i[a]);if(e=p.toUtf8Bytes(s),(e=new u.SigningKey(d.keccak256(e))).address!==n)throw new Error("corrupt crowdsale wallet");return e},r.decrypt=function(e,t,r){function n(e,t){var r=g(b(i,"crypto/ciphertext"));if(h.hexlify((a=e.slice(16,32),d.keccak256(h.concat([a,r])))).substring(2)!==b(i,"crypto/mac").toLowerCase())return t(new Error("invalid password")),null;var n=function(e,t){if("aes-128-ctr"!==b(i,"crypto/cipher"))return null;var r=g(b(i,"crypto/cipherparams/iv"));return r=new o.default.Counter(r),r=new o.default.ModeOfOperation.ctr(e,r),h.arrayify(r.decrypt(t))}(e.slice(0,16),r),s=e.slice(32,64);if(!n)return t(new Error("unsupported cipher")),null;var a=new u.SigningKey(n);if(i.address&&a.address!==c.getAddress(i.address))return t(new Error("address mismatch")),null;if(r=b(i,"x-ethers/locale"),"0.1"===b(i,"x-ethers/version")&&(null==r||"en"===r)){if(e=g(b(i,"x-ethers/mnemonicCiphertext")),r=g(b(i,"x-ethers/mnemonicCounter")),r=new o.default.Counter(r),s=new o.default.ModeOfOperation.ctr(s,r),r=b(i,"x-ethers/path")||l.defaultPath,e=h.arrayify(s.decrypt(e)),e=l.entropyToMnemonic(e),(r=l.fromMnemonic(e).derivePath(r)).privateKey!=h.hexlify(n))return t(new Error("mnemonic mismatch")),null;a=new u.SigningKey(r)}return a}var i=JSON.parse(e),a=v(t);return new Promise((function(e,t){if((p=b(i,"crypto/kdf"))&&"string"==typeof p)if("scrypt"===p.toLowerCase()){var o=g(b(i,"crypto/kdfparams/salt")),u=parseInt(b(i,"crypto/kdfparams/n")),l=parseInt(b(i,"crypto/kdfparams/r")),c=parseInt(b(i,"crypto/kdfparams/p"));u&&l&&c?0==(u&u-1)?32===(d=parseInt(b(i,"crypto/kdfparams/dklen")))?(r&&r(0),s.default(a,o,u,l,c,64,(function(i,o,s){if(i)i.progress=o,t(i);else if(s)(s=n(s=h.arrayify(s),t))&&(r&&r(1),e(s));else if(r)return r(o)}))):t(new Error("unsupported key-derivation derived-key length")):t(new Error("unsupported key-derivation function parameter value for N")):t(new Error("unsupported key-derivation function parameters"))}else if("pbkdf2"===p.toLowerCase()){if(o=g(b(i,"crypto/kdfparams/salt")),c=null,"hmac-sha256"===(p=b(i,"crypto/kdfparams/prf")))c="sha256";else{if("hmac-sha512"!==p)return void t(new Error("unsupported prf"));c="sha512"}var d,p=parseInt(b(i,"crypto/kdfparams/c"));32===(d=parseInt(b(i,"crypto/kdfparams/dklen")))?(c=n(c=f.pbkdf2(a,o,p,d,c),t))&&e(c):t(new Error("unsupported key-derivation derived-key length"))}else t(new Error("unsupported key-derivation function"));else t(new Error("unsupported key-derivation function"))}))},r.encrypt=function(e,t,r,n){var i;if("function"!=typeof r||n||(n=r,r={}),r=r||{},32!==(i=u.SigningKey.isSigningKey(e)?h.arrayify(e.privateKey):h.arrayify(e)).length)throw new Error("invalid private key");var c=v(t),f=null;if(r.entropy&&(f=h.arrayify(r.entropy)),r.mnemonic)if(f){if(l.entropyToMnemonic(f)!==r.mnemonic)throw new Error("entropy and mnemonic mismatch")}else f=h.arrayify(l.mnemonicToEntropy(r.mnemonic,r.wordlist));var p=r.path;f&&!p&&(p=l.defaultPath);var g=(g=r.client)||"ethers.js",b=r.salt?h.arrayify(r.salt):m.randomBytes(32),w=null;if(r.iv){if(16!==(w=h.arrayify(r.iv)).length)throw new Error("invalid iv")}else w=m.randomBytes(16);var _=null;if(r.uuid){if(16!==(_=h.arrayify(r.uuid)).length)throw new Error("invalid uuid")}else _=m.randomBytes(16);var k=1<<17,x=8,A=1;return r.scrypt&&(r.scrypt.N&&(k=r.scrypt.N),r.scrypt.r&&(x=r.scrypt.r),r.scrypt.p&&(A=r.scrypt.p)),new Promise((function(e,t){n&&n(0),s.default(c,b,k,x,A,64,(function(s,l,c){if(s)s.progress=l,t(s);else if(c){var v=(c=h.arrayify(c)).slice(0,16),E=c.slice(16,32),S=c.slice(32,64);s=new u.SigningKey(i).address,c=new o.default.Counter(w),c=new o.default.ModeOfOperation.ctr(v,c),c=h.arrayify(c.encrypt(i)),E=d.keccak256(h.concat([E,c])),s={address:s.substring(2).toLowerCase(),id:a.default.v4({random:_}),version:3,Crypto:{cipher:"aes-128-ctr",cipherparams:{iv:h.hexlify(w).substring(2)},ciphertext:h.hexlify(c).substring(2),kdf:"scrypt",kdfparams:{salt:h.hexlify(b).substring(2),n:k,dklen:32,p:A,r:x},mac:E.substring(2)}},f&&(c=m.randomBytes(16),E=new o.default.Counter(c),S=new o.default.ModeOfOperation.ctr(S,E),E=h.arrayify(S.encrypt(f)),S=(S=new Date).getUTCFullYear()+"-"+y(S.getUTCMonth()+1,2)+"-"+y(S.getUTCDate(),2)+"T"+y(S.getUTCHours(),2)+"-"+y(S.getUTCMinutes(),2)+"-"+y(S.getUTCSeconds(),2)+".0Z",s["x-ethers"]={client:g,gethFilename:"UTC--"+S+"--"+s.address,mnemonicCounter:h.hexlify(c).substring(2),mnemonicCiphertext:h.hexlify(E).substring(2),path:p,version:"0.1"},r.wordlist&&"string"==typeof r.wordlist.locale&&(s["x-ethers"].locale=r.wordlist.locale)),n&&n(1),e(JSON.stringify(s))}else if(n)return n(l)}))}))}},{"./address":60,"./bytes":64,"./hdnode":66,"./keccak256":71,"./pbkdf2":73,"./random-bytes":75,"./signing-key":81,"./utf8":85,"aes-js":8,"scrypt-js":44,uuid:48}],79:[function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("hash.js")),o=e("./bytes");r.ripemd160=function(e){return"0x"+i.default.ripemd160().update(o.arrayify(e)).digest("hex")},r.sha256=function(e){return"0x"+i.default.sha256().update(o.arrayify(e)).digest("hex")},r.sha512=function(e){return"0x"+i.default.sha512().update(o.arrayify(e)).digest("hex")}},{"./bytes":64,"hash.js":26}],80:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),e("setimmediate"),r.platform="browser"},{setimmediate:45}],81:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("./hdnode"),o=e("./bytes"),s=e("./properties"),u=e("./secp256k1"),l=n(e("../errors"));function c(e){l.checkNew(this,c);var t=i.HDNode.isHDNode(e)?(s.defineReadOnly(this,"mnemonic",e.mnemonic),s.defineReadOnly(this,"path",e.path),o.arrayify(e.privateKey)):("string"==typeof e&&e.match(/^[0-9a-f]*$/i)&&64===e.length&&(e="0x"+e),o.arrayify(e));try{32!==t.length&&l.throwError("exactly 32 bytes required",l.INVALID_ARGUMENT,{arg:"privateKey",value:"[REDACTED]"})}catch(t){e={arg:"privateKey",reason:t.reason,value:"[REDACTED]"},t.value&&("number"==typeof t.value.length&&(e.length=t.value.length),e.type=a(t.value)),l.throwError("invalid private key",t.code,e)}s.defineReadOnly(this,"privateKey",o.hexlify(t)),s.defineReadOnly(this,"keyPair",new u.KeyPair(t)),s.defineReadOnly(this,"publicKey",this.keyPair.publicKey),s.defineReadOnly(this,"address",u.computeAddress(this.keyPair.publicKey)),s.setType(this,"SigningKey")}c.prototype.signDigest=function(e){return this.keyPair.sign(e)},c.prototype.computeSharedSecret=function(e){return this.keyPair.computeSharedSecret(o.arrayify(e))},c.isSigningKey=function(e){return s.isType(e,"SigningKey")},e=c,r.SigningKey=e},{"../errors":5,"./bytes":64,"./hdnode":66,"./properties":74,"./secp256k1":77}],82:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./bignumber"),i=e("./bytes"),o=e("./utf8"),s=e("./keccak256"),a=e("./sha2"),u=new RegExp("^bytes([0-9]+)$"),l=new RegExp("^(u?int)([0-9]*)$"),c=new RegExp("^(.*)\\[([0-9]*)\\]$");function h(e,t){if(e.length!=t.length)throw new Error("type/value count mismatch");var r=[];return e.forEach((function(e,s){r.push(function e(t,r,s){switch(t){case"address":return s?i.padZeros(r,32):i.arrayify(r);case"string":return o.toUtf8Bytes(r);case"bytes":return i.arrayify(r);case"bool":return r=r?"0x01":"0x00",s?i.padZeros(r,32):i.arrayify(r)}var a=t.match(l);if(a){if((h=parseInt(a[2]||"256"))%8!=0||0===h||256<h)throw new Error("invalid number type - "+t);return s&&(h=256),r=n.bigNumberify(r).toTwos(h),i.padZeros(r,h/8)}if(a=t.match(u)){var h=parseInt(a[1]);if(String(h)!=a[1]||0===h||32<h)throw new Error("invalid number type - "+t);if(i.arrayify(r).byteLength!==h)throw new Error("invalid value for "+t);return s?i.arrayify((r+"0000000000000000000000000000000000000000000000000000000000000000").substring(0,66)):r}if((a=t.match(c))&&Array.isArray(r)){var f=a[1];if(parseInt(a[2]||String(r.length))!=r.length)throw new Error("invalid value for "+t);var d=[];return r.forEach((function(t){d.push(e(f,t,!0))})),i.concat(d)}throw new Error("unknown type - "+t)}(e,t[s]))})),i.hexlify(i.concat(r))}r.pack=h,r.keccak256=function(e,t){return s.keccak256(h(e,t))},r.sha256=function(e,t){return a.sha256(h(e,t))}},{"./bignumber":63,"./bytes":64,"./keccak256":71,"./sha2":79,"./utf8":85}],83:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("../constants"),o=n(e("../errors")),s=e("./secp256k1"),a=e("./address"),u=e("./bignumber"),l=e("./bytes"),c=e("./keccak256"),h=e("./properties"),f=n(e("./rlp")),d=e("../providers/abstract-provider");function p(e){return"0x"===e?i.Zero:u.bigNumberify(e)}var m=[{name:"nonce",maxLength:32},{name:"gasPrice",maxLength:32},{name:"gasLimit",maxLength:32},{name:"to",length:20},{name:"value",maxLength:32},{name:"data"}],g={chainId:!0,data:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,value:!0};r.serialize=function(e,t){h.checkProperties(e,g);var r=[];m.forEach((function(t){var n=e[t.name]||[];n=l.arrayify(l.hexlify(n)),t.length&&n.length!==t.length&&0<n.length&&o.throwError("invalid length for "+t.name,o.INVALID_ARGUMENT,{arg:"transaction"+t.name,value:n}),t.maxLength&&(n=l.stripZeros(n)).length>t.maxLength&&o.throwError("invalid length for "+t.name,o.INVALID_ARGUMENT,{arg:"transaction"+t.name,value:n}),r.push(l.hexlify(n))})),null!=e.chainId&&0!==e.chainId&&(r.push(l.hexlify(e.chainId)),r.push("0x"),r.push("0x"));var n=f.encode(r);return t?(t=27+(n=l.splitSignature(t)).recoveryParam,9===r.length&&(r.pop(),r.pop(),r.pop(),t+=2*e.chainId+8),r.push(l.hexlify(t)),r.push(l.stripZeros(l.arrayify(n.r))),r.push(l.stripZeros(l.arrayify(n.s))),f.encode(r)):n},r.parse=function(e){9!==(n=f.decode(e)).length&&6!==n.length&&o.throwError("invalid raw transaction",o.INVALID_ARGUMENT,{arg:"rawTransactin",value:e});var t={nonce:p(n[0]).toNumber(),gasPrice:p(n[1]),gasLimit:p(n[2]),to:"0x"===(r=n[3])?null:a.getAddress(r),value:p(n[4]),data:n[5],chainId:0};if(6===n.length)return t;try{t.v=u.bigNumberify(n[6]).toNumber()}catch(e){return o.info(e),t}if(t.r=l.hexZeroPad(n[7],32),t.s=l.hexZeroPad(n[8],32),u.bigNumberify(t.r).isZero()&&u.bigNumberify(t.s).isZero())t.chainId=t.v,t.v=0;else{t.chainId=Math.floor((t.v-35)/2),t.chainId<0&&(t.chainId=0);var r=t.v-27,n=n.slice(0,6);0!==t.chainId&&(n.push(l.hexlify(t.chainId)),n.push("0x"),n.push("0x"),r-=2*t.chainId+8),n=c.keccak256(f.encode(n));try{t.from=s.recoverAddress(n,{r:l.hexlify(t.r),s:l.hexlify(t.s),recoveryParam:r})}catch(e){o.info(e)}t.hash=c.keccak256(e)}return t},r.populateTransaction=function(e,t,r){d.Provider.isProvider(t)||o.throwError("missing provider",o.INVALID_ARGUMENT,{argument:"provider",value:t}),h.checkProperties(e,g);var n=h.shallowCopy(e);return null!=n.to&&(n.to=t.resolveName(n.to)),null==n.gasPrice&&(n.gasPrice=t.getGasPrice()),null==n.nonce&&(n.nonce=t.getTransactionCount(r)),null==n.gasLimit&&((e=h.shallowCopy(n)).from=r,n.gasLimit=t.estimateGas(e)),null==n.chainId&&(n.chainId=t.getNetwork().then((function(e){return e.chainId}))),h.resolveProperties(n)}},{"../constants":3,"../errors":5,"../providers/abstract-provider":50,"./address":60,"./bignumber":63,"./bytes":64,"./keccak256":71,"./properties":74,"./rlp":76,"./secp256k1":77}],84:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i,o=e("../constants"),s=n(e("../errors")),a=e("./bignumber"),u={};function l(e){return{decimals:e.length-1,tenPower:a.bigNumberify(e)}}function c(e){var t=u[String(e).toLowerCase()];if(!t&&"number"==typeof e&&parseInt(String(e))==e&&0<=e&&e<=256){for(var r="1",n=0;n<e;n++)r+="0";t=l(r)}return t||s.throwError("invalid unitType",s.INVALID_ARGUMENT,{argument:"name",value:e}),t}function h(e,t){for(var r=c(t),n=(t=(e=a.bigNumberify(e)).lt(o.Zero),(e=t?e.mul(o.NegativeOne):e).mod(r.tenPower).toString());n.length<r.decimals;)n="0"+n;return n=n.match(/^([0-9]*[1-9]|0)(0*)/)[1],e=e.div(r.tenPower).toString()+"."+n,t?"-"+e:e}function f(e,t){var r=c(t=null==t?18:t);if("string"==typeof e&&e.match(/^-?[0-9.,]+$/)||s.throwError("invalid decimal value",s.INVALID_ARGUMENT,{arg:"value",value:e}),0===r.decimals)return a.bigNumberify(e);var n="-"===e.substring(0,1);"."===(e=n?e.substring(1):e)&&s.throwError("missing value",s.INVALID_ARGUMENT,{arg:"value",value:e}),2<(t=e.split(".")).length&&s.throwError("too many decimal points",s.INVALID_ARGUMENT,{arg:"value",value:e}),e=t[0];var i=t[1];for(e=e||"0",(i=i||"0").length>r.decimals&&s.throwError("underflow occurred",s.NUMERIC_FAULT,{operation:"division",fault:"underflow"});i.length<r.decimals;)i+="0";return t=a.bigNumberify(e),e=a.bigNumberify(i),e=t.mul(r.tenPower).add(e),n?e.mul(o.NegativeOne):e}i="1",["wei","kwei","Mwei","Gwei","szabo","finney","ether"].forEach((function(e){var t=l(i);u[e.toLowerCase()]=t,u[String(t.decimals)]=t,i+="000"})),r.commify=function(e){var t=String(e).split(".");(2<t.length||!t[0].match(/^-?[0-9]*$/)||t[1]&&!t[1].match(/^[0-9]*$/)||"."===e||"-."===e)&&s.throwError("invalid value",s.INVALID_ARGUMENT,{argument:"value",value:e});var r=t[0],n="";for("-"===r.substring(0,1)&&(n="-",r=r.substring(1));"0"===r.substring(0,1);)r=r.substring(1);""===r&&(r="0"),e="",2===t.length&&(e="."+(t[1]||"0"));for(var i=[];r.length;){if(r.length<=3){i.unshift(r);break}var o=r.length-3;i.unshift(r.substring(o)),r=r.substring(0,o)}return n+i.join(",")+e},r.formatUnits=h,r.parseUnits=f,r.formatEther=function(e){return h(e,18)},r.parseEther=function(e){return f(e,18)}},{"../constants":3,"../errors":5,"./bignumber":63}],85:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n,i=e("../constants"),o=e("../errors"),s=e("./bytes");function a(e,t){(t=void 0===t?n.current:t)!=n.current&&(o.checkNormalize(),e=e.normalize(t));for(var r=[],i=0;i<e.length;i++){var a=e.charCodeAt(i);if(a<128)r.push(a);else if(a<2048)r.push(a>>6|192),r.push(63&a|128);else if(55296==(64512&a)){i++;var u=e.charCodeAt(i);if(i>=e.length||56320!=(64512&u))throw new Error("invalid utf-8 string");r.push((a=65536+((1023&a)<<10)+(1023&u))>>18|240),r.push(a>>12&63|128),r.push(a>>6&63|128),r.push(63&a|128)}else r.push(a>>12|224),r.push(a>>6&63|128),r.push(63&a|128)}return s.arrayify(r)}function u(e,t){e=s.arrayify(e);for(var r="",n=0;n<e.length;){var i=e[n++];if(i>>7!=0){var o=null,a=null;if(192==(224&i))o=1,a=127;else if(224==(240&i))o=2,a=2047;else{if(240!=(248&i)){if(t)continue;if(128==(192&i))throw new Error("invalid utf8 byte sequence; unexpected continuation byte");throw new Error("invalid utf8 byte sequence; invalid prefix")}o=3,a=65535}if(n+o>e.length){if(!t)throw new Error("invalid utf8 byte sequence; too short");for(;n<e.length&&e[n]>>6==2;n++);}else{for(var u=i&(1<<8-o-1)-1,l=0;l<o;l++){var c=e[n];if(128!=(192&c)){u=null;break}u=u<<6|63&c,n++}if(null!==u)if(u<=a){if(!t)throw new Error("invalid utf8 byte sequence; overlong")}else if(1114111<u){if(!t)throw new Error("invalid utf8 byte sequence; out-of-range")}else if(55296<=u&&u<=57343){if(!t)throw new Error("invalid utf8 byte sequence; utf-16 surrogate")}else u<=65535?r+=String.fromCharCode(u):(u-=65536,r+=String.fromCharCode(55296+(u>>10&1023),56320+(1023&u)));else if(!t)throw new Error("invalid utf8 byte sequence; invalid continuation byte")}}else r+=String.fromCharCode(i)}return r}(e=n=r.UnicodeNormalizationForm||(r.UnicodeNormalizationForm={})).current="",e.NFC="NFC",e.NFD="NFD",e.NFKC="NFKC",e.NFKD="NFKD",r.toUtf8Bytes=a,r.toUtf8String=u,r.formatBytes32String=function(e){if(31<(e=a(e)).length)throw new Error("bytes32 string must be less than 32 bytes");return s.hexlify(s.concat([e,i.HashZero]).slice(0,32))},r.parseBytes32String=function(e){var t=s.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");for(var r=31;0===t[r-1];)r--;return u(t.slice(0,r))}},{"../constants":3,"../errors":5,"./bytes":64}],86:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("xmlhttprequest"),o=e("./base64"),s=e("./properties"),u=e("./utf8"),l=n(e("../errors"));r.fetchJson=function(e,t,r){var n,s={},c=null,h=12e4;if("string"==typeof e)c=e;else if("object"==a(e)){if(null==e.url&&l.throwError("missing URL",l.MISSING_ARGUMENT,{arg:"url"}),c=e.url,"number"==typeof e.timeout&&0<e.timeout&&(h=e.timeout),e.headers)for(var f in e.headers)s[f.toLowerCase()]={key:f,value:String(e.headers[f])};null!=e.user&&null!=e.password&&("https:"!==c.substring(0,6)&&!0!==e.allowInsecure&&l.throwError("basic authentication requires a secure https url",l.INVALID_ARGUMENT,{arg:"url",url:c,user:e.user,password:"[REDACTED]"}),n=e.user+":"+e.password,s.authorization={key:"Authorization",value:"Basic "+o.encode(u.toUtf8Bytes(n))})}return new Promise((function(e,n){function o(){null!=u&&(clearTimeout(u),u=null)}var a=new i.XMLHttpRequest,u=null;u=setTimeout((function(){null!=u&&(u=null,n(new Error("timeout")),setTimeout((function(){a.abort()}),0))}),h),t?(a.open("POST",c,!0),s["content-type"]={key:"Content-Type",value:"application/json"}):a.open("GET",c,!0),Object.keys(s).forEach((function(e){e=s[e],a.setRequestHeader(e.key,e.value)})),a.onreadystatechange=function(){if(4===a.readyState){if(200!=a.status){o();var i=new Error("invalid response - "+a.status);return i.statusCode=a.status,a.responseText&&(i.responseText=a.responseText),void n(i)}var s=null;try{s=JSON.parse(a.responseText)}catch(i){o();var u=new Error("invalid json response");return u.orginialError=i,u.responseText=a.responseText,null!=t&&(u.requestBody=t),u.url=c,void n(u)}if(r)try{s=r(s)}catch(i){return o(),i.url=c,i.body=t,i.responseText=a.responseText,void n(i)}o(),e(s)}},a.onerror=function(e){o(),n(e)};try{null!=t?a.send(t):a.send()}catch(u){o();var l=new Error("connection error");l.error=u,n(l)}}))},r.poll=function(e,t){return t=t||{},null==(t=s.shallowCopy(t)).floor&&(t.floor=0),null==t.ceiling&&(t.ceiling=1e4),null==t.interval&&(t.interval=250),new Promise((function(r,n){var i=null,o=!1,s=function(){return!o&&(o=!0,i&&clearTimeout(i),!0)};t.timeout&&(i=setTimeout((function(){s()&&n(new Error("timeout"))}),t.timeout));var a=t.fastRetry||null,u=0;!function i(){return e().then((function(e){return void 0!==e?s()&&r(e):t.onceBlock?t.onceBlock.once("block",i):o||(u++,(e=(e=t.interval*parseInt(String(Math.random()*Math.pow(2,u))))<t.floor?t.floor:e)>t.ceiling&&(e=t.ceiling),a&&(u--,e=a,a=null),setTimeout(i,e)),null}),(function(e){s()&&n(e)}))}()}))}},{"../errors":5,"./base64":61,"./properties":74,"./utf8":85,xmlhttprequest:49}],87:[function(e,t,n){(function(t){(function(){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var t=e("../utils/hash"),r=e("../utils/properties");n.check=function(e){for(var r=[],n=0;n<2048;n++){var i=e.getWord(n);if(n!==e.getWordIndex(i))return"0x";r.push(i)}return t.id(r.join("\n")+"\n")};var i=(o.prototype.split=function(e){return e.toLowerCase().split(/ +/g)},o.prototype.join=function(e){return e.join(" ")},o);function o(e){r.defineReadOnly(this,"locale",e)}n.Wordlist=i,n.register=function(e,t){t=t||e.locale}}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../utils/hash":65,"../utils/properties":74}],88:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var s,a=e("./utils/bytes"),u=e("./utils/hash"),l=e("./utils/hdnode"),c=e("./utils/json-wallet"),h=e("./utils/keccak256"),f=e("./utils/properties"),d=e("./utils/random-bytes"),p=o(e("./utils/secret-storage")),m=e("./utils/signing-key"),g=e("./utils/transaction"),y=e("./abstract-signer"),v=e("./providers/abstract-provider"),b=o(e("./errors"));function w(e,t){var r=s.call(this)||this;return b.checkNew(r,w),m.SigningKey.isSigningKey(e)?f.defineReadOnly(r,"signingKey",e):f.defineReadOnly(r,"signingKey",new m.SigningKey(e)),f.defineReadOnly(r,"provider",t),r}i(w,s=y.Signer),Object.defineProperty(w.prototype,"address",{get:function(){return this.signingKey.address},enumerable:!0,configurable:!0}),Object.defineProperty(w.prototype,"mnemonic",{get:function(){return this.signingKey.mnemonic},enumerable:!0,configurable:!0}),Object.defineProperty(w.prototype,"path",{get:function(){return this.signingKey.path},enumerable:!0,configurable:!0}),Object.defineProperty(w.prototype,"privateKey",{get:function(){return this.signingKey.privateKey},enumerable:!0,configurable:!0}),w.prototype.connect=function(e){return v.Provider.isProvider(e)||b.throwError("invalid provider",b.INVALID_ARGUMENT,{argument:"provider",value:e}),new w(this.signingKey,e)},w.prototype.getAddress=function(){return Promise.resolve(this.address)},w.prototype.sign=function(e){var t=this;return f.resolveProperties(e).then((function(e){var r=g.serialize(e);return r=t.signingKey.signDigest(h.keccak256(r)),g.serialize(e,r)}))},w.prototype.signMessage=function(e){return Promise.resolve(a.joinSignature(this.signingKey.signDigest(u.hashMessage(e))))},w.prototype.getBalance=function(e){if(!this.provider)throw new Error("missing provider");return this.provider.getBalance(this.address,e)},w.prototype.getTransactionCount=function(e){if(!this.provider)throw new Error("missing provider");return this.provider.getTransactionCount(this.address,e)},w.prototype.sendTransaction=function(e){var t=this;if(!this.provider)throw new Error("missing provider");return null==e.nonce&&((e=f.shallowCopy(e)).nonce=this.getTransactionCount("pending")),g.populateTransaction(e,this.provider,this.address).then((function(e){return t.sign(e).then((function(e){return t.provider.sendTransaction(e)}))}))},w.prototype.encrypt=function(e,t,r){if("function"!=typeof t||r||(r=t,t={}),r&&"function"!=typeof r)throw new Error("invalid callback");return t=t||{},this.mnemonic&&((t=f.shallowCopy(t)).mnemonic=this.mnemonic,t.path=this.path),p.encrypt(this.privateKey,e,t,r)},w.createRandom=function(e){var t=d.randomBytes(16);return(e=e||{}).extraEntropy&&(t=a.arrayify(h.keccak256(a.concat([t,e.extraEntropy])).substring(0,34))),t=l.entropyToMnemonic(t,e.locale),w.fromMnemonic(t,e.path,e.locale)},w.fromEncryptedJson=function(e,t,r){if(c.isCrowdsaleWallet(e))try{r&&r(0);var n=p.decryptCrowdsale(e,t);return r&&r(1),Promise.resolve(new w(n))}catch(e){return Promise.reject(e)}else if(c.isSecretStorageWallet(e))return p.decrypt(e,t,r).then((function(e){return new w(e)}));return Promise.reject("invalid wallet JSON")},w.fromMnemonic=function(e,t,r){return t=t||l.defaultPath,new w(l.fromMnemonic(e,r).derivePath(t))},i=w,r.Wallet=i},{"./abstract-signer":2,"./errors":5,"./providers/abstract-provider":50,"./utils/bytes":64,"./utils/hash":65,"./utils/hdnode":66,"./utils/json-wallet":70,"./utils/keccak256":71,"./utils/properties":74,"./utils/random-bytes":75,"./utils/secret-storage":78,"./utils/signing-key":81,"./utils/transaction":83}],89:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),e=e("../wordlists/lang-en").langEn,r.en=e},{"../wordlists/lang-en":90}],90:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(r,"__esModule",{value:!0});var o,s=e("../utils/wordlist"),a=null;function u(e){if(null==a&&(a="AbandonAbilityAbleAboutAboveAbsentAbsorbAbstractAbsurdAbuseAccessAccidentAccountAccuseAchieveAcidAcousticAcquireAcrossActActionActorActressActualAdaptAddAddictAddressAdjustAdmitAdultAdvanceAdviceAerobicAffairAffordAfraidAgainAgeAgentAgreeAheadAimAirAirportAisleAlarmAlbumAlcoholAlertAlienAllAlleyAllowAlmostAloneAlphaAlreadyAlsoAlterAlwaysAmateurAmazingAmongAmountAmusedAnalystAnchorAncientAngerAngleAngryAnimalAnkleAnnounceAnnualAnotherAnswerAntennaAntiqueAnxietyAnyApartApologyAppearAppleApproveAprilArchArcticAreaArenaArgueArmArmedArmorArmyAroundArrangeArrestArriveArrowArtArtefactArtistArtworkAskAspectAssaultAssetAssistAssumeAsthmaAthleteAtomAttackAttendAttitudeAttractAuctionAuditAugustAuntAuthorAutoAutumnAverageAvocadoAvoidAwakeAwareAwayAwesomeAwfulAwkwardAxisBabyBachelorBaconBadgeBagBalanceBalconyBallBambooBananaBannerBarBarelyBargainBarrelBaseBasicBasketBattleBeachBeanBeautyBecauseBecomeBeefBeforeBeginBehaveBehindBelieveBelowBeltBenchBenefitBestBetrayBetterBetweenBeyondBicycleBidBikeBindBiologyBirdBirthBitterBlackBladeBlameBlanketBlastBleakBlessBlindBloodBlossomBlouseBlueBlurBlushBoardBoatBodyBoilBombBoneBonusBookBoostBorderBoringBorrowBossBottomBounceBoxBoyBracketBrainBrandBrassBraveBreadBreezeBrickBridgeBriefBrightBringBriskBroccoliBrokenBronzeBroomBrotherBrownBrushBubbleBuddyBudgetBuffaloBuildBulbBulkBulletBundleBunkerBurdenBurgerBurstBusBusinessBusyButterBuyerBuzzCabbageCabinCableCactusCageCakeCallCalmCameraCampCanCanalCancelCandyCannonCanoeCanvasCanyonCapableCapitalCaptainCarCarbonCardCargoCarpetCarryCartCaseCashCasinoCastleCasualCatCatalogCatchCategoryCattleCaughtCauseCautionCaveCeilingCeleryCementCensusCenturyCerealCertainChairChalkChampionChangeChaosChapterChargeChaseChatCheapCheckCheeseChefCherryChestChickenChiefChildChimneyChoiceChooseChronicChuckleChunkChurnCigarCinnamonCircleCitizenCityCivilClaimClapClarifyClawClayCleanClerkCleverClickClientCliffClimbClinicClipClockClogCloseClothCloudClownClubClumpClusterClutchCoachCoastCoconutCodeCoffeeCoilCoinCollectColorColumnCombineComeComfortComicCommonCompanyConcertConductConfirmCongressConnectConsiderControlConvinceCookCoolCopperCopyCoralCoreCornCorrectCostCottonCouchCountryCoupleCourseCousinCoverCoyoteCrackCradleCraftCramCraneCrashCraterCrawlCrazyCreamCreditCreekCrewCricketCrimeCrispCriticCropCrossCrouchCrowdCrucialCruelCruiseCrumbleCrunchCrushCryCrystalCubeCultureCupCupboardCuriousCurrentCurtainCurveCushionCustomCuteCycleDadDamageDampDanceDangerDaringDashDaughterDawnDayDealDebateDebrisDecadeDecemberDecideDeclineDecorateDecreaseDeerDefenseDefineDefyDegreeDelayDeliverDemandDemiseDenialDentistDenyDepartDependDepositDepthDeputyDeriveDescribeDesertDesignDeskDespairDestroyDetailDetectDevelopDeviceDevoteDiagramDialDiamondDiaryDiceDieselDietDifferDigitalDignityDilemmaDinnerDinosaurDirectDirtDisagreeDiscoverDiseaseDishDismissDisorderDisplayDistanceDivertDivideDivorceDizzyDoctorDocumentDogDollDolphinDomainDonateDonkeyDonorDoorDoseDoubleDoveDraftDragonDramaDrasticDrawDreamDressDriftDrillDrinkDripDriveDropDrumDryDuckDumbDuneDuringDustDutchDutyDwarfDynamicEagerEagleEarlyEarnEarthEasilyEastEasyEchoEcologyEconomyEdgeEditEducateEffortEggEightEitherElbowElderElectricElegantElementElephantElevatorEliteElseEmbarkEmbodyEmbraceEmergeEmotionEmployEmpowerEmptyEnableEnactEndEndlessEndorseEnemyEnergyEnforceEngageEngineEnhanceEnjoyEnlistEnoughEnrichEnrollEnsureEnterEntireEntryEnvelopeEpisodeEqualEquipEraEraseErodeErosionErrorEruptEscapeEssayEssenceEstateEternalEthicsEvidenceEvilEvokeEvolveExactExampleExcessExchangeExciteExcludeExcuseExecuteExerciseExhaustExhibitExileExistExitExoticExpandExpectExpireExplainExposeExpressExtendExtraEyeEyebrowFabricFaceFacultyFadeFaintFaithFallFalseFameFamilyFamousFanFancyFantasyFarmFashionFatFatalFatherFatigueFaultFavoriteFeatureFebruaryFederalFeeFeedFeelFemaleFenceFestivalFetchFeverFewFiberFictionFieldFigureFileFilmFilterFinalFindFineFingerFinishFireFirmFirstFiscalFishFitFitnessFixFlagFlameFlashFlatFlavorFleeFlightFlipFloatFlockFloorFlowerFluidFlushFlyFoamFocusFogFoilFoldFollowFoodFootForceForestForgetForkFortuneForumForwardFossilFosterFoundFoxFragileFrameFrequentFreshFriendFringeFrogFrontFrostFrownFrozenFruitFuelFunFunnyFurnaceFuryFutureGadgetGainGalaxyGalleryGameGapGarageGarbageGardenGarlicGarmentGasGaspGateGatherGaugeGazeGeneralGeniusGenreGentleGenuineGestureGhostGiantGiftGiggleGingerGiraffeGirlGiveGladGlanceGlareGlassGlideGlimpseGlobeGloomGloryGloveGlowGlueGoatGoddessGoldGoodGooseGorillaGospelGossipGovernGownGrabGraceGrainGrantGrapeGrassGravityGreatGreenGridGriefGritGroceryGroupGrowGruntGuardGuessGuideGuiltGuitarGunGymHabitHairHalfHammerHamsterHandHappyHarborHardHarshHarvestHatHaveHawkHazardHeadHealthHeartHeavyHedgehogHeightHelloHelmetHelpHenHeroHiddenHighHillHintHipHireHistoryHobbyHockeyHoldHoleHolidayHollowHomeHoneyHoodHopeHornHorrorHorseHospitalHostHotelHourHoverHubHugeHumanHumbleHumorHundredHungryHuntHurdleHurryHurtHusbandHybridIceIconIdeaIdentifyIdleIgnoreIllIllegalIllnessImageImitateImmenseImmuneImpactImposeImproveImpulseInchIncludeIncomeIncreaseIndexIndicateIndoorIndustryInfantInflictInformInhaleInheritInitialInjectInjuryInmateInnerInnocentInputInquiryInsaneInsectInsideInspireInstallIntactInterestIntoInvestInviteInvolveIronIslandIsolateIssueItemIvoryJacketJaguarJarJazzJealousJeansJellyJewelJobJoinJokeJourneyJoyJudgeJuiceJumpJungleJuniorJunkJustKangarooKeenKeepKetchupKeyKickKidKidneyKindKingdomKissKitKitchenKiteKittenKiwiKneeKnifeKnockKnowLabLabelLaborLadderLadyLakeLampLanguageLaptopLargeLaterLatinLaughLaundryLavaLawLawnLawsuitLayerLazyLeaderLeafLearnLeaveLectureLeftLegLegalLegendLeisureLemonLendLengthLensLeopardLessonLetterLevelLiarLibertyLibraryLicenseLifeLiftLightLikeLimbLimitLinkLionLiquidListLittleLiveLizardLoadLoanLobsterLocalLockLogicLonelyLongLoopLotteryLoudLoungeLoveLoyalLuckyLuggageLumberLunarLunchLuxuryLyricsMachineMadMagicMagnetMaidMailMainMajorMakeMammalManManageMandateMangoMansionManualMapleMarbleMarchMarginMarineMarketMarriageMaskMassMasterMatchMaterialMathMatrixMatterMaximumMazeMeadowMeanMeasureMeatMechanicMedalMediaMelodyMeltMemberMemoryMentionMenuMercyMergeMeritMerryMeshMessageMetalMethodMiddleMidnightMilkMillionMimicMindMinimumMinorMinuteMiracleMirrorMiseryMissMistakeMixMixedMixtureMobileModelModifyMomMomentMonitorMonkeyMonsterMonthMoonMoralMoreMorningMosquitoMotherMotionMotorMountainMouseMoveMovieMuchMuffinMuleMultiplyMuscleMuseumMushroomMusicMustMutualMyselfMysteryMythNaiveNameNapkinNarrowNastyNationNatureNearNeckNeedNegativeNeglectNeitherNephewNerveNestNetNetworkNeutralNeverNewsNextNiceNightNobleNoiseNomineeNoodleNormalNorthNoseNotableNoteNothingNoticeNovelNowNuclearNumberNurseNutOakObeyObjectObligeObscureObserveObtainObviousOccurOceanOctoberOdorOffOfferOfficeOftenOilOkayOldOliveOlympicOmitOnceOneOnionOnlineOnlyOpenOperaOpinionOpposeOptionOrangeOrbitOrchardOrderOrdinaryOrganOrientOriginalOrphanOstrichOtherOutdoorOuterOutputOutsideOvalOvenOverOwnOwnerOxygenOysterOzonePactPaddlePagePairPalacePalmPandaPanelPanicPantherPaperParadeParentParkParrotPartyPassPatchPathPatientPatrolPatternPausePavePaymentPeacePeanutPearPeasantPelicanPenPenaltyPencilPeoplePepperPerfectPermitPersonPetPhonePhotoPhrasePhysicalPianoPicnicPicturePiecePigPigeonPillPilotPinkPioneerPipePistolPitchPizzaPlacePlanetPlasticPlatePlayPleasePledgePluckPlugPlungePoemPoetPointPolarPolePolicePondPonyPoolPopularPortionPositionPossiblePostPotatoPotteryPovertyPowderPowerPracticePraisePredictPreferPreparePresentPrettyPreventPricePridePrimaryPrintPriorityPrisonPrivatePrizeProblemProcessProduceProfitProgramProjectPromoteProofPropertyProsperProtectProudProvidePublicPuddingPullPulpPulsePumpkinPunchPupilPuppyPurchasePurityPurposePursePushPutPuzzlePyramidQualityQuantumQuarterQuestionQuickQuitQuizQuoteRabbitRaccoonRaceRackRadarRadioRailRainRaiseRallyRampRanchRandomRangeRapidRareRateRatherRavenRawRazorReadyRealReasonRebelRebuildRecallReceiveRecipeRecordRecycleReduceReflectReformRefuseRegionRegretRegularRejectRelaxReleaseReliefRelyRemainRememberRemindRemoveRenderRenewRentReopenRepairRepeatReplaceReportRequireRescueResembleResistResourceResponseResultRetireRetreatReturnReunionRevealReviewRewardRhythmRibRibbonRiceRichRideRidgeRifleRightRigidRingRiotRippleRiskRitualRivalRiverRoadRoastRobotRobustRocketRomanceRoofRookieRoomRoseRotateRoughRoundRouteRoyalRubberRudeRugRuleRunRunwayRuralSadSaddleSadnessSafeSailSaladSalmonSalonSaltSaluteSameSampleSandSatisfySatoshiSauceSausageSaveSayScaleScanScareScatterSceneSchemeSchoolScienceScissorsScorpionScoutScrapScreenScriptScrubSeaSearchSeasonSeatSecondSecretSectionSecuritySeedSeekSegmentSelectSellSeminarSeniorSenseSentenceSeriesServiceSessionSettleSetupSevenShadowShaftShallowShareShedShellSheriffShieldShiftShineShipShiverShockShoeShootShopShortShoulderShoveShrimpShrugShuffleShySiblingSickSideSiegeSightSignSilentSilkSillySilverSimilarSimpleSinceSingSirenSisterSituateSixSizeSkateSketchSkiSkillSkinSkirtSkullSlabSlamSleepSlenderSliceSlideSlightSlimSloganSlotSlowSlushSmallSmartSmileSmokeSmoothSnackSnakeSnapSniffSnowSoapSoccerSocialSockSodaSoftSolarSoldierSolidSolutionSolveSomeoneSongSoonSorrySortSoulSoundSoupSourceSouthSpaceSpareSpatialSpawnSpeakSpecialSpeedSpellSpendSphereSpiceSpiderSpikeSpinSpiritSplitSpoilSponsorSpoonSportSpotSpraySpreadSpringSpySquareSqueezeSquirrelStableStadiumStaffStageStairsStampStandStartStateStaySteakSteelStemStepStereoStickStillStingStockStomachStoneStoolStoryStoveStrategyStreetStrikeStrongStruggleStudentStuffStumbleStyleSubjectSubmitSubwaySuccessSuchSuddenSufferSugarSuggestSuitSummerSunSunnySunsetSuperSupplySupremeSureSurfaceSurgeSurpriseSurroundSurveySuspectSustainSwallowSwampSwapSwarmSwearSweetSwiftSwimSwingSwitchSwordSymbolSymptomSyrupSystemTableTackleTagTailTalentTalkTankTapeTargetTaskTasteTattooTaxiTeachTeamTellTenTenantTennisTentTermTestTextThankThatThemeThenTheoryThereTheyThingThisThoughtThreeThriveThrowThumbThunderTicketTideTigerTiltTimberTimeTinyTipTiredTissueTitleToastTobaccoTodayToddlerToeTogetherToiletTokenTomatoTomorrowToneTongueTonightToolToothTopTopicToppleTorchTornadoTortoiseTossTotalTouristTowardTowerTownToyTrackTradeTrafficTragicTrainTransferTrapTrashTravelTrayTreatTreeTrendTrialTribeTrickTriggerTrimTripTrophyTroubleTruckTrueTrulyTrumpetTrustTruthTryTubeTuitionTumbleTunaTunnelTurkeyTurnTurtleTwelveTwentyTwiceTwinTwistTwoTypeTypicalUglyUmbrellaUnableUnawareUncleUncoverUnderUndoUnfairUnfoldUnhappyUniformUniqueUnitUniverseUnknownUnlockUntilUnusualUnveilUpdateUpgradeUpholdUponUpperUpsetUrbanUrgeUsageUseUsedUsefulUselessUsualUtilityVacantVacuumVagueValidValleyValveVanVanishVaporVariousVastVaultVehicleVelvetVendorVentureVenueVerbVerifyVersionVeryVesselVeteranViableVibrantViciousVictoryVideoViewVillageVintageViolinVirtualVirusVisaVisitVisualVitalVividVocalVoiceVoidVolcanoVolumeVoteVoyageWageWagonWaitWalkWallWalnutWantWarfareWarmWarriorWashWaspWasteWaterWaveWayWealthWeaponWearWeaselWeatherWebWeddingWeekendWeirdWelcomeWestWetWhaleWhatWheatWheelWhenWhereWhipWhisperWideWidthWifeWildWillWinWindowWineWingWinkWinnerWinterWireWisdomWiseWishWitnessWolfWomanWonderWoodWoolWordWorkWorldWorryWorthWrapWreckWrestleWristWriteWrongYardYearYellowYouYoungYouthZebraZeroZoneZoo".replace(/([A-Z])/g," $1").toLowerCase().substring(1).split(" "),"0x3c8acc1e7b08d8e76f9fda015ef48dc8c710a73cb7e0f77b2c18a9b5a7adde60"!==s.check(e)))throw a=null,new Error("BIP39 Wordlist for en (English) FAILED")}function l(){return o.call(this,"en")||this}i=new(i(l,o=s.Wordlist),l.prototype.getWord=function(e){return u(this),a[e]},l.prototype.getWordIndex=function(e){return u(this),a.indexOf(e)},l),r.langEn=i,s.register(i)},{"../utils/wordlist":87}]},{},[7])(7)},"object"==a(t)&&void 0!==e?e.exports=s():(i=[],void 0===(o="function"==typeof(n=s)?n.apply(t,i):n)||(e.exports=o))}).call(this,r(2))}])}));
|
|
51
|
+
*/!function(s,u){"use strict";"object"===a(e)&&e.exports?e.exports=u(r(8),r(10),r(11)):(i=[r(8),r(10),r(11)],void 0===(o="function"==typeof(n=u)?n.apply(t,i):n)||(e.exports=o))}(0,(function(e,t,r,n){"use strict";var i=n&&n.URI;function o(e,t){var r=arguments.length>=1,n=arguments.length>=2;if(!(this instanceof o))return r?n?new o(e,t):new o(e):new o;if(void 0===e){if(r)throw new TypeError("undefined is not a valid argument for URI");e="undefined"!=typeof location?location.href+"":""}if(null===e&&r)throw new TypeError("null is not a valid argument for URI");return this.href(e),void 0!==t?this.absoluteTo(t):this}o.version="1.19.11";var s=o.prototype,u=Object.prototype.hasOwnProperty;function l(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function c(e){return void 0===e?"Undefined":String(Object.prototype.toString.call(e)).slice(8,-1)}function h(e){return"Array"===c(e)}function f(e,t){var r,n,i={};if("RegExp"===c(t))i=null;else if(h(t))for(r=0,n=t.length;r<n;r++)i[t[r]]=!0;else i[t]=!0;for(r=0,n=e.length;r<n;r++){(i&&void 0!==i[e[r]]||!i&&t.test(e[r]))&&(e.splice(r,1),n--,r--)}return e}function d(e,t){var r,n;if(h(t)){for(r=0,n=t.length;r<n;r++)if(!d(e,t[r]))return!1;return!0}var i=c(t);for(r=0,n=e.length;r<n;r++)if("RegExp"===i){if("string"==typeof e[r]&&e[r].match(t))return!0}else if(e[r]===t)return!0;return!1}function p(e,t){if(!h(e)||!h(t))return!1;if(e.length!==t.length)return!1;e.sort(),t.sort();for(var r=0,n=e.length;r<n;r++)if(e[r]!==t[r])return!1;return!0}function m(e){return e.replace(/^\/+|\/+$/g,"")}function g(e){return escape(e)}function y(e){return encodeURIComponent(e).replace(/[!'()*]/g,g).replace(/\*/g,"%2A")}o._parts=function(){return{protocol:null,username:null,password:null,hostname:null,urn:null,port:null,path:null,query:null,fragment:null,preventInvalidHostname:o.preventInvalidHostname,duplicateQueryParameters:o.duplicateQueryParameters,escapeQuerySpace:o.escapeQuerySpace}},o.preventInvalidHostname=!1,o.duplicateQueryParameters=!1,o.escapeQuerySpace=!0,o.protocol_expression=/^[a-z][a-z0-9.+-]*$/i,o.idn_expression=/[^a-z0-9\._-]/i,o.punycode_expression=/(xn--)/i,o.ip4_expression=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/,o.ip6_expression=/^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/,o.find_uri_expression=/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))/gi,o.findUri={start:/\b(?:([a-z][a-z0-9.+-]*:\/\/)|www\.)/gi,end:/[\s\r\n]|$/,trim:/[`!()\[\]{};:'".,<>?«»“”„‘’]+$/,parens:/(\([^\)]*\)|\[[^\]]*\]|\{[^}]*\}|<[^>]*>)/g},o.leading_whitespace_expression=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,o.ascii_tab_whitespace=/[\u0009\u000A\u000D]+/g,o.defaultPorts={http:"80",https:"443",ftp:"21",gopher:"70",ws:"80",wss:"443"},o.hostProtocols=["http","https"],o.invalid_hostname_characters=/[^a-zA-Z0-9\.\-:_]/,o.domAttributes={a:"href",blockquote:"cite",link:"href",base:"href",script:"src",form:"action",img:"src",area:"href",iframe:"src",embed:"src",source:"src",track:"src",input:"src",audio:"src",video:"src"},o.getDomAttribute=function(e){if(e&&e.nodeName){var t=e.nodeName.toLowerCase();if("input"!==t||"image"===e.type)return o.domAttributes[t]}},o.encode=y,o.decode=decodeURIComponent,o.iso8859=function(){o.encode=escape,o.decode=unescape},o.unicode=function(){o.encode=y,o.decode=decodeURIComponent},o.characters={pathname:{encode:{expression:/%(24|26|2B|2C|3B|3D|3A|40)/gi,map:{"%24":"$","%26":"&","%2B":"+","%2C":",","%3B":";","%3D":"=","%3A":":","%40":"@"}},decode:{expression:/[\/\?#]/g,map:{"/":"%2F","?":"%3F","#":"%23"}}},reserved:{encode:{expression:/%(21|23|24|26|27|28|29|2A|2B|2C|2F|3A|3B|3D|3F|40|5B|5D)/gi,map:{"%3A":":","%2F":"/","%3F":"?","%23":"#","%5B":"[","%5D":"]","%40":"@","%21":"!","%24":"$","%26":"&","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"="}}},urnpath:{encode:{expression:/%(21|24|27|28|29|2A|2B|2C|3B|3D|40)/gi,map:{"%21":"!","%24":"$","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"=","%40":"@"}},decode:{expression:/[\/\?#:]/g,map:{"/":"%2F","?":"%3F","#":"%23",":":"%3A"}}}},o.encodeQuery=function(e,t){var r=o.encode(e+"");return void 0===t&&(t=o.escapeQuerySpace),t?r.replace(/%20/g,"+"):r},o.decodeQuery=function(e,t){e+="",void 0===t&&(t=o.escapeQuerySpace);try{return o.decode(t?e.replace(/\+/g,"%20"):e)}catch(t){return e}};var v,b={encode:"encode",decode:"decode"},w=function(e,t){return function(r){try{return o[t](r+"").replace(o.characters[e][t].expression,(function(r){return o.characters[e][t].map[r]}))}catch(e){return r}}};for(v in b)o[v+"PathSegment"]=w("pathname",b[v]),o[v+"UrnPathSegment"]=w("urnpath",b[v]);var _=function(e,t,r){return function(n){var i;i=r?function(e){return o[t](o[r](e))}:o[t];for(var a=(n+"").split(e),s=0,u=a.length;s<u;s++)a[s]=i(a[s]);return a.join(e)}};function k(e){return function(t,r){return void 0===t?this._parts[e]||"":(this._parts[e]=t||null,this.build(!r),this)}}function x(e,t){return function(r,n){return void 0===r?this._parts[e]||"":(null!==r&&(r+="").charAt(0)===t&&(r=r.substring(1)),this._parts[e]=r,this.build(!n),this)}}o.decodePath=_("/","decodePathSegment"),o.decodeUrnPath=_(":","decodeUrnPathSegment"),o.recodePath=_("/","encodePathSegment","decode"),o.recodeUrnPath=_(":","encodeUrnPathSegment","decode"),o.encodeReserved=w("reserved","encode"),o.parse=function(e,t){var r;return t||(t={preventInvalidHostname:o.preventInvalidHostname}),(r=(e=(e=e.replace(o.leading_whitespace_expression,"")).replace(o.ascii_tab_whitespace,"")).indexOf("#"))>-1&&(t.fragment=e.substring(r+1)||null,e=e.substring(0,r)),(r=e.indexOf("?"))>-1&&(t.query=e.substring(r+1)||null,e=e.substring(0,r)),"//"===(e=(e=e.replace(/^(https?|ftp|wss?)?:+[/\\]*/i,"$1://")).replace(/^[/\\]{2,}/i,"//")).substring(0,2)?(t.protocol=null,e=e.substring(2),e=o.parseAuthority(e,t)):(r=e.indexOf(":"))>-1&&(t.protocol=e.substring(0,r)||null,t.protocol&&!t.protocol.match(o.protocol_expression)?t.protocol=void 0:"//"===e.substring(r+1,r+3).replace(/\\/g,"/")?(e=e.substring(r+3),e=o.parseAuthority(e,t)):(e=e.substring(r+1),t.urn=!0)),t.path=e,t},o.parseHost=function(e,t){e||(e="");var r,n,i=(e=e.replace(/\\/g,"/")).indexOf("/");if(-1===i&&(i=e.length),"["===e.charAt(0))r=e.indexOf("]"),t.hostname=e.substring(1,r)||null,t.port=e.substring(r+2,i)||null,"/"===t.port&&(t.port=null);else{var a=e.indexOf(":"),s=e.indexOf("/"),u=e.indexOf(":",a+1);-1!==u&&(-1===s||u<s)?(t.hostname=e.substring(0,i)||null,t.port=null):(n=e.substring(0,i).split(":"),t.hostname=n[0]||null,t.port=n[1]||null)}return t.hostname&&"/"!==e.substring(i).charAt(0)&&(i++,e="/"+e),t.preventInvalidHostname&&o.ensureValidHostname(t.hostname,t.protocol),t.port&&o.ensureValidPort(t.port),e.substring(i)||"/"},o.parseAuthority=function(e,t){return e=o.parseUserinfo(e,t),o.parseHost(e,t)},o.parseUserinfo=function(e,t){var r=e;-1!==e.indexOf("\\")&&(e=e.replace(/\\/g,"/"));var n,i=e.indexOf("/"),a=e.lastIndexOf("@",i>-1?i:e.length-1);return a>-1&&(-1===i||a<i)?(n=e.substring(0,a).split(":"),t.username=n[0]?o.decode(n[0]):null,n.shift(),t.password=n[0]?o.decode(n.join(":")):null,e=r.substring(a+1)):(t.username=null,t.password=null),e},o.parseQuery=function(e,t){if(!e)return{};if(!(e=e.replace(/&+/g,"&").replace(/^\?*&*|&+$/g,"")))return{};for(var r,n,i,a={},s=e.split("&"),l=s.length,c=0;c<l;c++)r=s[c].split("="),n=o.decodeQuery(r.shift(),t),i=r.length?o.decodeQuery(r.join("="),t):null,"__proto__"!==n&&(u.call(a,n)?("string"!=typeof a[n]&&null!==a[n]||(a[n]=[a[n]]),a[n].push(i)):a[n]=i);return a},o.build=function(e){var t="",r=!1;return e.protocol&&(t+=e.protocol+":"),e.urn||!t&&!e.hostname||(t+="//",r=!0),t+=o.buildAuthority(e)||"","string"==typeof e.path&&("/"!==e.path.charAt(0)&&r&&(t+="/"),t+=e.path),"string"==typeof e.query&&e.query&&(t+="?"+e.query),"string"==typeof e.fragment&&e.fragment&&(t+="#"+e.fragment),t},o.buildHost=function(e){var t="";return e.hostname?(o.ip6_expression.test(e.hostname)?t+="["+e.hostname+"]":t+=e.hostname,e.port&&(t+=":"+e.port),t):""},o.buildAuthority=function(e){return o.buildUserinfo(e)+o.buildHost(e)},o.buildUserinfo=function(e){var t="";return e.username&&(t+=o.encode(e.username)),e.password&&(t+=":"+o.encode(e.password)),t&&(t+="@"),t},o.buildQuery=function(e,t,r){var n,i,a,s,l="";for(i in e)if("__proto__"!==i&&u.call(e,i))if(h(e[i]))for(n={},a=0,s=e[i].length;a<s;a++)void 0!==e[i][a]&&void 0===n[e[i][a]+""]&&(l+="&"+o.buildQueryParameter(i,e[i][a],r),!0!==t&&(n[e[i][a]+""]=!0));else void 0!==e[i]&&(l+="&"+o.buildQueryParameter(i,e[i],r));return l.substring(1)},o.buildQueryParameter=function(e,t,r){return o.encodeQuery(e,r)+(null!==t?"="+o.encodeQuery(t,r):"")},o.addQuery=function(e,t,r){if("object"===a(t))for(var n in t)u.call(t,n)&&o.addQuery(e,n,t[n]);else{if("string"!=typeof t)throw new TypeError("URI.addQuery() accepts an object, string as the name parameter");if(void 0===e[t])return void(e[t]=r);"string"==typeof e[t]&&(e[t]=[e[t]]),h(r)||(r=[r]),e[t]=(e[t]||[]).concat(r)}},o.setQuery=function(e,t,r){if("object"===a(t))for(var n in t)u.call(t,n)&&o.setQuery(e,n,t[n]);else{if("string"!=typeof t)throw new TypeError("URI.setQuery() accepts an object, string as the name parameter");e[t]=void 0===r?null:r}},o.removeQuery=function(e,t,r){var n,i,s;if(h(t))for(n=0,i=t.length;n<i;n++)e[t[n]]=void 0;else if("RegExp"===c(t))for(s in e)t.test(s)&&(e[s]=void 0);else if("object"===a(t))for(s in t)u.call(t,s)&&o.removeQuery(e,s,t[s]);else{if("string"!=typeof t)throw new TypeError("URI.removeQuery() accepts an object, string, RegExp as the first parameter");void 0!==r?"RegExp"===c(r)?!h(e[t])&&r.test(e[t])?e[t]=void 0:e[t]=f(e[t],r):e[t]!==String(r)||h(r)&&1!==r.length?h(e[t])&&(e[t]=f(e[t],r)):e[t]=void 0:e[t]=void 0}},o.hasQuery=function(e,t,r,n){switch(c(t)){case"String":break;case"RegExp":for(var i in e)if(u.call(e,i)&&t.test(i)&&(void 0===r||o.hasQuery(e,i,r)))return!0;return!1;case"Object":for(var a in t)if(u.call(t,a)&&!o.hasQuery(e,a,t[a]))return!1;return!0;default:throw new TypeError("URI.hasQuery() accepts a string, regular expression or object as the name parameter")}switch(c(r)){case"Undefined":return t in e;case"Boolean":return r===Boolean(h(e[t])?e[t].length:e[t]);case"Function":return!!r(e[t],t,e);case"Array":return!!h(e[t])&&(n?d:p)(e[t],r);case"RegExp":return h(e[t])?!!n&&d(e[t],r):Boolean(e[t]&&e[t].match(r));case"Number":r=String(r);case"String":return h(e[t])?!!n&&d(e[t],r):e[t]===r;default:throw new TypeError("URI.hasQuery() accepts undefined, boolean, string, number, RegExp, Function as the value parameter")}},o.joinPaths=function(){for(var e=[],t=[],r=0,n=0;n<arguments.length;n++){var i=new o(arguments[n]);e.push(i);for(var a=i.segment(),s=0;s<a.length;s++)"string"==typeof a[s]&&t.push(a[s]),a[s]&&r++}if(!t.length||!r)return new o("");var u=new o("").segment(t);return""!==e[0].path()&&"/"!==e[0].path().slice(0,1)||u.path("/"+u.path()),u.normalize()},o.commonPath=function(e,t){var r,n=Math.min(e.length,t.length);for(r=0;r<n;r++)if(e.charAt(r)!==t.charAt(r)){r--;break}return r<1?e.charAt(0)===t.charAt(0)&&"/"===e.charAt(0)?"/":"":("/"===e.charAt(r)&&"/"===t.charAt(r)||(r=e.substring(0,r).lastIndexOf("/")),e.substring(0,r+1))},o.withinString=function(e,t,r){r||(r={});var n=r.start||o.findUri.start,i=r.end||o.findUri.end,a=r.trim||o.findUri.trim,s=r.parens||o.findUri.parens,u=/[a-z0-9-]=["']?$/i;for(n.lastIndex=0;;){var l=n.exec(e);if(!l)break;var c=l.index;if(r.ignoreHtml){var h=e.slice(Math.max(c-3,0),c);if(h&&u.test(h))continue}for(var f=c+e.slice(c).search(i),d=e.slice(c,f),p=-1;;){var m=s.exec(d);if(!m)break;var g=m.index+m[0].length;p=Math.max(p,g)}if(!((d=p>-1?d.slice(0,p)+d.slice(p).replace(a,""):d.replace(a,"")).length<=l[0].length||r.ignore&&r.ignore.test(d))){var y=t(d,c,f=c+d.length,e);void 0!==y?(y=String(y),e=e.slice(0,c)+y+e.slice(f),n.lastIndex=c+y.length):n.lastIndex=f}}return n.lastIndex=0,e},o.ensureValidHostname=function(t,r){var n=!!t,i=!1;if(!!r&&(i=d(o.hostProtocols,r)),i&&!n)throw new TypeError("Hostname cannot be empty, if protocol is "+r);if(t&&t.match(o.invalid_hostname_characters)){if(!e)throw new TypeError('Hostname "'+t+'" contains characters other than [A-Z0-9.-:_] and Punycode.js is not available');if(e.toASCII(t).match(o.invalid_hostname_characters))throw new TypeError('Hostname "'+t+'" contains characters other than [A-Z0-9.-:_]')}},o.ensureValidPort=function(e){if(e){var t=Number(e);if(!(/^[0-9]+$/.test(t)&&t>0&&t<65536))throw new TypeError('Port "'+e+'" is not a valid port')}},o.noConflict=function(e){if(e){var t={URI:this.noConflict()};return n.URITemplate&&"function"==typeof n.URITemplate.noConflict&&(t.URITemplate=n.URITemplate.noConflict()),n.IPv6&&"function"==typeof n.IPv6.noConflict&&(t.IPv6=n.IPv6.noConflict()),n.SecondLevelDomains&&"function"==typeof n.SecondLevelDomains.noConflict&&(t.SecondLevelDomains=n.SecondLevelDomains.noConflict()),t}return n.URI===this&&(n.URI=i),this},s.build=function(e){return!0===e?this._deferred_build=!0:(void 0===e||this._deferred_build)&&(this._string=o.build(this._parts),this._deferred_build=!1),this},s.clone=function(){return new o(this)},s.valueOf=s.toString=function(){return this.build(!1)._string},s.protocol=k("protocol"),s.username=k("username"),s.password=k("password"),s.hostname=k("hostname"),s.port=k("port"),s.query=x("query","?"),s.fragment=x("fragment","#"),s.search=function(e,t){var r=this.query(e,t);return"string"==typeof r&&r.length?"?"+r:r},s.hash=function(e,t){var r=this.fragment(e,t);return"string"==typeof r&&r.length?"#"+r:r},s.pathname=function(e,t){if(void 0===e||!0===e){var r=this._parts.path||(this._parts.hostname?"/":"");return e?(this._parts.urn?o.decodeUrnPath:o.decodePath)(r):r}return this._parts.urn?this._parts.path=e?o.recodeUrnPath(e):"":this._parts.path=e?o.recodePath(e):"/",this.build(!t),this},s.path=s.pathname,s.href=function(e,t){var r;if(void 0===e)return this.toString();this._string="",this._parts=o._parts();var n=e instanceof o,i="object"===a(e)&&(e.hostname||e.path||e.pathname);e.nodeName&&(e=e[o.getDomAttribute(e)]||"",i=!1);if(!n&&i&&void 0!==e.pathname&&(e=e.toString()),"string"==typeof e||e instanceof String)this._parts=o.parse(String(e),this._parts);else{if(!n&&!i)throw new TypeError("invalid input");var s=n?e._parts:e;for(r in s)"query"!==r&&u.call(this._parts,r)&&(this._parts[r]=s[r]);s.query&&this.query(s.query,!1)}return this.build(!t),this},s.is=function(e){var t=!1,n=!1,i=!1,a=!1,s=!1,u=!1,l=!1,c=!this._parts.urn;switch(this._parts.hostname&&(c=!1,n=o.ip4_expression.test(this._parts.hostname),i=o.ip6_expression.test(this._parts.hostname),s=(a=!(t=n||i))&&r&&r.has(this._parts.hostname),u=a&&o.idn_expression.test(this._parts.hostname),l=a&&o.punycode_expression.test(this._parts.hostname)),e.toLowerCase()){case"relative":return c;case"absolute":return!c;case"domain":case"name":return a;case"sld":return s;case"ip":return t;case"ip4":case"ipv4":case"inet4":return n;case"ip6":case"ipv6":case"inet6":return i;case"idn":return u;case"url":return!this._parts.urn;case"urn":return!!this._parts.urn;case"punycode":return l}return null};var A=s.protocol,E=s.port,S=s.hostname;s.protocol=function(e,t){if(e&&!(e=e.replace(/:(\/\/)?$/,"")).match(o.protocol_expression))throw new TypeError('Protocol "'+e+"\" contains characters other than [A-Z0-9.+-] or doesn't start with [A-Z]");return A.call(this,e,t)},s.scheme=s.protocol,s.port=function(e,t){return this._parts.urn?void 0===e?"":this:(void 0!==e&&(0===e&&(e=null),e&&(":"===(e+="").charAt(0)&&(e=e.substring(1)),o.ensureValidPort(e))),E.call(this,e,t))},s.hostname=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0!==e){var r={preventInvalidHostname:this._parts.preventInvalidHostname};if("/"!==o.parseHost(e,r))throw new TypeError('Hostname "'+e+'" contains characters other than [A-Z0-9.-]');e=r.hostname,this._parts.preventInvalidHostname&&o.ensureValidHostname(e,this._parts.protocol)}return S.call(this,e,t)},s.origin=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e){var r=this.protocol();return this.authority()?(r?r+"://":"")+this.authority():""}var n=o(e);return this.protocol(n.protocol()).authority(n.authority()).build(!t),this},s.host=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e)return this._parts.hostname?o.buildHost(this._parts):"";if("/"!==o.parseHost(e,this._parts))throw new TypeError('Hostname "'+e+'" contains characters other than [A-Z0-9.-]');return this.build(!t),this},s.authority=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e)return this._parts.hostname?o.buildAuthority(this._parts):"";if("/"!==o.parseAuthority(e,this._parts))throw new TypeError('Hostname "'+e+'" contains characters other than [A-Z0-9.-]');return this.build(!t),this},s.userinfo=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e){var r=o.buildUserinfo(this._parts);return r?r.substring(0,r.length-1):r}return"@"!==e[e.length-1]&&(e+="@"),o.parseUserinfo(e,this._parts),this.build(!t),this},s.resource=function(e,t){var r;return void 0===e?this.path()+this.search()+this.hash():(r=o.parse(e),this._parts.path=r.path,this._parts.query=r.query,this._parts.fragment=r.fragment,this.build(!t),this)},s.subdomain=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e){if(!this._parts.hostname||this.is("IP"))return"";var r=this._parts.hostname.length-this.domain().length-1;return this._parts.hostname.substring(0,r)||""}var n=this._parts.hostname.length-this.domain().length,i=this._parts.hostname.substring(0,n),a=new RegExp("^"+l(i));if(e&&"."!==e.charAt(e.length-1)&&(e+="."),-1!==e.indexOf(":"))throw new TypeError("Domains cannot contain colons");return e&&o.ensureValidHostname(e,this._parts.protocol),this._parts.hostname=this._parts.hostname.replace(a,e),this.build(!t),this},s.domain=function(e,t){if(this._parts.urn)return void 0===e?"":this;if("boolean"==typeof e&&(t=e,e=void 0),void 0===e){if(!this._parts.hostname||this.is("IP"))return"";var r=this._parts.hostname.match(/\./g);if(r&&r.length<2)return this._parts.hostname;var n=this._parts.hostname.length-this.tld(t).length-1;return n=this._parts.hostname.lastIndexOf(".",n-1)+1,this._parts.hostname.substring(n)||""}if(!e)throw new TypeError("cannot set domain empty");if(-1!==e.indexOf(":"))throw new TypeError("Domains cannot contain colons");if(o.ensureValidHostname(e,this._parts.protocol),!this._parts.hostname||this.is("IP"))this._parts.hostname=e;else{var i=new RegExp(l(this.domain())+"$");this._parts.hostname=this._parts.hostname.replace(i,e)}return this.build(!t),this},s.tld=function(e,t){if(this._parts.urn)return void 0===e?"":this;if("boolean"==typeof e&&(t=e,e=void 0),void 0===e){if(!this._parts.hostname||this.is("IP"))return"";var n=this._parts.hostname.lastIndexOf("."),i=this._parts.hostname.substring(n+1);return!0!==t&&r&&r.list[i.toLowerCase()]&&r.get(this._parts.hostname)||i}var o;if(!e)throw new TypeError("cannot set TLD empty");if(e.match(/[^a-zA-Z0-9-]/)){if(!r||!r.is(e))throw new TypeError('TLD "'+e+'" contains characters other than [A-Z0-9]');o=new RegExp(l(this.tld())+"$"),this._parts.hostname=this._parts.hostname.replace(o,e)}else{if(!this._parts.hostname||this.is("IP"))throw new ReferenceError("cannot set TLD on non-domain host");o=new RegExp(l(this.tld())+"$"),this._parts.hostname=this._parts.hostname.replace(o,e)}return this.build(!t),this},s.directory=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e||!0===e){if(!this._parts.path&&!this._parts.hostname)return"";if("/"===this._parts.path)return"/";var r=this._parts.path.length-this.filename().length-1,n=this._parts.path.substring(0,r)||(this._parts.hostname?"/":"");return e?o.decodePath(n):n}var i=this._parts.path.length-this.filename().length,a=this._parts.path.substring(0,i),s=new RegExp("^"+l(a));return this.is("relative")||(e||(e="/"),"/"!==e.charAt(0)&&(e="/"+e)),e&&"/"!==e.charAt(e.length-1)&&(e+="/"),e=o.recodePath(e),this._parts.path=this._parts.path.replace(s,e),this.build(!t),this},s.filename=function(e,t){if(this._parts.urn)return void 0===e?"":this;if("string"!=typeof e){if(!this._parts.path||"/"===this._parts.path)return"";var r=this._parts.path.lastIndexOf("/"),n=this._parts.path.substring(r+1);return e?o.decodePathSegment(n):n}var i=!1;"/"===e.charAt(0)&&(e=e.substring(1)),e.match(/\.?\//)&&(i=!0);var a=new RegExp(l(this.filename())+"$");return e=o.recodePath(e),this._parts.path=this._parts.path.replace(a,e),i?this.normalizePath(t):this.build(!t),this},s.suffix=function(e,t){if(this._parts.urn)return void 0===e?"":this;if(void 0===e||!0===e){if(!this._parts.path||"/"===this._parts.path)return"";var r,n,i=this.filename(),a=i.lastIndexOf(".");return-1===a?"":(r=i.substring(a+1),n=/^[a-z0-9%]+$/i.test(r)?r:"",e?o.decodePathSegment(n):n)}"."===e.charAt(0)&&(e=e.substring(1));var s,u=this.suffix();if(u)s=e?new RegExp(l(u)+"$"):new RegExp(l("."+u)+"$");else{if(!e)return this;this._parts.path+="."+o.recodePath(e)}return s&&(e=o.recodePath(e),this._parts.path=this._parts.path.replace(s,e)),this.build(!t),this},s.segment=function(e,t,r){var n=this._parts.urn?":":"/",i=this.path(),o="/"===i.substring(0,1),a=i.split(n);if(void 0!==e&&"number"!=typeof e&&(r=t,t=e,e=void 0),void 0!==e&&"number"!=typeof e)throw new Error('Bad segment "'+e+'", must be 0-based integer');if(o&&a.shift(),e<0&&(e=Math.max(a.length+e,0)),void 0===t)return void 0===e?a:a[e];if(null===e||void 0===a[e])if(h(t)){a=[];for(var s=0,u=t.length;s<u;s++)(t[s].length||a.length&&a[a.length-1].length)&&(a.length&&!a[a.length-1].length&&a.pop(),a.push(m(t[s])))}else(t||"string"==typeof t)&&(t=m(t),""===a[a.length-1]?a[a.length-1]=t:a.push(t));else t?a[e]=m(t):a.splice(e,1);return o&&a.unshift(""),this.path(a.join(n),r)},s.segmentCoded=function(e,t,r){var n,i,a;if("number"!=typeof e&&(r=t,t=e,e=void 0),void 0===t){if(h(n=this.segment(e,t,r)))for(i=0,a=n.length;i<a;i++)n[i]=o.decode(n[i]);else n=void 0!==n?o.decode(n):void 0;return n}if(h(t))for(i=0,a=t.length;i<a;i++)t[i]=o.encode(t[i]);else t="string"==typeof t||t instanceof String?o.encode(t):t;return this.segment(e,t,r)};var M=s.query;return s.query=function(e,t){if(!0===e)return o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);if("function"==typeof e){var r=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace),n=e.call(this,r);return this._parts.query=o.buildQuery(n||r,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),this.build(!t),this}return void 0!==e&&"string"!=typeof e?(this._parts.query=o.buildQuery(e,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),this.build(!t),this):M.call(this,e,t)},s.setQuery=function(e,t,r){var n=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);if("string"==typeof e||e instanceof String)n[e]=void 0!==t?t:null;else{if("object"!==a(e))throw new TypeError("URI.addQuery() accepts an object, string as the name parameter");for(var i in e)u.call(e,i)&&(n[i]=e[i])}return this._parts.query=o.buildQuery(n,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),"string"!=typeof e&&(r=t),this.build(!r),this},s.addQuery=function(e,t,r){var n=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return o.addQuery(n,e,void 0===t?null:t),this._parts.query=o.buildQuery(n,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),"string"!=typeof e&&(r=t),this.build(!r),this},s.removeQuery=function(e,t,r){var n=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return o.removeQuery(n,e,t),this._parts.query=o.buildQuery(n,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),"string"!=typeof e&&(r=t),this.build(!r),this},s.hasQuery=function(e,t,r){var n=o.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return o.hasQuery(n,e,t,r)},s.setSearch=s.setQuery,s.addSearch=s.addQuery,s.removeSearch=s.removeQuery,s.hasSearch=s.hasQuery,s.normalize=function(){return this._parts.urn?this.normalizeProtocol(!1).normalizePath(!1).normalizeQuery(!1).normalizeFragment(!1).build():this.normalizeProtocol(!1).normalizeHostname(!1).normalizePort(!1).normalizePath(!1).normalizeQuery(!1).normalizeFragment(!1).build()},s.normalizeProtocol=function(e){return"string"==typeof this._parts.protocol&&(this._parts.protocol=this._parts.protocol.toLowerCase(),this.build(!e)),this},s.normalizeHostname=function(r){return this._parts.hostname&&(this.is("IDN")&&e?this._parts.hostname=e.toASCII(this._parts.hostname):this.is("IPv6")&&t&&(this._parts.hostname=t.best(this._parts.hostname)),this._parts.hostname=this._parts.hostname.toLowerCase(),this.build(!r)),this},s.normalizePort=function(e){return"string"==typeof this._parts.protocol&&this._parts.port===o.defaultPorts[this._parts.protocol]&&(this._parts.port=null,this.build(!e)),this},s.normalizePath=function(e){var t,r=this._parts.path;if(!r)return this;if(this._parts.urn)return this._parts.path=o.recodeUrnPath(this._parts.path),this.build(!e),this;if("/"===this._parts.path)return this;var n,i,a="";for("/"!==(r=o.recodePath(r)).charAt(0)&&(t=!0,r="/"+r),"/.."!==r.slice(-3)&&"/."!==r.slice(-2)||(r+="/"),r=r.replace(/(\/(\.\/)+)|(\/\.$)/g,"/").replace(/\/{2,}/g,"/"),t&&(a=r.substring(1).match(/^(\.\.\/)+/)||"")&&(a=a[0]);-1!==(n=r.search(/\/\.\.(\/|$)/));)0!==n?(-1===(i=r.substring(0,n).lastIndexOf("/"))&&(i=n),r=r.substring(0,i)+r.substring(n+3)):r=r.substring(3);return t&&this.is("relative")&&(r=a+r.substring(1)),this._parts.path=r,this.build(!e),this},s.normalizePathname=s.normalizePath,s.normalizeQuery=function(e){return"string"==typeof this._parts.query&&(this._parts.query.length?this.query(o.parseQuery(this._parts.query,this._parts.escapeQuerySpace)):this._parts.query=null,this.build(!e)),this},s.normalizeFragment=function(e){return this._parts.fragment||(this._parts.fragment=null,this.build(!e)),this},s.normalizeSearch=s.normalizeQuery,s.normalizeHash=s.normalizeFragment,s.iso8859=function(){var e=o.encode,t=o.decode;o.encode=escape,o.decode=decodeURIComponent;try{this.normalize()}finally{o.encode=e,o.decode=t}return this},s.unicode=function(){var e=o.encode,t=o.decode;o.encode=y,o.decode=unescape;try{this.normalize()}finally{o.encode=e,o.decode=t}return this},s.readable=function(){var t=this.clone();t.username("").password("").normalize();var r="";if(t._parts.protocol&&(r+=t._parts.protocol+"://"),t._parts.hostname&&(t.is("punycode")&&e?(r+=e.toUnicode(t._parts.hostname),t._parts.port&&(r+=":"+t._parts.port)):r+=t.host()),t._parts.hostname&&t._parts.path&&"/"!==t._parts.path.charAt(0)&&(r+="/"),r+=t.path(!0),t._parts.query){for(var n="",i=0,a=t._parts.query.split("&"),s=a.length;i<s;i++){var u=(a[i]||"").split("=");n+="&"+o.decodeQuery(u[0],this._parts.escapeQuerySpace).replace(/&/g,"%26"),void 0!==u[1]&&(n+="="+o.decodeQuery(u[1],this._parts.escapeQuerySpace).replace(/&/g,"%26"))}r+="?"+n.substring(1)}return r+=o.decodeQuery(t.hash(),!0)},s.absoluteTo=function(e){var t,r,n,i=this.clone(),a=["protocol","username","password","hostname","port"];if(this._parts.urn)throw new Error("URNs do not have any generally defined hierarchical components");if(e instanceof o||(e=new o(e)),i._parts.protocol)return i;if(i._parts.protocol=e._parts.protocol,this._parts.hostname)return i;for(r=0;n=a[r];r++)i._parts[n]=e._parts[n];return i._parts.path?(".."===i._parts.path.substring(-2)&&(i._parts.path+="/"),"/"!==i.path().charAt(0)&&(t=(t=e.directory())||(0===e.path().indexOf("/")?"/":""),i._parts.path=(t?t+"/":"")+i._parts.path,i.normalizePath())):(i._parts.path=e._parts.path,i._parts.query||(i._parts.query=e._parts.query)),i.build(),i},s.relativeTo=function(e){var t,r,n,i,a,s=this.clone().normalize();if(s._parts.urn)throw new Error("URNs do not have any generally defined hierarchical components");if(e=new o(e).normalize(),t=s._parts,r=e._parts,i=s.path(),a=e.path(),"/"!==i.charAt(0))throw new Error("URI is already relative");if("/"!==a.charAt(0))throw new Error("Cannot calculate a URI relative to another relative URI");if(t.protocol===r.protocol&&(t.protocol=null),t.username!==r.username||t.password!==r.password)return s.build();if(null!==t.protocol||null!==t.username||null!==t.password)return s.build();if(t.hostname!==r.hostname||t.port!==r.port)return s.build();if(t.hostname=null,t.port=null,i===a)return t.path="",s.build();if(!(n=o.commonPath(i,a)))return s.build();var u=r.path.substring(n.length).replace(/[^\/]*$/,"").replace(/.*?\//g,"../");return t.path=u+t.path.substring(n.length)||"./",s.build()},s.equals=function(e){var t,r,n,i,a,s=this.clone(),l=new o(e),c={};if(s.normalize(),l.normalize(),s.toString()===l.toString())return!0;if(n=s.query(),i=l.query(),s.query(""),l.query(""),s.toString()!==l.toString())return!1;if(n.length!==i.length)return!1;for(a in t=o.parseQuery(n,this._parts.escapeQuerySpace),r=o.parseQuery(i,this._parts.escapeQuerySpace),t)if(u.call(t,a)){if(h(t[a])){if(!p(t[a],r[a]))return!1}else if(t[a]!==r[a])return!1;c[a]=!0}for(a in r)if(u.call(r,a)&&!c[a])return!1;return!0},s.preventInvalidHostname=function(e){return this._parts.preventInvalidHostname=!!e,this},s.duplicateQueryParameters=function(e){return this._parts.duplicateQueryParameters=!!e,this},s.escapeQuerySpace=function(e){return this._parts.escapeQuerySpace=!!e,this},o}))}).call(this,r(0)(e))},function(e,t,r){"use strict";r.r(t),r.d(t,"Deflate",(function(){return Kt})),r.d(t,"Inflate",(function(){return Yt})),r.d(t,"constants",(function(){return rr})),r.d(t,"default",(function(){return nr})),r.d(t,"deflate",(function(){return Qt})),r.d(t,"deflateRaw",(function(){return Jt})),r.d(t,"gzip",(function(){return $t})),r.d(t,"inflate",(function(){return Xt})),r.d(t,"inflateRaw",(function(){return er})),r.d(t,"ungzip",(function(){return tr}));function n(e){let t=e.length;for(;--t>=0;)e[t]=0}const i=new Uint8Array([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0]),o=new Uint8Array([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13]),a=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7]),s=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),u=new Array(576);n(u);const l=new Array(60);n(l);const c=new Array(512);n(c);const h=new Array(256);n(h);const f=new Array(29);n(f);const d=new Array(30);function p(e,t,r,n,i){this.static_tree=e,this.extra_bits=t,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=e&&e.length}let m,g,y;function v(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}n(d);const b=e=>e<256?c[e]:c[256+(e>>>7)],w=(e,t)=>{e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255},_=(e,t,r)=>{e.bi_valid>16-r?(e.bi_buf|=t<<e.bi_valid&65535,w(e,e.bi_buf),e.bi_buf=t>>16-e.bi_valid,e.bi_valid+=r-16):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=r)},k=(e,t,r)=>{_(e,r[2*t],r[2*t+1])},x=(e,t)=>{let r=0;do{r|=1&e,e>>>=1,r<<=1}while(--t>0);return r>>>1},A=(e,t,r)=>{const n=new Array(16);let i,o,a=0;for(i=1;i<=15;i++)n[i]=a=a+r[i-1]<<1;for(o=0;o<=t;o++){let t=e[2*o+1];0!==t&&(e[2*o]=x(n[t]++,t))}},E=e=>{let t;for(t=0;t<286;t++)e.dyn_ltree[2*t]=0;for(t=0;t<30;t++)e.dyn_dtree[2*t]=0;for(t=0;t<19;t++)e.bl_tree[2*t]=0;e.dyn_ltree[512]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0},S=e=>{e.bi_valid>8?w(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0},M=(e,t,r,n)=>{const i=2*t,o=2*r;return e[i]<e[o]||e[i]===e[o]&&n[t]<=n[r]},I=(e,t,r)=>{const n=e.heap[r];let i=r<<1;for(;i<=e.heap_len&&(i<e.heap_len&&M(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!M(t,n,e.heap[i],e.depth));)e.heap[r]=e.heap[i],r=i,i<<=1;e.heap[r]=n},P=(e,t,r)=>{let n,a,s,u,l=0;if(0!==e.last_lit)do{n=e.pending_buf[e.d_buf+2*l]<<8|e.pending_buf[e.d_buf+2*l+1],a=e.pending_buf[e.l_buf+l],l++,0===n?k(e,a,t):(s=h[a],k(e,s+256+1,t),u=i[s],0!==u&&(a-=f[s],_(e,a,u)),n--,s=b(n),k(e,s,r),u=o[s],0!==u&&(n-=d[s],_(e,n,u)))}while(l<e.last_lit);k(e,256,t)},T=(e,t)=>{const r=t.dyn_tree,n=t.stat_desc.static_tree,i=t.stat_desc.has_stree,o=t.stat_desc.elems;let a,s,u,l=-1;for(e.heap_len=0,e.heap_max=573,a=0;a<o;a++)0!==r[2*a]?(e.heap[++e.heap_len]=l=a,e.depth[a]=0):r[2*a+1]=0;for(;e.heap_len<2;)u=e.heap[++e.heap_len]=l<2?++l:0,r[2*u]=1,e.depth[u]=0,e.opt_len--,i&&(e.static_len-=n[2*u+1]);for(t.max_code=l,a=e.heap_len>>1;a>=1;a--)I(e,r,a);u=o;do{a=e.heap[1],e.heap[1]=e.heap[e.heap_len--],I(e,r,1),s=e.heap[1],e.heap[--e.heap_max]=a,e.heap[--e.heap_max]=s,r[2*u]=r[2*a]+r[2*s],e.depth[u]=(e.depth[a]>=e.depth[s]?e.depth[a]:e.depth[s])+1,r[2*a+1]=r[2*s+1]=u,e.heap[1]=u++,I(e,r,1)}while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],((e,t)=>{const r=t.dyn_tree,n=t.max_code,i=t.stat_desc.static_tree,o=t.stat_desc.has_stree,a=t.stat_desc.extra_bits,s=t.stat_desc.extra_base,u=t.stat_desc.max_length;let l,c,h,f,d,p,m=0;for(f=0;f<=15;f++)e.bl_count[f]=0;for(r[2*e.heap[e.heap_max]+1]=0,l=e.heap_max+1;l<573;l++)c=e.heap[l],f=r[2*r[2*c+1]+1]+1,f>u&&(f=u,m++),r[2*c+1]=f,c>n||(e.bl_count[f]++,d=0,c>=s&&(d=a[c-s]),p=r[2*c],e.opt_len+=p*(f+d),o&&(e.static_len+=p*(i[2*c+1]+d)));if(0!==m){do{for(f=u-1;0===e.bl_count[f];)f--;e.bl_count[f]--,e.bl_count[f+1]+=2,e.bl_count[u]--,m-=2}while(m>0);for(f=u;0!==f;f--)for(c=e.bl_count[f];0!==c;)h=e.heap[--l],h>n||(r[2*h+1]!==f&&(e.opt_len+=(f-r[2*h+1])*r[2*h],r[2*h+1]=f),c--)}})(e,t),A(r,l,e.bl_count)},N=(e,t,r)=>{let n,i,o=-1,a=t[1],s=0,u=7,l=4;for(0===a&&(u=138,l=3),t[2*(r+1)+1]=65535,n=0;n<=r;n++)i=a,a=t[2*(n+1)+1],++s<u&&i===a||(s<l?e.bl_tree[2*i]+=s:0!==i?(i!==o&&e.bl_tree[2*i]++,e.bl_tree[32]++):s<=10?e.bl_tree[34]++:e.bl_tree[36]++,s=0,o=i,0===a?(u=138,l=3):i===a?(u=6,l=3):(u=7,l=4))},R=(e,t,r)=>{let n,i,o=-1,a=t[1],s=0,u=7,l=4;for(0===a&&(u=138,l=3),n=0;n<=r;n++)if(i=a,a=t[2*(n+1)+1],!(++s<u&&i===a)){if(s<l)do{k(e,i,e.bl_tree)}while(0!=--s);else 0!==i?(i!==o&&(k(e,i,e.bl_tree),s--),k(e,16,e.bl_tree),_(e,s-3,2)):s<=10?(k(e,17,e.bl_tree),_(e,s-3,3)):(k(e,18,e.bl_tree),_(e,s-11,7));s=0,o=i,0===a?(u=138,l=3):i===a?(u=6,l=3):(u=7,l=4)}};let O=!1;const C=(e,t,r,n)=>{_(e,0+(n?1:0),3),((e,t,r,n)=>{S(e),n&&(w(e,r),w(e,~r)),e.pending_buf.set(e.window.subarray(t,t+r),e.pending),e.pending+=r})(e,t,r,!0)};var j={_tr_init:e=>{O||((()=>{let e,t,r,n,s;const v=new Array(16);for(r=0,n=0;n<28;n++)for(f[n]=r,e=0;e<1<<i[n];e++)h[r++]=n;for(h[r-1]=n,s=0,n=0;n<16;n++)for(d[n]=s,e=0;e<1<<o[n];e++)c[s++]=n;for(s>>=7;n<30;n++)for(d[n]=s<<7,e=0;e<1<<o[n]-7;e++)c[256+s++]=n;for(t=0;t<=15;t++)v[t]=0;for(e=0;e<=143;)u[2*e+1]=8,e++,v[8]++;for(;e<=255;)u[2*e+1]=9,e++,v[9]++;for(;e<=279;)u[2*e+1]=7,e++,v[7]++;for(;e<=287;)u[2*e+1]=8,e++,v[8]++;for(A(u,287,v),e=0;e<30;e++)l[2*e+1]=5,l[2*e]=x(e,5);m=new p(u,i,257,286,15),g=new p(l,o,0,30,15),y=new p(new Array(0),a,0,19,7)})(),O=!0),e.l_desc=new v(e.dyn_ltree,m),e.d_desc=new v(e.dyn_dtree,g),e.bl_desc=new v(e.bl_tree,y),e.bi_buf=0,e.bi_valid=0,E(e)},_tr_stored_block:C,_tr_flush_block:(e,t,r,n)=>{let i,o,a=0;e.level>0?(2===e.strm.data_type&&(e.strm.data_type=(e=>{let t,r=4093624447;for(t=0;t<=31;t++,r>>>=1)if(1&r&&0!==e.dyn_ltree[2*t])return 0;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return 1;for(t=32;t<256;t++)if(0!==e.dyn_ltree[2*t])return 1;return 0})(e)),T(e,e.l_desc),T(e,e.d_desc),a=(e=>{let t;for(N(e,e.dyn_ltree,e.l_desc.max_code),N(e,e.dyn_dtree,e.d_desc.max_code),T(e,e.bl_desc),t=18;t>=3&&0===e.bl_tree[2*s[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t})(e),i=e.opt_len+3+7>>>3,o=e.static_len+3+7>>>3,o<=i&&(i=o)):i=o=r+5,r+4<=i&&-1!==t?C(e,t,r,n):4===e.strategy||o===i?(_(e,2+(n?1:0),3),P(e,u,l)):(_(e,4+(n?1:0),3),((e,t,r,n)=>{let i;for(_(e,t-257,5),_(e,r-1,5),_(e,n-4,4),i=0;i<n;i++)_(e,e.bl_tree[2*s[i]+1],3);R(e,e.dyn_ltree,t-1),R(e,e.dyn_dtree,r-1)})(e,e.l_desc.max_code+1,e.d_desc.max_code+1,a+1),P(e,e.dyn_ltree,e.dyn_dtree)),E(e),n&&S(e)},_tr_tally:(e,t,r)=>(e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(h[r]+256+1)]++,e.dyn_dtree[2*b(t)]++),e.last_lit===e.lit_bufsize-1),_tr_align:e=>{_(e,2,3),k(e,256,u),(e=>{16===e.bi_valid?(w(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)})(e)}};var B=(e,t,r,n)=>{let i=65535&e|0,o=e>>>16&65535|0,a=0;for(;0!==r;){a=r>2e3?2e3:r,r-=a;do{i=i+t[n++]|0,o=o+i|0}while(--a);i%=65521,o%=65521}return i|o<<16|0};const L=new Uint32Array((()=>{let e,t=[];for(var r=0;r<256;r++){e=r;for(var n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t})());var U=(e,t,r,n)=>{const i=L,o=n+r;e^=-1;for(let r=n;r<o;r++)e=e>>>8^i[255&(e^t[r])];return-1^e},D={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},z={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8};const{_tr_init:F,_tr_stored_block:H,_tr_flush_block:G,_tr_tally:q,_tr_align:V}=j,{Z_NO_FLUSH:W,Z_PARTIAL_FLUSH:Z,Z_FULL_FLUSH:K,Z_FINISH:Q,Z_BLOCK:J,Z_OK:$,Z_STREAM_END:Y,Z_STREAM_ERROR:X,Z_DATA_ERROR:ee,Z_BUF_ERROR:te,Z_DEFAULT_COMPRESSION:re,Z_FILTERED:ne,Z_HUFFMAN_ONLY:ie,Z_RLE:oe,Z_FIXED:ae,Z_DEFAULT_STRATEGY:se,Z_UNKNOWN:ue,Z_DEFLATED:le}=z,ce=(e,t)=>(e.msg=D[t],t),he=e=>(e<<1)-(e>4?9:0),fe=e=>{let t=e.length;for(;--t>=0;)e[t]=0};let de=(e,t,r)=>(t<<e.hash_shift^r)&e.hash_mask;const pe=e=>{const t=e.state;let r=t.pending;r>e.avail_out&&(r=e.avail_out),0!==r&&(e.output.set(t.pending_buf.subarray(t.pending_out,t.pending_out+r),e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0))},me=(e,t)=>{G(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,pe(e.strm)},ge=(e,t)=>{e.pending_buf[e.pending++]=t},ye=(e,t)=>{e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t},ve=(e,t,r,n)=>{let i=e.avail_in;return i>n&&(i=n),0===i?0:(e.avail_in-=i,t.set(e.input.subarray(e.next_in,e.next_in+i),r),1===e.state.wrap?e.adler=B(e.adler,t,i,r):2===e.state.wrap&&(e.adler=U(e.adler,t,i,r)),e.next_in+=i,e.total_in+=i,i)},be=(e,t)=>{let r,n,i=e.max_chain_length,o=e.strstart,a=e.prev_length,s=e.nice_match;const u=e.strstart>e.w_size-262?e.strstart-(e.w_size-262):0,l=e.window,c=e.w_mask,h=e.prev,f=e.strstart+258;let d=l[o+a-1],p=l[o+a];e.prev_length>=e.good_match&&(i>>=2),s>e.lookahead&&(s=e.lookahead);do{if(r=t,l[r+a]===p&&l[r+a-1]===d&&l[r]===l[o]&&l[++r]===l[o+1]){o+=2,r++;do{}while(l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&l[++o]===l[++r]&&o<f);if(n=258-(f-o),o=f-258,n>a){if(e.match_start=t,a=n,n>=s)break;d=l[o+a-1],p=l[o+a]}}}while((t=h[t&c])>u&&0!=--i);return a<=e.lookahead?a:e.lookahead},we=e=>{const t=e.w_size;let r,n,i,o,a;do{if(o=e.window_size-e.lookahead-e.strstart,e.strstart>=t+(t-262)){e.window.set(e.window.subarray(t,t+t),0),e.match_start-=t,e.strstart-=t,e.block_start-=t,n=e.hash_size,r=n;do{i=e.head[--r],e.head[r]=i>=t?i-t:0}while(--n);n=t,r=n;do{i=e.prev[--r],e.prev[r]=i>=t?i-t:0}while(--n);o+=t}if(0===e.strm.avail_in)break;if(n=ve(e.strm,e.window,e.strstart+e.lookahead,o),e.lookahead+=n,e.lookahead+e.insert>=3)for(a=e.strstart-e.insert,e.ins_h=e.window[a],e.ins_h=de(e,e.ins_h,e.window[a+1]);e.insert&&(e.ins_h=de(e,e.ins_h,e.window[a+3-1]),e.prev[a&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=a,a++,e.insert--,!(e.lookahead+e.insert<3)););}while(e.lookahead<262&&0!==e.strm.avail_in)},_e=(e,t)=>{let r,n;for(;;){if(e.lookahead<262){if(we(e),e.lookahead<262&&t===W)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=3&&(e.ins_h=de(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==r&&e.strstart-r<=e.w_size-262&&(e.match_length=be(e,r)),e.match_length>=3)if(n=q(e,e.strstart-e.match_start,e.match_length-3),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=3){e.match_length--;do{e.strstart++,e.ins_h=de(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart}while(0!=--e.match_length);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=de(e,e.ins_h,e.window[e.strstart+1]);else n=q(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(n&&(me(e,!1),0===e.strm.avail_out))return 1}return e.insert=e.strstart<2?e.strstart:2,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(me(e,!1),0===e.strm.avail_out)?1:2},ke=(e,t)=>{let r,n,i;for(;;){if(e.lookahead<262){if(we(e),e.lookahead<262&&t===W)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=3&&(e.ins_h=de(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=2,0!==r&&e.prev_length<e.max_lazy_match&&e.strstart-r<=e.w_size-262&&(e.match_length=be(e,r),e.match_length<=5&&(e.strategy===ne||3===e.match_length&&e.strstart-e.match_start>4096)&&(e.match_length=2)),e.prev_length>=3&&e.match_length<=e.prev_length){i=e.strstart+e.lookahead-3,n=q(e,e.strstart-1-e.prev_match,e.prev_length-3),e.lookahead-=e.prev_length-1,e.prev_length-=2;do{++e.strstart<=i&&(e.ins_h=de(e,e.ins_h,e.window[e.strstart+3-1]),r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart)}while(0!=--e.prev_length);if(e.match_available=0,e.match_length=2,e.strstart++,n&&(me(e,!1),0===e.strm.avail_out))return 1}else if(e.match_available){if(n=q(e,0,e.window[e.strstart-1]),n&&me(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(n=q(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<2?e.strstart:2,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(me(e,!1),0===e.strm.avail_out)?1:2};function xe(e,t,r,n,i){this.good_length=e,this.max_lazy=t,this.nice_length=r,this.max_chain=n,this.func=i}const Ae=[new xe(0,0,0,0,(e,t)=>{let r=65535;for(r>e.pending_buf_size-5&&(r=e.pending_buf_size-5);;){if(e.lookahead<=1){if(we(e),0===e.lookahead&&t===W)return 1;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;const n=e.block_start+r;if((0===e.strstart||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,me(e,!1),0===e.strm.avail_out))return 1;if(e.strstart-e.block_start>=e.w_size-262&&(me(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):(e.strstart>e.block_start&&(me(e,!1),e.strm.avail_out),1)}),new xe(4,4,8,4,_e),new xe(4,5,16,8,_e),new xe(4,6,32,32,_e),new xe(4,4,16,16,ke),new xe(8,16,32,32,ke),new xe(8,16,128,128,ke),new xe(8,32,128,256,ke),new xe(32,128,258,1024,ke),new xe(32,258,258,4096,ke)];function Ee(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=le,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Uint16Array(1146),this.dyn_dtree=new Uint16Array(122),this.bl_tree=new Uint16Array(78),fe(this.dyn_ltree),fe(this.dyn_dtree),fe(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Uint16Array(16),this.heap=new Uint16Array(573),fe(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Uint16Array(573),fe(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}const Se=e=>{if(!e||!e.state)return ce(e,X);e.total_in=e.total_out=0,e.data_type=ue;const t=e.state;return t.pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?42:113,e.adler=2===t.wrap?0:1,t.last_flush=W,F(t),$},Me=e=>{const t=Se(e);var r;return t===$&&((r=e.state).window_size=2*r.w_size,fe(r.head),r.max_lazy_match=Ae[r.level].max_lazy,r.good_match=Ae[r.level].good_length,r.nice_match=Ae[r.level].nice_length,r.max_chain_length=Ae[r.level].max_chain,r.strstart=0,r.block_start=0,r.lookahead=0,r.insert=0,r.match_length=r.prev_length=2,r.match_available=0,r.ins_h=0),t},Ie=(e,t,r,n,i,o)=>{if(!e)return X;let a=1;if(t===re&&(t=6),n<0?(a=0,n=-n):n>15&&(a=2,n-=16),i<1||i>9||r!==le||n<8||n>15||t<0||t>9||o<0||o>ae)return ce(e,X);8===n&&(n=9);const s=new Ee;return e.state=s,s.strm=e,s.wrap=a,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=i+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+3-1)/3),s.window=new Uint8Array(2*s.w_size),s.head=new Uint16Array(s.hash_size),s.prev=new Uint16Array(s.w_size),s.lit_bufsize=1<<i+6,s.pending_buf_size=4*s.lit_bufsize,s.pending_buf=new Uint8Array(s.pending_buf_size),s.d_buf=1*s.lit_bufsize,s.l_buf=3*s.lit_bufsize,s.level=t,s.strategy=o,s.method=r,Me(e)};var Pe={deflateInit:(e,t)=>Ie(e,t,le,15,8,se),deflateInit2:Ie,deflateReset:Me,deflateResetKeep:Se,deflateSetHeader:(e,t)=>e&&e.state?2!==e.state.wrap?X:(e.state.gzhead=t,$):X,deflate:(e,t)=>{let r,n;if(!e||!e.state||t>J||t<0)return e?ce(e,X):X;const i=e.state;if(!e.output||!e.input&&0!==e.avail_in||666===i.status&&t!==Q)return ce(e,0===e.avail_out?te:X);i.strm=e;const o=i.last_flush;if(i.last_flush=t,42===i.status)if(2===i.wrap)e.adler=0,ge(i,31),ge(i,139),ge(i,8),i.gzhead?(ge(i,(i.gzhead.text?1:0)+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),ge(i,255&i.gzhead.time),ge(i,i.gzhead.time>>8&255),ge(i,i.gzhead.time>>16&255),ge(i,i.gzhead.time>>24&255),ge(i,9===i.level?2:i.strategy>=ie||i.level<2?4:0),ge(i,255&i.gzhead.os),i.gzhead.extra&&i.gzhead.extra.length&&(ge(i,255&i.gzhead.extra.length),ge(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(e.adler=U(e.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=69):(ge(i,0),ge(i,0),ge(i,0),ge(i,0),ge(i,0),ge(i,9===i.level?2:i.strategy>=ie||i.level<2?4:0),ge(i,3),i.status=113);else{let t=le+(i.w_bits-8<<4)<<8,r=-1;r=i.strategy>=ie||i.level<2?0:i.level<6?1:6===i.level?2:3,t|=r<<6,0!==i.strstart&&(t|=32),t+=31-t%31,i.status=113,ye(i,t),0!==i.strstart&&(ye(i,e.adler>>>16),ye(i,65535&e.adler)),e.adler=1}if(69===i.status)if(i.gzhead.extra){for(r=i.pending;i.gzindex<(65535&i.gzhead.extra.length)&&(i.pending!==i.pending_buf_size||(i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),pe(e),r=i.pending,i.pending!==i.pending_buf_size));)ge(i,255&i.gzhead.extra[i.gzindex]),i.gzindex++;i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=73)}else i.status=73;if(73===i.status)if(i.gzhead.name){r=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),pe(e),r=i.pending,i.pending===i.pending_buf_size)){n=1;break}n=i.gzindex<i.gzhead.name.length?255&i.gzhead.name.charCodeAt(i.gzindex++):0,ge(i,n)}while(0!==n);i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),0===n&&(i.gzindex=0,i.status=91)}else i.status=91;if(91===i.status)if(i.gzhead.comment){r=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),pe(e),r=i.pending,i.pending===i.pending_buf_size)){n=1;break}n=i.gzindex<i.gzhead.comment.length?255&i.gzhead.comment.charCodeAt(i.gzindex++):0,ge(i,n)}while(0!==n);i.gzhead.hcrc&&i.pending>r&&(e.adler=U(e.adler,i.pending_buf,i.pending-r,r)),0===n&&(i.status=103)}else i.status=103;if(103===i.status&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&pe(e),i.pending+2<=i.pending_buf_size&&(ge(i,255&e.adler),ge(i,e.adler>>8&255),e.adler=0,i.status=113)):i.status=113),0!==i.pending){if(pe(e),0===e.avail_out)return i.last_flush=-1,$}else if(0===e.avail_in&&he(t)<=he(o)&&t!==Q)return ce(e,te);if(666===i.status&&0!==e.avail_in)return ce(e,te);if(0!==e.avail_in||0!==i.lookahead||t!==W&&666!==i.status){let r=i.strategy===ie?((e,t)=>{let r;for(;;){if(0===e.lookahead&&(we(e),0===e.lookahead)){if(t===W)return 1;break}if(e.match_length=0,r=q(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(me(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(me(e,!1),0===e.strm.avail_out)?1:2})(i,t):i.strategy===oe?((e,t)=>{let r,n,i,o;const a=e.window;for(;;){if(e.lookahead<=258){if(we(e),e.lookahead<=258&&t===W)return 1;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=3&&e.strstart>0&&(i=e.strstart-1,n=a[i],n===a[++i]&&n===a[++i]&&n===a[++i])){o=e.strstart+258;do{}while(n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&i<o);e.match_length=258-(o-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=3?(r=q(e,1,e.match_length-3),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=q(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(me(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Q?(me(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(me(e,!1),0===e.strm.avail_out)?1:2})(i,t):Ae[i.level].func(i,t);if(3!==r&&4!==r||(i.status=666),1===r||3===r)return 0===e.avail_out&&(i.last_flush=-1),$;if(2===r&&(t===Z?V(i):t!==J&&(H(i,0,0,!1),t===K&&(fe(i.head),0===i.lookahead&&(i.strstart=0,i.block_start=0,i.insert=0))),pe(e),0===e.avail_out))return i.last_flush=-1,$}return t!==Q?$:i.wrap<=0?Y:(2===i.wrap?(ge(i,255&e.adler),ge(i,e.adler>>8&255),ge(i,e.adler>>16&255),ge(i,e.adler>>24&255),ge(i,255&e.total_in),ge(i,e.total_in>>8&255),ge(i,e.total_in>>16&255),ge(i,e.total_in>>24&255)):(ye(i,e.adler>>>16),ye(i,65535&e.adler)),pe(e),i.wrap>0&&(i.wrap=-i.wrap),0!==i.pending?$:Y)},deflateEnd:e=>{if(!e||!e.state)return X;const t=e.state.status;return 42!==t&&69!==t&&73!==t&&91!==t&&103!==t&&113!==t&&666!==t?ce(e,X):(e.state=null,113===t?ce(e,ee):$)},deflateSetDictionary:(e,t)=>{let r=t.length;if(!e||!e.state)return X;const n=e.state,i=n.wrap;if(2===i||1===i&&42!==n.status||n.lookahead)return X;if(1===i&&(e.adler=B(e.adler,t,r,0)),n.wrap=0,r>=n.w_size){0===i&&(fe(n.head),n.strstart=0,n.block_start=0,n.insert=0);let e=new Uint8Array(n.w_size);e.set(t.subarray(r-n.w_size,r),0),t=e,r=n.w_size}const o=e.avail_in,a=e.next_in,s=e.input;for(e.avail_in=r,e.next_in=0,e.input=t,we(n);n.lookahead>=3;){let e=n.strstart,t=n.lookahead-2;do{n.ins_h=de(n,n.ins_h,n.window[e+3-1]),n.prev[e&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=e,e++}while(--t);n.strstart=e,n.lookahead=2,we(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=2,n.match_available=0,e.next_in=a,e.input=s,e.avail_in=o,n.wrap=i,$},deflateInfo:"pako deflate (from Nodeca project)"};const Te=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var Ne=function(e){const t=Array.prototype.slice.call(arguments,1);for(;t.length;){const r=t.shift();if(r){if("object"!=typeof r)throw new TypeError(r+"must be non-object");for(const t in r)Te(r,t)&&(e[t]=r[t])}}return e},Re=e=>{let t=0;for(let r=0,n=e.length;r<n;r++)t+=e[r].length;const r=new Uint8Array(t);for(let t=0,n=0,i=e.length;t<i;t++){let i=e[t];r.set(i,n),n+=i.length}return r};let Oe=!0;try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){Oe=!1}const Ce=new Uint8Array(256);for(let e=0;e<256;e++)Ce[e]=e>=252?6:e>=248?5:e>=240?4:e>=224?3:e>=192?2:1;Ce[254]=Ce[254]=1;var je=e=>{if("function"==typeof TextEncoder&&TextEncoder.prototype.encode)return(new TextEncoder).encode(e);let t,r,n,i,o,a=e.length,s=0;for(i=0;i<a;i++)r=e.charCodeAt(i),55296==(64512&r)&&i+1<a&&(n=e.charCodeAt(i+1),56320==(64512&n)&&(r=65536+(r-55296<<10)+(n-56320),i++)),s+=r<128?1:r<2048?2:r<65536?3:4;for(t=new Uint8Array(s),o=0,i=0;o<s;i++)r=e.charCodeAt(i),55296==(64512&r)&&i+1<a&&(n=e.charCodeAt(i+1),56320==(64512&n)&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?t[o++]=r:r<2048?(t[o++]=192|r>>>6,t[o++]=128|63&r):r<65536?(t[o++]=224|r>>>12,t[o++]=128|r>>>6&63,t[o++]=128|63&r):(t[o++]=240|r>>>18,t[o++]=128|r>>>12&63,t[o++]=128|r>>>6&63,t[o++]=128|63&r);return t},Be=(e,t)=>{const r=t||e.length;if("function"==typeof TextDecoder&&TextDecoder.prototype.decode)return(new TextDecoder).decode(e.subarray(0,t));let n,i;const o=new Array(2*r);for(i=0,n=0;n<r;){let t=e[n++];if(t<128){o[i++]=t;continue}let a=Ce[t];if(a>4)o[i++]=65533,n+=a-1;else{for(t&=2===a?31:3===a?15:7;a>1&&n<r;)t=t<<6|63&e[n++],a--;a>1?o[i++]=65533:t<65536?o[i++]=t:(t-=65536,o[i++]=55296|t>>10&1023,o[i++]=56320|1023&t)}}return((e,t)=>{if(t<65534&&e.subarray&&Oe)return String.fromCharCode.apply(null,e.length===t?e:e.subarray(0,t));let r="";for(let n=0;n<t;n++)r+=String.fromCharCode(e[n]);return r})(o,i)},Le=(e,t)=>{(t=t||e.length)>e.length&&(t=e.length);let r=t-1;for(;r>=0&&128==(192&e[r]);)r--;return r<0||0===r?t:r+Ce[e[r]]>t?r:t};var Ue=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0};const De=Object.prototype.toString,{Z_NO_FLUSH:ze,Z_SYNC_FLUSH:Fe,Z_FULL_FLUSH:He,Z_FINISH:Ge,Z_OK:qe,Z_STREAM_END:Ve,Z_DEFAULT_COMPRESSION:We,Z_DEFAULT_STRATEGY:Ze,Z_DEFLATED:Ke}=z;function Qe(e){this.options=Ne({level:We,method:Ke,chunkSize:16384,windowBits:15,memLevel:8,strategy:Ze},e||{});let t=this.options;t.raw&&t.windowBits>0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Ue,this.strm.avail_out=0;let r=Pe.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(r!==qe)throw new Error(D[r]);if(t.header&&Pe.deflateSetHeader(this.strm,t.header),t.dictionary){let e;if(e="string"==typeof t.dictionary?je(t.dictionary):"[object ArrayBuffer]"===De.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,r=Pe.deflateSetDictionary(this.strm,e),r!==qe)throw new Error(D[r]);this._dict_set=!0}}function Je(e,t){const r=new Qe(t);if(r.push(e,!0),r.err)throw r.msg||D[r.err];return r.result}Qe.prototype.push=function(e,t){const r=this.strm,n=this.options.chunkSize;let i,o;if(this.ended)return!1;for(o=t===~~t?t:!0===t?Ge:ze,"string"==typeof e?r.input=je(e):"[object ArrayBuffer]"===De.call(e)?r.input=new Uint8Array(e):r.input=e,r.next_in=0,r.avail_in=r.input.length;;)if(0===r.avail_out&&(r.output=new Uint8Array(n),r.next_out=0,r.avail_out=n),(o===Fe||o===He)&&r.avail_out<=6)this.onData(r.output.subarray(0,r.next_out)),r.avail_out=0;else{if(i=Pe.deflate(r,o),i===Ve)return r.next_out>0&&this.onData(r.output.subarray(0,r.next_out)),i=Pe.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===qe;if(0!==r.avail_out){if(o>0&&r.next_out>0)this.onData(r.output.subarray(0,r.next_out)),r.avail_out=0;else if(0===r.avail_in)break}else this.onData(r.output)}return!0},Qe.prototype.onData=function(e){this.chunks.push(e)},Qe.prototype.onEnd=function(e){e===qe&&(this.result=Re(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};var $e={Deflate:Qe,deflate:Je,deflateRaw:function(e,t){return(t=t||{}).raw=!0,Je(e,t)},gzip:function(e,t){return(t=t||{}).gzip=!0,Je(e,t)},constants:z};var Ye=function(e,t){let r,n,i,o,a,s,u,l,c,h,f,d,p,m,g,y,v,b,w,_,k,x,A,E;const S=e.state;r=e.next_in,A=e.input,n=r+(e.avail_in-5),i=e.next_out,E=e.output,o=i-(t-e.avail_out),a=i+(e.avail_out-257),s=S.dmax,u=S.wsize,l=S.whave,c=S.wnext,h=S.window,f=S.hold,d=S.bits,p=S.lencode,m=S.distcode,g=(1<<S.lenbits)-1,y=(1<<S.distbits)-1;e:do{d<15&&(f+=A[r++]<<d,d+=8,f+=A[r++]<<d,d+=8),v=p[f&g];t:for(;;){if(b=v>>>24,f>>>=b,d-=b,b=v>>>16&255,0===b)E[i++]=65535&v;else{if(!(16&b)){if(0==(64&b)){v=p[(65535&v)+(f&(1<<b)-1)];continue t}if(32&b){S.mode=12;break e}e.msg="invalid literal/length code",S.mode=30;break e}w=65535&v,b&=15,b&&(d<b&&(f+=A[r++]<<d,d+=8),w+=f&(1<<b)-1,f>>>=b,d-=b),d<15&&(f+=A[r++]<<d,d+=8,f+=A[r++]<<d,d+=8),v=m[f&y];r:for(;;){if(b=v>>>24,f>>>=b,d-=b,b=v>>>16&255,!(16&b)){if(0==(64&b)){v=m[(65535&v)+(f&(1<<b)-1)];continue r}e.msg="invalid distance code",S.mode=30;break e}if(_=65535&v,b&=15,d<b&&(f+=A[r++]<<d,d+=8,d<b&&(f+=A[r++]<<d,d+=8)),_+=f&(1<<b)-1,_>s){e.msg="invalid distance too far back",S.mode=30;break e}if(f>>>=b,d-=b,b=i-o,_>b){if(b=_-b,b>l&&S.sane){e.msg="invalid distance too far back",S.mode=30;break e}if(k=0,x=h,0===c){if(k+=u-b,b<w){w-=b;do{E[i++]=h[k++]}while(--b);k=i-_,x=E}}else if(c<b){if(k+=u+c-b,b-=c,b<w){w-=b;do{E[i++]=h[k++]}while(--b);if(k=0,c<w){b=c,w-=b;do{E[i++]=h[k++]}while(--b);k=i-_,x=E}}}else if(k+=c-b,b<w){w-=b;do{E[i++]=h[k++]}while(--b);k=i-_,x=E}for(;w>2;)E[i++]=x[k++],E[i++]=x[k++],E[i++]=x[k++],w-=3;w&&(E[i++]=x[k++],w>1&&(E[i++]=x[k++]))}else{k=i-_;do{E[i++]=E[k++],E[i++]=E[k++],E[i++]=E[k++],w-=3}while(w>2);w&&(E[i++]=E[k++],w>1&&(E[i++]=E[k++]))}break}}break}}while(r<n&&i<a);w=d>>3,r-=w,d-=w<<3,f&=(1<<d)-1,e.next_in=r,e.next_out=i,e.avail_in=r<n?n-r+5:5-(r-n),e.avail_out=i<a?a-i+257:257-(i-a),S.hold=f,S.bits=d};const Xe=new Uint16Array([3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0]),et=new Uint8Array([16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78]),tt=new Uint16Array([1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0]),rt=new Uint8Array([16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64]);var nt=(e,t,r,n,i,o,a,s)=>{const u=s.bits;let l,c,h,f,d,p,m=0,g=0,y=0,v=0,b=0,w=0,_=0,k=0,x=0,A=0,E=null,S=0;const M=new Uint16Array(16),I=new Uint16Array(16);let P,T,N,R=null,O=0;for(m=0;m<=15;m++)M[m]=0;for(g=0;g<n;g++)M[t[r+g]]++;for(b=u,v=15;v>=1&&0===M[v];v--);if(b>v&&(b=v),0===v)return i[o++]=20971520,i[o++]=20971520,s.bits=1,0;for(y=1;y<v&&0===M[y];y++);for(b<y&&(b=y),k=1,m=1;m<=15;m++)if(k<<=1,k-=M[m],k<0)return-1;if(k>0&&(0===e||1!==v))return-1;for(I[1]=0,m=1;m<15;m++)I[m+1]=I[m]+M[m];for(g=0;g<n;g++)0!==t[r+g]&&(a[I[t[r+g]]++]=g);if(0===e?(E=R=a,p=19):1===e?(E=Xe,S-=257,R=et,O-=257,p=256):(E=tt,R=rt,p=-1),A=0,g=0,m=y,d=o,w=b,_=0,h=-1,x=1<<b,f=x-1,1===e&&x>852||2===e&&x>592)return 1;for(;;){P=m-_,a[g]<p?(T=0,N=a[g]):a[g]>p?(T=R[O+a[g]],N=E[S+a[g]]):(T=96,N=0),l=1<<m-_,c=1<<w,y=c;do{c-=l,i[d+(A>>_)+c]=P<<24|T<<16|N|0}while(0!==c);for(l=1<<m-1;A&l;)l>>=1;if(0!==l?(A&=l-1,A+=l):A=0,g++,0==--M[m]){if(m===v)break;m=t[r+a[g]]}if(m>b&&(A&f)!==h){for(0===_&&(_=b),d+=y,w=m-_,k=1<<w;w+_<v&&(k-=M[w+_],!(k<=0));)w++,k<<=1;if(x+=1<<w,1===e&&x>852||2===e&&x>592)return 1;h=A&f,i[h]=b<<24|w<<16|d-o|0}}return 0!==A&&(i[d+A]=m-_<<24|64<<16|0),s.bits=b,0};const{Z_FINISH:it,Z_BLOCK:ot,Z_TREES:at,Z_OK:st,Z_STREAM_END:ut,Z_NEED_DICT:lt,Z_STREAM_ERROR:ct,Z_DATA_ERROR:ht,Z_MEM_ERROR:ft,Z_BUF_ERROR:dt,Z_DEFLATED:pt}=z,mt=e=>(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24);function gt(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Uint16Array(320),this.work=new Uint16Array(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}const yt=e=>{if(!e||!e.state)return ct;const t=e.state;return e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=1,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new Int32Array(852),t.distcode=t.distdyn=new Int32Array(592),t.sane=1,t.back=-1,st},vt=e=>{if(!e||!e.state)return ct;const t=e.state;return t.wsize=0,t.whave=0,t.wnext=0,yt(e)},bt=(e,t)=>{let r;if(!e||!e.state)return ct;const n=e.state;return t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?ct:(null!==n.window&&n.wbits!==t&&(n.window=null),n.wrap=r,n.wbits=t,vt(e))},wt=(e,t)=>{if(!e)return ct;const r=new gt;e.state=r,r.window=null;const n=bt(e,t);return n!==st&&(e.state=null),n};let _t,kt,xt=!0;const At=e=>{if(xt){_t=new Int32Array(512),kt=new Int32Array(32);let t=0;for(;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(nt(1,e.lens,0,288,_t,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;nt(2,e.lens,0,32,kt,0,e.work,{bits:5}),xt=!1}e.lencode=_t,e.lenbits=9,e.distcode=kt,e.distbits=5},Et=(e,t,r,n)=>{let i;const o=e.state;return null===o.window&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new Uint8Array(o.wsize)),n>=o.wsize?(o.window.set(t.subarray(r-o.wsize,r),0),o.wnext=0,o.whave=o.wsize):(i=o.wsize-o.wnext,i>n&&(i=n),o.window.set(t.subarray(r-n,r-n+i),o.wnext),(n-=i)?(o.window.set(t.subarray(r-n,r),0),o.wnext=n,o.whave=o.wsize):(o.wnext+=i,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=i))),0};var St={inflateReset:vt,inflateReset2:bt,inflateResetKeep:yt,inflateInit:e=>wt(e,15),inflateInit2:wt,inflate:(e,t)=>{let r,n,i,o,a,s,u,l,c,h,f,d,p,m,g,y,v,b,w,_,k,x,A=0;const E=new Uint8Array(4);let S,M;const I=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]);if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return ct;r=e.state,12===r.mode&&(r.mode=13),a=e.next_out,i=e.output,u=e.avail_out,o=e.next_in,n=e.input,s=e.avail_in,l=r.hold,c=r.bits,h=s,f=u,x=st;e:for(;;)switch(r.mode){case 1:if(0===r.wrap){r.mode=13;break}for(;c<16;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(2&r.wrap&&35615===l){r.check=0,E[0]=255&l,E[1]=l>>>8&255,r.check=U(r.check,E,2,0),l=0,c=0,r.mode=2;break}if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&l)<<8)+(l>>8))%31){e.msg="incorrect header check",r.mode=30;break}if((15&l)!==pt){e.msg="unknown compression method",r.mode=30;break}if(l>>>=4,c-=4,k=8+(15&l),0===r.wbits)r.wbits=k;else if(k>r.wbits){e.msg="invalid window size",r.mode=30;break}r.dmax=1<<r.wbits,e.adler=r.check=1,r.mode=512&l?10:12,l=0,c=0;break;case 2:for(;c<16;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(r.flags=l,(255&r.flags)!==pt){e.msg="unknown compression method",r.mode=30;break}if(57344&r.flags){e.msg="unknown header flags set",r.mode=30;break}r.head&&(r.head.text=l>>8&1),512&r.flags&&(E[0]=255&l,E[1]=l>>>8&255,r.check=U(r.check,E,2,0)),l=0,c=0,r.mode=3;case 3:for(;c<32;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}r.head&&(r.head.time=l),512&r.flags&&(E[0]=255&l,E[1]=l>>>8&255,E[2]=l>>>16&255,E[3]=l>>>24&255,r.check=U(r.check,E,4,0)),l=0,c=0,r.mode=4;case 4:for(;c<16;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}r.head&&(r.head.xflags=255&l,r.head.os=l>>8),512&r.flags&&(E[0]=255&l,E[1]=l>>>8&255,r.check=U(r.check,E,2,0)),l=0,c=0,r.mode=5;case 5:if(1024&r.flags){for(;c<16;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}r.length=l,r.head&&(r.head.extra_len=l),512&r.flags&&(E[0]=255&l,E[1]=l>>>8&255,r.check=U(r.check,E,2,0)),l=0,c=0}else r.head&&(r.head.extra=null);r.mode=6;case 6:if(1024&r.flags&&(d=r.length,d>s&&(d=s),d&&(r.head&&(k=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Uint8Array(r.head.extra_len)),r.head.extra.set(n.subarray(o,o+d),k)),512&r.flags&&(r.check=U(r.check,n,d,o)),s-=d,o+=d,r.length-=d),r.length))break e;r.length=0,r.mode=7;case 7:if(2048&r.flags){if(0===s)break e;d=0;do{k=n[o+d++],r.head&&k&&r.length<65536&&(r.head.name+=String.fromCharCode(k))}while(k&&d<s);if(512&r.flags&&(r.check=U(r.check,n,d,o)),s-=d,o+=d,k)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=8;case 8:if(4096&r.flags){if(0===s)break e;d=0;do{k=n[o+d++],r.head&&k&&r.length<65536&&(r.head.comment+=String.fromCharCode(k))}while(k&&d<s);if(512&r.flags&&(r.check=U(r.check,n,d,o)),s-=d,o+=d,k)break e}else r.head&&(r.head.comment=null);r.mode=9;case 9:if(512&r.flags){for(;c<16;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(l!==(65535&r.check)){e.msg="header crc mismatch",r.mode=30;break}l=0,c=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=12;break;case 10:for(;c<32;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}e.adler=r.check=mt(l),l=0,c=0,r.mode=11;case 11:if(0===r.havedict)return e.next_out=a,e.avail_out=u,e.next_in=o,e.avail_in=s,r.hold=l,r.bits=c,lt;e.adler=r.check=1,r.mode=12;case 12:if(t===ot||t===at)break e;case 13:if(r.last){l>>>=7&c,c-=7&c,r.mode=27;break}for(;c<3;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}switch(r.last=1&l,l>>>=1,c-=1,3&l){case 0:r.mode=14;break;case 1:if(At(r),r.mode=20,t===at){l>>>=2,c-=2;break e}break;case 2:r.mode=17;break;case 3:e.msg="invalid block type",r.mode=30}l>>>=2,c-=2;break;case 14:for(l>>>=7&c,c-=7&c;c<32;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if((65535&l)!=(l>>>16^65535)){e.msg="invalid stored block lengths",r.mode=30;break}if(r.length=65535&l,l=0,c=0,r.mode=15,t===at)break e;case 15:r.mode=16;case 16:if(d=r.length,d){if(d>s&&(d=s),d>u&&(d=u),0===d)break e;i.set(n.subarray(o,o+d),a),s-=d,o+=d,u-=d,a+=d,r.length-=d;break}r.mode=12;break;case 17:for(;c<14;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(r.nlen=257+(31&l),l>>>=5,c-=5,r.ndist=1+(31&l),l>>>=5,c-=5,r.ncode=4+(15&l),l>>>=4,c-=4,r.nlen>286||r.ndist>30){e.msg="too many length or distance symbols",r.mode=30;break}r.have=0,r.mode=18;case 18:for(;r.have<r.ncode;){for(;c<3;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}r.lens[I[r.have++]]=7&l,l>>>=3,c-=3}for(;r.have<19;)r.lens[I[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,S={bits:r.lenbits},x=nt(0,r.lens,0,19,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid code lengths set",r.mode=30;break}r.have=0,r.mode=19;case 19:for(;r.have<r.nlen+r.ndist;){for(;A=r.lencode[l&(1<<r.lenbits)-1],g=A>>>24,y=A>>>16&255,v=65535&A,!(g<=c);){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(v<16)l>>>=g,c-=g,r.lens[r.have++]=v;else{if(16===v){for(M=g+2;c<M;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(l>>>=g,c-=g,0===r.have){e.msg="invalid bit length repeat",r.mode=30;break}k=r.lens[r.have-1],d=3+(3&l),l>>>=2,c-=2}else if(17===v){for(M=g+3;c<M;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}l>>>=g,c-=g,k=0,d=3+(7&l),l>>>=3,c-=3}else{for(M=g+7;c<M;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}l>>>=g,c-=g,k=0,d=11+(127&l),l>>>=7,c-=7}if(r.have+d>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=30;break}for(;d--;)r.lens[r.have++]=k}}if(30===r.mode)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=30;break}if(r.lenbits=9,S={bits:r.lenbits},x=nt(1,r.lens,0,r.nlen,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid literal/lengths set",r.mode=30;break}if(r.distbits=6,r.distcode=r.distdyn,S={bits:r.distbits},x=nt(2,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,S),r.distbits=S.bits,x){e.msg="invalid distances set",r.mode=30;break}if(r.mode=20,t===at)break e;case 20:r.mode=21;case 21:if(s>=6&&u>=258){e.next_out=a,e.avail_out=u,e.next_in=o,e.avail_in=s,r.hold=l,r.bits=c,Ye(e,f),a=e.next_out,i=e.output,u=e.avail_out,o=e.next_in,n=e.input,s=e.avail_in,l=r.hold,c=r.bits,12===r.mode&&(r.back=-1);break}for(r.back=0;A=r.lencode[l&(1<<r.lenbits)-1],g=A>>>24,y=A>>>16&255,v=65535&A,!(g<=c);){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(y&&0==(240&y)){for(b=g,w=y,_=v;A=r.lencode[_+((l&(1<<b+w)-1)>>b)],g=A>>>24,y=A>>>16&255,v=65535&A,!(b+g<=c);){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}l>>>=b,c-=b,r.back+=b}if(l>>>=g,c-=g,r.back+=g,r.length=v,0===y){r.mode=26;break}if(32&y){r.back=-1,r.mode=12;break}if(64&y){e.msg="invalid literal/length code",r.mode=30;break}r.extra=15&y,r.mode=22;case 22:if(r.extra){for(M=r.extra;c<M;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}r.length+=l&(1<<r.extra)-1,l>>>=r.extra,c-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=23;case 23:for(;A=r.distcode[l&(1<<r.distbits)-1],g=A>>>24,y=A>>>16&255,v=65535&A,!(g<=c);){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(0==(240&y)){for(b=g,w=y,_=v;A=r.distcode[_+((l&(1<<b+w)-1)>>b)],g=A>>>24,y=A>>>16&255,v=65535&A,!(b+g<=c);){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}l>>>=b,c-=b,r.back+=b}if(l>>>=g,c-=g,r.back+=g,64&y){e.msg="invalid distance code",r.mode=30;break}r.offset=v,r.extra=15&y,r.mode=24;case 24:if(r.extra){for(M=r.extra;c<M;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}r.offset+=l&(1<<r.extra)-1,l>>>=r.extra,c-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=30;break}r.mode=25;case 25:if(0===u)break e;if(d=f-u,r.offset>d){if(d=r.offset-d,d>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=30;break}d>r.wnext?(d-=r.wnext,p=r.wsize-d):p=r.wnext-d,d>r.length&&(d=r.length),m=r.window}else m=i,p=a-r.offset,d=r.length;d>u&&(d=u),u-=d,r.length-=d;do{i[a++]=m[p++]}while(--d);0===r.length&&(r.mode=21);break;case 26:if(0===u)break e;i[a++]=r.length,u--,r.mode=21;break;case 27:if(r.wrap){for(;c<32;){if(0===s)break e;s--,l|=n[o++]<<c,c+=8}if(f-=u,e.total_out+=f,r.total+=f,f&&(e.adler=r.check=r.flags?U(r.check,i,f,a-f):B(r.check,i,f,a-f)),f=u,(r.flags?l:mt(l))!==r.check){e.msg="incorrect data check",r.mode=30;break}l=0,c=0}r.mode=28;case 28:if(r.wrap&&r.flags){for(;c<32;){if(0===s)break e;s--,l+=n[o++]<<c,c+=8}if(l!==(4294967295&r.total)){e.msg="incorrect length check",r.mode=30;break}l=0,c=0}r.mode=29;case 29:x=ut;break e;case 30:x=ht;break e;case 31:return ft;case 32:default:return ct}return e.next_out=a,e.avail_out=u,e.next_in=o,e.avail_in=s,r.hold=l,r.bits=c,(r.wsize||f!==e.avail_out&&r.mode<30&&(r.mode<27||t!==it))&&Et(e,e.output,e.next_out,f-e.avail_out),h-=e.avail_in,f-=e.avail_out,e.total_in+=h,e.total_out+=f,r.total+=f,r.wrap&&f&&(e.adler=r.check=r.flags?U(r.check,i,f,e.next_out-f):B(r.check,i,f,e.next_out-f)),e.data_type=r.bits+(r.last?64:0)+(12===r.mode?128:0)+(20===r.mode||15===r.mode?256:0),(0===h&&0===f||t===it)&&x===st&&(x=dt),x},inflateEnd:e=>{if(!e||!e.state)return ct;let t=e.state;return t.window&&(t.window=null),e.state=null,st},inflateGetHeader:(e,t)=>{if(!e||!e.state)return ct;const r=e.state;return 0==(2&r.wrap)?ct:(r.head=t,t.done=!1,st)},inflateSetDictionary:(e,t)=>{const r=t.length;let n,i,o;return e&&e.state?(n=e.state,0!==n.wrap&&11!==n.mode?ct:11===n.mode&&(i=1,i=B(i,t,r,0),i!==n.check)?ht:(o=Et(e,t,r,r),o?(n.mode=31,ft):(n.havedict=1,st))):ct},inflateInfo:"pako inflate (from Nodeca project)"};var Mt=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1};const It=Object.prototype.toString,{Z_NO_FLUSH:Pt,Z_FINISH:Tt,Z_OK:Nt,Z_STREAM_END:Rt,Z_NEED_DICT:Ot,Z_STREAM_ERROR:Ct,Z_DATA_ERROR:jt,Z_MEM_ERROR:Bt}=z;function Lt(e){this.options=Ne({chunkSize:65536,windowBits:15,to:""},e||{});const t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Ue,this.strm.avail_out=0;let r=St.inflateInit2(this.strm,t.windowBits);if(r!==Nt)throw new Error(D[r]);if(this.header=new Mt,St.inflateGetHeader(this.strm,this.header),t.dictionary&&("string"==typeof t.dictionary?t.dictionary=je(t.dictionary):"[object ArrayBuffer]"===It.call(t.dictionary)&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw&&(r=St.inflateSetDictionary(this.strm,t.dictionary),r!==Nt)))throw new Error(D[r])}function Ut(e,t){const r=new Lt(t);if(r.push(e),r.err)throw r.msg||D[r.err];return r.result}Lt.prototype.push=function(e,t){const r=this.strm,n=this.options.chunkSize,i=this.options.dictionary;let o,a,s;if(this.ended)return!1;for(a=t===~~t?t:!0===t?Tt:Pt,"[object ArrayBuffer]"===It.call(e)?r.input=new Uint8Array(e):r.input=e,r.next_in=0,r.avail_in=r.input.length;;){for(0===r.avail_out&&(r.output=new Uint8Array(n),r.next_out=0,r.avail_out=n),o=St.inflate(r,a),o===Ot&&i&&(o=St.inflateSetDictionary(r,i),o===Nt?o=St.inflate(r,a):o===jt&&(o=Ot));r.avail_in>0&&o===Rt&&r.state.wrap>0&&0!==e[r.next_in];)St.inflateReset(r),o=St.inflate(r,a);switch(o){case Ct:case jt:case Ot:case Bt:return this.onEnd(o),this.ended=!0,!1}if(s=r.avail_out,r.next_out&&(0===r.avail_out||o===Rt))if("string"===this.options.to){let e=Le(r.output,r.next_out),t=r.next_out-e,i=Be(r.output,e);r.next_out=t,r.avail_out=n-t,t&&r.output.set(r.output.subarray(e,e+t),0),this.onData(i)}else this.onData(r.output.length===r.next_out?r.output:r.output.subarray(0,r.next_out));if(o!==Nt||0!==s){if(o===Rt)return o=St.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,!0;if(0===r.avail_in)break}}return!0},Lt.prototype.onData=function(e){this.chunks.push(e)},Lt.prototype.onEnd=function(e){e===Nt&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=Re(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};var Dt={Inflate:Lt,inflate:Ut,inflateRaw:function(e,t){return(t=t||{}).raw=!0,Ut(e,t)},ungzip:Ut,constants:z};const{Deflate:zt,deflate:Ft,deflateRaw:Ht,gzip:Gt}=$e,{Inflate:qt,inflate:Vt,inflateRaw:Wt,ungzip:Zt}=Dt;var Kt=zt,Qt=Ft,Jt=Ht,$t=Gt,Yt=qt,Xt=Vt,er=Wt,tr=Zt,rr=z,nr={Deflate:zt,deflate:Ft,deflateRaw:Ht,gzip:Gt,Inflate:qt,inflate:Vt,inflateRaw:Wt,ungzip:Zt,constants:z}},function(e,t,r){(function(r){var n,i,o,a;function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}a=function(){return function e(t,r,n){function i(a,s){if(!r[a]){if(!t[a]){var u=!1;if(!s&&u)return(void 0)(a,!0);if(o)return o(a,!0);throw(u=new Error("Cannot find module '"+a+"'")).code="MODULE_NOT_FOUND",u}u=r[a]={exports:{}},t[a][0].call(u.exports,(function(e){return i(t[a][1][e]||e)}),u,u.exports,e,t,r,n)}return r[a].exports}for(var o=!1,a=0;a<n.length;a++)i(n[a]);return i}({1:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.version="4.0.49"},{}],2:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./utils/properties");function i(){n.setType(this,"Signer")}i.isSigner=function(e){return n.isType(e,"Signer")},e=i,r.Signer=e},{"./utils/properties":74}],3:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./utils/bignumber");r.AddressZero="0x0000000000000000000000000000000000000000",r.HashZero="0x0000000000000000000000000000000000000000000000000000000000000000",r.EtherSymbol="Ξ",e=n.bigNumberify(-1),r.NegativeOne=e,e=n.bigNumberify(0),r.Zero=e,e=n.bigNumberify(1),r.One=e,e=n.bigNumberify(2),r.Two=e,e=n.bigNumberify("1000000000000000000"),r.WeiPerEther=e,n=n.bigNumberify("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),r.MaxUint256=n},{"./utils/bignumber":63}],4:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a,u=e("./constants"),l=o(e("./errors")),c=e("./utils/abi-coder"),h=e("./utils/address"),f=e("./utils/bignumber"),d=e("./utils/bytes"),p=e("./utils/interface"),m=e("./utils/properties"),g=e("./providers/abstract-provider"),y=e("./abstract-signer"),v=(i(b,a=y.Signer),b.prototype.getAddress=function(){return Promise.resolve(this.address)},b.prototype._fail=function(e,t){return Promise.resolve().then((function(){l.throwError(e,l.UNSUPPORTED_OPERATION,{operation:t})}))},b.prototype.signMessage=function(e){return this._fail("VoidSigner cannot sign messages","signMessage")},b.prototype.sendTransaction=function(e){return this._fail("VoidSigner cannot sign transactions","sendTransaction")},b.prototype.connect=function(e){return new b(this.address,e)},b);function b(e,t){var r=a.call(this)||this;return m.defineReadOnly(r,"address",e),m.defineReadOnly(r,"provider",t),r}r.VoidSigner=v;var w={chainId:!0,data:!0,from:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,value:!0};function _(e,t,r){var n=e.interface.functions[t];return function(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];var o={},a=null;if(t.length===n.inputs.length+1&&"object"==s(t[t.length-1]))for(var h in null!=(o=m.shallowCopy(t.pop())).blockTag&&(a=o.blockTag),delete o.blockTag,o)if(!w[h])throw new Error("unknown transaction override "+h);if(t.length!=n.inputs.length)throw new Error("incorrect number of arguments");return["data","to"].forEach((function(e){null!=o[e]&&l.throwError("cannot override "+e,l.UNSUPPORTED_OPERATION,{operation:e})})),o.to=e._deployed(a).then((function(){return e.addressPromise})),function e(t,r,n){if(Array.isArray(n)){var i=[];return n.forEach((function(n,o){var a=Array.isArray(r)?r[o]:r[n.name];i.push(e(t,a,n))})),Promise.all(i)}if("address"===n.type)return t.resolveName(r);if("tuple"===n.type)return e(t,r,n.components);var o=n.type.match(/(.*)(\[[0-9]*\]$)/);if(o){if(!Array.isArray(r))throw new Error("invalid value for array");var a=[],s={components:n.components,type:o[1]};return r.forEach((function(r){a.push(e(t,r,s))})),Promise.all(a)}return Promise.resolve(r)}(e.provider,t,n.inputs).then((function(t){if(o.data=n.encode(t),"call"===n.type)return r?Promise.resolve(u.Zero):(e.provider||l.throwError("call (constant functions) require a provider or a signer with a provider",l.UNSUPPORTED_OPERATION,{operation:"call"}),["gasLimit","gasPrice","value"].forEach((function(e){if(null!=o[e])throw new Error("call cannot override "+e)})),null==o.from&&e.signer&&(o.from=e.signer.getAddress()),e.provider.call(o,a).then((function(r){var i;d.hexDataLength(r)%32==4&&"0x08c379a0"===d.hexDataSlice(r,0,4)&&(i=c.defaultAbiCoder.decode(["string"],d.hexDataSlice(r,4)),l.throwError("call revert exception",l.CALL_EXCEPTION,{address:e.address,args:t,method:n.signature,errorSignature:"Error(string)",errorArgs:[i],reason:i,transaction:o}));try{var a=n.decode(r);return 1===n.outputs.length?a[0]:a}catch(i){throw"0x"===r&&0<n.outputs.length&&l.throwError("call exception",l.CALL_EXCEPTION,{address:e.address,method:n.signature,args:t}),i}})));if("transaction"===n.type)return r?(e.provider||l.throwError("estimate gas require a provider or a signer with a provider",l.UNSUPPORTED_OPERATION,{operation:"estimateGas"}),null==o.from&&e.signer&&(o.from=e.signer.getAddress()),e.provider.estimateGas(o)):(null==o.gasLimit&&null!=n.gas&&(o.gasLimit=f.bigNumberify(n.gas).add(21e3)),e.signer||l.throwError("sending a transaction requires a signer",l.UNSUPPORTED_OPERATION,{operation:"sendTransaction"}),null!=o.from&&l.throwError("cannot override from in a transaction",l.UNSUPPORTED_OPERATION,{operation:"sendTransaction"}),e.signer.sendTransaction(o).then((function(t){var r=t.wait.bind(t);return t.wait=function(t){return r(t).then((function(t){return t.events=t.logs.map((function(r){var n=m.deepCopy(r);return(r=e.interface.parseLog(r))&&(n.args=r.values,n.decode=r.decode,n.event=r.name,n.eventSignature=r.signature),n.removeListener=function(){return e.provider},n.getBlock=function(){return e.provider.getBlock(t.blockHash)},n.getTransaction=function(){return e.provider.getTransaction(t.transactionHash)},n.getTransactionReceipt=function(){return Promise.resolve(t)},n})),t}))},t})));throw new Error("invalid type - "+n.type)}))}}function k(e){return!e.address||null!=e.topics&&0!==e.topics.length?(e.address||"*")+"@"+(e.topics?e.topics.join(":"):""):"*"}var x=(A.prototype.deployed=function(){return this._deployed()},A.prototype._deployed=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&&l.throwError("contract not deployed",l.UNSUPPORTED_OPERATION,{contractAddress:t.address,operation:"getDeployed"}),t}))),this._deployedPromise},A.prototype.fallback=function(e){var t=this;this.signer||l.throwError("sending a transaction requires a signer",l.UNSUPPORTED_OPERATION,{operation:"sendTransaction(fallback)"});var r=m.shallowCopy(e||{});return["from","to"].forEach((function(e){null!=r[e]&&l.throwError("cannot override "+e,l.UNSUPPORTED_OPERATION,{operation:e})})),r.to=this.addressPromise,this.deployed().then((function(){return t.signer.sendTransaction(r)}))},A.prototype.connect=function(e){return"string"==typeof e&&(e=new v(e,this.provider)),e=new A(this.address,this.interface,e),this.deployTransaction&&m.defineReadOnly(e,"deployTransaction",this.deployTransaction),e},A.prototype.attach=function(e){return new A(e,this.interface,this.signer||this.provider)},A.isIndexed=function(e){return p.Interface.isIndexed(e)},A.prototype._getEventFilter=function(e){var t=this;if("string"==typeof e){if("*"===e)return{prepareEvent:function(e){var r=t.interface.parseLog(e);return r&&(e.args=r.values,e.decode=r.decode,e.event=r.name,e.eventSignature=r.signature),[e]},eventTag:"*",filter:{address:this.address}};-1!==e.indexOf("(")&&(e=c.formatSignature(c.parseSignature("event "+e)));var r=this.interface.events[e];r||l.throwError("unknown event - "+e,l.INVALID_ARGUMENT,{argumnet:"eventName",value:e});var n={address:this.address,topics:[r.topic]};return{prepareEvent:function(e){var t=r.decode(e.data,e.topics);return e.args=t,(t=Array.prototype.slice.call(t)).push(e),t},event:r,eventTag:k(n),filter:n}}n={address:this.address};var i=null;if(e.topics&&e.topics[0])for(var o in n.topics=e.topics,this.interface.events)if(-1!==o.indexOf("(")&&(o=this.interface.events[o]).topic===e.topics[0].toLowerCase()){i=o;break}return{prepareEvent:function(e){if(!i)return[e];var t=i.decode(e.data,e.topics);return e.args=t,(t=Array.prototype.slice.call(t)).push(e),t},event:i,eventTag:k(n),filter:n}},A.prototype._addEventListener=function(e,t,r){var n=this;function i(r){var i=m.deepCopy(r),o=e.prepareEvent(i);e.event&&(i.decode=e.event.decode,i.event=e.event.name,i.eventSignature=e.event.signature),i.removeListener=function(){n.removeListener(e.filter,t)},i.getBlock=function(){return n.provider.getBlock(r.blockHash)},i.getTransaction=function(){return n.provider.getTransaction(r.transactionHash)},i.getTransactionReceipt=function(){return n.provider.getTransactionReceipt(r.transactionHash)},n.emit.apply(n,[e.filter].concat(o))}this.provider||l.throwError("events require a provider or a signer with a provider",l.UNSUPPORTED_OPERATION,{operation:"once"}),this.provider.on(e.filter,i),this._events.push({eventFilter:e,listener:t,wrappedListener:i,once:r})},A.prototype.on=function(e,t){return this._addEventListener(this._getEventFilter(e),t,!1),this},A.prototype.once=function(e,t){return this._addEventListener(this._getEventFilter(e),t,!0),this},A.prototype.addListener=function(e,t){return this.on(e,t)},A.prototype.emit=function(e){for(var t=this,r=[],n=1;n<arguments.length;n++)r[n-1]=arguments[n];if(!this.provider)return!1;var i=!1,o=this._getEventFilter(e);return this._events=this._events.filter((function(e){return e.eventFilter.eventTag!==o.eventTag||(setTimeout((function(){e.listener.apply(t,r)}),0),i=!0,!e.once)})),i},A.prototype.listenerCount=function(e){if(!this.provider)return 0;var t=this._getEventFilter(e);return this._events.filter((function(e){return e.eventFilter.eventTag===t.eventTag})).length},A.prototype.listeners=function(e){if(!this.provider)return[];var t=this._getEventFilter(e);return this._events.filter((function(e){return e.eventFilter.eventTag===t.eventTag})).map((function(e){return e.listener}))},A.prototype.removeAllListeners=function(e){var t=this;if(!this.provider)return this;var r=this._getEventFilter(e);return this._events=this._events.filter((function(e){return e.eventFilter.eventTag!==r.eventTag||(t.provider.removeListener(e.eventFilter.filter,e.wrappedListener),!1)})),this},A.prototype.removeListener=function(e,t){var r=this;if(!this.provider)return this;var n=!1,i=this._getEventFilter(e);return this._events=this._events.filter((function(e){return e.eventFilter.eventTag!==i.eventTag||e.listener!==t||(r.provider.removeListener(e.eventFilter.filter,e.wrappedListener),!!n||!(n=!0))})),this},A);function A(e,t,r){var n=this;if(l.checkNew(this,A),p.Interface.isInterface(t)?m.defineReadOnly(this,"interface",t):m.defineReadOnly(this,"interface",new p.Interface(t)),y.Signer.isSigner(r)?(m.defineReadOnly(this,"provider",r.provider),m.defineReadOnly(this,"signer",r)):g.Provider.isProvider(r)?(m.defineReadOnly(this,"provider",r),m.defineReadOnly(this,"signer",null)):l.throwError("invalid signer or provider",l.INVALID_ARGUMENT,{arg:"signerOrProvider",value:r}),m.defineReadOnly(this,"estimate",{}),m.defineReadOnly(this,"functions",{}),m.defineReadOnly(this,"filters",{}),Object.keys(this.interface.events).forEach((function(e){var t=n.interface.events[e];m.defineReadOnly(n.filters,e,(function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return{address:n.address,topics:t.encodeTopics(e)}}))})),this._events=[],m.defineReadOnly(this,"address",e),this.provider)m.defineReadOnly(this,"addressPromise",this.provider.resolveName(e).then((function(e){if(null==e)throw new Error("name not found");return e})).catch((function(e){throw e})));else try{m.defineReadOnly(this,"addressPromise",Promise.resolve(h.getAddress(e)))}catch(t){l.throwError("provider is required to use non-address contract address",l.INVALID_ARGUMENT,{argument:"addressOrName",value:e})}Object.keys(this.interface.functions).forEach((function(e){var t=_(n,e,!1);null==n[e]?m.defineReadOnly(n,e,t):l.warn("WARNING: Multiple definitions for "+e),null==n.functions[e]&&(m.defineReadOnly(n.functions,e,t),m.defineReadOnly(n.estimate,e,_(n,e,!0)))}))}function E(e,t,r){var n=null;"string"==typeof t?n=t:d.isArrayish(t)?n=d.hexlify(t):"string"==typeof t.object?n=t.object:l.throwError("bytecode must be a valid hex string",l.INVALID_ARGUMENT,{arg:"bytecode",value:t}),"0x"!==n.substring(0,2)&&(n="0x"+n),d.isHexString(n)||l.throwError("bytecode must be a valid hex string",l.INVALID_ARGUMENT,{arg:"bytecode",value:t}),n.length%2!=0&&l.throwError("bytecode must be valid data (even length)",l.INVALID_ARGUMENT,{arg:"bytecode",value:t}),m.defineReadOnly(this,"bytecode",n),p.Interface.isInterface(e)?m.defineReadOnly(this,"interface",e):m.defineReadOnly(this,"interface",new p.Interface(e)),r&&!y.Signer.isSigner(r)&&l.throwError("invalid signer",l.INVALID_ARGUMENT,{arg:"signer",value:null}),m.defineReadOnly(this,"signer",r||null)}r.Contract=x,E.prototype.getDeployTransaction=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r={};if(e.length===this.interface.deployFunction.inputs.length+1)for(var n in r=m.shallowCopy(e.pop()))if(!w[n])throw new Error("unknown transaction override "+n);return["data","from","to"].forEach((function(e){null!=r[e]&&l.throwError("cannot override "+e,l.UNSUPPORTED_OPERATION,{operation:e})})),l.checkArgumentCount(e.length,this.interface.deployFunction.inputs.length," in Contract constructor"),r.data=this.interface.deployFunction.encode(this.bytecode,e),r},E.prototype.deploy=function(){for(var e=this,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var n=this.getDeployTransaction.apply(this,t);return this.signer.sendTransaction(n).then((function(t){var r=new x(h.getContractAddress(t),e.interface,e.signer);return m.defineReadOnly(r,"deployTransaction",t),r}))},E.prototype.attach=function(e){return new x(e,this.interface,this.signer)},E.prototype.connect=function(e){return new E(this.interface,this.bytecode,e)},E.fromSolidity=function(e,t){null==e&&l.throwError("missing compiler output",l.MISSING_ARGUMENT,{argument:"compilerOutput"});var r=(e="string"==typeof e?JSON.parse(e):e).abi,n=null;return e.bytecode?n=e.bytecode:e.evm&&e.evm.bytecode&&(n=e.evm.bytecode),new E(r,n,t)},i=E,r.ContractFactory=i},{"./abstract-signer":2,"./constants":3,"./errors":5,"./providers/abstract-provider":50,"./utils/abi-coder":59,"./utils/address":60,"./utils/bignumber":63,"./utils/bytes":64,"./utils/interface":69,"./utils/properties":74}],5:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./_version");r.UNKNOWN_ERROR="UNKNOWN_ERROR",r.NOT_IMPLEMENTED="NOT_IMPLEMENTED",r.MISSING_NEW="MISSING_NEW",r.CALL_EXCEPTION="CALL_EXCEPTION",r.INVALID_ARGUMENT="INVALID_ARGUMENT",r.MISSING_ARGUMENT="MISSING_ARGUMENT",r.UNEXPECTED_ARGUMENT="UNEXPECTED_ARGUMENT",r.NUMERIC_FAULT="NUMERIC_FAULT",r.INSUFFICIENT_FUNDS="INSUFFICIENT_FUNDS",r.NONCE_EXPIRED="NONCE_EXPIRED",r.REPLACEMENT_UNDERPRICED="REPLACEMENT_UNDERPRICED";var i=!(r.UNSUPPORTED_OPERATION="UNSUPPORTED_OPERATION"),o=!1;function a(e,t,i){if(o)throw new Error("unknown error");t=t||r.UNKNOWN_ERROR,i=i||{};var a=[];Object.keys(i).forEach((function(e){try{a.push(e+"="+JSON.stringify(i[e]))}catch(t){a.push(e+"="+JSON.stringify(i[e].toString()))}})),a.push("version="+n.version);var s=e;a.length&&(e+=" ("+a.join(", ")+")");var u=new Error(e);throw u.reason=s,u.code=t,Object.keys(i).forEach((function(e){u[e]=i[e]})),u}r.throwError=a,r.checkNew=function(e,t){e instanceof t||a("missing new",r.MISSING_NEW,{name:t.name})},r.checkArgumentCount=function(e,t,n){n=n||"",e<t&&a("missing argument"+n,r.MISSING_ARGUMENT,{count:e,expectedCount:t}),t<e&&a("too many arguments"+n,r.UNEXPECTED_ARGUMENT,{count:e,expectedCount:t})},r.setCensorship=function(e,t){i&&a("error censorship permanent",r.UNSUPPORTED_OPERATION,{operation:"setCensorship"}),o=!!e,i=!!t},r.checkNormalize=function(){try{if(["NFD","NFC","NFKD","NFKC"].forEach((function(e){try{"test".normalize(e)}catch(t){throw new Error("missing "+e)}})),String.fromCharCode(233).normalize("NFD")!==String.fromCharCode(101,769))throw new Error("broken implementation")}catch(e){a("platform missing String.prototype.normalize",r.UNSUPPORTED_OPERATION,{operation:"String.prototype.normalize",form:e.message})}};var s={debug:1,default:2,info:2,warn:3,error:4,off:5},u=s.default;function l(e,t){u>s[e]||console.log.apply(console,t)}function c(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];l("warn",e)}r.setLogLevel=function(e){var t=s[e];null!=t?u=t:c("invliad log level - "+e)},r.warn=c,r.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];l("info",e)}},{"./_version":1}],6:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("./contract");r.Contract=i.Contract,r.ContractFactory=i.ContractFactory,r.VoidSigner=i.VoidSigner,i=e("./abstract-signer"),r.Signer=i.Signer,i=e("./wallet"),r.Wallet=i.Wallet,i=n(e("./constants")),r.constants=i;var o=n(e("./errors"));r.errors=o;var a=n(e("./providers"));r.providers=a;var s=n(e("./utils"));r.utils=s,n=n(e("./wordlists")),r.wordlists=n,n=e("./utils/shims"),r.platform=n.platform,e=e("./_version"),r.version=e.version,r.getDefaultProvider=function(e){var t=s.getNetwork(e=null==e?"homestead":e);return t&&t._defaultProvider||o.throwError("unsupported getDefaultProvider network",o.UNSUPPORTED_OPERATION,{operation:"getDefaultProvider",network:e}),t._defaultProvider(a)}},{"./_version":1,"./abstract-signer":2,"./constants":3,"./contract":4,"./errors":5,"./providers":54,"./utils":68,"./utils/shims":80,"./wallet":88,"./wordlists":89}],7:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0}),n=n(e("./ethers")),r.ethers=n,function(e){for(var t in e)r.hasOwnProperty(t)||(r[t]=e[t])}(e("./ethers"))},{"./ethers":6}],8:[function(e,t,r){"use strict";!function(e){function n(e){return parseInt(e)===e}function i(e){if(n(e.length)){for(var t=0;t<e.length;t++)if(!n(e[t])||e[t]<0||255<e[t])return;return 1}}function o(e,t){if(e.buffer&&ArrayBuffer.isView(e)&&"Uint8Array"===e.name)return t?e.slice?e.slice():Array.prototype.slice.call(e):e;if(Array.isArray(e)){if(!i(e))throw new Error("Array contains invalid value: "+e);return new Uint8Array(e)}if(n(e.length)&&i(e))return new Uint8Array(e);throw new Error("unsupported array-like object")}function a(e){return new Uint8Array(e)}function s(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 u,l={toBytes:function(e){var t=[],r=0;for(e=encodeURI(e);r<e.length;){var n=e.charCodeAt(r++);37===n?(t.push(parseInt(e.substr(r,2),16)),r+=2):t.push(n)}return o(t)},fromBytes:function(e){for(var t=[],r=0;r<e.length;){var n=e[r];n<128?(t.push(String.fromCharCode(n)),r++):191<n&&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("")}},c=(u="0123456789abcdef",{toBytes:function(e){for(var t=[],r=0;r<e.length;r+=2)t.push(parseInt(e.substr(r,2),16));return t},fromBytes:function(e){for(var t=[],r=0;r<e.length;r++){var n=e[r];t.push(u[(240&n)>>4]+u[15&n])}return t.join("")}}),h={16:10,24:12,32:14},f=[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],d=[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],p=[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],m=[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],g=[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],y=[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],v=[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],w=[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],_=[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],k=[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],x=[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],A=[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],E=[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 M(e){for(var t=[],r=0;r<e.length;r+=4)t.push(e[r]<<24|e[r+1]<<16|e[r+2]<<8|e[r+3]);return t}var I=function e(t){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");Object.defineProperty(this,"key",{value:o(t,!0)}),this._prepare()};I.prototype._prepare=function(){var e=h[this.key.length];if(null==e)throw new Error("invalid key size (must be 16, 24 or 32 bytes)");this._Ke=[],this._Kd=[];for(var t=0;t<=e;t++)this._Ke.push([0,0,0,0]),this._Kd.push([0,0,0,0]);var r,n=4*(e+1),i=this.key.length/4,o=M(this.key);for(t=0;t<i;t++)this._Ke[r=t>>2][t%4]=o[t],this._Kd[e-r][t%4]=o[t];for(var a,s=0,u=i;u<n;){if(a=o[i-1],o[0]^=d[a>>16&255]<<24^d[a>>8&255]<<16^d[255&a]<<8^d[a>>24&255]^f[s]<<24,s+=1,8!=i)for(t=1;t<i;t++)o[t]^=o[t-1];else{for(t=1;t<i/2;t++)o[t]^=o[t-1];for(a=o[i/2-1],o[i/2]^=d[255&a]^d[a>>8&255]<<8^d[a>>16&255]<<16^d[a>>24&255]<<24,t=i/2+1;t<i;t++)o[t]^=o[t-1]}for(t=0;t<i&&u<n;)this._Ke[l=u>>2][c=u%4]=o[t],this._Kd[e-l][c]=o[t++],u++}for(var l=1;l<e;l++)for(var c=0;c<4;c++)a=this._Kd[l][c],this._Kd[l][c]=x[a>>24&255]^A[a>>16&255]^E[a>>8&255]^S[255&a]},I.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=M(e),i=0;i<4;i++)n[i]^=this._Ke[0][i];for(var o=1;o<t;o++){for(i=0;i<4;i++)r[i]=m[n[i]>>24&255]^g[n[(i+1)%4]>>16&255]^y[n[(i+2)%4]>>8&255]^v[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&(d[n[i]>>24&255]^s>>24),u[4*i+1]=255&(d[n[(i+1)%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+3)%4]]^s);return u},I.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=M(e),i=0;i<4;i++)n[i]^=this._Kd[0][i];for(var o=1;o<t;o++){for(i=0;i<4;i++)r[i]=b[n[i]>>24&255]^w[n[(i+3)%4]>>16&255]^_[n[(i+2)%4]>>8&255]^k[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&(p[n[i]>>24&255]^s>>24),u[4*i+1]=255&(p[n[(i+3)%4]>>16&255]^s>>16),u[4*i+2]=255&(p[n[(i+2)%4]>>8&255]^s>>8),u[4*i+3]=255&(p[255&n[(i+1)%4]]^s);return u};var P=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 I(t)};P.prototype.encrypt=function(e){if((e=o(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<e.length;n+=16)s(e,r,0,n,n+16),s(r=this._aes.encrypt(r),t,n);return t},P.prototype.decrypt=function(e){if((e=o(e)).length%16!=0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var t=a(e.length),r=a(16),n=0;n<e.length;n+=16)s(e,r,0,n,n+16),s(r=this._aes.decrypt(r),t,n);return t};var T=function e(t,r){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Block Chaining",this.name="cbc",r){if(16!=r.length)throw new Error("invalid initialation vector size (must be 16 bytes)")}else r=a(16);this._lastCipherblock=o(r,!0),this._aes=new I(t)};T.prototype.encrypt=function(e){if((e=o(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<e.length;n+=16){s(e,r,0,n,n+16);for(var i=0;i<16;i++)r[i]^=this._lastCipherblock[i];this._lastCipherblock=this._aes.encrypt(r),s(this._lastCipherblock,t,n)}return t},T.prototype.decrypt=function(e){if((e=o(e)).length%16!=0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var t=a(e.length),r=a(16),n=0;n<e.length;n+=16){s(e,r,0,n,n+16),r=this._aes.decrypt(r);for(var i=0;i<16;i++)t[n+i]=r[i]^this._lastCipherblock[i];s(e,this._lastCipherblock,0,n,n+16)}return t};var N=function e(t,r,n){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Feedback",this.name="cfb",r){if(16!=r.length)throw new Error("invalid initialation vector size (must be 16 size)")}else r=a(16);this.segmentSize=n=n||1,this._shiftRegister=o(r,!0),this._aes=new I(t)};N.prototype.encrypt=function(e){if(e.length%this.segmentSize!=0)throw new Error("invalid plaintext size (must be segmentSize bytes)");for(var t=o(e,!0),r=0;r<t.length;r+=this.segmentSize){for(var n=this._aes.encrypt(this._shiftRegister),i=0;i<this.segmentSize;i++)t[r+i]^=n[i];s(this._shiftRegister,this._shiftRegister,0,this.segmentSize),s(t,this._shiftRegister,16-this.segmentSize,r,r+this.segmentSize)}return t},N.prototype.decrypt=function(e){if(e.length%this.segmentSize!=0)throw new Error("invalid ciphertext size (must be segmentSize bytes)");for(var t=o(e,!0),r=0;r<t.length;r+=this.segmentSize){for(var n=this._aes.encrypt(this._shiftRegister),i=0;i<this.segmentSize;i++)t[r+i]^=n[i];s(this._shiftRegister,this._shiftRegister,0,this.segmentSize),s(e,this._shiftRegister,16-this.segmentSize,r,r+this.segmentSize)}return t};var R=function e(t,r){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");if(this.description="Output Feedback",this.name="ofb",r){if(16!=r.length)throw new Error("invalid initialation vector size (must be 16 bytes)")}else r=a(16);this._lastPrecipher=o(r,!0),this._lastPrecipherIndex=16,this._aes=new I(t)};R.prototype.encrypt=function(e){for(var t=o(e,!0),r=0;r<t.length;r++)16===this._lastPrecipherIndex&&(this._lastPrecipher=this._aes.encrypt(this._lastPrecipher),this._lastPrecipherIndex=0),t[r]^=this._lastPrecipher[this._lastPrecipherIndex++];return t},R.prototype.decrypt=R.prototype.encrypt;var O=function e(t){if(!(this instanceof e))throw Error("Counter must be instanitated with `new`");"number"==typeof(t=0===t||t?t:1)?(this._counter=a(16),this.setValue(t)):this.setBytes(t)};O.prototype.setValue=function(e){if("number"!=typeof e||parseInt(e)!=e)throw new Error("invalid counter value (must be an integer)");for(var t=15;0<=t;--t)this._counter[t]=e%256,e>>=8},O.prototype.setBytes=function(e){if(16!=(e=o(e,!0)).length)throw new Error("invalid counter bytes size (must be 16 bytes)");this._counter=e},O.prototype.increment=function(){for(var e=15;0<=e;e--){if(255!==this._counter[e]){this._counter[e]++;break}this._counter[e]=0}};var C=function e(t,r){if(!(this instanceof e))throw Error("AES must be instanitated with `new`");this.description="Counter",this.name="ctr",r instanceof O||(r=new O(r)),this._counter=r,this._remainingCounter=null,this._remainingCounterIndex=16,this._aes=new I(t)};C.prototype.encrypt=function(e){for(var t=o(e,!0),r=0;r<t.length;r++)16===this._remainingCounterIndex&&(this._remainingCounter=this._aes.encrypt(this._counter._counter),this._remainingCounterIndex=0,this._counter.increment()),t[r]^=this._remainingCounter[this._remainingCounterIndex++];return t},C.prototype.decrypt=C.prototype.encrypt,l={AES:I,Counter:O,ModeOfOperation:{ecb:P,cbc:T,cfb:N,ofb:R,ctr:C},utils:{hex:c,utf8:l},padding:{pkcs7:{pad:function(e){var t=16-(e=o(e,!0)).length%16,r=a(e.length+t);s(e,r);for(var n=e.length;n<r.length;n++)r[n]=t;return r},strip:function(e){if((e=o(e,!0)).length<16)throw new Error("PKCS#7 invalid length");var t=e[e.length-1];if(16<t)throw new Error("PKCS#7 padding byte out of range");for(var r=e.length-t,n=0;n<t;n++)if(e[r+n]!==t)throw new Error("PKCS#7 invalid padding byte");var i=a(r);return s(e,i,0,0,r),i}}},_arrayTest:{coerceArray:o,createArray:a,copyArray:s}},void 0!==r?t.exports=l:(e.aesjs&&(l._aesjs=e.aesjs),e.aesjs=l)}(this)},{}],9:[function(e,t,r){!function(t,r){"use strict";function n(e,t){if(!e)throw new Error(t||"Assertion failed")}function i(e,t){function r(){}e.super_=t,r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}function o(e,t,r){if(o.isBN(e))return e;this.negative=0,this.words=null,this.length=0,(this.red=null)!==e&&("le"!==t&&"be"!==t||(r=t,t=10),this._init(e||0,t||10,r||"be"))}var a;"object"==s(t)?t.exports=o:r.BN=o,(o.BN=o).wordSize=26;try{a=("undefined"!=typeof window&&void 0!==window.Buffer?window:e("buffer")).Buffer}catch(t){}function u(e,t){return 65<=(t=e.charCodeAt(t))&&t<=70?t-55:97<=t&&t<=102?t-87:t-48&15}function l(e,t,r){var n=u(e,r);return t<=r-1&&(n|=u(e,r-1)<<4),n}function c(e,t,r,n){for(var i=0,o=Math.min(e.length,r),a=t;a<o;a++){var s=e.charCodeAt(a)-48;i*=n,i+=49<=s?s-49+10:17<=s?s-17+10:s}return i}o.isBN=function(e){return e instanceof o||null!==e&&"object"==s(e)&&e.constructor.wordSize===o.wordSize&&Array.isArray(e.words)},o.max=function(e,t){return 0<e.cmp(t)?e:t},o.min=function(e,t){return e.cmp(t)<0?e:t},o.prototype._init=function(e,t,r){if("number"==typeof e)return this._initNumber(e,t,r);if("object"==s(e))return this._initArray(e,t,r);n((t="hex"===t?16:t)===(0|t)&&2<=t&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&(i++,this.negative=1),i<e.length&&(16===t?this._parseHex(e,i,r):(this._parseBase(e,t,i),"le"===r&&this._initArray(this.toArray(),t,r)))},o.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)},o.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,o,a=0;a<this.length;a++)this.words[a]=0;var s=0;if("be"===r)for(a=e.length-1,i=0;0<=a;a-=3)o=e[a]|e[a-1]<<8|e[a-2]<<16,this.words[i]|=o<<s&67108863,this.words[i+1]=o>>>26-s&67108863,26<=(s+=24)&&(s-=26,i++);else if("le"===r)for(i=a=0;a<e.length;a+=3)o=e[a]|e[a+1]<<8|e[a+2]<<16,this.words[i]|=o<<s&67108863,this.words[i+1]=o>>>26-s&67108863,26<=(s+=24)&&(s-=26,i++);return this.strip()},o.prototype._parseHex=function(e,t,r){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var i,o=0,a=0;if("be"===r)for(n=e.length-1;t<=n;n-=2)i=l(e,t,n)<<o,this.words[a]|=67108863&i,18<=o?(o-=18,this.words[a+=1]|=i>>>26):o+=8;else for(n=(e.length-t)%2==0?t+1:t;n<e.length;n+=2)i=l(e,t,n)<<o,this.words[a]|=67108863&i,18<=o?(o-=18,this.words[a+=1]|=i>>>26):o+=8;this.strip()},o.prototype._parseBase=function(e,t,r){this.words=[0];for(var n=0,i=this.length=1;i<=67108863;i*=t)n++;i=i/t|0;for(var o=e.length-r,a=o%--n,s=Math.min(o,o-a)+r,u=0,l=r;l<s;l+=n)u=c(e,l,l+n,t),this.imuln(i),this.words[0]+u<67108864?this.words[0]+=u:this._iaddn(u);if(0!=a){var h=1;for(u=c(e,l,e.length,t),l=0;l<a;l++)h*=t;this.imuln(h),this.words[0]+u<67108864?this.words[0]+=u:this._iaddn(u)}this.strip()},o.prototype.copy=function(e){e.words=new Array(this.length);for(var t=0;t<this.length;t++)e.words[t]=this.words[t];e.length=this.length,e.negative=this.negative,e.red=this.red},o.prototype.clone=function(){var e=new o(null);return this.copy(e),e},o.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},o.prototype.strip=function(){for(;1<this.length&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var h=["","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"],f=[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],d=[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];function p(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0,i=(n=(r.length=n)-1|0,(a=(0|e.words[0])*(0|t.words[0]))/67108864|0);r.words[0]=67108863&a;for(var o=1;o<n;o++){for(var a,s=i>>>26,u=67108863&i,l=Math.min(o,t.length-1),c=Math.max(0,o-e.length+1);c<=l;c++)s+=(a=(0|e.words[o-c|0])*(0|t.words[c])+u)/67108864|0,u=67108863&a;r.words[o]=0|u,i=0|s}return 0!==i?r.words[o]=0|i:r.length--,r.strip()}o.prototype.toString=function(e,t){if(t=0|t||1,16===(e=e||10)||"hex"===e){u="";for(var r=0,i=0,o=0;o<this.length;o++){var a=this.words[o],s=(16777215&(a<<r|i)).toString(16),u=0!=(i=a>>>24-r&16777215)||o!==this.length-1?h[6-s.length]+s+u:s+u;26<=(r+=2)&&(r-=26,o--)}for(0!==i&&(u=i.toString(16)+u);u.length%t!=0;)u="0"+u;return 0!==this.negative?"-"+u:u}if(e===(0|e)&&2<=e&&e<=36){var l=f[e],c=d[e];for(u="",(p=this.clone()).negative=0;!p.isZero();){var p,m=p.modn(c).toString(e);u=(p=p.idivn(c)).isZero()?m+u:h[l-m.length]+m+u}for(this.isZero()&&(u="0"+u);u.length%t!=0;)u="0"+u;return 0!==this.negative?"-"+u:u}n(!1,"Base should be between 2 and 36")},o.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]:2<this.length&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(e,t){return n(void 0!==a),this.toArrayLike(a,e,t)},o.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)},o.prototype.toArrayLike=function(e,t,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(0<o,"Requested array length <= 0"),this.strip(),t="le"===t;var a,s,u=new e(o),l=this.clone();if(t){for(s=0;!l.isZero();s++)a=l.andln(255),l.iushrn(8),u[s]=a;for(;s<o;s++)u[s]=0}else{for(s=0;s<o-i;s++)u[s]=0;for(s=0;!l.isZero();s++)a=l.andln(255),l.iushrn(8),u[o-s-1]=a}return u},Math.clz32?o.prototype._countBits=function(e){return 32-Math.clz32(e)}:o.prototype._countBits=function(e){var t=e;return e=0,4096<=t&&(e+=13,t>>>=13),64<=t&&(e+=7,t>>>=7),8<=t&&(e+=4,t>>>=4),2<=t&&(e+=2,t>>>=2),e+t},o.prototype._zeroBits=function(e){if(0===e)return 26;var t=e;return e=0,0==(8191&t)&&(e+=13,t>>>=13),0==(127&t)&&(e+=7,t>>>=7),0==(15&t)&&(e+=4,t>>>=4),0==(3&t)&&(e+=2,t>>>=2),0==(1&t)&&e++,e},o.prototype.bitLength=function(){var e=this.words[this.length-1];return e=this._countBits(e),26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;t<this.length;t++){var r=this._zeroBits(this.words[t]);if(e+=r,26!==r)break}return e},o.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},o.prototype.toTwos=function(e){return 0!==this.negative?this.abs().inotn(e).iaddn(1):this.clone()},o.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},o.prototype.isNeg=function(){return 0!==this.negative},o.prototype.neg=function(){return this.clone().ineg()},o.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},o.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var t=0;t<e.length;t++)this.words[t]=this.words[t]|e.words[t];return this.strip()},o.prototype.ior=function(e){return n(0==(this.negative|e.negative)),this.iuor(e)},o.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},o.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},o.prototype.iuand=function(e){for(var t=this.length>e.length?e:this,r=0;r<t.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=t.length,this.strip()},o.prototype.iand=function(e){return n(0==(this.negative|e.negative)),this.iuand(e)},o.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},o.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},o.prototype.iuxor=function(e){for(var t,r=this.length>e.length?(t=this,e):(t=e,this),n=0;n<r.length;n++)this.words[n]=t.words[n]^r.words[n];if(this!==t)for(;n<t.length;n++)this.words[n]=t.words[n];return this.length=t.length,this.strip()},o.prototype.ixor=function(e){return n(0==(this.negative|e.negative)),this.iuxor(e)},o.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},o.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},o.prototype.inotn=function(e){n("number"==typeof e&&0<=e);var t=0|Math.ceil(e/26);e%=26,this._expand(t),0<e&&t--;for(var r=0;r<t;r++)this.words[r]=67108863&~this.words[r];return 0<e&&(this.words[r]=~this.words[r]&67108863>>26-e),this.strip()},o.prototype.notn=function(e){return this.clone().inotn(e)},o.prototype.setn=function(e,t){n("number"==typeof e&&0<=e);var r=e/26|0;return e%=26,this._expand(1+r),this.words[r]=t?this.words[r]|1<<e:this.words[r]&~(1<<e),this.strip()},o.prototype.iadd=function(e){var t,r;if(0!==this.negative&&0===e.negative)return this.negative=0,t=this.isub(e),this.negative^=1,this._normSign();if(0===this.negative&&0!==e.negative)return e.negative=0,t=this.isub(e),e.negative=1,t._normSign();for(var n=this.length>e.length?(r=this,e):(r=e,this),i=0,o=0;o<n.length;o++)t=(0|r.words[o])+(0|n.words[o])+i,this.words[o]=67108863&t,i=t>>>26;for(;0!==i&&o<r.length;o++)t=(0|r.words[o])+i,this.words[o]=67108863&t,i=t>>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;o<r.length;o++)this.words[o]=r.words[o];return this},o.prototype.add=function(e){var t;return 0!==e.negative&&0===this.negative?(e.negative=0,t=this.sub(e),e.negative^=1,t):0===e.negative&&0!==this.negative?(this.negative=0,t=e.sub(this),this.negative=1,t):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},o.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=this.cmp(e);if(0===n)return this.negative=0,this.length=1,this.words[0]=0,this;for(var i=0<n?(r=this,e):(r=e,this),o=0,a=0;a<i.length;a++)o=(t=(0|r.words[a])-(0|i.words[a])+o)>>26,this.words[a]=67108863&t;for(;0!==o&&a<r.length;a++)o=(t=(0|r.words[a])+o)>>26,this.words[a]=67108863&t;if(0===o&&a<r.length&&r!==this)for(;a<r.length;a++)this.words[a]=r.words[a];return this.length=Math.max(this.length,a),r!==this&&(this.negative=1),this.strip()},o.prototype.sub=function(e){return this.clone().isub(e)};var m=function(e,t,r){var n,i,o=e.words,a=t.words,s=r.words,u=(q=0|o[0],8191&q),l=q>>>13,c=8191&(V=0|o[1]),h=V>>>13,f=8191&(W=0|o[2]),d=W>>>13,p=8191&(n=0|o[3]),m=n>>>13,g=8191&(Z=0|o[4]),y=Z>>>13,v=8191&(K=0|o[5]),b=K>>>13,w=8191&(i=0|o[6]),_=i>>>13,k=8191&(Q=0|o[7]),x=Q>>>13,A=8191&(J=0|o[8]),E=J>>>13,S=8191&($=0|o[9]),M=$>>>13,I=8191&(Y=0|a[0]),P=Y>>>13,T=0|a[1],N=8191&T,R=T>>>13,O=0|a[2],C=8191&O,j=O>>>13,B=8191&(X=0|a[3]),L=X>>>13,U=0|a[4],D=8191&U,z=U>>>13,F=0|a[5],H=8191&F,G=F>>>13,q=0|a[6],V=8191&q,W=q>>>13,Z=8191&(n=0|a[7]),K=n>>>13,Q=8191&(i=0|a[8]),J=i>>>13,$=8191&(o=0|a[9]),Y=o>>>13;r.negative=e.negative^t.negative,r.length=19;var X=(0+Math.imul(u,I)|0)+((8191&(O=(O=Math.imul(u,P))+Math.imul(l,I)|0))<<13)|0,ee=((U=Math.imul(l,P))+(O>>>13)|0)+(X>>>26)|0;return X&=67108863,T=Math.imul(c,I),O=(O=Math.imul(c,P))+Math.imul(h,I)|0,U=Math.imul(h,P),F=(ee+(T+Math.imul(u,N)|0)|0)+((8191&(O=(O=O+Math.imul(u,R)|0)+Math.imul(l,N)|0))<<13)|0,ee=((U=U+Math.imul(l,R)|0)+(O>>>13)|0)+(F>>>26)|0,F&=67108863,T=Math.imul(f,I),O=(O=Math.imul(f,P))+Math.imul(d,I)|0,U=Math.imul(d,P),T=T+Math.imul(c,N)|0,O=(O=O+Math.imul(c,R)|0)+Math.imul(h,N)|0,U=U+Math.imul(h,R)|0,q=(ee+(T+Math.imul(u,C)|0)|0)+((8191&(O=(O=O+Math.imul(u,j)|0)+Math.imul(l,C)|0))<<13)|0,ee=((U=U+Math.imul(l,j)|0)+(O>>>13)|0)+(q>>>26)|0,q&=67108863,T=Math.imul(p,I),O=(O=Math.imul(p,P))+Math.imul(m,I)|0,U=Math.imul(m,P),T=T+Math.imul(f,N)|0,O=(O=O+Math.imul(f,R)|0)+Math.imul(d,N)|0,U=U+Math.imul(d,R)|0,T=T+Math.imul(c,C)|0,O=(O=O+Math.imul(c,j)|0)+Math.imul(h,C)|0,U=U+Math.imul(h,j)|0,n=(ee+(T+Math.imul(u,B)|0)|0)+((8191&(O=(O=O+Math.imul(u,L)|0)+Math.imul(l,B)|0))<<13)|0,ee=((U=U+Math.imul(l,L)|0)+(O>>>13)|0)+(n>>>26)|0,n&=67108863,T=Math.imul(g,I),O=(O=Math.imul(g,P))+Math.imul(y,I)|0,U=Math.imul(y,P),T=T+Math.imul(p,N)|0,O=(O=O+Math.imul(p,R)|0)+Math.imul(m,N)|0,U=U+Math.imul(m,R)|0,T=T+Math.imul(f,C)|0,O=(O=O+Math.imul(f,j)|0)+Math.imul(d,C)|0,U=U+Math.imul(d,j)|0,T=T+Math.imul(c,B)|0,O=(O=O+Math.imul(c,L)|0)+Math.imul(h,B)|0,U=U+Math.imul(h,L)|0,i=(ee+(T+Math.imul(u,D)|0)|0)+((8191&(O=(O=O+Math.imul(u,z)|0)+Math.imul(l,D)|0))<<13)|0,ee=((U=U+Math.imul(l,z)|0)+(O>>>13)|0)+(i>>>26)|0,i&=67108863,T=Math.imul(v,I),O=(O=Math.imul(v,P))+Math.imul(b,I)|0,U=Math.imul(b,P),T=T+Math.imul(g,N)|0,O=(O=O+Math.imul(g,R)|0)+Math.imul(y,N)|0,U=U+Math.imul(y,R)|0,T=T+Math.imul(p,C)|0,O=(O=O+Math.imul(p,j)|0)+Math.imul(m,C)|0,U=U+Math.imul(m,j)|0,T=T+Math.imul(f,B)|0,O=(O=O+Math.imul(f,L)|0)+Math.imul(d,B)|0,U=U+Math.imul(d,L)|0,T=T+Math.imul(c,D)|0,O=(O=O+Math.imul(c,z)|0)+Math.imul(h,D)|0,U=U+Math.imul(h,z)|0,a=(ee+(T+Math.imul(u,H)|0)|0)+((8191&(O=(O=O+Math.imul(u,G)|0)+Math.imul(l,H)|0))<<13)|0,ee=((U=U+Math.imul(l,G)|0)+(O>>>13)|0)+(a>>>26)|0,a&=67108863,T=Math.imul(w,I),O=(O=Math.imul(w,P))+Math.imul(_,I)|0,U=Math.imul(_,P),T=T+Math.imul(v,N)|0,O=(O=O+Math.imul(v,R)|0)+Math.imul(b,N)|0,U=U+Math.imul(b,R)|0,T=T+Math.imul(g,C)|0,O=(O=O+Math.imul(g,j)|0)+Math.imul(y,C)|0,U=U+Math.imul(y,j)|0,T=T+Math.imul(p,B)|0,O=(O=O+Math.imul(p,L)|0)+Math.imul(m,B)|0,U=U+Math.imul(m,L)|0,T=T+Math.imul(f,D)|0,O=(O=O+Math.imul(f,z)|0)+Math.imul(d,D)|0,U=U+Math.imul(d,z)|0,T=T+Math.imul(c,H)|0,O=(O=O+Math.imul(c,G)|0)+Math.imul(h,H)|0,U=U+Math.imul(h,G)|0,o=(ee+(T+Math.imul(u,V)|0)|0)+((8191&(O=(O=O+Math.imul(u,W)|0)+Math.imul(l,V)|0))<<13)|0,ee=((U=U+Math.imul(l,W)|0)+(O>>>13)|0)+(o>>>26)|0,o&=67108863,T=Math.imul(k,I),O=(O=Math.imul(k,P))+Math.imul(x,I)|0,U=Math.imul(x,P),T=T+Math.imul(w,N)|0,O=(O=O+Math.imul(w,R)|0)+Math.imul(_,N)|0,U=U+Math.imul(_,R)|0,T=T+Math.imul(v,C)|0,O=(O=O+Math.imul(v,j)|0)+Math.imul(b,C)|0,U=U+Math.imul(b,j)|0,T=T+Math.imul(g,B)|0,O=(O=O+Math.imul(g,L)|0)+Math.imul(y,B)|0,U=U+Math.imul(y,L)|0,T=T+Math.imul(p,D)|0,O=(O=O+Math.imul(p,z)|0)+Math.imul(m,D)|0,U=U+Math.imul(m,z)|0,T=T+Math.imul(f,H)|0,O=(O=O+Math.imul(f,G)|0)+Math.imul(d,H)|0,U=U+Math.imul(d,G)|0,T=T+Math.imul(c,V)|0,O=(O=O+Math.imul(c,W)|0)+Math.imul(h,V)|0,U=U+Math.imul(h,W)|0,e=(ee+(T+Math.imul(u,Z)|0)|0)+((8191&(O=(O=O+Math.imul(u,K)|0)+Math.imul(l,Z)|0))<<13)|0,ee=((U=U+Math.imul(l,K)|0)+(O>>>13)|0)+(e>>>26)|0,e&=67108863,T=Math.imul(A,I),O=(O=Math.imul(A,P))+Math.imul(E,I)|0,U=Math.imul(E,P),T=T+Math.imul(k,N)|0,O=(O=O+Math.imul(k,R)|0)+Math.imul(x,N)|0,U=U+Math.imul(x,R)|0,T=T+Math.imul(w,C)|0,O=(O=O+Math.imul(w,j)|0)+Math.imul(_,C)|0,U=U+Math.imul(_,j)|0,T=T+Math.imul(v,B)|0,O=(O=O+Math.imul(v,L)|0)+Math.imul(b,B)|0,U=U+Math.imul(b,L)|0,T=T+Math.imul(g,D)|0,O=(O=O+Math.imul(g,z)|0)+Math.imul(y,D)|0,U=U+Math.imul(y,z)|0,T=T+Math.imul(p,H)|0,O=(O=O+Math.imul(p,G)|0)+Math.imul(m,H)|0,U=U+Math.imul(m,G)|0,T=T+Math.imul(f,V)|0,O=(O=O+Math.imul(f,W)|0)+Math.imul(d,V)|0,U=U+Math.imul(d,W)|0,T=T+Math.imul(c,Z)|0,O=(O=O+Math.imul(c,K)|0)+Math.imul(h,Z)|0,U=U+Math.imul(h,K)|0,t=(ee+(T+Math.imul(u,Q)|0)|0)+((8191&(O=(O=O+Math.imul(u,J)|0)+Math.imul(l,Q)|0))<<13)|0,ee=((U=U+Math.imul(l,J)|0)+(O>>>13)|0)+(t>>>26)|0,t&=67108863,T=Math.imul(S,I),O=(O=Math.imul(S,P))+Math.imul(M,I)|0,U=Math.imul(M,P),T=T+Math.imul(A,N)|0,O=(O=O+Math.imul(A,R)|0)+Math.imul(E,N)|0,U=U+Math.imul(E,R)|0,T=T+Math.imul(k,C)|0,O=(O=O+Math.imul(k,j)|0)+Math.imul(x,C)|0,U=U+Math.imul(x,j)|0,T=T+Math.imul(w,B)|0,O=(O=O+Math.imul(w,L)|0)+Math.imul(_,B)|0,U=U+Math.imul(_,L)|0,T=T+Math.imul(v,D)|0,O=(O=O+Math.imul(v,z)|0)+Math.imul(b,D)|0,U=U+Math.imul(b,z)|0,T=T+Math.imul(g,H)|0,O=(O=O+Math.imul(g,G)|0)+Math.imul(y,H)|0,U=U+Math.imul(y,G)|0,T=T+Math.imul(p,V)|0,O=(O=O+Math.imul(p,W)|0)+Math.imul(m,V)|0,U=U+Math.imul(m,W)|0,T=T+Math.imul(f,Z)|0,O=(O=O+Math.imul(f,K)|0)+Math.imul(d,Z)|0,U=U+Math.imul(d,K)|0,T=T+Math.imul(c,Q)|0,O=(O=O+Math.imul(c,J)|0)+Math.imul(h,Q)|0,U=U+Math.imul(h,J)|0,u=(ee+(T+Math.imul(u,$)|0)|0)+((8191&(O=(O=O+Math.imul(u,Y)|0)+Math.imul(l,$)|0))<<13)|0,ee=((U=U+Math.imul(l,Y)|0)+(O>>>13)|0)+(u>>>26)|0,u&=67108863,T=Math.imul(S,N),O=(O=Math.imul(S,R))+Math.imul(M,N)|0,U=Math.imul(M,R),T=T+Math.imul(A,C)|0,O=(O=O+Math.imul(A,j)|0)+Math.imul(E,C)|0,U=U+Math.imul(E,j)|0,T=T+Math.imul(k,B)|0,O=(O=O+Math.imul(k,L)|0)+Math.imul(x,B)|0,U=U+Math.imul(x,L)|0,T=T+Math.imul(w,D)|0,O=(O=O+Math.imul(w,z)|0)+Math.imul(_,D)|0,U=U+Math.imul(_,z)|0,T=T+Math.imul(v,H)|0,O=(O=O+Math.imul(v,G)|0)+Math.imul(b,H)|0,U=U+Math.imul(b,G)|0,T=T+Math.imul(g,V)|0,O=(O=O+Math.imul(g,W)|0)+Math.imul(y,V)|0,U=U+Math.imul(y,W)|0,T=T+Math.imul(p,Z)|0,O=(O=O+Math.imul(p,K)|0)+Math.imul(m,Z)|0,U=U+Math.imul(m,K)|0,T=T+Math.imul(f,Q)|0,O=(O=O+Math.imul(f,J)|0)+Math.imul(d,Q)|0,U=U+Math.imul(d,J)|0,c=(ee+(T+Math.imul(c,$)|0)|0)+((8191&(O=(O=O+Math.imul(c,Y)|0)+Math.imul(h,$)|0))<<13)|0,ee=((U=U+Math.imul(h,Y)|0)+(O>>>13)|0)+(c>>>26)|0,c&=67108863,T=Math.imul(S,C),O=(O=Math.imul(S,j))+Math.imul(M,C)|0,U=Math.imul(M,j),T=T+Math.imul(A,B)|0,O=(O=O+Math.imul(A,L)|0)+Math.imul(E,B)|0,U=U+Math.imul(E,L)|0,T=T+Math.imul(k,D)|0,O=(O=O+Math.imul(k,z)|0)+Math.imul(x,D)|0,U=U+Math.imul(x,z)|0,T=T+Math.imul(w,H)|0,O=(O=O+Math.imul(w,G)|0)+Math.imul(_,H)|0,U=U+Math.imul(_,G)|0,T=T+Math.imul(v,V)|0,O=(O=O+Math.imul(v,W)|0)+Math.imul(b,V)|0,U=U+Math.imul(b,W)|0,T=T+Math.imul(g,Z)|0,O=(O=O+Math.imul(g,K)|0)+Math.imul(y,Z)|0,U=U+Math.imul(y,K)|0,T=T+Math.imul(p,Q)|0,O=(O=O+Math.imul(p,J)|0)+Math.imul(m,Q)|0,U=U+Math.imul(m,J)|0,f=(ee+(T+Math.imul(f,$)|0)|0)+((8191&(O=(O=O+Math.imul(f,Y)|0)+Math.imul(d,$)|0))<<13)|0,ee=((U=U+Math.imul(d,Y)|0)+(O>>>13)|0)+(f>>>26)|0,f&=67108863,T=Math.imul(S,B),O=(O=Math.imul(S,L))+Math.imul(M,B)|0,U=Math.imul(M,L),T=T+Math.imul(A,D)|0,O=(O=O+Math.imul(A,z)|0)+Math.imul(E,D)|0,U=U+Math.imul(E,z)|0,T=T+Math.imul(k,H)|0,O=(O=O+Math.imul(k,G)|0)+Math.imul(x,H)|0,U=U+Math.imul(x,G)|0,T=T+Math.imul(w,V)|0,O=(O=O+Math.imul(w,W)|0)+Math.imul(_,V)|0,U=U+Math.imul(_,W)|0,T=T+Math.imul(v,Z)|0,O=(O=O+Math.imul(v,K)|0)+Math.imul(b,Z)|0,U=U+Math.imul(b,K)|0,T=T+Math.imul(g,Q)|0,O=(O=O+Math.imul(g,J)|0)+Math.imul(y,Q)|0,U=U+Math.imul(y,J)|0,p=(ee+(T+Math.imul(p,$)|0)|0)+((8191&(O=(O=O+Math.imul(p,Y)|0)+Math.imul(m,$)|0))<<13)|0,ee=((U=U+Math.imul(m,Y)|0)+(O>>>13)|0)+(p>>>26)|0,p&=67108863,T=Math.imul(S,D),O=(O=Math.imul(S,z))+Math.imul(M,D)|0,U=Math.imul(M,z),T=T+Math.imul(A,H)|0,O=(O=O+Math.imul(A,G)|0)+Math.imul(E,H)|0,U=U+Math.imul(E,G)|0,T=T+Math.imul(k,V)|0,O=(O=O+Math.imul(k,W)|0)+Math.imul(x,V)|0,U=U+Math.imul(x,W)|0,T=T+Math.imul(w,Z)|0,O=(O=O+Math.imul(w,K)|0)+Math.imul(_,Z)|0,U=U+Math.imul(_,K)|0,T=T+Math.imul(v,Q)|0,O=(O=O+Math.imul(v,J)|0)+Math.imul(b,Q)|0,U=U+Math.imul(b,J)|0,g=(ee+(T+Math.imul(g,$)|0)|0)+((8191&(O=(O=O+Math.imul(g,Y)|0)+Math.imul(y,$)|0))<<13)|0,ee=((U=U+Math.imul(y,Y)|0)+(O>>>13)|0)+(g>>>26)|0,g&=67108863,T=Math.imul(S,H),O=(O=Math.imul(S,G))+Math.imul(M,H)|0,U=Math.imul(M,G),T=T+Math.imul(A,V)|0,O=(O=O+Math.imul(A,W)|0)+Math.imul(E,V)|0,U=U+Math.imul(E,W)|0,T=T+Math.imul(k,Z)|0,O=(O=O+Math.imul(k,K)|0)+Math.imul(x,Z)|0,U=U+Math.imul(x,K)|0,T=T+Math.imul(w,Q)|0,O=(O=O+Math.imul(w,J)|0)+Math.imul(_,Q)|0,U=U+Math.imul(_,J)|0,v=(ee+(T+Math.imul(v,$)|0)|0)+((8191&(O=(O=O+Math.imul(v,Y)|0)+Math.imul(b,$)|0))<<13)|0,ee=((U=U+Math.imul(b,Y)|0)+(O>>>13)|0)+(v>>>26)|0,v&=67108863,T=Math.imul(S,V),O=(O=Math.imul(S,W))+Math.imul(M,V)|0,U=Math.imul(M,W),T=T+Math.imul(A,Z)|0,O=(O=O+Math.imul(A,K)|0)+Math.imul(E,Z)|0,U=U+Math.imul(E,K)|0,T=T+Math.imul(k,Q)|0,O=(O=O+Math.imul(k,J)|0)+Math.imul(x,Q)|0,U=U+Math.imul(x,J)|0,w=(ee+(T+Math.imul(w,$)|0)|0)+((8191&(O=(O=O+Math.imul(w,Y)|0)+Math.imul(_,$)|0))<<13)|0,ee=((U=U+Math.imul(_,Y)|0)+(O>>>13)|0)+(w>>>26)|0,w&=67108863,T=Math.imul(S,Z),O=(O=Math.imul(S,K))+Math.imul(M,Z)|0,U=Math.imul(M,K),T=T+Math.imul(A,Q)|0,O=(O=O+Math.imul(A,J)|0)+Math.imul(E,Q)|0,U=U+Math.imul(E,J)|0,k=(ee+(T+Math.imul(k,$)|0)|0)+((8191&(O=(O=O+Math.imul(k,Y)|0)+Math.imul(x,$)|0))<<13)|0,ee=((U=U+Math.imul(x,Y)|0)+(O>>>13)|0)+(k>>>26)|0,k&=67108863,T=Math.imul(S,Q),O=(O=Math.imul(S,J))+Math.imul(M,Q)|0,U=Math.imul(M,J),A=(ee+(T+Math.imul(A,$)|0)|0)+((8191&(O=(O=O+Math.imul(A,Y)|0)+Math.imul(E,$)|0))<<13)|0,ee=((U=U+Math.imul(E,Y)|0)+(O>>>13)|0)+(A>>>26)|0,A&=67108863,$=(ee+Math.imul(S,$)|0)+((8191&(O=(O=Math.imul(S,Y))+Math.imul(M,$)|0))<<13)|0,ee=((U=Math.imul(M,Y))+(O>>>13)|0)+($>>>26)|0,$&=67108863,s[0]=X,s[1]=F,s[2]=q,s[3]=n,s[4]=i,s[5]=a,s[6]=o,s[7]=e,s[8]=t,s[9]=u,s[10]=c,s[11]=f,s[12]=p,s[13]=g,s[14]=v,s[15]=w,s[16]=k,s[17]=A,s[18]=$,0!=ee&&(s[19]=ee,r.length++),r};function g(e,t,r){return(new y).mulp(e,t,r)}function y(e,t){this.x=e,this.y=t}Math.imul||(m=p),o.prototype.mulTo=function(e,t){var r=this.length+e.length;return t=(10===this.length&&10===e.length?m:r<63?p:r<1024?function(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,o=0;o<r.length-1;o++){for(var a=i,s=(i=0,67108863&n),u=Math.min(o,t.length-1),l=Math.max(0,o-e.length+1);l<=u;l++){var c,h=(0|e.words[o-l])*(0|t.words[l]);s=67108863&(c=(c=67108863&h)+s|0),i+=(a=(a=a+(h/67108864|0)|0)+(c>>>26)|0)>>>26,a&=67108863}r.words[o]=s,n=a,a=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}:g)(this,e,t)},y.prototype.makeRBT=function(e){for(var t=new Array(e),r=o.prototype._countBits(e)-1,n=0;n<e;n++)t[n]=this.revBin(n,r,e);return t},y.prototype.revBin=function(e,t,r){if(0===e||e===r-1)return e;for(var n=0,i=0;i<t;i++)n|=(1&e)<<t-i-1,e>>=1;return n},y.prototype.permute=function(e,t,r,n,i,o){for(var a=0;a<o;a++)n[a]=t[e[a]],i[a]=r[e[a]]},y.prototype.transform=function(e,t,r,n,i,o){this.permute(o,e,t,r,n,i);for(var a=1;a<i;a<<=1)for(var s=a<<1,u=Math.cos(2*Math.PI/s),l=Math.sin(2*Math.PI/s),c=0;c<i;c+=s)for(var h=u,f=l,d=0;d<a;d++){var p=r[c+d],m=n[c+d],g=r[c+d+a],y=h*g-f*(v=n[c+d+a]),v=h*v+f*g;r[c+d]=p+(g=y),n[c+d]=m+v,r[c+d+a]=p-g,n[c+d+a]=m-v,d!==s&&(y=u*h-l*f,f=u*f+l*h,h=y)}},y.prototype.guessLen13b=function(e,t){e=1&(n=1|Math.max(t,e));for(var r=0,n=n/2|0;n;n>>>=1)r++;return 1<<r+1+e},y.prototype.conjugate=function(e,t,r){if(!(r<=1))for(var n=0;n<r/2;n++){var i=e[n];e[n]=e[r-n-1],e[r-n-1]=i,i=t[n],t[n]=-t[r-n-1],t[r-n-1]=-i}},y.prototype.normalize13b=function(e,t){for(var r=0,n=0;n<t/2;n++){var i=8192*Math.round(e[2*n+1]/t)+Math.round(e[2*n]/t)+r;e[n]=67108863&i,r=i<67108864?0:i/67108864|0}return e},y.prototype.convert13b=function(e,t,r,i){for(var o=0,a=0;a<t;a++)o+=0|e[a],r[2*a]=8191&o,r[2*a+1]=8191&(o>>>=13),o>>>=13;for(a=2*t;a<i;++a)r[a]=0;n(0===o),n(0==(-8192&o))},y.prototype.stub=function(e){for(var t=new Array(e),r=0;r<e;r++)t[r]=0;return t},y.prototype.mulp=function(e,t,r){var n=2*this.guessLen13b(e.length,t.length),i=this.makeRBT(n),o=this.stub(n),a=new Array(n),s=new Array(n),u=new Array(n),l=new Array(n),c=new Array(n),h=new Array(n),f=r.words;f.length=n,this.convert13b(e.words,e.length,a,n),this.convert13b(t.words,t.length,l,n),this.transform(a,o,s,u,n,i),this.transform(l,o,c,h,n,i);for(var d=0;d<n;d++){var p=s[d]*c[d]-u[d]*h[d];u[d]=s[d]*h[d]+u[d]*c[d],s[d]=p}return this.conjugate(s,u,n),this.transform(s,u,f,o,n,i),this.conjugate(f,o,n),this.normalize13b(f,n),r.negative=e.negative^t.negative,r.length=e.length+t.length,r.strip()},o.prototype.mul=function(e){var t=new o(null);return t.words=new Array(this.length+e.length),this.mulTo(e,t)},o.prototype.mulf=function(e){var t=new o(null);return t.words=new Array(this.length+e.length),g(this,e,t)},o.prototype.imul=function(e){return this.clone().mulTo(e,this)},o.prototype.imuln=function(e){n("number"==typeof e),n(e<67108864);for(var t=0,r=0;r<this.length;r++){var i=(0|this.words[r])*e,o=(67108863&i)+(67108863&t);t>>=26,t+=i/67108864|0,t+=o>>>26,this.words[r]=67108863&o}return 0!==t&&(this.words[r]=t,this.length++),this},o.prototype.muln=function(e){return this.clone().imuln(e)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r<t.length;r++){var n=r%26;t[r]=(e.words[r/26|0]&1<<n)>>>n}return t}(e);if(0===t.length)return new o(1);for(var r=this,n=0;n<t.length&&0===t[n];n++,r=r.sqr());if(++n<t.length)for(var i=r.sqr();n<t.length;n++,i=i.sqr())0!==t[n]&&(r=r.mul(i));return r},o.prototype.iushln=function(e){n("number"==typeof e&&0<=e);var t=e%26,r=(e-t)/26,i=67108863>>>26-t<<26-t;if(0!=t){for(var o=0,a=0;a<this.length;a++){var s=this.words[a]&i,u=(0|this.words[a])-s<<t;this.words[a]=u|o,o=s>>>26-t}o&&(this.words[a]=o,this.length++)}if(0!=r){for(a=this.length-1;0<=a;a--)this.words[a+r]=this.words[a];for(a=0;a<r;a++)this.words[a]=0;this.length+=r}return this.strip()},o.prototype.ishln=function(e){return n(0===this.negative),this.iushln(e)},o.prototype.iushrn=function(e,t,r){n("number"==typeof e&&0<=e);var i=t?(t-t%26)/26:0,o=e%26,a=Math.min((e-o)/26,this.length),s=67108863^67108863>>>o<<o,u=r;if(i-=a,i=Math.max(0,i),u){for(var l=0;l<a;l++)u.words[l]=this.words[l];u.length=a}if(0!==a)if(this.length>a)for(this.length-=a,l=0;l<this.length;l++)this.words[l]=this.words[l+a];else this.words[0]=0,this.length=1;var c=0;for(l=this.length-1;0<=l&&(0!==c||i<=l);l--){var h=0|this.words[l];this.words[l]=c<<26-o|h>>>o,c=h&s}return u&&0!==c&&(u.words[u.length++]=c),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},o.prototype.shln=function(e){return this.clone().ishln(e)},o.prototype.ushln=function(e){return this.clone().iushln(e)},o.prototype.shrn=function(e){return this.clone().ishrn(e)},o.prototype.ushrn=function(e){return this.clone().iushrn(e)},o.prototype.testn=function(e){n("number"==typeof e&&0<=e);var t=e%26;return e=(e-t)/26,!(this.length<=e||!(this.words[e]&1<<t))},o.prototype.imaskn=function(e){n("number"==typeof e&&0<=e);var t=e%26;return e=(e-t)/26,n(0===this.negative,"imaskn works only with positive numbers"),this.length<=e?this:(0!=t&&e++,this.length=Math.min(e,this.length),0!=t&&(this.words[this.length-1]&=67108863^67108863>>>t<<t),this.strip())},o.prototype.maskn=function(e){return this.clone().imaskn(e)},o.prototype.iaddn=function(e){return n("number"==typeof e),n(e<67108864),e<0?this.isubn(-e):0!==this.negative?(1===this.length&&(0|this.words[0])<e?(this.words[0]=e-(0|this.words[0]),this.negative=0):(this.negative=0,this.isubn(e),this.negative=1),this):this._iaddn(e)},o.prototype._iaddn=function(e){this.words[0]+=e;for(var t=0;t<this.length&&67108864<=this.words[t];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},o.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<this.length&&this.words[t]<0;t++)this.words[t]+=67108864,--this.words[t+1];return this.strip()},o.prototype.addn=function(e){return this.clone().iaddn(e)},o.prototype.subn=function(e){return this.clone().isubn(e)},o.prototype.iabs=function(){return this.negative=0,this},o.prototype.abs=function(){return this.clone().iabs()},o.prototype._ishlnsubmul=function(e,t,r){var i=e.length+r;this._expand(i);for(var o=0,a=0;a<e.length;a++){var s=(0|this.words[a+r])+o,u=(0|e.words[a])*t;o=((s-=67108863&u)>>26)-(u/67108864|0),this.words[a+r]=67108863&s}for(;a<this.length-r;a++)o=(s=(0|this.words[a+r])+o)>>26,this.words[a+r]=67108863&s;if(0===o)return this.strip();for(n(-1===o),a=o=0;a<this.length;a++)o=(s=-(0|this.words[a])+o)>>26,this.words[a]=67108863&s;return this.negative=1,this.strip()},o.prototype._wordDiv=function(e,t){var r=(this.length,e.length),n=this.clone(),i=e,a=0|i.words[i.length-1];0!=(r=26-this._countBits(a))&&(i=i.ushln(r),n.iushln(r),a=0|i.words[i.length-1]);var s,u=n.length-i.length;if("mod"!==t){(s=new o(null)).length=1+u,s.words=new Array(s.length);for(var l=0;l<s.length;l++)s.words[l]=0}0===(e=n.clone()._ishlnsubmul(i,1,u)).negative&&(n=e,s&&(s.words[u]=1));for(var c=u-1;0<=c;c--){var h=67108864*(0|n.words[i.length+c])+(0|n.words[i.length+c-1]);for(h=Math.min(h/a|0,67108863),n._ishlnsubmul(i,h,c);0!==n.negative;)h--,n.negative=0,n._ishlnsubmul(i,1,c),n.isZero()||(n.negative^=1);s&&(s.words[c]=h)}return s&&s.strip(),n.strip(),"div"!==t&&0!=r&&n.iushrn(r),{div:s||null,mod:n}},o.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new o(0),mod:new o(0)}:0!==this.negative&&0===e.negative?(s=this.neg().divmod(e,t),"mod"!==t&&(i=s.div.neg()),"div"!==t&&(a=s.mod.neg(),r&&0!==a.negative&&a.iadd(e)),{div:i,mod:a}):0===this.negative&&0!==e.negative?(s=this.divmod(e.neg(),t),{div:i="mod"!==t?s.div.neg():i,mod:s.mod}):0!=(this.negative&e.negative)?(s=this.neg().divmod(e.neg(),t),"div"!==t&&(a=s.mod.neg(),r&&0!==a.negative&&a.isub(e)),{div:s.div,mod:a}):e.length>this.length||this.cmp(e)<0?{div:new o(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new o(this.modn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new o(this.modn(e.words[0]))}:this._wordDiv(e,t);var i,a,s},o.prototype.div=function(e){return this.divmod(e,"div",!1).div},o.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},o.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},o.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);return e=e.andln(1),(n=r.cmp(n))<0||1===e&&0===n?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},o.prototype.modn=function(e){n(e<=67108863);for(var t=(1<<26)%e,r=0,i=this.length-1;0<=i;i--)r=(t*r+(0|this.words[i]))%e;return r},o.prototype.idivn=function(e){n(e<=67108863);for(var t=0,r=this.length-1;0<=r;r--){var i=(0|this.words[r])+67108864*t;this.words[r]=i/e|0,t=i%e}return this.strip()},o.prototype.divn=function(e){return this.clone().idivn(e)},o.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());for(var t=this,r=e.clone(),i=(t=0!==t.negative?t.umod(e):t.clone(),new o(1)),a=new o(0),s=new o(0),u=new o(1),l=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++l;for(var c=r.clone(),h=t.clone();!t.isZero();){for(var f=0,d=1;0==(t.words[0]&d)&&f<26;++f,d<<=1);if(0<f)for(t.iushrn(f);0<f--;)(i.isOdd()||a.isOdd())&&(i.iadd(c),a.isub(h)),i.iushrn(1),a.iushrn(1);for(var p=0,m=1;0==(r.words[0]&m)&&p<26;++p,m<<=1);if(0<p)for(r.iushrn(p);0<p--;)(s.isOdd()||u.isOdd())&&(s.iadd(c),u.isub(h)),s.iushrn(1),u.iushrn(1);0<=t.cmp(r)?(t.isub(r),i.isub(s),a.isub(u)):(r.isub(t),s.isub(i),u.isub(a))}return{a:s,b:u,gcd:r.iushln(l)}},o.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());for(var t,r=this,i=e.clone(),a=(r=0!==r.negative?r.umod(e):r.clone(),new o(1)),s=new o(0),u=i.clone();0<r.cmpn(1)&&0<i.cmpn(1);){for(var l=0,c=1;0==(r.words[0]&c)&&l<26;++l,c<<=1);if(0<l)for(r.iushrn(l);0<l--;)a.isOdd()&&a.iadd(u),a.iushrn(1);for(var h=0,f=1;0==(i.words[0]&f)&&h<26;++h,f<<=1);if(0<h)for(i.iushrn(h);0<h--;)s.isOdd()&&s.iadd(u),s.iushrn(1);0<=r.cmp(i)?(r.isub(i),a.isub(s)):(i.isub(r),s.isub(a))}return(t=0===r.cmpn(1)?a:s).cmpn(0)<0&&t.iadd(e),t},o.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;for(var n=r.negative=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=t.cmp(r);if(i<0){var o=t;t=r,r=o}else if(0===i||0===r.cmpn(1))break;t.isub(r)}return r.iushln(n)},o.prototype.invm=function(e){return this.egcd(e).a.umod(e)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(e){return this.words[0]&e},o.prototype.bincn=function(e){n("number"==typeof e),e=(e-(t=e%26))/26;var t=1<<t;if(this.length<=e)return this._expand(1+e),this.words[e]|=t,this;for(var r=t,i=e;0!==r&&i<this.length;i++){var o=0|this.words[i];r=(o+=r)>>>26,o&=67108863,this.words[i]=o}return 0!==r&&(this.words[i]=r,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(e){var t=e<0;return 0===this.negative||t?0===this.negative&&t?1:(this.strip(),e=1<this.length?1:(n((e=t?-e:e)<=67108863,"Number is too big"),(t=0|this.words[0])===e?0:t<e?-1:1),0!==this.negative?0|-e:e):-1},o.prototype.cmp=function(e){return 0!==this.negative&&0===e.negative?-1:0===this.negative&&0!==e.negative?1:(e=this.ucmp(e),0!==this.negative?0|-e:e)},o.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var t=0,r=this.length-1;0<=r;r--){var n=0|this.words[r],i=0|e.words[r];if(n!=i){n<i?t=-1:i<n&&(t=1);break}}return t},o.prototype.gtn=function(e){return 1===this.cmpn(e)},o.prototype.gt=function(e){return 1===this.cmp(e)},o.prototype.gten=function(e){return 0<=this.cmpn(e)},o.prototype.gte=function(e){return 0<=this.cmp(e)},o.prototype.ltn=function(e){return-1===this.cmpn(e)},o.prototype.lt=function(e){return-1===this.cmp(e)},o.prototype.lten=function(e){return this.cmpn(e)<=0},o.prototype.lte=function(e){return this.cmp(e)<=0},o.prototype.eqn=function(e){return 0===this.cmpn(e)},o.prototype.eq=function(e){return 0===this.cmp(e)},o.red=function(e){return new A(e)},o.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)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(e){return this.red=e,this},o.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},o.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},o.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},o.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},o.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},o.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},o.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},o.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var v={k256:null,p224:null,p192:null,p25519:null};function b(e,t){this.name=e,this.p=new o(t,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function w(){b.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function _(){b.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function k(){b.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function x(){b.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function A(e){var t;"string"==typeof e?(t=o._prime(e),this.m=t.p,this.prime=t):(n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null)}function E(e){A.call(this,e),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(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)}b.prototype._tmp=function(){var e=new o(null);return e.words=new Array(Math.ceil(this.n/13)),e},b.prototype.ireduce=function(e){for(var t,r=e;this.split(r,this.tmp),(t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength())>this.n;);return 0===(e=t<this.n?-1:r.ucmp(this.p))?(r.words[0]=0,r.length=1):0<e?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},b.prototype.split=function(e,t){e.iushrn(this.n,0,t)},b.prototype.imulK=function(e){return e.imul(this.k)},i(w,b),w.prototype.split=function(e,t){for(var r=Math.min(e.length,9),n=0;n<r;n++)t.words[n]=e.words[n];if(t.length=r,e.length<=9)return e.words[0]=0,void(e.length=1);var i=e.words[9];for(t.words[t.length++]=4194303&i,n=10;n<e.length;n++){var o=0|e.words[n];e.words[n-10]=(4194303&o)<<4|i>>>22,i=o}0==(e.words[n-10]=i>>>=22)&&10<e.length?e.length-=10:e.length-=9},w.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<e.length;r++){var n=0|e.words[r];t+=977*n,e.words[r]=67108863&t,t=64*n+(t/67108864|0)}return 0===e.words[e.length-1]&&(e.length--,0===e.words[e.length-1]&&e.length--),e},i(_,b),i(k,b),i(x,b),x.prototype.imulK=function(e){for(var t=0,r=0;r<e.length;r++){var n=19*(0|e.words[r])+t,i=67108863&n;n>>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},o._prime=function(e){if(v[e])return v[e];var t;if("k256"===e)t=new w;else if("p224"===e)t=new _;else if("p192"===e)t=new k;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new x}return v[e]=t},A.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},A.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")},A.prototype.imod=function(e){return(this.prime?this.prime.ireduce(e):e.umod(this.m))._forceRed(this)},A.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},A.prototype.add=function(e,t){return this._verify2(e,t),0<=(t=e.add(t)).cmp(this.m)&&t.isub(this.m),t._forceRed(this)},A.prototype.iadd=function(e,t){return this._verify2(e,t),0<=(t=e.iadd(t)).cmp(this.m)&&t.isub(this.m),t},A.prototype.sub=function(e,t){return this._verify2(e,t),(t=e.sub(t)).cmpn(0)<0&&t.iadd(this.m),t._forceRed(this)},A.prototype.isub=function(e,t){return this._verify2(e,t),(t=e.isub(t)).cmpn(0)<0&&t.iadd(this.m),t},A.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},A.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},A.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},A.prototype.isqr=function(e){return this.imul(e,e.clone())},A.prototype.sqr=function(e){return this.mul(e,e)},A.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2==1),3===t)return t=this.m.add(new o(1)).iushrn(2),this.pow(e,t);for(var r=this.m.subn(1),i=0;!r.isZero()&&0===r.andln(1);)i++,r.iushrn(1);n(!r.isZero());for(var a=new o(1).toRed(this),s=a.redNeg(),u=this.m.subn(1).iushrn(1),l=new o(2*(l=this.m.bitLength())*l).toRed(this);0!==this.pow(l,u).cmp(s);)l.redIAdd(s);for(var c=this.pow(l,r),h=this.pow(e,r.addn(1).iushrn(1)),f=this.pow(e,r),d=i;0!==f.cmp(a);){for(var p=f,m=0;0!==p.cmp(a);m++)p=p.redSqr();n(m<d);var g=this.pow(c,new o(1).iushln(d-m-1));h=h.redMul(g),c=g.redSqr(),f=f.redMul(c),d=m}return h},A.prototype.invm=function(e){return 0!==(e=e._invmp(this.m)).negative?(e.negative=0,this.imod(e).redNeg()):this.imod(e)},A.prototype.pow=function(e,t){if(t.isZero())return new o(1).toRed(this);if(0===t.cmpn(1))return e.clone();var r=new Array(16);r[0]=new o(1).toRed(this),r[1]=e;for(var n=2;n<r.length;n++)r[n]=this.mul(r[n-1],e);var i=r[0],a=0,s=0,u=t.bitLength()%26;for(0===u&&(u=26),n=t.length-1;0<=n;n--){for(var l=t.words[n],c=u-1;0<=c;c--){var h=l>>c&1;i!==r[0]&&(i=this.sqr(i)),0!=h||0!==a?(a<<=1,a|=h,(4==++s||0===n&&0===c)&&(i=this.mul(i,r[a]),a=s=0)):s=0}u=26}return i},A.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},A.prototype.convertFrom=function(e){return(e=e.clone()).red=null,e},o.mont=function(e){return new E(e)},i(E,A),E.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},E.prototype.convertFrom=function(e){return(e=this.imod(e.mul(this.rinv))).red=null,e},E.prototype.imul=function(e,t){return e.isZero()||t.isZero()?(e.words[0]=0,e.length=1,e):(t=(e=e.imul(t)).maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),t=e=e.isub(t).iushrn(this.shift),0<=e.cmp(this.m)?t=e.isub(this.m):e.cmpn(0)<0&&(t=e.iadd(this.m)),t._forceRed(this))},E.prototype.mul=function(e,t){return e.isZero()||t.isZero()?new o(0)._forceRed(this):(t=(e=e.mul(t)).maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),t=e=e.isub(t).iushrn(this.shift),0<=e.cmp(this.m)?t=e.isub(this.m):e.cmpn(0)<0&&(t=e.iadd(this.m)),t._forceRed(this))},E.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(void 0===t||t,this)},{buffer:11}],10:[function(e,t,n){(function(e){(function(){t.exports=function(t){return t=new Uint8Array(t),(e.crypto||e.msCrypto).getRandomValues(t),t}}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],11:[function(e,t,r){},{}],12:[function(e,t,r){"use strict";r.version=e("../package.json").version,r.utils=e("./elliptic/utils"),r.rand=e("brorand"),r.curve=e("./elliptic/curve"),r.curves=e("./elliptic/curves"),r.ec=e("./elliptic/ec"),r.eddsa=e("./elliptic/eddsa")},{"../package.json":25,"./elliptic/curve":15,"./elliptic/curves":18,"./elliptic/ec":19,"./elliptic/eddsa":22,"./elliptic/utils":24,brorand:10}],13:[function(e,t,r){"use strict";var n=e("bn.js"),i=e("../utils"),o=i.getNAF,a=i.getJSF,s=i.assert;function u(e,t){this.type=e,this.p=new n(t.p,16),this.red=t.prime?n.red(t.prime):n.mont(this.p),this.zero=new n(0).toRed(this.red),this.one=new n(1).toRed(this.red),this.two=new n(2).toRed(this.red),this.n=t.n&&new n(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,!(t=this.n&&this.p.div(this.n))||0<t.cmpn(100)?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function l(e,t){this.curve=e,this.type=t,this.precomputed=null}(t.exports=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=o(t,1,this._bitLength);t=(1<<r.step+1)-(r.step%2==0?2:1),t/=3;for(var i=[],a=0;a<n.length;a+=r.step){for(var u=0,l=a+r.step-1;a<=l;l--)u=(u<<1)+n[l];i.push(u)}for(var c=this.jpoint(null,null,null),h=this.jpoint(null,null,null),f=t;0<f;f--){for(a=0;a<i.length;a++)(u=i[a])===f?h=h.mixedAdd(r.points[a]):u===-f&&(h=h.mixedAdd(r.points[a].neg()));c=c.add(h)}return c.toP()},u.prototype._wnafMul=function(e,t){for(var r=e._getNAFPoints(4),n=r.wnd,i=r.points,a=o(t,n,this._bitLength),u=this.jpoint(null,null,null),l=a.length-1;0<=l;l--){for(var c=0;0<=l&&0===a[l];l--)c++;if(0<=l&&c++,u=u.dblp(c),l<0)break;var h=a[l];s(0!==h),u="affine"===e.type?0<h?u.mixedAdd(i[h-1>>1]):u.mixedAdd(i[-h-1>>1].neg()):0<h?u.add(i[h-1>>1]):u.add(i[-h-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,l=this._wnafT3,c=0,h=0;h<n;h++){var f,d=(f=t[h])._getNAFPoints(e);s[h]=d.wnd,u[h]=d.points}for(h=n-1;1<=h;h-=2){var p=h-1,m=h;if(1===s[p]&&1===s[m]){var g=[t[p],null,null,t[m]];0===t[p].y.cmp(t[m].y)?(g[1]=t[p].add(t[m]),g[2]=t[p].toJ().mixedAdd(t[m].neg())):0===t[p].y.cmp(t[m].y.redNeg())?(g[1]=t[p].toJ().mixedAdd(t[m]),g[2]=t[p].add(t[m].neg())):(g[1]=t[p].toJ().mixedAdd(t[m]),g[2]=t[p].toJ().mixedAdd(t[m].neg()));var y=[-3,-1,-5,-7,0,7,5,1,3],v=a(r[p],r[m]);for(c=Math.max(v[0].length,c),l[p]=new Array(c),l[m]=new Array(c),E=0;E<c;E++){var b=0|v[0][E],w=0|v[1][E];l[p][E]=y[3*(1+b)+(1+w)],l[m][E]=0,u[p]=g}}else l[p]=o(r[p],s[p],this._bitLength),l[m]=o(r[m],s[m],this._bitLength),c=Math.max(l[p].length,c),c=Math.max(l[m].length,c)}var _=this.jpoint(null,null,null),k=this._wnafT4;for(h=c;0<=h;h--){for(var x=0;0<=h;){for(var A=!0,E=0;E<n;E++)k[E]=0|l[E][h],0!==k[E]&&(A=!1);if(!A)break;x++,h--}if(0<=h&&x++,_=_.dblp(x),h<0)break;for(E=0;E<n;E++){var S=k[E];0!==S&&(0<S?f=u[E][S-1>>1]:S<0&&(f=u[E][-S-1>>1].neg()),_="affine"===f.type?_.mixedAdd(f):_.add(f))}}for(h=0;h<n;h++)u[h]=null;return i?_:_.toP()},(u.BasePoint=l).prototype.eq=function(){throw new Error("Not implemented")},l.prototype.validate=function(){return this.curve.validate(this)},u.prototype.decodePoint=function(e,t){if(e=i.toArray(e,t),t=this.p.byteLength(),(4===e[0]||6===e[0]||7===e[0])&&e.length-1==2*t)return 6===e[0]?s(e[e.length-1]%2==0):7===e[0]&&s(e[e.length-1]%2==1),this.point(e.slice(1,1+t),e.slice(1+t,1+2*t));if((2===e[0]||3===e[0])&&e.length-1===t)return this.pointFromX(e.slice(1,1+t),3===e[0]);throw new Error("Unknown point format")},l.prototype.encodeCompressed=function(e){return this.encode(e,!0)},l.prototype._encode=function(e){var t=this.curve.p.byteLength(),r=this.getX().toArray("be",t);return e?[this.getY().isEven()?2:3].concat(r):[4].concat(r,this.getY().toArray("be",t))},l.prototype.encode=function(e,t){return i.encode(this._encode(t),e)},l.prototype.precompute=function(e){if(this.precomputed)return this;var t={doubles:null,naf:null,beta:null};return t.naf=this._getNAFPoints(8),t.doubles=this._getDoubles(4,e),t.beta=this._getBeta(),this.precomputed=t,this},l.prototype._hasDoubles=function(e){if(!this.precomputed)return!1;var t=this.precomputed.doubles;return!!t&&t.points.length>=Math.ceil((e.bitLength()+1)/t.step)},l.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],n=this,i=0;i<t;i+=e){for(var o=0;o<e;o++)n=n.dbl();r.push(n)}return{step:e,points:r}},l.prototype._getNAFPoints=function(e){if(this.precomputed&&this.precomputed.naf)return this.precomputed.naf;for(var t=[this],r=(1<<e)-1,n=1==r?null:this.dbl(),i=1;i<r;i++)t[i]=t[i-1].add(n);return{wnd:e,points:t}},l.prototype._getBeta=function(){return null},l.prototype.dblp=function(e){for(var t=this,r=0;r<e;r++)t=t.dbl();return t}},{"../utils":24,"bn.js":9}],14:[function(e,t,r){t.exports={}},{}],15:[function(e,t,r){"use strict";r.base=e("./base"),r.short=e("./short"),r.mont=e("./mont"),r.edwards=e("./edwards")},{"./base":13,"./edwards":14,"./mont":16,"./short":17}],16:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],17:[function(e,t,r){"use strict";var n=e("../utils"),i=e("bn.js"),o=e("inherits"),a=e("./base"),s=n.assert;function u(e){a.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 l(e,t,r,n){a.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 c(e,t,r,n){a.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}o(u,a),(t.exports=u).prototype._getEndomorphism=function(e){var t,r,n;if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3))return r=(e.beta?new i(e.beta,16):r=(n=this._getEndoRoots(this.p))[0].cmp(n[1])<0?n[0]:n[1]).toRed(this.red),e.lambda?t=new i(e.lambda,16):(n=this._getEndoRoots(this.n),0===this.g.mul(n[0]).x.cmp(this.g.x.redMul(r))?t=n[0]:(t=n[1],s(0===this.g.mul(t).x.cmp(this.g.x.redMul(r))))),{beta:r,lambda:t,basis:e.basis?e.basis.map((function(e){return{a:new i(e.a,16),b:new i(e.b,16)}})):this._getEndoBasis(t)}},u.prototype._getEndoRoots=function(e){var t=e===this.p?this.red:i.mont(e),r=(e=(r=new i(2).toRed(t).redInvm()).redNeg(),new i(3).toRed(t).redNeg().redSqrt().redMul(r));return[e.redAdd(r).fromRed(),e.redSub(r).fromRed()]},u.prototype._getEndoBasis=function(e){for(var t,r,n,o,a,s=this.n.ushrn(Math.floor(this.n.bitLength()/2)),u=e,l=this.n.clone(),c=new i(1),h=new i(0),f=new i(0),d=new i(1),p=0;0!==u.cmpn(0);){var m=l.div(u),g=l.sub(m.mul(u)),y=f.sub(m.mul(c));if(m=d.sub(m.mul(h)),!n&&g.cmp(s)<0)t=a.neg(),r=c,n=g.neg(),o=y;else if(n&&2==++p)break;l=u,u=a=g,f=c,c=y,d=h,h=m}var v=g.neg(),b=y;return e=n.sqr().add(o.sqr()),0<=v.sqr().add(b.sqr()).cmp(e)&&(v=t,b=r),n.negative&&(n=n.neg(),o=o.neg()),v.negative&&(v=v.neg(),b=b.neg()),[{a:n,b:o},{a:v,b:b}]},u.prototype._endoSplit=function(e){var t=(o=this.endo.basis)[0],r=(a=o[1]).b.mul(e).divRound(this.n),n=t.b.neg().mul(e).divRound(this.n),i=r.mul(t.a),o=n.mul(a.a),a=(t=r.mul(t.b),n.mul(a.b));return{k1:e.sub(i).sub(o),k2:t.add(a).neg()}},u.prototype.pointFromX=function(e,t){var r=(e=(e=new i(e,16)).red?e:e.toRed(this.red)).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");return r=n.fromRed().isOdd(),(t&&!r||!t&&r)&&(n=n.redNeg()),this.point(e,n)},u.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,r=e.y;return e=this.a.redMul(t),e=t.redSqr().redMul(t).redIAdd(e).redIAdd(this.b),0===r.redSqr().redISub(e).cmpn(0)},u.prototype._endoWnafMulAdd=function(e,t,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,o=0;o<e.length;o++){var a=this._endoSplit(t[o]),s=e[o],u=s._getBeta();a.k1.negative&&(a.k1.ineg(),s=s.neg(!0)),a.k2.negative&&(a.k2.ineg(),u=u.neg(!0)),n[2*o]=s,n[2*o+1]=u,i[2*o]=a.k1,i[2*o+1]=a.k2}r=this._wnafMulAdd(1,n,i,2*o,r);for(var l=0;l<2*o;l++)n[l]=null,i[l]=null;return r},o(l,a.BasePoint),u.prototype.point=function(e,t,r){return new l(this,e,t,r)},u.prototype.pointFromJSON=function(e,t){return l.fromJSON(this,e,t)},l.prototype._getBeta=function(){if(this.curve.endo){var e=this.precomputed;if(e&&e.beta)return e.beta;var t,r,n=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);return e&&(t=this.curve,r=function(e){return t.point(e.x.redMul(t.endo.beta),e.y)},(e.beta=n).precomputed={beta:null,naf:e.naf&&{wnd:e.naf.wnd,points:e.naf.points.map(r)},doubles:e.doubles&&{step:e.doubles.step,points:e.doubles.points.map(r)}}),n}},l.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]},l.fromJSON=function(e,t,r){"string"==typeof t&&(t=JSON.parse(t));var n=e.point(t[0],t[1],r);if(!t[2])return n;function i(t){return e.point(t[0],t[1],r)}return t=t[2],n.precomputed={beta:null,doubles:t.doubles&&{step:t.doubles.step,points:[n].concat(t.doubles.points.map(i))},naf:t.naf&&{wnd:t.naf.wnd,points:[n].concat(t.naf.points.map(i))}},n},l.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"},l.prototype.isInfinity=function(){return this.inf},l.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);e=(t=0!==(t=this.y.redSub(e.y)).cmpn(0)?t.redMul(this.x.redSub(e.x).redInvm()):t).redSqr().redISub(this.x).redISub(e.x);var t=t.redMul(this.x.redSub(e)).redISub(this.y);return this.curve.point(e,t)},l.prototype.dbl=function(){if(this.inf)return this;if(0===(r=this.y.redAdd(this.y)).cmpn(0))return this.curve.point(null,null);var e=this.curve.a,t=this.x.redSqr(),r=r.redInvm();return r=(e=t.redAdd(t).redIAdd(t).redIAdd(e).redMul(r)).redSqr().redISub(this.x.redAdd(this.x)),e=e.redMul(this.x.redSub(r)).redISub(this.y),this.curve.point(r,e)},l.prototype.getX=function(){return this.x.fromRed()},l.prototype.getY=function(){return this.y.fromRed()},l.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)},l.prototype.mulAdd=function(e,t,r){return t=[this,t],r=[e,r],this.curve.endo?this.curve._endoWnafMulAdd(t,r):this.curve._wnafMulAdd(1,t,r,2)},l.prototype.jmulAdd=function(e,t,r){return t=[this,t],r=[e,r],this.curve.endo?this.curve._endoWnafMulAdd(t,r,!0):this.curve._wnafMulAdd(1,t,r,2,!0)},l.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))},l.prototype.neg=function(e){if(this.inf)return this;var t,r=this.curve.point(this.x,this.y.redNeg());return e&&this.precomputed&&(t=this.precomputed,e=function(e){return e.neg()},r.precomputed={naf:t.naf&&{wnd:t.naf.wnd,points:t.naf.points.map(e)},doubles:t.doubles&&{step:t.doubles.step,points:t.doubles.points.map(e)}}),r},l.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},o(c,a.BasePoint),u.prototype.jpoint=function(e,t,r){return new c(this,e,t,r)},c.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=(r=this.z.redInvm()).redSqr(),t=this.x.redMul(e),r=this.y.redMul(e).redMul(r);return this.curve.point(t,r)},c.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},c.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),o=this.y.redMul(t.redMul(e.z)),a=e.y.redMul(r.redMul(this.z));return t=n.redSub(i),r=o.redSub(a),0===t.cmpn(0)?0!==r.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl():(a=(i=t.redSqr()).redMul(t),n=n.redMul(i),i=r.redSqr().redIAdd(a).redISub(n).redISub(n),a=r.redMul(n.redISub(i)).redISub(o.redMul(a)),t=this.z.redMul(e.z).redMul(t),this.curve.jpoint(i,a,t))},c.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,o=e.y.redMul(t).redMul(this.z);return e=r.redSub(n),t=i.redSub(o),0===e.cmpn(0)?0!==t.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl():(o=(n=e.redSqr()).redMul(e),r=r.redMul(n),n=t.redSqr().redIAdd(o).redISub(r).redISub(r),o=t.redMul(r.redISub(n)).redISub(i.redMul(o)),e=this.z.redMul(e),this.curve.jpoint(n,o,e))},c.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<e;r++)t=t.dbl();return t}var n=this.curve.a,i=this.curve.tinv,o=this.x,a=this.y,s=this.z,u=s.redSqr().redSqr(),l=a.redAdd(a);for(r=0;r<e;r++){var c=o.redSqr(),h=(d=l.redSqr()).redSqr(),f=c.redAdd(c).redIAdd(c).redIAdd(n.redMul(u)),d=(c=o.redMul(d),f.redSqr().redISub(c.redAdd(c)));c=c.redISub(d),f=(f=f.redMul(c)).redIAdd(f).redISub(h),c=l.redMul(s),r+1<e&&(u=u.redMul(h)),o=d,s=c,l=f}return this.curve.jpoint(o,l.redMul(i),s)},c.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()},c.prototype._zeroDbl=function(){var e,t,r,n,i,o=this.zOne?(r=this.x.redSqr(),e=(n=this.y.redSqr()).redSqr(),i=(i=this.x.redAdd(n).redSqr().redISub(r).redISub(e)).redIAdd(i),n=(t=r.redAdd(r).redIAdd(r)).redSqr().redISub(i).redISub(i),r=(r=(r=e.redIAdd(e)).redIAdd(r)).redIAdd(r),t=t.redMul(i.redISub(e=n)).redISub(r),this.y.redAdd(this.y)):(i=this.x.redSqr(),o=(n=this.y.redSqr()).redSqr(),r=(r=this.x.redAdd(n).redSqr().redISub(i).redISub(o)).redIAdd(r),i=(n=i.redAdd(i).redIAdd(i)).redSqr(),o=(o=(o=o.redIAdd(o)).redIAdd(o)).redIAdd(o),e=i.redISub(r).redISub(r),t=n.redMul(r.redISub(e)).redISub(o),(o=this.y.redMul(this.z)).redIAdd(o));return this.curve.jpoint(e,t,o)},c.prototype._threeDbl=function(){var e,t,r,n,i,o,a,s;return this.zOne?(a=this.x.redSqr(),r=(e=this.y.redSqr()).redSqr(),o=(o=this.x.redAdd(e).redSqr().redISub(a).redISub(r)).redIAdd(o),t=n=(s=a.redAdd(a).redIAdd(a).redIAdd(this.curve.a)).redSqr().redISub(o).redISub(o),i=(i=(i=r.redIAdd(r)).redIAdd(i)).redIAdd(i),e=s.redMul(o.redISub(n)).redISub(i),a=this.y.redAdd(this.y)):(r=this.z.redSqr(),s=this.y.redSqr(),o=this.x.redMul(s),n=(n=this.x.redSub(r).redMul(this.x.redAdd(r))).redAdd(n).redIAdd(n),o=(i=(i=o.redIAdd(o)).redIAdd(i)).redAdd(i),t=n.redSqr().redISub(o),a=this.y.redAdd(this.z).redSqr().redISub(s).redISub(r),s=(s=(s=(s=s.redSqr()).redIAdd(s)).redIAdd(s)).redIAdd(s),e=n.redMul(i.redISub(t)).redISub(s)),this.curve.jpoint(t,e,a)},c.prototype._dbl=function(){var e=this.curve.a,t=this.x,r=this.y,n=this.z,i=n.redSqr().redSqr(),o=t.redSqr(),a=r.redSqr();return e=o.redAdd(o).redIAdd(o).redIAdd(e.redMul(i)),t=(i=(i=t.redAdd(t)).redIAdd(i)).redMul(a),i=e.redSqr().redISub(t.redAdd(t)),t=t.redISub(i),a=(a=(a=(a=a.redSqr()).redIAdd(a)).redIAdd(a)).redIAdd(a),a=e.redMul(t).redISub(a),n=r.redAdd(r).redMul(n),this.curve.jpoint(i,a,n)},c.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var e=this.x.redSqr(),t=this.y.redSqr(),r=this.z.redSqr(),n=t.redSqr(),i=e.redAdd(e).redIAdd(e),o=i.redSqr(),a=this.x.redAdd(t).redSqr().redISub(e).redISub(n);return e=(a=(a=(a=a.redIAdd(a)).redAdd(a).redIAdd(a)).redISub(o)).redSqr(),n=(n=(n=(n=n.redIAdd(n)).redIAdd(n)).redIAdd(n)).redIAdd(n),o=i.redIAdd(a).redSqr().redISub(o).redISub(e).redISub(n),t=(t=(t=t.redMul(o)).redIAdd(t)).redIAdd(t),t=(t=(t=this.x.redMul(e).redISub(t)).redIAdd(t)).redIAdd(t),o=(o=(o=(o=this.y.redMul(o.redMul(n.redISub(o)).redISub(a.redMul(e)))).redIAdd(o)).redIAdd(o)).redIAdd(o),e=this.z.redAdd(a).redSqr().redISub(r).redISub(e),this.curve.jpoint(t,o,e)},c.prototype.mul=function(e,t){return e=new i(e,t),this.curve._wnafMul(this,e)},c.prototype.eq=function(e){if("affine"===e.type)return this.eq(e.toJ());if(this===e)return!0;var t=this.z.redSqr(),r=e.z.redSqr();return 0===this.x.redMul(r).redISub(e.x.redMul(t)).cmpn(0)&&(t=t.redMul(this.z),r=r.redMul(e.z),0===this.y.redMul(r).redISub(e.y.redMul(t)).cmpn(0))},c.prototype.eqXToP=function(e){var t=this.z.redSqr(),r=e.toRed(this.curve.red).redMul(t);if(0===this.x.cmp(r))return!0;for(var n=e.clone(),i=this.curve.redN.redMul(t);;){if(n.iadd(this.curve.n),0<=n.cmp(this.curve.p))return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}},c.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"},c.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},{"../utils":24,"./base":13,"bn.js":9,inherits:39}],18:[function(e,t,r){"use strict";var n,i=r,o=(r=e("hash.js"),e("./curve")),a=e("./utils").assert;function s(e){"short"===e.type?this.curve=new o.short(e):"edwards"===e.type?this.curve=new o.edwards(e):this.curve=new o.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 u(e,t){Object.defineProperty(i,e,{configurable:!0,enumerable:!0,get:function(){var r=new s(t);return Object.defineProperty(i,e,{configurable:!0,enumerable:!0,value:r}),r}})}i.PresetCurve=s,u("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:r.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),u("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:r.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),u("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:r.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),u("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:r.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"]}),u("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:r.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"]}),u("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:r.sha256,gRed:!1,g:["9"]}),u("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:r.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{n=e("./precomputed/secp256k1")}catch(e){n=void 0}u("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:r.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",n]})},{"./curve":15,"./precomputed/secp256k1":23,"./utils":24,"hash.js":26}],19:[function(e,t,r){"use strict";var n=e("bn.js"),i=e("hmac-drbg"),o=e("../utils"),a=e("../curves"),u=e("brorand"),l=o.assert,c=e("./key"),h=e("./signature");function f(e){if(!(this instanceof f))return new f(e);"string"==typeof e&&(l(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}(t.exports=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){for(var t=new i({hash:this.hash,pers:(e=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(),o=this.n.sub(new n(2));;){var a=new n(t.generate(r));if(!(0<a.cmp(o)))return a.iaddn(1),this.keyFromPrivate(a)}},f.prototype._truncateToN=function(e,t){var r=8*e.byteLength()-this.n.bitLength();return 0<r&&(e=e.ushrn(r)),!t&&0<=e.cmp(this.n)?e.sub(this.n):e},f.prototype.sign=function(e,t,r,o){"object"==s(r)&&(o=r,r=null),o=o||{},t=this.keyFromPrivate(t,r),e=this._truncateToN(new n(e,16));for(var a=this.n.byteLength(),u=(r=t.getPrivate().toArray("be",a),a=e.toArray("be",a),new i({hash:this.hash,entropy:r,nonce:a,pers:o.pers,persEnc:o.persEnc||"utf8"})),l=this.n.sub(new n(1)),c=0;;c++){var f=o.k?o.k(c):new n(u.generate(this.n.byteLength()));if(!((f=this._truncateToN(f,!0)).cmpn(1)<=0||0<=f.cmp(l))){var d=this.g.mul(f);if(!d.isInfinity()){var p=d.getX(),m=p.umod(this.n);if(0!==m.cmpn(0)&&0!==(f=(f=f.invm(this.n).mul(m.mul(t.getPrivate()).iadd(e))).umod(this.n)).cmpn(0))return p=(d.getY().isOdd()?1:0)|(0!==p.cmp(m)?2:0),o.canonical&&0<f.cmp(this.nh)&&(f=this.n.sub(f),p^=1),new h({r:m,s:f,recoveryParam:p})}}}},f.prototype.verify=function(e,t,r,i){return e=this._truncateToN(new n(e,16)),r=this.keyFromPublic(r,i),i=(t=new h(t,"hex")).r,t=t.s,!(i.cmpn(1)<0||0<=i.cmp(this.n))&&(!(t.cmpn(1)<0||0<=t.cmp(this.n))&&(e=(t=t.invm(this.n)).mul(e).umod(this.n),t=t.mul(i).umod(this.n),this.curve._maxwellTrick?!(o=this.g.jmulAdd(e,r.getPublic(),t)).isInfinity()&&o.eqXToP(i):!(o=this.g.mulAdd(e,r.getPublic(),t)).isInfinity()&&0===o.getX().umod(this.n).cmp(i)));var o},f.prototype.recoverPubKey=function(e,t,r,i){l((3&r)===r,"The recovery param is more than two bits"),t=new h(t,i);var o=this.n,a=new n(e),s=t.r;if(i=t.s,e=1&r,r>>=1,0<=s.cmp(this.curve.p.umod(this.curve.n))&&r)throw new Error("Unable to find sencond key candinate");return s=r?this.curve.pointFromX(s.add(this.curve.n),e):this.curve.pointFromX(s,e),t=t.r.invm(o),a=o.sub(a).mul(t).umod(o),o=i.mul(t).umod(o),this.g.mulAdd(a,s,o)},f.prototype.getKeyRecoveryParam=function(e,t,r,n){if(null!==(t=new h(t,n)).recoveryParam)return t.recoveryParam;for(var i,o=0;o<4;o++){try{i=this.recoverPubKey(e,t,o)}catch(e){continue}if(i.eq(r))return o}throw new Error("Unable to find valid recovery factor")}},{"../curves":18,"../utils":24,"./key":20,"./signature":21,"bn.js":9,brorand:10,"hmac-drbg":38}],20:[function(e,t,r){"use strict";var n=e("bn.js"),i=e("../utils").assert;function o(e,t){this.ec=e,this.priv=null,this.pub=null,t.priv&&this._importPrivate(t.priv,t.privEnc),t.pub&&this._importPublic(t.pub,t.pubEnc)}(t.exports=o).fromPublic=function(e,t,r){return t instanceof o?t:new o(e,{pub:t,pubEnc:r})},o.fromPrivate=function(e,t,r){return t instanceof o?t:new o(e,{priv:t,privEnc:r})},o.prototype.validate=function(){var e=this.getPublic();return e.isInfinity()?{result:!1,reason:"Invalid public key"}:e.validate()?e.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},o.prototype.getPublic=function(e,t){return"string"==typeof e&&(t=e,e=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),t?this.pub.encode(t,e):this.pub},o.prototype.getPrivate=function(e){return"hex"===e?this.priv.toString(16,2):this.priv},o.prototype._importPrivate=function(e,t){this.priv=new n(e,t||16),this.priv=this.priv.umod(this.ec.curve.n)},o.prototype._importPublic=function(e,t){if(e.x||e.y)return"mont"===this.ec.curve.type?i(e.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||i(e.x&&e.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(e.x,e.y));this.pub=this.ec.curve.decodePoint(e,t)},o.prototype.derive=function(e){return e.validate()||i(e.validate(),"public point not validated"),e.mul(this.priv).getX()},o.prototype.sign=function(e,t,r){return this.ec.sign(e,this,t,r)},o.prototype.verify=function(e,t){return this.ec.verify(e,t,this)},o.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"}},{"../utils":24,"bn.js":9}],21:[function(e,t,r){"use strict";var n=e("bn.js"),i=e("../utils"),o=i.assert;function a(e,t){if(e instanceof a)return e;this._importDER(e,t)||(o(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;var n=15&r;if(0==n||4<n)return!1;for(var i=0,o=0,a=t.place;o<n;o++,a++)i<<=8,i|=e[a],i>>>=0;return!(i<=127)&&(t.place=a,i)}function l(e){for(var t=0,r=e.length-1;!e[t]&&!(128&e[t+1])&&t<r;)t++;return 0===t?e:e.slice(t)}function c(e,t){if(t<128)e.push(t);else{var r=1+(Math.log(t)/Math.LN2>>>3);for(e.push(128|r);--r;)e.push(t>>>(r<<3)&255);e.push(t)}}(t.exports=a).prototype._importDER=function(e,t){e=i.toArray(e,t);var r=new s;if(48!==e[r.place++])return!1;var o=u(e,r);if(!1===o)return!1;if(o+r.place!==e.length)return!1;if(2!==e[r.place++])return!1;if(!1===(t=u(e,r)))return!1;if(o=e.slice(r.place,t+r.place),r.place+=t,2!==e[r.place++])return!1;if(!1===(t=u(e,r)))return!1;if(e.length!==t+r.place)return!1;if(r=e.slice(r.place,t+r.place),0===o[0]){if(!(128&o[1]))return!1;o=o.slice(1)}if(0===r[0]){if(!(128&r[1]))return!1;r=r.slice(1)}return this.r=new n(o),this.s=new n(r),!(this.recoveryParam=null)},a.prototype.toDER=function(e){var t=this.r.toArray(),r=this.s.toArray();for(128&t[0]&&(t=[0].concat(t)),128&r[0]&&(r=[0].concat(r)),t=l(t),r=l(r);!(r[0]||128&r[1]);)r=r.slice(1);var n=[2];return c(n,t.length),(n=n.concat(t)).push(2),c(n,r.length),t=n.concat(r),c(n=[48],t.length),n=n.concat(t),i.encode(n,e)}},{"../utils":24,"bn.js":9}],22:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],23:[function(e,t,r){t.exports=void 0},{}],24:[function(e,t,r){"use strict";var n=r,i=e("bn.js");r=e("minimalistic-assert"),e=e("minimalistic-crypto-utils"),n.assert=r,n.toArray=e.toArray,n.zero2=e.zero2,n.toHex=e.toHex,n.encode=e.encode,n.getNAF=function(e,t,r){var n=new Array(Math.max(e.bitLength(),r)+1);n.fill(0);for(var i=1<<t+1,o=e.clone(),a=0;a<n.length;a++){var s,u=o.andln(i-1);o.isOdd()?o.isubn(s=(i>>1)-1<u?(i>>1)-u:u):s=0,n[a]=s,o.iushrn(1)}return n},n.getJSF=function(e,t){var r=[[],[]];e=e.clone(),t=t.clone();for(var n,i=0,o=0;0<e.cmpn(-i)||0<t.cmpn(-o);){var a,s=e.andln(3)+i&3,u=t.andln(3)+o&3;3===u&&(u=-1),a=0==(1&(s=3===s?-1:s))?0:3!=(n=e.andln(7)+i&7)&&5!==n||2!==u?s:-s,r[0].push(a),u=0==(1&u)?0:3!=(n=t.andln(7)+o&7)&&5!==n||2!==s?u:-u,r[1].push(u),2*i===a+1&&(i=1-i),2*o===u+1&&(o=1-o),e.iushrn(1),t.iushrn(1)}return r},n.cachedProperty=function(e,t,r){var n="_"+t;e.prototype[t]=function(){return void 0!==this[n]?this[n]:this[n]=r.call(this)}},n.parseBytes=function(e){return"string"==typeof e?n.toArray(e,"hex"):e},n.intFromLE=function(e){return new i(e,"hex","le")}},{"bn.js":9,"minimalistic-assert":41,"minimalistic-crypto-utils":42}],25:[function(e,t,r){t.exports={version:"6.5.4"}},{}],26:[function(e,t,r){r.utils=e("./hash/utils"),r.common=e("./hash/common"),r.sha=e("./hash/sha"),r.ripemd=e("./hash/ripemd"),r.hmac=e("./hash/hmac"),r.sha1=r.sha.sha1,r.sha256=r.sha.sha256,r.sha224=r.sha.sha224,r.sha384=r.sha.sha384,r.sha512=r.sha.sha512,r.ripemd160=r.ripemd.ripemd160},{"./hash/common":27,"./hash/hmac":28,"./hash/ripemd":29,"./hash/sha":30,"./hash/utils":37}],27:[function(e,t,r){"use strict";var n=e("./utils"),i=e("minimalistic-assert");function o(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}(r.BlockHash=o).prototype.update=function(e,t){if(e=n.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){t=(e=this.pending).length%this._delta8,this.pending=e.slice(e.length-t,e.length),0===this.pending.length&&(this.pending=null),e=n.join32(e,0,e.length-t,this.endian);for(var r=0;r<e.length;r+=this._delta32)this._update(e,r,r+this._delta32)}return this},o.prototype.digest=function(e){return this.update(this._pad()),i(null===this.pending),this._digest(e)},o.prototype._pad=function(){var e=this.pendingTotal,t=this._delta8,r=t-(e+this.padLength)%t,n=new Array(r+this.padLength);n[0]=128;for(var i=1;i<r;i++)n[i]=0;if(e<<=3,"big"===this.endian){for(var o=8;o<this.padLength;o++)n[i++]=0;n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=e>>>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,o=8;o<this.padLength;o++)n[i++]=0;return n}},{"./utils":37,"minimalistic-assert":41}],28:[function(e,t,r){"use strict";var n=e("./utils"),i=e("minimalistic-assert");function o(e,t,r){if(!(this instanceof o))return new o(e,t,r);this.Hash=e,this.blockSize=e.blockSize/8,this.outSize=e.outSize/8,this.inner=null,this.outer=null,this._init(n.toArray(t,r))}(t.exports=o).prototype._init=function(e){e.length>this.blockSize&&(e=(new this.Hash).update(e).digest()),i(e.length<=this.blockSize);for(var t=e.length;t<this.blockSize;t++)e.push(0);for(t=0;t<e.length;t++)e[t]^=54;for(this.inner=(new this.Hash).update(e),t=0;t<e.length;t++)e[t]^=106;this.outer=(new this.Hash).update(e)},o.prototype.update=function(e,t){return this.inner.update(e,t),this},o.prototype.digest=function(e){return this.outer.update(this.inner.digest()),this.outer.digest(e)}},{"./utils":37,"minimalistic-assert":41}],29:[function(e,t,r){"use strict";var n=e("./utils"),i=(e=e("./common"),n.rotl32),o=n.sum32,a=n.sum32_3,s=n.sum32_4,u=e.BlockHash;function l(){if(!(this instanceof l))return new l;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function c(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)}n.inherits(l,u),(r.ripemd160=l).blockSize=512,l.outSize=160,l.hmacStrength=192,l.padLength=64,l.prototype._update=function(e,t){for(var r,n=b=this.h[0],u=x=this.h[1],l=k=this.h[2],m=_=this.h[3],g=w=this.h[4],y=0;y<80;y++){var v=o(i(s(b,c(y,x,k,_),e[h[y]+t],(r=y)<=15?0:r<=31?1518500249:r<=47?1859775393:r<=63?2400959708:2840853838),d[y]),w),b=w,w=_,_=i(k,10),k=x,x=v;v=o(i(s(n,c(79-y,u,l,m),e[f[y]+t],(r=y)<=15?1352829926:r<=31?1548603684:r<=47?1836072691:r<=63?2053994217:0),p[y]),g),n=g,g=m,m=i(l,10),l=u,u=v}v=a(this.h[1],k,m),this.h[1]=a(this.h[2],_,g),this.h[2]=a(this.h[3],w,n),this.h[3]=a(this.h[4],b,u),this.h[4]=a(this.h[0],x,l),this.h[0]=v},l.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"little"):n.split32(this.h,"little")};var h=[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],f=[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],d=[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],p=[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]},{"./common":27,"./utils":37}],30:[function(e,t,r){"use strict";r.sha1=e("./sha/1"),r.sha224=e("./sha/224"),r.sha256=e("./sha/256"),r.sha384=e("./sha/384"),r.sha512=e("./sha/512")},{"./sha/1":31,"./sha/224":32,"./sha/256":33,"./sha/384":34,"./sha/512":35}],31:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],32:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],33:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../common"),o=e("./common"),a=e("minimalistic-assert"),s=n.sum32,u=n.sum32_4,l=n.sum32_5,c=o.ch32,h=o.maj32,f=o.s0_256,d=o.s1_256,p=o.g0_256,m=o.g1_256,g=i.BlockHash,y=[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];function v(){if(!(this instanceof v))return new v;g.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=y,this.W=new Array(64)}n.inherits(v,g),(t.exports=v).blockSize=512,v.outSize=256,v.hmacStrength=192,v.padLength=64,v.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n<r.length;n++)r[n]=u(m(r[n-2]),r[n-7],p(r[n-15]),r[n-16]);var i=this.h[0],o=this.h[1],g=this.h[2],y=this.h[3],v=this.h[4],b=this.h[5],w=this.h[6],_=this.h[7];for(a(this.k.length===r.length),n=0;n<r.length;n++){var k=l(_,d(v),c(v,b,w),this.k[n],r[n]),x=s(f(i),h(i,o,g));_=w,w=b,b=v,v=s(y,k),y=g,g=o,o=i,i=s(k,x)}this.h[0]=s(this.h[0],i),this.h[1]=s(this.h[1],o),this.h[2]=s(this.h[2],g),this.h[3]=s(this.h[3],y),this.h[4]=s(this.h[4],v),this.h[5]=s(this.h[5],b),this.h[6]=s(this.h[6],w),this.h[7]=s(this.h[7],_)},v.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},{"../common":27,"../utils":37,"./common":36,"minimalistic-assert":41}],34:[function(e,t,r){arguments[4][14][0].apply(r,arguments)},{dup:14}],35:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../common"),o=e("minimalistic-assert"),a=n.rotr64_hi,s=n.rotr64_lo,u=n.shr64_hi,l=n.shr64_lo,c=n.sum64,h=n.sum64_hi,f=n.sum64_lo,d=n.sum64_4_hi,p=n.sum64_4_lo,m=n.sum64_5_hi,g=n.sum64_5_lo,y=i.BlockHash,v=[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 b(){if(!(this instanceof b))return new b;y.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=v,this.W=new Array(160)}n.inherits(b,y),(t.exports=b).blockSize=1024,b.outSize=512,b.hmacStrength=192,b.padLength=128,b.prototype._prepareBlock=function(e,t){for(var r=this.W,n=0;n<32;n++)r[n]=e[t+n];for(;n<r.length;n+=2){var i=function(e,t){return(t=a(e,t,19)^a(t,e,29)^(t=u(e,t,6)))<0&&(t+=4294967296),t}(r[n-4],r[n-3]),o=function(e,t){return(t=s(e,t,19)^s(t,e,29)^(t=l(e,t,6)))<0&&(t+=4294967296),t}(r[n-4],r[n-3]),c=r[n-14],h=r[n-13],f=function(e,t){return(t=a(e,t,1)^a(e,t,8)^(t=u(e,t,7)))<0&&(t+=4294967296),t}(r[n-30],r[n-29]),m=function(e,t){return(t=s(e,t,1)^s(e,t,8)^(t=l(e,t,7)))<0&&(t+=4294967296),t}(r[n-30],r[n-29]),g=r[n-32],y=r[n-31];r[n]=d(i,o,c,h,f,m,g,y),r[n+1]=p(i,o,c,h,f,m,g,y)}},b.prototype._update=function(e,t){this._prepareBlock(e,t);var r=this.W,n=this.h[0],i=this.h[1],u=this.h[2],l=this.h[3],d=this.h[4],p=this.h[5],y=this.h[6],v=this.h[7],b=this.h[8],w=this.h[9],_=this.h[10],k=this.h[11],x=this.h[12],A=this.h[13],E=this.h[14],S=this.h[15];o(this.k.length===r.length);for(var M=0;M<r.length;M+=2){var I=E,P=S,T=function(e,t){return(e=a(e,t,14)^a(e,t,18)^(e=a(t,e,9)))<0&&(e+=4294967296),e}(b,w),N=function(e,t){return(e=s(e,t,14)^s(e,t,18)^(e=s(t,e,9)))<0&&(e+=4294967296),e}(b,w),R=function(e,t,r){return(r=e&t^~e&r)<0&&(r+=4294967296),r}(b,_,x),O=function(e,t,r){return(r=e&t^~e&r)<0&&(r+=4294967296),r}(w,k,A),C=this.k[M],j=this.k[M+1],B=r[M],L=r[M+1],U=m(I,P,T,N,R,O,C,j,B,L);B=g(I,P,T,N,R,O,C,j,B,L),I=function(e,t){return(e=a(e,t,28)^a(t,e,2)^(e=a(t,e,7)))<0&&(e+=4294967296),e}(n,i),P=function(e,t){return(e=s(e,t,28)^s(t,e,2)^(e=s(t,e,7)))<0&&(e+=4294967296),e}(n,i),T=function(e,t,r){return(r=e&t^e&r^t&r)<0&&(r+=4294967296),r}(n,u,d),N=function(e,t,r){return(r=e&t^e&r^t&r)<0&&(r+=4294967296),r}(i,l,p),L=h(I,P,T,N),N=f(I,P,T,N),E=x,S=A,x=_,A=k,_=b,k=w,b=h(y,v,U,B),w=f(v,v,U,B),y=d,v=p,d=u,p=l,u=n,l=i,n=h(U,B,L,N),i=f(U,B,L,N)}c(this.h,0,n,i),c(this.h,2,u,l),c(this.h,4,d,p),c(this.h,6,y,v),c(this.h,8,b,w),c(this.h,10,_,k),c(this.h,12,x,A),c(this.h,14,E,S)},b.prototype._digest=function(e){return"hex"===e?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},{"../common":27,"../utils":37,"minimalistic-assert":41}],36:[function(e,t,r){"use strict";var n=e("../utils").rotr32;function i(e,t,r){return e&t^~e&r}function o(e,t,r){return e&t^e&r^t&r}r.ft_1=function(e,t,r,n){return 0===e?i(t,r,n):1===e||3===e?t^r^n:2===e?o(t,r,n):void 0},r.ch32=i,r.maj32=o,r.p32=function(e,t,r){return e^t^r},r.s0_256=function(e){return n(e,2)^n(e,13)^n(e,22)},r.s1_256=function(e){return n(e,6)^n(e,11)^n(e,25)},r.g0_256=function(e){return n(e,7)^n(e,18)^e>>>3},r.g1_256=function(e){return n(e,17)^n(e,19)^e>>>10}},{"../utils":37}],37:[function(e,t,r){"use strict";var n=e("minimalistic-assert");function i(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function o(e){return 1===e.length?"0"+e:e}function a(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}e=e("inherits"),r.inherits=e,r.toArray=function(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,"")).length%2!=0&&(e="0"+e),n=0;n<e.length;n+=2)r.push(parseInt(e[n]+e[n+1],16))}else for(var n=0;n<e.length;n++){var i=(o=e.charCodeAt(n))>>8,o=255&o;i?r.push(i,o):r.push(o)}else for(n=0;n<e.length;n++)r[n]=0|e[n];return r},r.toHex=function(e){for(var t="",r=0;r<e.length;r++)t+=o(e[r].toString(16));return t},r.htonl=i,r.toHex32=function(e,t){for(var r="",n=0;n<e.length;n++){var o=e[n];r+=a((o="little"===t?i(o):o).toString(16))}return r},r.zero2=o,r.zero8=a,r.join32=function(e,t,r,i){n((r-=t)%4==0);for(var o=new Array(r/4),a=0,s=t;a<o.length;a++,s+=4){var u="big"===i?e[s]<<24|e[s+1]<<16|e[s+2]<<8|e[s+3]:e[s+3]<<24|e[s+2]<<16|e[s+1]<<8|e[s];o[a]=u>>>0}return o},r.split32=function(e,t){for(var r=new Array(4*e.length),n=0,i=0;n<e.length;n++,i+=4){var o=e[n];"big"===t?(r[i]=o>>>24,r[i+1]=o>>>16&255,r[i+2]=o>>>8&255,r[i+3]=255&o):(r[i+3]=o>>>24,r[i+2]=o>>>16&255,r[i+1]=o>>>8&255,r[i]=255&o)}return r},r.rotr32=function(e,t){return e>>>t|e<<32-t},r.rotl32=function(e,t){return e<<t|e>>>32-t},r.sum32=function(e,t){return e+t>>>0},r.sum32_3=function(e,t,r){return e+t+r>>>0},r.sum32_4=function(e,t,r,n){return e+t+r+n>>>0},r.sum32_5=function(e,t,r,n,i){return e+t+r+n+i>>>0},r.sum64=function(e,t,r,n){var i=e[t],o=n+e[t+1]>>>0;e[t]=(o<n?1:0)+r+i>>>0,e[t+1]=o},r.sum64_hi=function(e,t,r,n){return(t+n>>>0<t?1:0)+e+r>>>0},r.sum64_lo=function(e,t,r,n){return t+n>>>0},r.sum64_4_hi=function(e,t,r,n,i,o,a,s){var u=0,l=t;return u+=(l=t+n>>>0)<t?1:0,u+=(l=l+o>>>0)<o?1:0,e+r+i+a+(u+=(l=l+s>>>0)<s?1:0)>>>0},r.sum64_4_lo=function(e,t,r,n,i,o,a,s){return t+n+o+s>>>0},r.sum64_5_hi=function(e,t,r,n,i,o,a,s,u,l){var c=0,h=t;return c+=(h=t+n>>>0)<t?1:0,c+=(h=h+o>>>0)<o?1:0,c+=(h=h+s>>>0)<s?1:0,e+r+i+a+u+(c+=(h=h+l>>>0)<l?1:0)>>>0},r.sum64_5_lo=function(e,t,r,n,i,o,a,s,u,l){return t+n+o+s+l>>>0},r.rotr64_hi=function(e,t,r){return(t<<32-r|e>>>r)>>>0},r.rotr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0},r.shr64_hi=function(e,t,r){return e>>>r},r.shr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0}},{inherits:39,"minimalistic-assert":41}],38:[function(e,t,r){"use strict";var n=e("hash.js"),i=e("minimalistic-crypto-utils"),o=e("minimalistic-assert");function a(e){if(!(this instanceof a))return new a(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=i.toArray(e.entropy,e.entropyEnc||"hex"),r=i.toArray(e.nonce,e.nonceEnc||"hex");e=i.toArray(e.pers,e.persEnc||"hex"),o(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,r,e)}(t.exports=a).prototype._init=function(e,t,r){r=e.concat(t).concat(r),this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var n=0;n<this.V.length;n++)this.K[n]=0,this.V[n]=1;this._update(r),this._reseed=1,this.reseedInterval=281474976710656},a.prototype._hmac=function(){return new n.hmac(this.hash,this.K)},a.prototype._update=function(e){var t=this._hmac().update(this.V).update([0]);e&&(t=t.update(e)),this.K=t.digest(),this.V=this._hmac().update(this.V).digest(),e&&(this.K=this._hmac().update(this.V).update([1]).update(e).digest(),this.V=this._hmac().update(this.V).digest())},a.prototype.reseed=function(e,t,r,n){"string"!=typeof t&&(n=r,r=t,t=null),e=i.toArray(e,t),r=i.toArray(r,n),o(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(r||[])),this._reseed=1},a.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));for(var o=[];o.length<e;)this.V=this._hmac().update(this.V).digest(),o=o.concat(this.V);return n=o.slice(0,e),this._update(r),this._reseed++,i.encode(n,t)}},{"hash.js":26,"minimalistic-assert":41,"minimalistic-crypto-utils":42}],39:[function(e,t,r){"function"==typeof Object.create?t.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(e,t){var r;t&&(e.super_=t,(r=function(){}).prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e)}},{}],40:[function(e,t,n){(function(e,r){(function(){!function(){"use strict";for(var n="object"==("undefined"==typeof window?"undefined":s(window))?window:{},i=!(n=!n.JS_SHA3_NO_NODE_JS&&"object"==s(e)&&e.versions&&e.versions.node?r:n).JS_SHA3_NO_COMMON_JS&&"object"==s(t)&&t.exports,o="0123456789abcdef".split(""),a=[0,8,16,24],u=[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],l=[224,256,384,512],c=["hex","buffer","arrayBuffer","array"],h=function(e,t,r){return function(n){return new k(e,t,e).update(n)[r]()}},f=function(e,t,r){return function(n,i){return new k(e,t,i).update(n)[r]()}},d=function(e,t){var r=h(e,t,"hex");r.create=function(){return new k(e,t,e)},r.update=function(e){return r.create().update(e)};for(var n=0;n<c.length;++n){var i=c[n];r[i]=h(e,t,i)}return r},p=[{name:"keccak",padding:[1,256,65536,16777216],bits:l,createMethod:d},{name:"sha3",padding:[6,1536,393216,100663296],bits:l,createMethod:d},{name:"shake",padding:[31,7936,2031616,520093696],bits:[128,256],createMethod:function(e,t){var r=f(e,t,"hex");r.create=function(r){return new k(e,t,r)},r.update=function(e,t){return r.create(t).update(e)};for(var n=0;n<c.length;++n){var i=c[n];r[i]=f(e,t,i)}return r}}],m={},g=[],y=0;y<p.length;++y)for(var v=p[y],b=v.bits,w=0;w<b.length;++w){var _=v.name+"_"+b[w];g.push(_),m[_]=v.createMethod(b[w],v.padding)}function k(e,t,r){this.blocks=[],this.s=[],this.padding=t,this.outputBits=r,this.reset=!0,this.block=0,this.start=0,this.blockCount=1600-(e<<1)>>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}k.prototype.update=function(e){for(var t,r,n="string"!=typeof e,i=(e=n&&e.constructor===ArrayBuffer?new Uint8Array(e):e).length,o=this.blocks,s=this.byteCount,u=this.blockCount,l=0,c=this.s;l<i;){if(this.reset)for(this.reset=!1,o[0]=this.block,t=1;t<u+1;++t)o[t]=0;if(n)for(t=this.start;l<i&&t<s;++l)o[t>>2]|=e[l]<<a[3&t++];else for(t=this.start;l<i&&t<s;++l)(r=e.charCodeAt(l))<128?o[t>>2]|=r<<a[3&t++]:(r<2048?o[t>>2]|=(192|r>>6)<<a[3&t++]:(r<55296||57344<=r?o[t>>2]|=(224|r>>12)<<a[3&t++]:(r=65536+((1023&r)<<10|1023&e.charCodeAt(++l)),o[t>>2]|=(240|r>>18)<<a[3&t++],o[t>>2]|=(128|r>>12&63)<<a[3&t++]),o[t>>2]|=(128|r>>6&63)<<a[3&t++]),o[t>>2]|=(128|63&r)<<a[3&t++]);if(s<=(this.lastByteIndex=t)){for(this.start=t-s,this.block=o[u],t=0;t<u;++t)c[t]^=o[t];x(c),this.reset=!0}else this.start=t}return this},k.prototype.finalize=function(){var e=this.blocks,t=this.lastByteIndex,r=this.blockCount,n=this.s;if(e[t>>2]|=this.padding[3&t],this.lastByteIndex===this.byteCount)for(e[0]=e[r],t=1;t<r+1;++t)e[t]=0;for(e[r-1]|=2147483648,t=0;t<r;++t)n[t]^=e[t];x(n)},k.prototype.toString=k.prototype.hex=function(){this.finalize();for(var e,t=this.blockCount,r=this.s,n=this.outputBlocks,i=this.extraBytes,a=0,s=0,u="";s<n;){for(a=0;a<t&&s<n;++a,++s)e=r[a],u+=o[e>>4&15]+o[15&e]+o[e>>12&15]+o[e>>8&15]+o[e>>20&15]+o[e>>16&15]+o[e>>28&15]+o[e>>24&15];s%t==0&&(x(r),a=0)}return i&&(e=r[a],0<i&&(u+=o[e>>4&15]+o[15&e]),1<i&&(u+=o[e>>12&15]+o[e>>8&15]),2<i&&(u+=o[e>>20&15]+o[e>>16&15])),u},k.prototype.arrayBuffer=function(){this.finalize();for(var e=this.blockCount,t=this.s,r=this.outputBlocks,n=this.extraBytes,i=0,o=0,a=this.outputBits>>3,s=n?new ArrayBuffer(r+1<<2):new ArrayBuffer(a),u=new Uint32Array(s);o<r;){for(i=0;i<e&&o<r;++i,++o)u[o]=t[i];o%e==0&&x(t)}return n&&(u[i]=t[i],s=s.slice(0,a)),s},k.prototype.buffer=k.prototype.arrayBuffer,k.prototype.digest=k.prototype.array=function(){this.finalize();for(var e,t,r=this.blockCount,n=this.s,i=this.outputBlocks,o=this.extraBytes,a=0,s=0,u=[];s<i;){for(a=0;a<r&&s<i;++a,++s)t=n[a],u[e=s<<2]=255&t,u[e+1]=t>>8&255,u[e+2]=t>>16&255,u[e+3]=t>>24&255;s%r==0&&x(n)}return o&&(e=s<<2,t=n[a],0<o&&(u[e]=255&t),1<o&&(u[e+1]=t>>8&255),2<o&&(u[e+2]=t>>16&255)),u};var x=function(e){for(var t,r,n,i,o,a,s,l,c,h,f,d,p,m,g,y,v,b,w,_,k,x,A,E,S,M,I,P,T,N,R,O,C,j,B,L,U,D,z,F,H,G,q,V,W,Z,K,Q,J,$,Y=0;Y<48;Y+=2)I=e[0]^e[10]^e[20]^e[30]^e[40],P=e[1]^e[11]^e[21]^e[31]^e[41],F=e[2]^e[12]^e[22]^e[32]^e[42],z=e[3]^e[13]^e[23]^e[33]^e[43],O=e[4]^e[14]^e[24]^e[34]^e[44],R=e[5]^e[15]^e[25]^e[35]^e[45],Z=e[6]^e[16]^e[26]^e[36]^e[46],W=e[7]^e[17]^e[27]^e[37]^e[47],p=e[8]^e[18]^e[28]^e[38]^e[48],h=(m=e[9]^e[19]^e[29]^e[39]^e[49])^(z<<1|F>>>31),e[0]^=c=p^(F<<1|z>>>31),e[1]^=h,e[10]^=c,e[11]^=h,e[20]^=c,e[21]^=h,e[30]^=c,e[31]^=h,e[40]^=c,e[41]^=h,h=P^(R<<1|O>>>31),e[2]^=c=I^(O<<1|R>>>31),e[3]^=h,e[12]^=c,e[13]^=h,e[22]^=c,e[23]^=h,e[32]^=c,e[33]^=h,e[42]^=c,e[43]^=h,h=z^(W<<1|Z>>>31),e[4]^=c=F^(Z<<1|W>>>31),e[5]^=h,e[14]^=c,e[15]^=h,e[24]^=c,e[25]^=h,e[34]^=c,e[35]^=h,e[44]^=c,e[45]^=h,h=R^(m<<1|p>>>31),e[6]^=c=O^(p<<1|m>>>31),e[7]^=h,e[16]^=c,e[17]^=h,e[26]^=c,e[27]^=h,e[36]^=c,e[37]^=h,e[46]^=c,e[47]^=h,h=W^(P<<1|I>>>31),e[8]^=c=Z^(I<<1|P>>>31),e[9]^=h,e[18]^=c,e[19]^=h,e[28]^=c,e[29]^=h,e[38]^=c,e[39]^=h,e[48]^=c,e[49]^=h,t=e[0],r=e[1],C=e[11]<<4|e[10]>>>28,j=e[10]<<4|e[11]>>>28,g=e[20]<<3|e[21]>>>29,y=e[21]<<3|e[20]>>>29,K=e[31]<<9|e[30]>>>23,Q=e[30]<<9|e[31]>>>23,T=e[40]<<18|e[41]>>>14,N=e[41]<<18|e[40]>>>14,k=e[2]<<1|e[3]>>>31,x=e[3]<<1|e[2]>>>31,n=e[13]<<12|e[12]>>>20,i=e[12]<<12|e[13]>>>20,B=e[22]<<10|e[23]>>>22,L=e[23]<<10|e[22]>>>22,v=e[33]<<13|e[32]>>>19,b=e[32]<<13|e[33]>>>19,J=e[42]<<2|e[43]>>>30,$=e[43]<<2|e[42]>>>30,H=e[5]<<30|e[4]>>>2,G=e[4]<<30|e[5]>>>2,A=e[14]<<6|e[15]>>>26,E=e[15]<<6|e[14]>>>26,o=e[25]<<11|e[24]>>>21,a=e[24]<<11|e[25]>>>21,U=e[34]<<15|e[35]>>>17,D=e[35]<<15|e[34]>>>17,w=e[45]<<29|e[44]>>>3,_=e[44]<<29|e[45]>>>3,f=e[6]<<28|e[7]>>>4,d=e[7]<<28|e[6]>>>4,q=e[17]<<23|e[16]>>>9,V=e[16]<<23|e[17]>>>9,S=e[26]<<25|e[27]>>>7,M=e[27]<<25|e[26]>>>7,s=e[36]<<21|e[37]>>>11,l=e[37]<<21|e[36]>>>11,z=e[47]<<24|e[46]>>>8,F=e[46]<<24|e[47]>>>8,R=e[8]<<27|e[9]>>>5,O=e[9]<<27|e[8]>>>5,p=e[18]<<20|e[19]>>>12,m=e[19]<<20|e[18]>>>12,W=e[29]<<7|e[28]>>>25,Z=e[28]<<7|e[29]>>>25,I=e[38]<<8|e[39]>>>24,P=e[39]<<8|e[38]>>>24,c=e[48]<<14|e[49]>>>18,h=e[49]<<14|e[48]>>>18,e[0]=t^~n&o,e[1]=r^~i&a,e[10]=f^~p&g,e[11]=d^~m&y,e[20]=k^~A&S,e[21]=x^~E&M,e[30]=R^~C&B,e[31]=O^~j&L,e[40]=H^~q&W,e[41]=G^~V&Z,e[2]=n^~o&s,e[3]=i^~a&l,e[12]=p^~g&v,e[13]=m^~y&b,e[22]=A^~S&I,e[23]=E^~M&P,e[32]=C^~B&U,e[33]=j^~L&D,e[42]=q^~W&K,e[43]=V^~Z&Q,e[4]=o^~s&c,e[5]=a^~l&h,e[14]=g^~v&w,e[15]=y^~b&_,e[24]=S^~I&T,e[25]=M^~P&N,e[34]=B^~U&z,e[35]=L^~D&F,e[44]=W^~K&J,e[45]=Z^~Q&$,e[6]=s^~c&t,e[7]=l^~h&r,e[16]=v^~w&f,e[17]=b^~_&d,e[26]=I^~T&k,e[27]=P^~N&x,e[36]=U^~z&R,e[37]=D^~F&O,e[46]=K^~J&H,e[47]=Q^~$&G,e[8]=c^~t&n,e[9]=h^~r&i,e[18]=w^~f&p,e[19]=_^~d&m,e[28]=T^~k&A,e[29]=N^~x&E,e[38]=z^~R&C,e[39]=F^~O&j,e[48]=J^~H&q,e[49]=$^~G&V,e[0]^=u[Y],e[1]^=u[Y+1]};if(i)t.exports=m;else for(y=0;y<g.length;++y)n[g[y]]=m[g[y]]}()}).call(this)}).call(this,e("_process"),void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:43}],41:[function(e,t,r){(t.exports=function(e,t){if(!e)throw new Error(t||"Assertion failed")}).equal=function(e,t,r){if(e!=t)throw new Error(r||"Assertion failed: "+e+" != "+t)}},{}],42:[function(e,t,r){"use strict";function n(e){return 1===e.length?"0"+e:e}function i(e){for(var t="",r=0;r<e.length;r++)t+=n(e[r].toString(16));return t}r.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"!=typeof e){for(var n=0;n<e.length;n++)r[n]=0|e[n];return r}if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),n=0;n<e.length;n+=2)r.push(parseInt(e[n]+e[n+1],16));else for(n=0;n<e.length;n++){var i=(o=e.charCodeAt(n))>>8,o=255&o;i?r.push(i,o):r.push(o)}return r},r.zero2=n,r.toHex=i,r.encode=function(e,t){return"hex"===t?i(e):e}},{}],43:[function(e,t,r){t.exports={browser:!0}},{}],44:[function(e,t,r){(function(e){(function(){"use strict";function n(e){var t=[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],r=1779033703,n=3144134277,i=1013904242,o=2773480762,a=1359893119,s=2600822924,u=528734635,l=1541459225,c=new Array(64);function h(e){for(var h=0,f=e.length;64<=f;){for(var d,p,m,g,y=r,v=n,b=i,w=o,_=a,k=s,x=u,A=l,E=0;E<16;E++)c[E]=(255&e[p=h+4*E])<<24|(255&e[p+1])<<16|(255&e[p+2])<<8|255&e[p+3];for(E=16;E<64;E++)m=((d=c[E-2])>>>17|d<<15)^(d>>>19|d<<13)^d>>>10,d=c[E-15],c[E]=(m+c[E-7]|0)+((g=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3)+c[E-16]|0)|0;for(E=0;E<64;E++)m=(((_>>>6|_<<26)^(_>>>11|_<<21)^(_>>>25|_<<7))+(_&k^~_&x)|0)+(A+(t[E]+c[E]|0)|0)|0,g=((y>>>2|y<<30)^(y>>>13|y<<19)^(y>>>22|y<<10))+(y&v^y&b^v&b)|0,A=x,x=k,k=_,_=w+m|0,w=b,b=v,v=y,y=m+g|0;r=r+y|0,n=n+v|0,i=i+b|0,o=o+w|0,a=a+_|0,s=s+k|0,u=u+x|0,l=l+A|0,h+=64,f-=64}}h(e);var f,d=e.length%64,p=e.length/536870912|0,m=e.length<<3,g=d<56?56:120,y=e.slice(e.length-d,e.length);for(y.push(128),f=1+d;f<g;f++)y.push(0);return y.push(p>>>24&255),y.push(p>>>16&255),y.push(p>>>8&255),y.push(p>>>0&255),y.push(m>>>24&255),y.push(m>>>16&255),y.push(m>>>8&255),y.push(m>>>0&255),h(y),[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,o>>>24&255,o>>>16&255,o>>>8&255,o>>>0&255,a>>>24&255,a>>>16&255,a>>>8&255,a>>>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,l>>>24&255,l>>>16&255,l>>>8&255,l>>>0&255]}function i(e,t,r){e=e.length<=64?e:n(e);for(var i=64+t.length+4,o=new Array(i),a=new Array(64),s=[],u=0;u<64;u++)o[u]=54;for(u=0;u<e.length;u++)o[u]^=e[u];for(u=0;u<t.length;u++)o[64+u]=t[u];for(u=i-4;u<i;u++)o[u]=0;for(u=0;u<64;u++)a[u]=92;for(u=0;u<e.length;u++)a[u]^=e[u];function l(){for(var e=i-1;i-4<=e;e--){if(o[e]++,o[e]<=255)return;o[e]=0}}for(;32<=r;)l(),s=s.concat(n(a.concat(n(o)))),r-=32;return 0<r&&(l(),s=s.concat(n(a.concat(n(o))).slice(0,r))),s}function o(e,t,r,n,i){var o;for(u(e,16*(2*r-1),i,0,16),o=0;o<2*r;o++)s(e,16*o,i,16),function(e,t){u(e,0,t,0,16);for(var r=8;0<r;r-=2)t[4]^=a(t[0]+t[12],7),t[8]^=a(t[4]+t[0],9),t[12]^=a(t[8]+t[4],13),t[0]^=a(t[12]+t[8],18),t[9]^=a(t[5]+t[1],7),t[13]^=a(t[9]+t[5],9),t[1]^=a(t[13]+t[9],13),t[5]^=a(t[1]+t[13],18),t[14]^=a(t[10]+t[6],7),t[2]^=a(t[14]+t[10],9),t[6]^=a(t[2]+t[14],13),t[10]^=a(t[6]+t[2],18),t[3]^=a(t[15]+t[11],7),t[7]^=a(t[3]+t[15],9),t[11]^=a(t[7]+t[3],13),t[15]^=a(t[11]+t[7],18),t[1]^=a(t[0]+t[3],7),t[2]^=a(t[1]+t[0],9),t[3]^=a(t[2]+t[1],13),t[0]^=a(t[3]+t[2],18),t[6]^=a(t[5]+t[4],7),t[7]^=a(t[6]+t[5],9),t[4]^=a(t[7]+t[6],13),t[5]^=a(t[4]+t[7],18),t[11]^=a(t[10]+t[9],7),t[8]^=a(t[11]+t[10],9),t[9]^=a(t[8]+t[11],13),t[10]^=a(t[9]+t[8],18),t[12]^=a(t[15]+t[14],7),t[13]^=a(t[12]+t[15],9),t[14]^=a(t[13]+t[12],13),t[15]^=a(t[14]+t[13],18);for(r=0;r<16;++r)e[r]+=t[r]}(i,n),u(i,0,e,t+16*o,16);for(o=0;o<r;o++)u(e,t+2*o*16,e,16*o,16);for(o=0;o<r;o++)u(e,t+16*(2*o+1),e,16*(o+r),16)}function a(e,t){return e<<t|e>>>32-t}function s(e,t,r,n){for(var i=0;i<n;i++)r[i]^=e[t+i]}function u(e,t,r,n,i){for(;i--;)r[n++]=e[t++]}function l(e){if(e&&"number"==typeof e.length){for(var t=0;t<e.length;t++){if("number"!=typeof e[t])return;var r=parseInt(e[t]);if(r!=e[t]||r<0||256<=r)return}return 1}}function c(e,t){var r=parseInt(e);if(e!=r)throw new Error("invalid "+t);return r}function h(t,r,n,a,h,f,p){if(!p)throw new Error("missing callback");if(n=c(n,"N"),a=c(a,"r"),h=c(h,"p"),f=c(f,"dkLen"),0===n||0!=(n&n-1))throw new Error("N must be power of 2");if(d/128/a<n)throw new Error("N too large");if(d/128/h<a)throw new Error("r too large");if(!l(t))throw new Error("password must be an array or buffer");if(t=Array.prototype.slice.call(t),!l(r))throw new Error("salt must be an array or buffer");r=Array.prototype.slice.call(r);for(var m=i(t,r,128*h*a),g=new Uint32Array(32*h*a),y=0;y<g.length;y++){var v=4*y;g[y]=(255&m[3+v])<<24|(255&m[2+v])<<16|(255&m[1+v])<<8|(255&m[0+v])<<0}var b,w,_=new Uint32Array(64*a),k=new Uint32Array(32*a*n),x=32*a,A=new Uint32Array(16),E=new Uint32Array(16),S=h*n*2,M=0,I=null,P=!1,T=0,N=0,R=parseInt(1e3/a),O=void 0!==e?e:setTimeout;!function e(){if(P)return p(new Error("cancelled"),M/S);switch(T){case 0:u(g,w=32*N*a,_,0,x),T=1,b=0;case 1:R<(l=n-b)&&(l=R);for(var r=0;r<l;r++)u(_,0,k,(b+r)*x,x),o(_,x,a,A,E);if(b+=l,M+=l,(d=parseInt(1e3*M/S))!==I){if(P=p(null,M/S))break;I=d}if(b<n)break;b=0,T=2;case 2:var l;for(R<(l=n-b)&&(l=R),r=0;r<l;r++){var c=_[16*(2*a-1)]&n-1;s(k,c*x,_,x),o(_,x,a,A,E)}if(b+=l,M+=l,(d=parseInt(1e3*M/S))!==I){if(P=p(null,M/S))break;I=d}if(b<n)break;if(u(_,0,g,w,x),++N<h){T=0;break}for(m=[],r=0;r<g.length;r++)m.push(g[r]>>0&255),m.push(g[r]>>8&255),m.push(g[r]>>16&255),m.push(g[r]>>24&255);var d=i(t,m,f);return p(null,1,d)}O(e)}()}var f,d;f=this,d=2147483647,void 0!==r?t.exports=h:f&&(f.scrypt&&(f._scrypt=f.scrypt),f.scrypt=h)}).call(this)}).call(this,e("timers").setImmediate)},{timers:46}],45:[function(e,t,n){(function(e,t,r){(function(){!function(t,r){"use strict";var n,i,o,a,s,u,l,c;function h(e){return i[n]=f.apply(r,e),n++}function f(e){var t=[].slice.call(arguments,1);return function(){"function"==typeof e?e.apply(r,t):new Function(""+e)()}}function d(e){if(o)setTimeout(f(d,e),0);else{var t=i[e];if(t){o=!0;try{t()}finally{p(e),o=!1}}}}function p(e){delete i[e]}t.setImmediate||(n=1,o=!(i={}),a=t.document,c=(c=Object.getPrototypeOf&&Object.getPrototypeOf(t))&&c.setTimeout?c:t,"[object process]"==={}.toString.call(t.process)?s=function(){var t=h(arguments);return e.nextTick(f(d,t)),t}:function(){if(t.postMessage&&!t.importScripts){var e=!0,r=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=r,e}}()?function(){function e(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(r)&&d(+e.data.slice(r.length))}var r="setImmediate$"+Math.random()+"$";t.addEventListener?t.addEventListener("message",e,!1):t.attachEvent("onmessage",e),s=function(){var e=h(arguments);return t.postMessage(r+e,"*"),e}}():s=t.MessageChannel?((l=new MessageChannel).port1.onmessage=function(e){d(e.data)},function(){var e=h(arguments);return l.port2.postMessage(e),e}):a&&"onreadystatechange"in a.createElement("script")?(u=a.documentElement,function(){var e=h(arguments),t=a.createElement("script");return t.onreadystatechange=function(){d(e),t.onreadystatechange=null,u.removeChild(t),t=null},u.appendChild(t),e}):function(){var e=h(arguments);return setTimeout(f(d,e),0),e},c.setImmediate=s,c.clearImmediate=p)}("undefined"==typeof self?void 0===t?this:t:self)}).call(this)}).call(this,e("_process"),void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("timers").clearImmediate)},{_process:43,timers:46}],46:[function(e,t,n){(function(e){(function(){t.exports={setImmediate:e.setImmediate}}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],47:[function(e,t,n){(function(e){(function(){var r,n,i;e.crypto&&crypto.getRandomValues&&(r=new Uint8Array(16),n=function(){return crypto.getRandomValues(r),r}),n||(i=new Array(16),n=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),i[t]=e>>>((3&t)<<3)&255;return i}),t.exports=n}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],48:[function(e,t,r){for(var n=e("./rng"),i=[],o={},a=0;a<256;a++)i[a]=(a+256).toString(16).substr(1),o[i[a]]=a;function s(e,t){return t=t||0,i[e[t++]]+i[e[t++]]+i[e[t++]]+i[e[t++]]+"-"+i[e[t++]]+i[e[t++]]+"-"+i[e[t++]]+i[e[t++]]+"-"+i[e[t++]]+i[e[t++]]+"-"+i[e[t++]]+i[e[t++]]+i[e[t++]]+i[e[t++]]+i[e[t++]]+i[e[t++]]}var u=[1|(e=n())[0],e[1],e[2],e[3],e[4],e[5]],l=16383&(e[6]<<8|e[7]),c=0,h=0;function f(e,t,r){var i=t&&r||0;"string"==typeof e&&(t="binary"==e?new Array(16):null,e=null);var o=(e=e||{}).random||(e.rng||n)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t)for(var a=0;a<16;a++)t[i+a]=o[a];return t||s(o)}(e=f).v1=function(e,t,r){var n=t&&r||0,i=t||[],o=void 0!==(e=e||{}).clockseq?e.clockseq:l,a=void 0!==e.msecs?e.msecs:(new Date).getTime(),f=void 0!==e.nsecs?e.nsecs:h+1;if((r=a-c+(f-h)/1e4)<0&&void 0===e.clockseq&&(o=o+1&16383),1e4<=(f=(r<0||c<a)&&void 0===e.nsecs?0:f))throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");c=a,l=o,f=(1e4*(268435455&(a+=122192928e5))+(h=f))%4294967296,i[n++]=f>>>24&255,i[n++]=f>>>16&255,i[n++]=f>>>8&255,i[n++]=255&f,a=a/4294967296*1e4&268435455,i[n++]=a>>>8&255,i[n++]=255&a,i[n++]=a>>>24&15|16,i[n++]=a>>>16&255,i[n++]=o>>>8|128,i[n++]=255&o;for(var d=e.node||u,p=0;p<6;p++)i[n+p]=d[p];return t||s(i)},e.v4=f,e.parse=function(e,t,r){var n=t&&r||0,i=0;for(t=t||[],e.toLowerCase().replace(/[0-9a-f]{2}/g,(function(e){i<16&&(t[n+i++]=o[e])}));i<16;)t[n+i++]=0;return t},e.unparse=s,t.exports=e},{"./rng":47}],49:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});try{t.exports.XMLHttpRequest=XMLHttpRequest}catch(e){console.log("Warning: XMLHttpRequest is not defined"),t.exports.XMLHttpRequest=null}},{}],50:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("../utils/properties");function i(){n.setType(this,"Provider")}i.isProvider=function(e){return n.isType(e,"Provider")},e=i,r.Provider=e},{"../utils/properties":74}],51:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a=e("../utils/address"),u=e("../utils/bignumber"),l=e("../utils/bytes"),c=e("../constants"),h=e("../utils/hash"),f=e("../utils/networks"),d=e("../utils/properties"),p=e("../utils/rlp"),m=e("../utils/transaction"),g=e("../utils/utf8"),y=e("../utils/web"),v=o(e("../errors")),b=e("./abstract-provider");function w(e,t){var r,n={};for(r in e)try{var i=e[r](t[r]);void 0!==i&&(n[r]=i)}catch(e){throw e.checkKey=r,e.checkValue=t[r],e}return n}function _(e,t){return function(r){return null==r?t:e(r)}}function k(e){return function(t){if(!Array.isArray(t))throw new Error("not an array");var r=[];return t.forEach((function(t){r.push(e(t))})),r}}function x(e,t){return"string"==typeof e&&(t||"0x"===e.substring(0,2)||(e="0x"+e),32===l.hexDataLength(e))?e.toLowerCase():(v.throwError("invalid hash",v.INVALID_ARGUMENT,{arg:"hash",value:e}),null)}function A(e){return u.bigNumberify(e).toNumber()}function E(e){if(!l.isHexString(e))throw new Error("invalid uint256");for(;e.length<66;)e="0x0"+e.substring(2);return e}function S(e){if(null==e)return"latest";if("earliest"===e)return"0x0";if("latest"===e||"pending"===e)return e;if("number"==typeof e)return l.hexStripZeros(l.hexlify(e));if(l.isHexString(e))return l.hexStripZeros(e);throw new Error("invalid blockTag")}var M={hash:x,blockHash:_(x,null),blockNumber:_(A,null),transactionIndex:_(A,null),confirmations:_(A,null),from:a.getAddress,gasPrice:u.bigNumberify,gasLimit:u.bigNumberify,to:_(a.getAddress,null),value:u.bigNumberify,nonce:A,data:l.hexlify,r:_(E),s:_(E),v:_(A),creates:_(a.getAddress,null),raw:_(l.hexlify)};function I(e){null!=e.gas&&null==e.gasLimit&&(e.gasLimit=e.gas),e.to&&u.bigNumberify(e.to).isZero()&&(e.to="0x0000000000000000000000000000000000000000"),null!=e.input&&null==e.data&&(e.data=e.input),null==e.to&&null==e.creates&&(e.creates=a.getContractAddress(e)),e.raw||e.v&&e.r&&e.s&&(r=[l.stripZeros(l.hexlify(e.nonce)),l.stripZeros(l.hexlify(e.gasPrice)),l.stripZeros(l.hexlify(e.gasLimit)),e.to||"0x",l.stripZeros(l.hexlify(e.value||"0x")),l.hexlify(e.data||"0x"),l.stripZeros(l.hexlify(e.v||"0x")),l.stripZeros(l.hexlify(e.r)),l.stripZeros(l.hexlify(e.s))],e.raw=p.encode(r));var t=w(M,e),r=e.networkId;return null!=e.chainId&&null==r&&null==t.v&&(r=e.chainId),"number"!=typeof(r=l.isHexString(r)?u.bigNumberify(r).toNumber():r)&&null!=t.v&&((r=(t.v-35)/2)<0&&(r=0),r=parseInt(r)),t.networkId=r="number"!=typeof r?0:r,null==t.chainId&&null!=r&&(t.chainId=r),t.blockHash&&"x"===t.blockHash.replace(/0/g,"")&&(t.blockHash=null),t}var P={hash:x,parentHash:x,number:A,timestamp:A,nonce:_(l.hexlify),difficulty:function(e){e=u.bigNumberify(e);try{return e.toNumber()}catch(e){}return null},gasLimit:u.bigNumberify,gasUsed:u.bigNumberify,miner:a.getAddress,extraData:l.hexlify,transactions:_(k(x))},T=d.shallowCopy(P);function N(e,t){return null!=e.author&&null==e.miner&&(e.miner=e.author),w(t?T:P,e)}T.transactions=_(k(I));var R={from:_(a.getAddress),nonce:_(A),gasLimit:_(u.bigNumberify),gasPrice:_(u.bigNumberify),to:_(a.getAddress),value:_(u.bigNumberify),data:_(l.hexlify)};function O(e){return w(R,e)}var C={transactionLogIndex:_(A),transactionIndex:A,blockNumber:A,transactionHash:x,address:a.getAddress,topics:k(x),data:l.hexlify,logIndex:A,blockHash:x},j={to:_(a.getAddress,null),from:_(a.getAddress,null),contractAddress:_(a.getAddress,null),transactionIndex:A,root:_(x),gasUsed:u.bigNumberify,logsBloom:_(l.hexlify),blockHash:x,transactionHash:x,logs:k((function(e){return w(C,e)})),blockNumber:A,confirmations:_(A,null),cumulativeGasUsed:u.bigNumberify,status:_(A)};function B(e){return Array.isArray(e)?e.forEach((function(e){B(e)})):null!=e&&x(e),e}var L,U,D={fromBlock:_(S,void 0),toBlock:_(S,void 0),address:_(a.getAddress,void 0),topics:_(B,void 0)},z={blockHash:_(x,void 0),address:_(a.getAddress,void 0),topics:_(B,void 0)},F={blockNumber:_(A),blockHash:_(x),transactionIndex:A,removed:_((function(e){if("boolean"==typeof e)return e;if("string"==typeof e){if("true"===e)return!0;if("false"===e)return!1}throw new Error("invaid boolean - "+e)})),address:a.getAddress,data:(L=l.hexlify,function(e){return e?L(e):"0x"}),topics:k(x),transactionHash:x,logIndex:A};function H(e){return w(F,e)}function G(e){return e.map((function(e){return"string"==typeof e?e:Array.isArray(e)?(e.forEach((function(e){null!==e&&32!==l.hexDataLength(e)&&v.throwError("invalid topic",v.INVALID_ARGUMENT,{argument:"topic",value:e})})),e.join(",")):null===e?"":v.throwError("invalid topic value",v.INVALID_ARGUMENT,{argument:"topic",value:e})})).join("&")}function q(e){if("string"==typeof e){if(20===l.hexDataLength(e))return"address:"+a.getAddress(e);if(e=e.toLowerCase(),32===l.hexDataLength(e))return"tx:"+e;if(-1===e.indexOf(":"))return e}else{if(Array.isArray(e))return"filter::"+G(e);if(e&&"object"==s(e))return"filter:"+(e.address||"")+":"+G(e.topics||[])}throw new Error("invalid event - "+e)}function V(){return(new Date).getTime()}function W(e){var t,r=U.call(this)||this;return v.checkNew(r,b.Provider),e instanceof Promise?(d.defineReadOnly(r,"ready",e.then((function(e){return d.defineReadOnly(r,"_network",e),e}))),r.ready.catch((function(e){}))):(t=f.getNetwork(null==e?"homestead":e))?(d.defineReadOnly(r,"_network",t),d.defineReadOnly(r,"ready",Promise.resolve(r._network))):v.throwError("invalid network",v.INVALID_ARGUMENT,{arg:"network",value:e}),r._lastBlockNumber=-2,r._balances={},r._events=[],r._pollingInterval=4e3,r._emitted={block:-2},r._fastQueryDate=0,r}i(W,U=b.Provider),W.prototype._doPoll=function(){var e=this;this.getBlockNumber().then((function(t){if(e.polling&&(e._setFastBlockNumber(t),t!==e._lastBlockNumber)){-2===e._emitted.block&&(e._emitted.block=t-1);for(var r=e._emitted.block+1;r<=t;r++)e.emit("block",r);e._emitted.block!==t&&(e._emitted.block=t,Object.keys(e._emitted).forEach((function(r){var n;"block"===r||"pending"!==(n=e._emitted[r])&&12<t-n&&delete e._emitted[r]}))),-2===e._lastBlockNumber&&(e._lastBlockNumber=t-1);var n={},i={};return e._events.forEach((function(e){i[e.tag]=!0})),Object.keys(i).forEach((function(r){var i=r.split(":");switch(i[0]){case"tx":var o=i[1];e.getTransactionReceipt(o).then((function(t){return t&&null!=t.blockNumber&&(e._emitted["t:"+o]=t.blockNumber,e.emit(o,t)),null})).catch((function(t){e.emit("error",t)}));break;case"address":var a=i[1];e._balances[a]&&(n[a]=e._balances[a]),e.getBalance(a,"latest").then((function(t){var r=e._balances[a];if(!r||!t.eq(r))return e._balances[a]=t,e.emit(a,t),null})).catch((function(t){e.emit("error",t)}));break;case"filter":var s=i[2].split(/&/g).map((function(e){var t=e.split(",");return 1===t.length?""===t[0]?null:e:t.map((function(e){return""===e?null:e}))})),u={address:i[1],fromBlock:e._lastBlockNumber+1,toBlock:t,topics:s};u.address||delete u.address,e.getLogs(u).then((function(t){if(0!==t.length)return t.forEach((function(t){e._emitted["b:"+t.blockHash]=t.blockNumber,e._emitted["t:"+t.transactionHash]=t.blockNumber,e.emit(u,t)})),null})).catch((function(t){e.emit("error",t)}))}})),e._lastBlockNumber=t,e._balances=n,null}})).catch((function(e){})),this.doPoll()},W.prototype.resetEventsBlock=function(e){this._lastBlockNumber=e-1,this.polling&&this._doPoll()},Object.defineProperty(W.prototype,"network",{get:function(){return this._network},enumerable:!0,configurable:!0}),W.prototype.getNetwork=function(){return this.ready},Object.defineProperty(W.prototype,"blockNumber",{get:function(){return this._fastBlockNumber},enumerable:!0,configurable:!0}),Object.defineProperty(W.prototype,"polling",{get:function(){return null!=this._poller},set:function(e){var t=this;setTimeout((function(){e&&!t._poller?(t._poller=setInterval(t._doPoll.bind(t),t.pollingInterval),t._doPoll()):!e&&t._poller&&(clearInterval(t._poller),t._poller=null)}),0)},enumerable:!0,configurable:!0}),Object.defineProperty(W.prototype,"pollingInterval",{get:function(){return this._pollingInterval},set:function(e){var t=this;if("number"!=typeof e||e<=0||parseInt(String(e))!=e)throw new Error("invalid polling interval");this._pollingInterval=e,this._poller&&(clearInterval(this._poller),this._poller=setInterval((function(){t._doPoll()}),this._pollingInterval))},enumerable:!0,configurable:!0}),W.prototype._getFastBlockNumber=function(){var e=this,t=V();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},W.prototype._setFastBlockNumber=function(e){null!=this._fastBlockNumber&&e<this._fastBlockNumber||(this._fastQueryDate=V(),(null==this._fastBlockNumber||e>this._fastBlockNumber)&&(this._fastBlockNumber=e,this._fastBlockNumberPromise=Promise.resolve(e)))},W.prototype.waitForTransaction=function(e,t){var r=this;return null==t&&(t=1),this.getTransactionReceipt(e).then((function(n){return 0===t||n&&n.confirmations>=t?n:new Promise((function(n){r.on(e,(function i(o){o.confirmations<t||(r.removeListener(e,i),n(o))}))}))}))},W.prototype.getBlockNumber=function(){var e=this;return this.ready.then((function(){return e.perform("getBlockNumber",{}).then((function(t){var r=parseInt(t);if(r!=t)throw new Error("invalid response - getBlockNumber");return e._setFastBlockNumber(r),r}))}))},W.prototype.getGasPrice=function(){var e=this;return this.ready.then((function(){return e.perform("getGasPrice",{}).then((function(e){return u.bigNumberify(e)}))}))},W.prototype.getBalance=function(e,t){var r=this;return this.ready.then((function(){return d.resolveProperties({addressOrName:e,blockTag:t}).then((function(e){var t=e.addressOrName,n=e.blockTag;return r._getAddress(t).then((function(e){return e={address:e,blockTag:S(n)},r.perform("getBalance",e).then((function(e){return u.bigNumberify(e)}))}))}))}))},W.prototype.getTransactionCount=function(e,t){var r=this;return this.ready.then((function(){return d.resolveProperties({addressOrName:e,blockTag:t}).then((function(e){var t=e.addressOrName,n=e.blockTag;return r._getAddress(t).then((function(e){return e={address:e,blockTag:S(n)},r.perform("getTransactionCount",e).then((function(e){return u.bigNumberify(e).toNumber()}))}))}))}))},W.prototype.getCode=function(e,t){var r=this;return this.ready.then((function(){return d.resolveProperties({addressOrName:e,blockTag:t}).then((function(e){var t=e.addressOrName,n=e.blockTag;return r._getAddress(t).then((function(e){return e={address:e,blockTag:S(n)},r.perform("getCode",e).then((function(e){return l.hexlify(e)}))}))}))}))},W.prototype.getStorageAt=function(e,t,r){var n=this;return this.ready.then((function(){return d.resolveProperties({addressOrName:e,position:t,blockTag:r}).then((function(e){var t=e.addressOrName,r=e.position,i=e.blockTag;return n._getAddress(t).then((function(e){return e={address:e,blockTag:S(i),position:l.hexStripZeros(l.hexlify(r))},n.perform("getStorageAt",e).then((function(e){return l.hexlify(e)}))}))}))}))},W.prototype.sendTransaction=function(e){var t=this;return this.ready.then((function(){return d.resolveProperties({signedTransaction:e}).then((function(e){var r=e.signedTransaction;return e={signedTransaction:l.hexlify(r)},t.perform("sendTransaction",e).then((function(e){return t._wrapTransaction(m.parse(r),e)}),(function(e){throw e.transaction=m.parse(r),e.transaction.hash&&(e.transactionHash=e.transaction.hash),e}))}))}))},W.prototype._wrapTransaction=function(e,t){var r=this;if(null!=t&&32!==l.hexDataLength(t))throw new Error("invalid response - sendTransaction");var n=e;return null!=t&&e.hash!==t&&v.throwError("Transaction hash mismatch from Provider.sendTransaction.",v.UNKNOWN_ERROR,{expectedHash:e.hash,returnedHash:t}),n.wait=function(t){return 0!==t&&(r._emitted["t:"+e.hash]="pending"),r.waitForTransaction(e.hash,t).then((function(n){return null==n&&0===t?null:(r._emitted["t:"+e.hash]=n.blockNumber,0===n.status&&v.throwError("transaction failed",v.CALL_EXCEPTION,{transactionHash:e.hash,transaction:e}),n)}))},n},W.prototype.call=function(e,t){var r=this,n=d.shallowCopy(e);return this.ready.then((function(){return d.resolveProperties({blockTag:t,tx:n}).then((function(e){var t=e.blockTag;return e=e.tx,r._resolveNames(e,["to","from"]).then((function(e){return e={blockTag:S(t),transaction:O(e)},r.perform("call",e).then((function(e){return l.hexlify(e)}))}))}))}))},W.prototype.estimateGas=function(e){var t=this,r={to:e.to,from:e.from,data:e.data,gasPrice:e.gasPrice,value:e.value};return this.ready.then((function(){return d.resolveProperties(r).then((function(e){return t._resolveNames(e,["to","from"]).then((function(e){return e={transaction:O(e)},t.perform("estimateGas",e).then((function(e){return u.bigNumberify(e)}))}))}))}))},W.prototype.getBlock=function(e,t){var r=this;return this.ready.then((function(){return d.resolveProperties({blockHashOrBlockTag:e}).then((function(e){e=e.blockHashOrBlockTag;try{var n=l.hexlify(e);if(32===l.hexDataLength(n))return y.poll((function(){return r.perform("getBlock",{blockHash:n,includeTransactions:!!t}).then((function(e){return null==e?null==r._emitted["b:"+n]?null:void 0:N(e,t)}))}),{onceBlock:r})}catch(e){}try{var i=-128,o=S(e);return l.isHexString(o)&&(i=parseInt(o.substring(2),16)),y.poll((function(){return r.perform("getBlock",{blockTag:o,includeTransactions:!!t}).then((function(e){return null==e?i<=r._emitted.block?void 0:null:N(e,t)}))}),{onceBlock:r})}catch(e){}throw new Error("invalid block hash or block tag")}))}))},W.prototype.getTransaction=function(e){var t=this;return this.ready.then((function(){return d.resolveProperties({transactionHash:e}).then((function(e){var r=e.transactionHash,n={transactionHash:x(r,!0)};return y.poll((function(){return t.perform("getTransaction",n).then((function(e){if(null==e)return null==t._emitted["t:"+r]?null:void 0;var n=W.checkTransactionResponse(e);if(null==n.blockNumber)n.confirmations=0;else if(null==n.confirmations)return t._getFastBlockNumber().then((function(e){return e=e-n.blockNumber+1,n.confirmations=e=e<=0?1:e,t._wrapTransaction(n)}));return t._wrapTransaction(n)}))}),{onceBlock:t})}))}))},W.prototype.getTransactionReceipt=function(e){var t=this;return this.ready.then((function(){return d.resolveProperties({transactionHash:e}).then((function(e){var r=e.transactionHash,n={transactionHash:x(r,!0)};return y.poll((function(){return t.perform("getTransactionReceipt",n).then((function(e){if(null==e)return null==t._emitted["t:"+r]?null:void 0;if(null!=e.blockHash){var n,i=((e=w(j,n=e)).logs.forEach((function(e,t){null==e.transactionLogIndex&&(e.transactionLogIndex=t)})),null!=n.status&&(e.byzantium=!0),e);if(null==i.blockNumber)i.confirmations=0;else if(null==i.confirmations)return t._getFastBlockNumber().then((function(e){return e=e-i.blockNumber+1,i.confirmations=e=e<=0?1:e,i}));return i}}))}),{onceBlock:t})}))}))},W.prototype.getLogs=function(e){var t=this;return this.ready.then((function(){return d.resolveProperties(e).then((function(e){return t._resolveNames(e,["address"]).then((function(e){return e={filter:(e=e)&&e.blockHash?w(z,e):w(D,e)},t.perform("getLogs",e).then((function(e){return k(H)(e)}))}))}))}))},W.prototype.getEtherPrice=function(){var e=this;return this.ready.then((function(){return e.perform("getEtherPrice",{}).then((function(e){return e}))}))},W.prototype._getAddress=function(e){return this.resolveName(e).then((function(t){return null==t&&v.throwError("ENS name not configured",v.UNSUPPORTED_OPERATION,{operation:"resolveName("+JSON.stringify(e)+")"}),t}))},W.prototype._resolveNames=function(e,t){var r=[],n=d.shallowCopy(e);return t.forEach((function(e){null!=n[e]&&r.push(this._getAddress(n[e]).then((function(t){n[e]=t})))}),this),Promise.all(r).then((function(){return n}))},W.prototype._getResolver=function(e){var t=this;return this.getNetwork().then((function(r){r.ensAddress||v.throwError("network does not support ENS",v.UNSUPPORTED_OPERATION,{operation:"ENS",network:r.name});var n="0x0178b8bf"+h.namehash(e).substring(2);return n={to:r.ensAddress,data:n},t.call(n).then((function(e){return 32!==l.hexDataLength(e)||(e=a.getAddress(l.hexDataSlice(e,12)))===c.AddressZero?null:e}))}))},W.prototype.resolveName=function(e){var t=this;if(e instanceof Promise)return e.then((function(e){return t.resolveName(e)}));try{return Promise.resolve(a.getAddress(e))}catch(t){if(l.isHexString(e))throw t}var r=this,n=h.namehash(e);return this._getResolver(e).then((function(e){if(null==e)return null;var t="0x3b3b57de"+n.substring(2);return r.call({to:e,data:t})})).then((function(e){return 32!==l.hexDataLength(e)||(e=a.getAddress(l.hexDataSlice(e,12)))===c.AddressZero?null:e}))},W.prototype.lookupAddress=function(e){var t=this;if(e instanceof Promise)return e.then((function(e){return t.lookupAddress(e)}));var r=(e=a.getAddress(e)).substring(2)+".addr.reverse",n=h.namehash(r),i=this;return this._getResolver(r).then((function(e){if(!e)return null;var t="0x691f3431"+n.substring(2);return i.call({to:e,data:t})})).then((function(t){if(null==t)return null;if((t=t.substring(2)).length<64)return null;if((t=t.substring(64)).length<64)return null;var r=u.bigNumberify("0x"+t.substring(0,64)).toNumber();if(2*r>(t=t.substring(64)).length)return null;var n=g.toUtf8String("0x"+t.substring(0,2*r));return i.resolveName(n).then((function(t){return t!=e?null:n}))}))},W.checkTransactionResponse=I,W.prototype.doPoll=function(){},W.prototype.perform=function(e,t){return v.throwError(e+" not implemented",v.NOT_IMPLEMENTED,{operation:e}),null},W.prototype._startPending=function(){v.warn("WARNING: this provider does not support pending events")},W.prototype._stopPending=function(){},W.prototype._addEventListener=function(e,t,r){this._events.push({tag:q(e),listener:t,once:r}),"pending"===e&&this._startPending(),this.polling=!0},W.prototype.on=function(e,t){return this._addEventListener(e,t,!1),this},W.prototype.once=function(e,t){return this._addEventListener(e,t,!0),this},W.prototype.addEventListener=function(e,t){return this.on(e,t)},W.prototype.emit=function(e){for(var t=this,r=[],n=1;n<arguments.length;n++)r[n-1]=arguments[n];var i=!1,o=q(e);return this._events=this._events.filter((function(e){return e.tag!==o||(setTimeout((function(){e.listener.apply(t,r)}),0),i=!0,!e.once)})),0===this.listenerCount()&&(this.polling=!1),i},W.prototype.listenerCount=function(e){if(!e)return this._events.length;var t=q(e);return this._events.filter((function(e){return e.tag===t})).length},W.prototype.listeners=function(e){var t=q(e);return this._events.filter((function(e){return e.tag===t})).map((function(e){return e.listener}))},W.prototype.removeAllListeners=function(e){var t;return null==e?(this._events=[],this._stopPending()):(t=q(e),this._events=this._events.filter((function(e){return e.tag!==t})),"pending"===e&&this._stopPending()),0===this._events.length&&(this.polling=!1),this},W.prototype.removeListener=function(e,t){var r=!1,n=q(e);return this._events=this._events.filter((function(e){return e.tag!==n||e.listener!=t||!!r||!(r=!0)})),"pending"===e&&0===this.listenerCount("pending")&&this._stopPending(),0===this.listenerCount()&&(this.polling=!1),this},i=W,r.BaseProvider=i,d.defineReadOnly(b.Provider,"inherits",d.inheritable(b.Provider))},{"../constants":3,"../errors":5,"../utils/address":60,"../utils/bignumber":63,"../utils/bytes":64,"../utils/hash":65,"../utils/networks":72,"../utils/properties":74,"../utils/rlp":76,"../utils/transaction":83,"../utils/utf8":85,"../utils/web":86,"./abstract-provider":50}],52:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a,s=e("./base-provider"),u=e("../utils/bytes"),l=e("../utils/properties"),c=e("../utils/web"),h=o(e("../errors"));function f(e){var t,r,n=[];for(t in e)null!=e[t]&&(r=u.hexlify(e[t]),{gasLimit:!0,gasPrice:!0,nonce:!0,value:!0}[t]&&(r=u.hexStripZeros(r)),n.push(t+"="+r));return n.join("&")}function d(e){if(0==e.status&&("No records found"===e.message||"No transactions found"===e.message))return e.result;if(1==e.status&&"OK"==e.message)return e.result;var t=new Error("invalid response");throw t.result=JSON.stringify(e),t}function p(e){if("2.0"!=e.jsonrpc)throw(t=new Error("invalid response")).result=JSON.stringify(e),t;if(e.error){var t=new Error(e.error.message||"unknown error");throw e.error.code&&(t.code=e.error.code),e.error.data&&(t.data=e.error.data),t}return e.result}function m(e){if("pending"===e)throw new Error("pending not supported");return"latest"===e?e:parseInt(e.substring(2),16)}function g(e,t){var r=a.call(this,e)||this;h.checkNew(r,g),e="invalid";var n=null;switch(e=r.network?r.network.name:e){case"homestead":n="https://api.etherscan.io";break;case"ropsten":n="https://api-ropsten.etherscan.io";break;case"rinkeby":n="https://api-rinkeby.etherscan.io";break;case"kovan":n="https://api-kovan.etherscan.io";break;case"goerli":n="https://api-goerli.etherscan.io";break;default:throw new Error("unsupported network")}return l.defineReadOnly(r,"baseUrl",n),l.defineReadOnly(r,"apiKey",t||"8FG3JMZ9USS4NTA6YKEKHINU56SEPPVBJR"),r}i(g,a=s.BaseProvider),g.prototype.perform=function(e,t){var r,n=this,i=this.baseUrl,o="";function s(e,t){return c.fetchJson(e,null,t||p).then((function(t){return n.emit("debug",{action:"perform",request:e,response:t,provider:n}),t}))}switch(this.apiKey&&(o+="&apikey="+this.apiKey),e){case"getBlockNumber":return s(i+="/api?module=proxy&action=eth_blockNumber"+o);case"getGasPrice":return s(i+="/api?module=proxy&action=eth_gasPrice"+o);case"getBalance":return i+="/api?module=account&action=balance&address="+t.address,s(i+="&tag="+t.blockTag+o,d);case"getTransactionCount":return i+="/api?module=proxy&action=eth_getTransactionCount&address="+t.address,s(i+="&tag="+t.blockTag+o);case"getCode":return i+="/api?module=proxy&action=eth_getCode&address="+t.address,s(i+="&tag="+t.blockTag+o,p);case"getStorageAt":return i+="/api?module=proxy&action=eth_getStorageAt&address="+t.address,i+="&position="+t.position,s(i+="&tag="+t.blockTag+o,p);case"sendTransaction":return i+="/api?module=proxy&action=eth_sendRawTransaction&hex="+t.signedTransaction,s(i+=o).catch((function(e){throw e.responseText&&(0<=e.responseText.toLowerCase().indexOf("insufficient funds")&&h.throwError("insufficient funds",h.INSUFFICIENT_FUNDS,{}),0<=e.responseText.indexOf("same hash was already imported")&&h.throwError("nonce has already been used",h.NONCE_EXPIRED,{}),0<=e.responseText.indexOf("another transaction with same nonce")&&h.throwError("replacement fee too low",h.REPLACEMENT_UNDERPRICED,{})),e}));case"getBlock":return t.blockTag?(i+="/api?module=proxy&action=eth_getBlockByNumber&tag="+t.blockTag,t.includeTransactions?i+="&boolean=true":i+="&boolean=false",s(i+=o)):Promise.reject(new Error("getBlock by blockHash not implemeneted"));case"getTransaction":return i+="/api?module=proxy&action=eth_getTransactionByHash&txhash="+t.transactionHash,s(i+=o);case"getTransactionReceipt":return i+="/api?module=proxy&action=eth_getTransactionReceipt&txhash="+t.transactionHash,s(i+=o);case"call":return i+="/api?module=proxy&action=eth_call"+(r=(r=f(t.transaction))&&"&"+r),"latest"!==t.blockTag?Promise.reject(new Error("EtherscanProvider does not support blockTag for call")):s(i+=o);case"estimateGas":return i+="/api?module=proxy&action=eth_estimateGas&"+(r=(r=f(t.transaction))&&"&"+r),s(i+=o);case"getLogs":i+="/api?module=logs&action=getLogs";try{if(t.filter.fromBlock&&(i+="&fromBlock="+m(t.filter.fromBlock)),t.filter.toBlock&&(i+="&toBlock="+m(t.filter.toBlock)),t.filter.blockHash)try{h.throwError("Etherscan does not support blockHash filters",h.UNSUPPORTED_OPERATION,{operation:"getLogs(blockHash)"})}catch(e){return Promise.reject(e)}if(t.filter.address&&(i+="&address="+t.filter.address),t.filter.topics&&0<t.filter.topics.length){if(1<t.filter.topics.length)throw new Error("unsupported topic format");var u=t.filter.topics[0];if("string"!=typeof u||66!==u.length)throw new Error("unsupported topic0 format");i+="&topic0="+u}}catch(e){return Promise.reject(e)}var l=this;return s(i+=o,d).then((function(e){var t={},r=Promise.resolve();return e.forEach((function(e){r=r.then((function(){return null!=e.blockHash?null:(e.blockHash=t[e.transactionHash],null==e.blockHash?l.getTransaction(e.transactionHash).then((function(r){return t[e.transactionHash]=r.blockHash,e.blockHash=r.blockHash,null})):null)}))})),r.then((function(){return e}))}));case"getEtherPrice":return"homestead"!==this.network.name?Promise.resolve(0):(i+="/api?module=stats&action=ethprice",s(i+=o,d).then((function(e){return parseFloat(e.ethusd)})))}return a.prototype.perform.call(this,e,t)},g.prototype.getHistory=function(e,t,r){var n=this,i=this.baseUrl,o="";return this.apiKey&&(o+="&apikey="+this.apiKey),null==t&&(t=0),null==r&&(r=99999999),this.resolveName(e).then((function(e){return i+="/api?module=account&action=txlist&address="+e,i+="&startblock="+t,i+="&endblock="+r,i+="&sort=asc"+o,c.fetchJson(i,null,d).then((function(e){n.emit("debug",{action:"getHistory",request:i,response:e,provider:n});var t=[];return e.forEach((function(e){["contractAddress","to"].forEach((function(t){""==e[t]&&delete e[t]})),null==e.creates&&null!=e.contractAddress&&(e.creates=e.contractAddress);var r=s.BaseProvider.checkTransactionResponse(e);e.timeStamp&&(r.timestamp=parseInt(e.timeStamp)),t.push(r)})),t}))}))},i=g,r.EtherscanProvider=i},{"../errors":5,"../utils/bytes":64,"../utils/properties":74,"../utils/web":86,"./base-provider":51}],53:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a,s=e("./base-provider"),u=o(e("../errors"));function l(e){var t=!0,r=null;return e.forEach((function(n){null!=n?null!=r?r.name===n.name&&r.chainId===n.chainId&&(r.ensAddress===n.ensAddress||null==r.ensAddress&&null==n.ensAddress)||u.throwError("provider mismatch",u.INVALID_ARGUMENT,{arg:"networks",value:e}):r=n:t=!1})),t}function c(e){var t,r=this;if(0===e.length)throw new Error("no providers");return r=l(e.map((function(e){return e.network})))?a.call(this,e[0].network)||this:(t=Promise.all(e.map((function(e){return e.getNetwork()}))).then((function(e){return l(e)||u.throwError("getNetwork returned null",u.UNKNOWN_ERROR,{}),e[0]})),a.call(this,t)||this),u.checkNew(r,c),r._providers=e.slice(0),r}i(c,a=s.BaseProvider),Object.defineProperty(c.prototype,"providers",{get:function(){return this._providers.slice(0)},enumerable:!0,configurable:!0}),c.prototype.perform=function(e,t){var r=this.providers;return new Promise((function(n,i){var o=null;!function a(){r.length?r.shift().perform(e,t).then((function(e){return n(e)})).catch((function(e){o=o||e,setTimeout(a,0)})):i(o)}()}))},i=c,r.FallbackProvider=i},{"../errors":5,"./base-provider":51}],54:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./abstract-provider");r.Provider=n.Provider,n=e("./base-provider"),r.BaseProvider=n.BaseProvider,n=e("./etherscan-provider"),r.EtherscanProvider=n.EtherscanProvider,n=e("./fallback-provider"),r.FallbackProvider=n.FallbackProvider,n=e("./ipc-provider"),r.IpcProvider=n.IpcProvider,n=e("./infura-provider"),r.InfuraProvider=n.InfuraProvider,n=e("./json-rpc-provider"),r.JsonRpcProvider=n.JsonRpcProvider,r.JsonRpcSigner=n.JsonRpcSigner,e=e("./web3-provider"),r.Web3Provider=e.Web3Provider},{"./abstract-provider":50,"./base-provider":51,"./etherscan-provider":52,"./fallback-provider":53,"./infura-provider":55,"./ipc-provider":56,"./json-rpc-provider":57,"./web3-provider":58}],55:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a,s=e("./json-rpc-provider"),u=e("../utils/bytes"),l=e("../utils/networks"),c=e("../utils/properties"),h=o(e("../errors"));function f(e,t){var r=this,n=l.getNetwork(null==e?"homestead":e);null==t&&(t="7d0d81d0919f4f05b9ab6634be01ee73");var i=null;switch(n.name){case"homestead":i="mainnet.infura.io";break;case"ropsten":i="ropsten.infura.io";break;case"rinkeby":i="rinkeby.infura.io";break;case"goerli":i="goerli.infura.io";break;case"kovan":i="kovan.infura.io";break;default:h.throwError("unsupported network",h.INVALID_ARGUMENT,{argument:"network",value:e})}return u.isHexString("0x"+t,16)?(r=a.call(this,"https://"+i+"/v3/"+t,n)||this,c.defineReadOnly(r,"apiAccessToken",null),c.defineReadOnly(r,"projectId",t)):(h.warn("The legacy INFURA apiAccesToken API is deprecated; please upgrade to a Project ID instead (see INFURA dshboard; https://infura.io)"),r=a.call(this,"https://"+i+"/"+t,n)||this,c.defineReadOnly(r,"apiAccessToken",t),c.defineReadOnly(r,"projectId",null)),h.checkNew(r,f),r}i(f,a=s.JsonRpcProvider),f.prototype._startPending=function(){h.warn("WARNING: INFURA does not support pending filters")},f.prototype.getSigner=function(e){return h.throwError("INFURA does not support signing",h.UNSUPPORTED_OPERATION,{operation:"getSigner"})},f.prototype.listAccounts=function(){return Promise.resolve([])},i=f,r.InfuraProvider=i},{"../errors":5,"../utils/bytes":64,"../utils/networks":72,"../utils/properties":74,"./json-rpc-provider":57}],56:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0})},{}],57:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a=e("./base-provider"),s=e("../abstract-signer"),u=o(e("../errors")),l=e("../utils/address"),c=e("../utils/bytes"),h=e("../utils/networks"),f=e("../utils/properties"),d=e("../utils/utf8"),p=e("../utils/web");function m(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 g(e){return e&&e.toLowerCase()}var y,v={},b=42,w=(i(_,y=s.Signer),_.prototype.getAddress=function(){var e=this;return this._address?Promise.resolve(this._address):this.provider.send("eth_accounts",[]).then((function(t){return t.length<=e._index&&u.throwError("unknown account #"+e._index,u.UNSUPPORTED_OPERATION,{operation:"getAddress"}),e._address=l.getAddress(t[e._index]),e._address}))},_.prototype.getBalance=function(e){return this.provider.getBalance(this.getAddress(),e)},_.prototype.getTransactionCount=function(e){return this.provider.getTransactionCount(this.getAddress(),e)},_.prototype.sendUncheckedTransaction=function(e){var t=this;e=f.shallowCopy(e);var r,n=this.getAddress().then((function(e){return e&&e.toLowerCase()}));return null==e.gasLimit&&((r=f.shallowCopy(e)).from=n,e.gasLimit=this.provider.estimateGas(r)),Promise.all([f.resolveProperties(e),n]).then((function(e){var r=e[0],n=A.hexlifyTransaction(r);return n.from=e[1],t.provider.send("eth_sendTransaction",[n]).then((function(e){return e}),(function(e){throw e.responseText&&(0<=e.responseText.indexOf("insufficient funds")&&u.throwError("insufficient funds",u.INSUFFICIENT_FUNDS,{transaction:r}),0<=e.responseText.indexOf("nonce too low")&&u.throwError("nonce has already been used",u.NONCE_EXPIRED,{transaction:r}),0<=e.responseText.indexOf("replacement transaction underpriced")&&u.throwError("replacement fee too low",u.REPLACEMENT_UNDERPRICED,{transaction:r})),e}))}))},_.prototype.sendTransaction=function(e){var t=this;return this.sendUncheckedTransaction(e).then((function(e){return p.poll((function(){return t.provider.getTransaction(e).then((function(r){if(null!==r)return t.provider._wrapTransaction(r,e)}))}),{fastRetry:250,onceBlock:t.provider}).catch((function(t){throw t.transactionHash=e,t}))}))},_.prototype.signMessage=function(e){var t=this,r="string"==typeof e?d.toUtf8Bytes(e):e;return this.getAddress().then((function(e){return t.provider.send("eth_sign",[e.toLowerCase(),c.hexlify(r)])}))},_.prototype.unlock=function(e){var t=this.provider;return this.getAddress().then((function(r){return t.send("personal_unlockAccount",[r.toLowerCase(),e,null])}))},_);function _(e,t,r){var n=y.call(this)||this;if(u.checkNew(n,_),e!==v)throw new Error("do not call the JsonRpcSigner constructor directly; use provider.getSigner");return f.defineReadOnly(n,"provider",t),r?"string"==typeof r?f.defineReadOnly(n,"_address",l.getAddress(r)):"number"==typeof r?f.defineReadOnly(n,"_index",r):u.throwError("invalid address or index",u.INVALID_ARGUMENT,{argument:"addressOrIndex",value:r}):f.defineReadOnly(n,"_index",0),n}r.JsonRpcSigner=w;var k,x={chainId:!0,data:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,value:!0},A=(i(E,k=a.BaseProvider),E.prototype.getSigner=function(e){return new w(v,this,e)},E.prototype.listAccounts=function(){return this.send("eth_accounts",[]).then((function(e){return e.map((function(e){return l.getAddress(e)}))}))},E.prototype.send=function(e,t){var r=this,n={method:e,params:t,id:b++,jsonrpc:"2.0"};return p.fetchJson(this.connection,JSON.stringify(n),m).then((function(e){return r.emit("debug",{action:"send",request:n,response:e,provider:r}),e}))},E.prototype.perform=function(e,t){switch(e){case"getBlockNumber":return this.send("eth_blockNumber",[]);case"getGasPrice":return this.send("eth_gasPrice",[]);case"getBalance":return this.send("eth_getBalance",[g(t.address),t.blockTag]);case"getTransactionCount":return this.send("eth_getTransactionCount",[g(t.address),t.blockTag]);case"getCode":return this.send("eth_getCode",[g(t.address),t.blockTag]);case"getStorageAt":return this.send("eth_getStorageAt",[g(t.address),t.position,t.blockTag]);case"sendTransaction":return this.send("eth_sendRawTransaction",[t.signedTransaction]).catch((function(e){throw e.responseText&&(0<e.responseText.indexOf("insufficient funds")&&u.throwError("insufficient funds",u.INSUFFICIENT_FUNDS,{}),0<e.responseText.indexOf("nonce too low")&&u.throwError("nonce has already been used",u.NONCE_EXPIRED,{}),0<e.responseText.indexOf("replacement transaction underpriced")&&u.throwError("replacement fee too low",u.REPLACEMENT_UNDERPRICED,{})),e}));case"getBlock":return t.blockTag?this.send("eth_getBlockByNumber",[t.blockTag,!!t.includeTransactions]):t.blockHash?this.send("eth_getBlockByHash",[t.blockHash,!!t.includeTransactions]):Promise.reject(new Error("invalid block tag or block hash"));case"getTransaction":return this.send("eth_getTransactionByHash",[t.transactionHash]);case"getTransactionReceipt":return this.send("eth_getTransactionReceipt",[t.transactionHash]);case"call":return this.send("eth_call",[E.hexlifyTransaction(t.transaction,{from:!0}),t.blockTag]);case"estimateGas":return this.send("eth_estimateGas",[E.hexlifyTransaction(t.transaction,{from:!0})]);case"getLogs":return t.filter&&null!=t.filter.address&&(t.filter.address=g(t.filter.address)),this.send("eth_getLogs",[t.filter])}return u.throwError(e+" not implemented",u.NOT_IMPLEMENTED,{operation:e}),null},E.prototype._startPending=function(){var e,t;null==this._pendingFilter&&(t=(e=this).send("eth_newPendingTransactionFilter",[]),(this._pendingFilter=t).then((function(r){return 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 new Promise((function(e){setTimeout((function(){e()}),1e3)}))}))})).then((function(){return e._pendingFilter==t?(setTimeout((function(){n()}),0),null):void e.send("eth_uninstallFilter",[r])})).catch((function(e){}))}(),r})).catch((function(e){})))},E.prototype._stopPending=function(){this._pendingFilter=null},E.hexlifyTransaction=function(e,t){var r=f.shallowCopy(x);if(t)for(var n in t)t[n]&&(r[n]=!0);f.checkProperties(e,r);var i={};return["gasLimit","gasPrice","nonce","value"].forEach((function(t){var r;null!=e[t]&&(r=c.hexStripZeros(c.hexlify(e[t])),i[t="gasLimit"===t?"gas":t]=r)})),["from","to","data"].forEach((function(t){null!=e[t]&&(i[t]=c.hexlify(e[t]))})),i},E);function E(e,t){var r=this;return"string"==typeof e&&null===t&&h.getNetwork(e)&&(t=e,e=null),t||(t=new Promise((function(e,t){setTimeout((function(){r.send("net_version",[]).then((function(t){return e(h.getNetwork(parseInt(t)))})).catch((function(e){t(e)}))}))}))),r=k.call(this,t)||this,u.checkNew(r,E),r.connection="string"==typeof(e=e||"http://localhost:8545")?{url:e}:e,r}r.JsonRpcProvider=A},{"../abstract-signer":2,"../errors":5,"../utils/address":60,"../utils/bytes":64,"../utils/networks":72,"../utils/properties":74,"../utils/utf8":85,"../utils/web":86,"./base-provider":51}],58:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a,s=e("./json-rpc-provider"),u=e("../utils/properties"),l=o(e("../errors")),c=42;function h(e,t){return t=a.call(this,e.host||e.path||"",t)||this,l.checkNew(t,h),e&&(e.sendAsync?t._sendAsync=e.sendAsync.bind(e):e.send&&(t._sendAsync=e.send.bind(e))),e&&t._sendAsync||l.throwError("invalid web3Provider",l.INVALID_ARGUMENT,{arg:"web3Provider",value:e}),u.defineReadOnly(t,"_web3Provider",e),u.defineReadOnly(t,"provider",e),t}i(h,a=s.JsonRpcProvider),h.prototype.send=function(e,t){var r=this;return"eth_sign"==e&&this._web3Provider.isMetaMask&&(e="personal_sign",t=[t[1],t[0]]),new Promise((function(n,i){var o={method:e,params:t,id:c++,jsonrpc:"2.0"};r._sendAsync(o,(function(e,t){if(e)i(e);else{if(t.error)return(e=new Error(t.error.message)).code=t.error.code,e.data=t.error.data,void i(e);n(t.result)}}))}))},i=h,r.Web3Provider=i},{"../errors":5,"../utils/properties":74,"./json-rpc-provider":57}],59:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a=e("../constants"),u=o(e("../errors")),l=e("./address"),c=e("./bignumber"),h=e("./bytes"),f=e("./utf8"),d=e("./properties"),p=new RegExp(/^bytes([0-9]*)$/),m=new RegExp(/^(u?int)([0-9]*)$/),g=new RegExp(/^(.*)\[([0-9]*)\]$/);r.defaultCoerceFunc=function(e,t){return(e=e.match(m))&&parseInt(e[2])<=48?t.toNumber():t};var y=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$"),v=new RegExp("^[A-Za-z_][A-Za-z0-9_]*$");function b(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}function w(e,t){var r=e;function n(e){throw new Error('unexpected character "'+r[e]+'" at position '+e+' in "'+r+'"')}e=e.replace(/\s/g," ");for(var i={type:"",name:"",state:{allowType:!0}},o=i,a=0;a<e.length;a++){var s=e[a];switch(s){case"(":o.state.allowParams||n(a),o.state.allowType=!1,o.type=b(o.type),o.components=[{type:"",name:"",parent:o,state:{allowType:!0}}],o=o.components[0];break;case")":delete o.state,t&&"indexed"===o.name&&(o.indexed=!0,o.name=""),o.type=b(o.type);var u=o;(o=o.parent)||n(a),delete u.parent,o.state.allowParams=!1,o.state.allowName=!0,o.state.allowArray=!0;break;case",":delete o.state,t&&"indexed"===o.name&&(o.indexed=!0,o.name=""),o.type=b(o.type),u={type:"",name:"",parent:o.parent,state:{allowType:!0}},o.parent.components.push(u),delete o.parent,o=u;break;case" ":o.state.allowType&&""!==o.type&&(o.type=b(o.type),delete o.state.allowType,o.state.allowName=!0,o.state.allowParams=!0),o.state.allowName&&""!==o.name&&(t&&"indexed"===o.name?(o.indexed=!0,o.name=""):o.state.allowName=!1);break;case"[":o.state.allowArray||n(a),o.type+=s,o.state.allowArray=!1,o.state.allowName=!1,o.state.readArray=!0;break;case"]":o.state.readArray||n(a),o.type+=s,o.state.readArray=!1,o.state.allowArray=!0,o.state.allowName=!0;break;default:o.state.allowType?(o.type+=s,o.state.allowParams=!0,o.state.allowArray=!0):o.state.allowName?(o.name+=s,delete o.state.allowArray):o.state.readArray?o.type+=s:n(a)}}if(o.parent)throw new Error("unexpected eof");return delete i.state,t&&"indexed"===o.name&&(o.indexed=!0,o.name=""),i.type=b(i.type),i}function _(e){return oe(r.defaultCoerceFunc,e).type}function k(e,t,r,n,i){this.coerceFunc=e,this.name=t,this.type=r,this.localName=n,this.dynamic=i}r.parseParamType=function(e){return w(e,!0)},r.formatParamType=_,r.formatSignature=function(e){return e.name+"("+e.inputs.map(_).join(",")+")"},r.parseSignature=function(e){if("string"==typeof e)return"event "===(e=(e=(e=e.replace(/\s/g," ")).replace(/\(/g," (").replace(/\)/g,") ").replace(/\s+/g," ")).trim()).substring(0,6)?function(e){var t={anonymous:!1,inputs:[],name:"",type:"event"},r=e.match(y);if(!r)throw new Error("invalid event: "+e);if(t.name=r[1].trim(),ne(r[2]).forEach((function(e){(e=w(e,!0)).indexed=!!e.indexed,t.inputs.push(e)})),r[3].split(" ").forEach((function(e){switch(e){case"anonymous":t.anonymous=!0;break;case"":break;default:u.info("unknown modifier: "+e)}})),t.name&&!t.name.match(v))throw new Error('invalid identifier: "'+t.name+'"');return t}(e.substring(6).trim()):function(e){var t={constant:!1,gas:null,inputs:[],name:"",outputs:[],payable:!1,stateMutability:null,type:"function"},r=e.split("@");if(1!==r.length){if(2<r.length)throw new Error("invalid signature");if(!r[1].match(/^[0-9]+$/))throw new Error("invalid signature gas");t.gas=c.bigNumberify(r[1]),e=r[0]}if(!(e=(r=e.split(" returns "))[0].match(y)))throw new Error("invalid signature");if(t.name=e[1].trim(),!t.name.match(v))throw new Error('invalid identifier: "'+e[1]+'"');if(ne(e[2]).forEach((function(e){t.inputs.push(w(e))})),e[3].split(" ").forEach((function(e){switch(e){case"constant":t.constant=!0;break;case"payable":t.payable=!0,t.stateMutability="payable";break;case"pure":t.constant=!0,t.stateMutability="pure";break;case"view":t.constant=!0,t.stateMutability="view";break;case"external":case"public":case"":break;default:u.info("unknown modifier: "+e)}})),1<r.length){if(""!=(r=r[1].match(y))[1].trim()||""!=r[3].trim())throw new Error("unexpected tokens");ne(r[2]).forEach((function(e){t.outputs.push(w(e))}))}if("constructor"===t.name){if(t.type="constructor",t.outputs.length)throw new Error("constructor may not have outputs");delete t.name,delete t.outputs}return t}((e="function "===e.substring(0,9)?e.substring(9):e).trim());throw new Error("unknown signature")};var x,A=(i(E,x=k),E.prototype.encode=function(e){return this.coder.encode(e)},E.prototype.decode=function(e,t){return this.coder.decode(e,t)},E);function E(e){var t=x.call(this,e.coerceFunc,e.name,e.type,void 0,e.dynamic)||this;return d.defineReadOnly(t,"coder",e),t}var S,M=(i(I,S=k),I.prototype.encode=function(e){return h.arrayify([])},I.prototype.decode=function(e,t){if(t>e.length)throw new Error("invalid null");return{consumed:0,value:this.coerceFunc("null",void 0)}},I);function I(e,t){return S.call(this,e,"null","",t,!1)||this}var P,T=(i(N,P=k),N.prototype.encode=function(e){try{var t=c.bigNumberify(e);if(this.signed){var r=a.MaxUint256.maskn(8*this.size-1);if(t.gt(r))throw new Error("out-of-bounds");if(r=r.add(a.One).mul(a.NegativeOne),t.lt(r))throw new Error("out-of-bounds")}else if(t.lt(a.Zero)||t.gt(a.MaxUint256.maskn(8*this.size)))throw new Error("out-of-bounds");return t=t.toTwos(8*this.size).maskn(8*this.size),this.signed&&(t=t.fromTwos(8*this.size).toTwos(256)),h.padZeros(h.arrayify(t),32)}catch(t){u.throwError("invalid number value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:this.name,value:e})}return null},N.prototype.decode=function(e,t){e.length<t+32&&u.throwError("insufficient data for "+this.name+" type",u.INVALID_ARGUMENT,{arg:this.localName,coderType:this.name,value:h.hexlify(e.slice(t,t+32))});var r=32-this.size;return t=c.bigNumberify(e.slice(t+r,t+32)),t=this.signed?t.fromTwos(8*this.size):t.maskn(8*this.size),{consumed:32,value:this.coerceFunc(this.name,t)}},N);function N(e,t,r,n){var i=this,o=(r?"int":"uint")+8*t;return(i=P.call(this,e,o,o,n,!1)||this).size=t,i.signed=r,i}var R,O=new T((function(e,t){return t}),32,!1,"none"),C=(i(j,R=k),j.prototype.encode=function(e){return O.encode(e?1:0)},j.prototype.decode=function(e,t){try{var r=O.decode(e,t)}catch(e){throw"insufficient data for uint256 type"===e.reason&&u.throwError("insufficient data for boolean type",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"boolean",value:e.value}),e}return{consumed:r.consumed,value:this.coerceFunc("bool",!r.value.isZero())}},j);function j(e,t){return R.call(this,e,"bool","bool",t,!1)||this}var B,L=(i(U,B=k),U.prototype.encode=function(e){var t=new Uint8Array(32);try{var r=h.arrayify(e);if(r.length!==this.length)throw new Error("incorrect data length");t.set(r)}catch(t){u.throwError("invalid "+this.name+" value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:this.name,value:t.value||e})}return t},U.prototype.decode=function(e,t){return e.length<t+32&&u.throwError("insufficient data for "+this.name+" type",u.INVALID_ARGUMENT,{arg:this.localName,coderType:this.name,value:h.hexlify(e.slice(t,t+32))}),{consumed:32,value:this.coerceFunc(this.name,h.hexlify(e.slice(t,t+this.length)))}},U);function U(e,t,r){var n=this,i="bytes"+t;return(n=B.call(this,e,i,i,r,!1)||this).length=t,n}var D,z,F,H=(i(G,D=k),G.prototype.encode=function(e){var t=new Uint8Array(32);try{t.set(h.arrayify(l.getAddress(e)),12)}catch(t){u.throwError("invalid address",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"address",value:e})}return t},G.prototype.decode=function(e,t){return e.length<t+32&&u.throwError("insufficient data for address type",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"address",value:h.hexlify(e.slice(t,t+32))}),{consumed:32,value:this.coerceFunc("address",l.getAddress(h.hexlify(e.slice(t+12,t+32))))}},G);function G(e,t){return D.call(this,e,"address","address",t,!1)||this}function q(e){var t=32*Math.ceil(e.length/32);return t=new Uint8Array(t-e.length),h.concat([O.encode(e.length),e,t])}function V(e,t,r){e.length<t+32&&u.throwError("insufficient data for dynamicBytes length",u.INVALID_ARGUMENT,{arg:r,coderType:"dynamicBytes",value:h.hexlify(e.slice(t,t+32))});var n=O.decode(e,t).value;try{n=n.toNumber()}catch(e){u.throwError("dynamic bytes count too large",u.INVALID_ARGUMENT,{arg:r,coderType:"dynamicBytes",value:n.toString()})}return e.length<t+32+n&&u.throwError("insufficient data for dynamicBytes type",u.INVALID_ARGUMENT,{arg:r,coderType:"dynamicBytes",value:h.hexlify(e.slice(t,t+32+n))}),{consumed:32+32*Math.ceil(n/32),value:e.slice(t+32,t+32+n)}}function W(e,t){return z.call(this,e,"bytes","bytes",t,!0)||this}function Z(e,t){return F.call(this,e,"string","string",t,!0)||this}function K(e){return 32*Math.ceil(e/32)}function Q(e,t){var r;Array.isArray(t)||(t&&"object"==s(t)?(r=[],e.forEach((function(e){r.push(t[e.localName])})),t=r):u.throwError("invalid tuple value",u.INVALID_ARGUMENT,{coderType:"tuple",value:t})),e.length!==t.length&&u.throwError("types/value length mismatch",u.INVALID_ARGUMENT,{coderType:"tuple",value:t});var n=[];e.forEach((function(e,r){n.push({dynamic:e.dynamic,value:e.encode(t[r])})}));var i=0,o=0;n.forEach((function(e){e.dynamic?(i+=32,o+=K(e.value.length)):i+=K(e.value.length)}));var a=0,l=i,c=new Uint8Array(i+o);return n.forEach((function(e){e.dynamic?(c.set(O.encode(l),a),a+=32,c.set(e.value,l),l+=K(e.value.length)):(c.set(e.value,a),a+=K(e.value.length))})),c}function J(e,t,r){var n=r,i=0,o=[];return e.forEach((function(e){var a,s;e.dynamic?(a=O.decode(t,r),(s=e.decode(t,n+a.value.toNumber())).consumed=a.consumed):s=e.decode(t,r),null!=s.value&&o.push(s.value),r+=s.consumed,i+=s.consumed})),e.forEach((function(e,t){(e=e.localName)&&null==o[e="length"===e?"_length":e]&&(o[e]=o[t])})),{value:o,consumed:i}}i(W,z=k),W.prototype.encode=function(e){try{return q(h.arrayify(e))}catch(e){u.throwError("invalid bytes value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"bytes",value:e.value})}return null},W.prototype.decode=function(e,t){return(t=V(e,t,this.localName)).value=this.coerceFunc("bytes",h.hexlify(t.value)),t},o=W,i(Z,F=k),Z.prototype.encode=function(e){return"string"!=typeof e&&u.throwError("invalid string value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"string",value:e}),q(f.toUtf8Bytes(e))},Z.prototype.decode=function(e,t){return(t=V(e,t,this.localName)).value=this.coerceFunc("string",f.toUtf8String(t.value)),t},e=Z;var $,Y=(i(X,$=k),X.prototype.encode=function(e){Array.isArray(e)||u.throwError("expected array value",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"array",value:e});var t=this.length,r=new Uint8Array(0);-1===t&&(t=e.length,r=O.encode(t)),u.checkArgumentCount(t,e.length," in coder array"+(this.localName?" "+this.localName:""));for(var n=[],i=0;i<e.length;i++)n.push(this.coder);return h.concat([r,Q(n,e)])},X.prototype.decode=function(e,t){var r=0,n=this.length;if(-1===n){try{var i=O.decode(e,t)}catch(e){u.throwError("insufficient data for dynamic array length",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"array",value:e.value})}try{n=i.value.toNumber()}catch(e){u.throwError("array count too large",u.INVALID_ARGUMENT,{arg:this.localName,coderType:"array",value:i.value.toString()})}r+=i.consumed,t+=i.consumed}for(var o=[],a=0;a<n;a++)o.push(new A(this.coder));return(t=J(o,e,t)).consumed+=r,t.value=this.coerceFunc(this.type,t.value),t},X);function X(e,t,r,n){var i=this,o=t.type+"["+(0<=r?r:"")+"]",a=-1===r||t.dynamic;return(i=$.call(this,e,"array",o,n,a)||this).coder=t,i.length=r,i}var ee,te=(i(re,ee=k),re.prototype.encode=function(e){return Q(this.coders,e)},re.prototype.decode=function(e,t){return(t=J(this.coders,e,t)).value=this.coerceFunc(this.type,t.value),t},re);function re(e,t,r){var n=this,i=!1,o=[];t.forEach((function(e){e.dynamic&&(i=!0),o.push(e.type)}));var a="tuple("+o.join(",")+")";return(n=ee.call(this,e,"tuple",a,r,i)||this).coders=t,n}function ne(e){e=e.trim();for(var t=[],r="",n=0,i=0;i<e.length;i++){var o=e[i];if(","===o&&0===n)t.push(r),r="";else if(r+=o,"("===o)n++;else if(")"===o&&-1==--n)throw new Error("unbalanced parenthsis")}return r&&t.push(r),t}var ie={address:H,bool:C,string:e,bytes:o};function oe(e,t){var r,n,i;if(i=ie[t.type])return new i(e,t.name);if(i=t.type.match(m))return(0===(o=parseInt(i[2]||"256"))||256<o||o%8!=0)&&u.throwError("invalid "+i[1]+" bit length",u.INVALID_ARGUMENT,{arg:"param",value:t}),new T(e,o/8,"int"===i[1],t.name);if(i=t.type.match(p))return(0===(o=parseInt(i[1]))||32<o)&&u.throwError("invalid bytes length",u.INVALID_ARGUMENT,{arg:"param",value:t}),new L(e,o,t.name);if(i=t.type.match(g)){var o=parseInt(i[2]||"-1");return(t=d.shallowCopy(t)).type=i[1],t=d.deepCopy(t),new Y(e,oe(e,t),o,t.name)}return"tuple"===t.type.substring(0,5)?(r=e,i=t.components,o=t.name,n=[],(i=i||[]).forEach((function(e){n.push(oe(r,e))})),new te(r,n,o)):""===t.type?new M(e,t.name):(u.throwError("invalid type",u.INVALID_ARGUMENT,{arg:"type",value:t.type}),null)}function ae(e){u.checkNew(this,ae),e=e||r.defaultCoerceFunc,d.defineReadOnly(this,"coerceFunc",e)}ae.prototype.encode=function(e,t){e.length!==t.length&&u.throwError("types/values length mismatch",u.INVALID_ARGUMENT,{count:{types:e.length,values:t.length},value:{types:e,values:t}});var r=[];return e.forEach((function(e){var t="string"==typeof e?w(e):e;r.push(oe(this.coerceFunc,t))}),this),h.hexlify(new te(this.coerceFunc,r,"_").encode(t))},ae.prototype.decode=function(e,t){var r=[];return e.forEach((function(e){var t="string"==typeof e?w(e):d.deepCopy(e);r.push(oe(this.coerceFunc,t))}),this),new te(this.coerceFunc,r,"_").decode(h.arrayify(t),0).value},o=ae,r.AbiCoder=o,r.defaultAbiCoder=new o},{"../constants":3,"../errors":5,"./address":60,"./bignumber":63,"./bytes":64,"./properties":74,"./utf8":85}],60:[function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("bn.js")),o=e("./bytes"),a=e("./keccak256"),s=e("./rlp"),u=e("../errors");function l(e){"string"==typeof e&&e.match(/^0x[0-9A-Fa-f]{40}$/)||u.throwError("invalid address",u.INVALID_ARGUMENT,{arg:"address",value:e});for(var t=(e=e.toLowerCase()).substring(2).split(""),r=new Uint8Array(40),n=0;n<40;n++)r[n]=t[n].charCodeAt(0);r=o.arrayify(a.keccak256(r));for(var i=0;i<40;i+=2)8<=r[i>>1]>>4&&(t[i]=t[i].toUpperCase()),8<=(15&r[i>>1])&&(t[i+1]=t[i+1].toUpperCase());return"0x"+t.join("")}for(var c={},h=0;h<10;h++)c[String(h)]=String(h);for(h=0;h<26;h++)c[String.fromCharCode(65+h)]=String(10+h);var f,d=Math.floor((f=9007199254740991,Math.log10?Math.log10(f):Math.log(f)/Math.LN10));function p(e){e=(e=e.toUpperCase()).substring(4)+e.substring(0,2)+"00";var t="";for(e.split("").forEach((function(e){t+=c[e]}));t.length>=d;){var r=t.substring(0,d);t=parseInt(r,10)%97+t.substring(r.length)}for(var n=String(98-parseInt(t,10)%97);n.length<2;)n="0"+n;return n}function m(e){var t=null;if("string"!=typeof e&&u.throwError("invalid address",u.INVALID_ARGUMENT,{arg:"address",value:e}),e.match(/^(0x)?[0-9a-fA-F]{40}$/))t=l(e="0x"!==e.substring(0,2)?"0x"+e:e),e.match(/([A-F].*[a-f])|([a-f].*[A-F])/)&&t!==e&&u.throwError("bad address checksum",u.INVALID_ARGUMENT,{arg:"address",value:e});else if(e.match(/^XE[0-9]{2}[0-9A-Za-z]{30,31}$/)){for(e.substring(2,4)!==p(e)&&u.throwError("bad icap checksum",u.INVALID_ARGUMENT,{arg:"address",value:e}),t=new i.default.BN(e.substring(4),36).toString(16);t.length<40;)t="0"+t;t=l("0x"+t)}else u.throwError("invalid address",u.INVALID_ARGUMENT,{arg:"address",value:e});return t}r.getAddress=m,r.getIcapAddress=function(e){for(var t=new i.default.BN(m(e).substring(2),16).toString(36).toUpperCase();t.length<30;)t="0"+t;return"XE"+p("XE00"+t)+t},r.getContractAddress=function(e){if(!e.from)throw new Error("missing from address");var t=e.nonce;return m("0x"+a.keccak256(s.encode([m(e.from),o.stripZeros(o.hexlify(t))])).substring(26))},r.getCreate2Address=function(e){var t=e.initCodeHash;e.initCode&&(t?a.keccak256(e.initCode)!==t&&u.throwError("initCode/initCodeHash mismatch",u.INVALID_ARGUMENT,{arg:"options",value:e}):t=a.keccak256(e.initCode)),t||u.throwError("missing initCode or initCodeHash",u.INVALID_ARGUMENT,{arg:"options",value:e});var r=m(e.from),n=o.arrayify(e.salt);return 32!==n.length&&u.throwError("invalid salt",u.INVALID_ARGUMENT,{arg:"options",value:e}),m("0x"+a.keccak256(o.concat(["0xff",r,n,t])).substring(26))}},{"../errors":5,"./bytes":64,"./keccak256":71,"./rlp":76,"bn.js":9}],61:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("../utils/bytes");t.exports={decode:function(e){e=atob(e);for(var t=[],r=0;r<e.length;r++)t.push(e.charCodeAt(r));return n.arrayify(t)},encode:function(e){e=n.arrayify(e);for(var t="",r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}}},{"../utils/bytes":64}],62:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./bytes"),i=e("./properties"),o=(a.prototype.encode=function(e){var t=n.arrayify(e);if(0===t.length)return"";for(var r=[0],i=0;i<t.length;++i){for(var o=t[i],a=0;a<r.length;++a)o+=r[a]<<8,r[a]=o%this.base,o=o/this.base|0;for(;0<o;)r.push(o%this.base),o=o/this.base|0}for(var s="",u=0;0===t[u]&&u<t.length-1;++u)s+=this._leader;for(var l=r.length-1;0<=l;--l)s+=this.alphabet[r[l]];return s},a.prototype.decode=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<e.length;r++){var i=this._alphabetMap[e[r]];if(void 0===i)throw new Error("Non-base"+this.base+" character");for(var o=i,a=0;a<t.length;++a)o+=t[a]*this.base,t[a]=255&o,o>>=8;for(;0<o;)t.push(255&o),o>>=8}for(var s=0;e[s]===this._leader&&s<e.length-1;++s)t.push(0);return n.arrayify(new Uint8Array(t.reverse()))},a);function a(e){i.defineReadOnly(this,"alphabet",e),i.defineReadOnly(this,"base",e.length),i.defineReadOnly(this,"_alphabetMap",{}),i.defineReadOnly(this,"_leader",e.charAt(0));for(var t=0;t<e.length;t++)this._alphabetMap[e.charAt(t)]=t}e=new(r.BaseX=o)("abcdefghijklmnopqrstuvwxyz234567"),r.Base32=e,o=new o("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"),r.Base58=o},{"./bytes":64,"./properties":74}],63:[function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var o=n(e("bn.js")),a=e("./bytes"),s=e("./properties"),u=i(e("../errors")),l=new o.default.BN(-1);function c(e){return"-"===(e=e.toString(16))[0]?e.length%2==0?"-0x0"+e.substring(1):"-0x"+e.substring(1):e.length%2==1?"0x0"+e:"0x"+e}function h(e){return d(g(e))}function f(e){return new p(c(e))}function d(e){return"-"===(e=e._hex)[0]?new o.default.BN(e.substring(3),16).mul(l):new o.default.BN(e.substring(2),16)}var p=(m.prototype.fromTwos=function(e){return f(d(this).fromTwos(e))},m.prototype.toTwos=function(e){return f(d(this).toTwos(e))},m.prototype.abs=function(){return"-"===this._hex[0]?f(d(this).mul(l)):this},m.prototype.add=function(e){return f(d(this).add(h(e)))},m.prototype.sub=function(e){return f(d(this).sub(h(e)))},m.prototype.div=function(e){return g(e).isZero()&&u.throwError("division by zero",u.NUMERIC_FAULT,{operation:"divide",fault:"division by zero"}),f(d(this).div(h(e)))},m.prototype.mul=function(e){return f(d(this).mul(h(e)))},m.prototype.mod=function(e){return f(d(this).mod(h(e)))},m.prototype.pow=function(e){return f(d(this).pow(h(e)))},m.prototype.maskn=function(e){return f(d(this).maskn(e))},m.prototype.eq=function(e){return d(this).eq(h(e))},m.prototype.lt=function(e){return d(this).lt(h(e))},m.prototype.lte=function(e){return d(this).lte(h(e))},m.prototype.gt=function(e){return d(this).gt(h(e))},m.prototype.gte=function(e){return d(this).gte(h(e))},m.prototype.isZero=function(){return d(this).isZero()},m.prototype.toNumber=function(){try{return d(this).toNumber()}catch(e){u.throwError("overflow",u.NUMERIC_FAULT,{operation:"setValue",fault:"overflow",details:e.message})}return null},m.prototype.toString=function(){return d(this).toString(10)},m.prototype.toHexString=function(){return this._hex},m.isBigNumber=function(e){return s.isType(e,"BigNumber")},m);function m(e){if(u.checkNew(this,m),s.setType(this,"BigNumber"),"string"==typeof e)a.isHexString(e)?s.defineReadOnly(this,"_hex",e="0x"==e?"0x0":e):"-"===e[0]&&a.isHexString(e.substring(1))?s.defineReadOnly(this,"_hex",e):e.match(/^-?[0-9]*$/)?s.defineReadOnly(this,"_hex",c(new o.default.BN(e=""==e?"0":e))):u.throwError("invalid BigNumber string value",u.INVALID_ARGUMENT,{arg:"value",value:e});else if("number"==typeof e){parseInt(String(e))!==e&&u.throwError("underflow",u.NUMERIC_FAULT,{operation:"setValue",fault:"underflow",value:e,outputValue:parseInt(String(e))});try{s.defineReadOnly(this,"_hex",c(new o.default.BN(e)))}catch(e){u.throwError("overflow",u.NUMERIC_FAULT,{operation:"setValue",fault:"overflow",details:e.message})}}else e instanceof m?s.defineReadOnly(this,"_hex",e._hex):e.toHexString?s.defineReadOnly(this,"_hex",c(h(e.toHexString()))):e._hex&&a.isHexString(e._hex)?s.defineReadOnly(this,"_hex",e._hex):a.isArrayish(e)?s.defineReadOnly(this,"_hex",c(new o.default.BN(a.hexlify(e).substring(2),16))):u.throwError("invalid BigNumber value",u.INVALID_ARGUMENT,{arg:"value",value:e})}function g(e){return p.isBigNumber(e)?e:new p(e)}r.BigNumber=p,r.bigNumberify=g},{"../errors":5,"./bytes":64,"./properties":74,"bn.js":9}],64:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors"));function o(e){return!!e.toHexString}function a(e){return e.slice||(e.slice=function(){var t=Array.prototype.slice.call(arguments);return a(new Uint8Array(Array.prototype.slice.apply(e,t)))}),e}function u(e){if(!e||parseInt(String(e.length))!=e.length||"string"==typeof e)return!1;for(var t=0;t<e.length;t++){var r=e[t];if(r<0||256<=r||parseInt(String(r))!=r)return!1}return!0}function l(e){if(null==e&&i.throwError("cannot convert null value to array",i.INVALID_ARGUMENT,{arg:"value",value:e}),"string"!=typeof(e=o(e)?e.toHexString():e))return u(e)?a(new Uint8Array(e)):(i.throwError("invalid arrayify value",null,{arg:"value",value:e,type:s(e)}),null);var t=e.match(/^(0x)?[0-9a-fA-F]*$/);t||i.throwError("invalid hexidecimal string",i.INVALID_ARGUMENT,{arg:"value",value:e}),"0x"!==t[1]&&i.throwError("hex string must have 0x prefix",i.INVALID_ARGUMENT,{arg:"value",value:e}),(e=e.substring(2)).length%2&&(e="0"+e);for(var r=[],n=0;n<e.length;n+=2)r.push(parseInt(e.substr(n,2),16));return a(new Uint8Array(r))}function c(e){for(var t=[],r=0,n=0;n<e.length;n++){var i=l(e[n]);t.push(i),r+=i.length}var o=new Uint8Array(r),s=0;for(n=0;n<t.length;n++)o.set(t[n],s),s+=t[n].length;return a(o)}function h(e,t){return!("string"!=typeof e||!e.match(/^0x[0-9A-Fa-f]*$/)||t&&e.length!==2+2*t)}r.isHexable=o,r.isArrayish=u,r.arrayify=l,r.concat=c,r.stripZeros=function(e){var t=l(e);if(0===t.length)return t;for(var r=0;0===t[r];)r++;return r?t.slice(r):t},r.padZeros=function(e,t){if(t<(e=l(e)).length)throw new Error("cannot pad");var r=new Uint8Array(t);return r.set(e,t-e.length),a(r)},r.isHexString=h;var f="0123456789abcdef";function d(e){if(o(e))return e.toHexString();if("number"==typeof e){e<0&&i.throwError("cannot hexlify negative value",i.INVALID_ARGUMENT,{arg:"value",value:e}),9007199254740991<=e&&i.throwError("out-of-range",i.NUMERIC_FAULT,{operartion:"hexlify",fault:"out-of-safe-range"});for(var t="";e;)t=f[15&e]+t,e=Math.floor(e/16);return t.length?"0x"+(t=t.length%2?"0"+t:t):"0x00"}if("string"==typeof e){var r=e.match(/^(0x)?[0-9a-fA-F]*$/);return r||i.throwError("invalid hexidecimal string",i.INVALID_ARGUMENT,{arg:"value",value:e}),"0x"!==r[1]&&i.throwError("hex string must have 0x prefix",i.INVALID_ARGUMENT,{arg:"value",value:e}),e.length%2?"0x0"+e.substring(2):e}if(u(e)){for(var n=[],a=0;a<e.length;a++){var s=e[a];n.push(f[(240&s)>>4]+f[15&s])}return"0x"+n.join("")}return i.throwError("invalid hexlify value",null,{arg:"value",value:e}),"never"}function p(e,t){for(h(e)||i.throwError("invalid hex string",i.INVALID_ARGUMENT,{arg:"value",value:e});e.length<2*t+2;)e="0x0"+e.substring(2);return e}function m(e){var t=0,r="0x",n="0x";if((o=e)&&null!=o.r&&null!=o.s){null==e.v&&null==e.recoveryParam&&i.throwError("at least on of recoveryParam or v must be specified",i.INVALID_ARGUMENT,{argument:"signature",value:e}),r=p(e.r,32),n=p(e.s,32),"string"==typeof(t=e.v)&&(t=parseInt(t,16));var o=e.recoveryParam;t=27+(o=null==o&&null!=e.v?1-t%2:o)}else{if(65!==(e=l(e)).length)throw new Error("invalid signature");r=d(e.slice(0,32)),n=d(e.slice(32,64)),27!==(t=e[64])&&28!==t&&(t=27+t%2)}return{r:r,s:n,recoveryParam:t-27,v:t}}r.hexlify=d,r.hexDataLength=function(e){return h(e)&&e.length%2==0?(e.length-2)/2:null},r.hexDataSlice=function(e,t,r){return h(e)||i.throwError("invalid hex data",i.INVALID_ARGUMENT,{arg:"value",value:e}),e.length%2!=0&&i.throwError("hex data length must be even",i.INVALID_ARGUMENT,{arg:"value",value:e}),t=2+2*t,null!=r?"0x"+e.substring(t,2+2*r):"0x"+e.substring(t)},r.hexStripZeros=function(e){for(h(e)||i.throwError("invalid hex string",i.INVALID_ARGUMENT,{arg:"value",value:e});3<e.length&&"0x0"===e.substring(0,3);)e="0x"+e.substring(3);return e},r.hexZeroPad=p,r.splitSignature=m,r.joinSignature=function(e){return d(c([(e=m(e)).r,e.s,e.recoveryParam?"0x1c":"0x1b"]))}},{"../errors":5}],65:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors")),o=e("./bytes"),a=e("./utf8"),s=e("./keccak256"),u=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]),l=new RegExp("^((.*)\\.)?([^.]+)$"),c=new RegExp("^[a-z0-9.-]*$");r.namehash=function(e){"string"!=typeof e&&i.throwError("invalid address - "+String(e),i.INVALID_ARGUMENT,{argument:"name",value:e}),(e=e.toLowerCase()).match(c)||i.throwError("contains invalid UseSTD3ASCIIRules characters",i.INVALID_ARGUMENT,{argument:"name",value:e});for(var t=u;e.length;){var r=e.match(l),n=a.toUtf8Bytes(r[3]);t=s.keccak256(o.concat([t,s.keccak256(n)])),e=r[2]||""}return o.hexlify(t)},r.id=function(e){return s.keccak256(a.toUtf8Bytes(e))},r.hashMessage=function(e){return s.keccak256(o.concat([a.toUtf8Bytes("Ethereum Signed Message:\n"),a.toUtf8Bytes(String(e.length)),"string"==typeof e?a.toUtf8Bytes(e):e]))}},{"../errors":5,"./bytes":64,"./keccak256":71,"./utf8":85}],66:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors")),o=e("../wordlists/lang-en"),a=e("./basex"),s=e("./bytes"),u=e("./bignumber"),l=e("./utf8"),c=e("./pbkdf2"),h=e("./hmac"),f=e("./properties"),d=e("./secp256k1"),p=e("./sha2"),m=u.bigNumberify("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),g=l.toUtf8Bytes("Bitcoin seed"),y=2147483648;function v(e){return(1<<e)-1<<8-e}function b(e){return s.hexZeroPad(s.hexlify(e),32)}function w(e){var t=s.hexDataSlice(p.sha256(p.sha256(e)),0,4);return a.Base58.encode(s.concat([e,t]))}var _={};r.defaultPath="m/44'/60'/0'/0/0";var k=(Object.defineProperty(x.prototype,"extendedKey",{get:function(){if(256<=this.depth)throw new Error("Depth too large!");return w(s.concat([null!=this.privateKey?"0x0488ADE4":"0x0488B21E",s.hexlify(this.depth),this.parentFingerprint,s.hexZeroPad(s.hexlify(this.index),4),this.chainCode,null!=this.privateKey?s.concat(["0x00",this.privateKey]):this.publicKey]))},enumerable:!0,configurable:!0}),x.prototype.neuter=function(){return new x(_,null,this.publicKey,this.parentFingerprint,this.chainCode,this.index,this.depth,null,this.path)},x.prototype._derive=function(e){if(4294967295<e)throw new Error("invalid index - "+String(e));var t=this.path;t&&(t+="/"+(e&~y));var r=new Uint8Array(37);if(e&y){if(!this.privateKey)throw new Error("cannot derive child of neutered node");r.set(s.arrayify(this.privateKey),1),t&&(t+="'")}else r.set(s.arrayify(this.publicKey));for(var n=24;0<=n;n-=8)r[33+(n>>3)]=e>>24-n&255;var i=(l=h.computeHmac(h.SupportedAlgorithms.sha512,this.chainCode,r)).slice(0,32),o=l.slice(32),a=null,l=null;return this.privateKey?a=b(u.bigNumberify(i).add(this.privateKey).mod(m)):l=new d.KeyPair(s.hexlify(i))._addPoint(this.publicKey),new x(_,a,l,this.fingerprint,b(o),e,this.depth+1,this.mnemonic,t)},x.prototype.derivePath=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<t.length;n++){var i=t[n];if(i.match(/^[0-9]+'$/)){var o=parseInt(i.substring(0,i.length-1));if(y<=o)throw new Error("invalid path index - "+i);r=r._derive(y+o)}else{if(!i.match(/^[0-9]+$/))throw new Error("invalid path component - "+i);if(o=parseInt(i),y<=o)throw new Error("invalid path index - "+i);r=r._derive(o)}}return r},x.isHDNode=function(e){return f.isType(e,"HDNode")},x);function x(e,t,r,n,o,a,u,l,c){if(i.checkNew(this,x),e!==_)throw new Error("HDNode constructor cannot be called directly");t?(t=new d.KeyPair(t),f.defineReadOnly(this,"privateKey",t.privateKey),f.defineReadOnly(this,"publicKey",t.compressedPublicKey)):(f.defineReadOnly(this,"privateKey",null),f.defineReadOnly(this,"publicKey",s.hexlify(r))),f.defineReadOnly(this,"parentFingerprint",n),f.defineReadOnly(this,"fingerprint",s.hexDataSlice(p.ripemd160(p.sha256(this.publicKey)),0,4)),f.defineReadOnly(this,"address",d.computeAddress(this.publicKey)),f.defineReadOnly(this,"chainCode",o),f.defineReadOnly(this,"index",a),f.defineReadOnly(this,"depth",u),f.defineReadOnly(this,"mnemonic",l),f.defineReadOnly(this,"path",c),f.setType(this,"HDNode")}function A(e,t){if((e=s.arrayify(e)).length<16||64<e.length)throw new Error("invalid seed");return e=s.arrayify(h.computeHmac(h.SupportedAlgorithms.sha512,g,e)),new k(_,b(e.slice(0,32)),null,"0x00000000",b(e.slice(32)),0,0,t,"m")}function E(e,t){return t=l.toUtf8Bytes("mnemonic"+(t=t||""),l.UnicodeNormalizationForm.NFKD),s.hexlify(c.pbkdf2(l.toUtf8Bytes(e,l.UnicodeNormalizationForm.NFKD),t,2048,64,"sha512"))}function S(e,t){t=t||o.langEn,i.checkNormalize();var r=t.split(e);if(r.length%3!=0)throw new Error("invalid mnemonic");for(var n=s.arrayify(new Uint8Array(Math.ceil(11*r.length/8))),a=0,u=0;u<r.length;u++){var l=t.getWordIndex(r[u].normalize("NFKD"));if(-1===l)throw new Error("invalid mnemonic");for(var c=0;c<11;c++)l&1<<10-c&&(n[a>>3]|=1<<7-a%8),a++}var h=32*r.length/3,f=v(r.length/3);if(e=s.arrayify(p.sha256(n.slice(0,h/8)))[0],(e&=f)!=(n[n.length-1]&f))throw new Error("invalid checksum");return s.hexlify(n.slice(0,h/8))}function M(e,t){if((e=s.arrayify(e)).length%4!=0||e.length<16||32<e.length)throw new Error("invalid entropy");for(var r=[0],n=11,i=0;i<e.length;i++)8<n?(r[r.length-1]<<=8,r[r.length-1]|=e[i],n-=8):(r[r.length-1]<<=n,r[r.length-1]|=e[i]>>8-n,r.push(e[i]&(1<<8-n)-1),n+=3);var a=s.arrayify(p.sha256(e))[0],u=e.length/4;return a&=v(u),r[r.length-1]<<=u,r[r.length-1]|=a>>8-u,(t=t||o.langEn).join(r.map((function(e){return t.getWord(e)})))}r.HDNode=k,r.fromExtendedKey=function(e){var t=a.Base58.decode(e);82===t.length&&w(t.slice(0,78))===e||i.throwError("invalid extended key",i.INVALID_ARGUMENT,{argument:"extendedKey",value:"[REDACTED]"});var r=t[4],n=s.hexlify(t.slice(5,9)),o=parseInt(s.hexlify(t.slice(9,13)).substring(2),16),u=s.hexlify(t.slice(13,45)),l=t.slice(45,78);switch(s.hexlify(t.slice(0,4))){case"0x0488b21e":case"0x043587cf":return new k(_,null,s.hexlify(l),n,u,o,r,null,null);case"0x0488ade4":case"0x04358394":if(0!==l[0])break;return new k(_,s.hexlify(l.slice(1)),null,n,u,o,r,null,null)}return i.throwError("invalid extended key",i.INVALID_ARGUMENT,{argument:"extendedKey",value:"[REDACTED]"})},r.fromMnemonic=function(e,t,r){return A(E(e=M(S(e,t),t),r),e)},r.fromSeed=function(e){return A(e,null)},r.mnemonicToSeed=E,r.mnemonicToEntropy=S,r.entropyToMnemonic=M,r.isValidMnemonic=function(e,t){try{return S(e,t),!0}catch(e){}return!1}},{"../errors":5,"../wordlists/lang-en":90,"./basex":62,"./bignumber":63,"./bytes":64,"./hmac":67,"./pbkdf2":73,"./properties":74,"./secp256k1":77,"./sha2":79,"./utf8":85}],67:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i,o=n(e("hash.js")),a=e("../utils/bytes"),s=n(e("../errors"));(e=i=r.SupportedAlgorithms||(r.SupportedAlgorithms={})).sha256="sha256",e.sha512="sha512",r.computeHmac=function(e,t,r){return i[e]||s.throwError("unsupported algorithm "+e,s.UNSUPPORTED_OPERATION,{operation:"hmac",algorithm:e}),a.arrayify(o.hmac(o[e],a.arrayify(t)).update(a.arrayify(r)).digest())}},{"../errors":5,"../utils/bytes":64,"hash.js":26}],68:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("./abi-coder");r.AbiCoder=i.AbiCoder,r.defaultAbiCoder=i.defaultAbiCoder,r.formatSignature=i.formatSignature,r.formatParamType=i.formatParamType,r.parseSignature=i.parseSignature,r.parseParamType=i.parseParamType,i=e("./address"),r.getAddress=i.getAddress,r.getContractAddress=i.getContractAddress,r.getCreate2Address=i.getCreate2Address,r.getIcapAddress=i.getIcapAddress,i=n(e("./base64")),r.base64=i,i=e("./bignumber"),r.BigNumber=i.BigNumber,r.bigNumberify=i.bigNumberify,i=e("./bytes"),r.arrayify=i.arrayify,r.concat=i.concat,r.hexDataSlice=i.hexDataSlice,r.hexDataLength=i.hexDataLength,r.hexlify=i.hexlify,r.hexStripZeros=i.hexStripZeros,r.hexZeroPad=i.hexZeroPad,r.isHexString=i.isHexString,r.joinSignature=i.joinSignature,r.padZeros=i.padZeros,r.splitSignature=i.splitSignature,r.stripZeros=i.stripZeros,i=e("./hash"),r.hashMessage=i.hashMessage,r.id=i.id,r.namehash=i.namehash,i=n(e("./hdnode")),r.HDNode=i,i=e("./interface"),r.Interface=i.Interface,i=e("./json-wallet"),r.getJsonWalletAddress=i.getJsonWalletAddress,i=e("./keccak256"),r.keccak256=i.keccak256,i=e("./sha2"),r.sha256=i.sha256,i=e("./solidity"),r.solidityKeccak256=i.keccak256,r.solidityPack=i.pack,r.soliditySha256=i.sha256,i=e("./random-bytes"),r.randomBytes=i.randomBytes,i=e("./networks"),r.getNetwork=i.getNetwork,i=e("./properties"),r.checkProperties=i.checkProperties,r.deepCopy=i.deepCopy,r.defineReadOnly=i.defineReadOnly,r.resolveProperties=i.resolveProperties,r.shallowCopy=i.shallowCopy,n=n(e("./rlp")),r.RLP=n,n=e("./secp256k1"),r.computeAddress=n.computeAddress,r.computePublicKey=n.computePublicKey,r.recoverAddress=n.recoverAddress,r.recoverPublicKey=n.recoverPublicKey,r.verifyMessage=n.verifyMessage,n=e("./signing-key"),r.SigningKey=n.SigningKey,n=e("./transaction"),r.populateTransaction=n.populateTransaction,n=e("./transaction"),r.parseTransaction=n.parse,r.serializeTransaction=n.serialize,n=e("./utf8"),r.formatBytes32String=n.formatBytes32String,r.parseBytes32String=n.parseBytes32String,r.toUtf8Bytes=n.toUtf8Bytes,r.toUtf8String=n.toUtf8String,n=e("./units"),r.commify=n.commify,r.formatEther=n.formatEther,r.parseEther=n.parseEther,r.formatUnits=n.formatUnits,r.parseUnits=n.parseUnits,n=e("./web"),r.fetchJson=n.fetchJson,r.poll=n.poll,n=e("./hmac"),r.SupportedAlgorithms=n.SupportedAlgorithms,n=e("./utf8"),r.UnicodeNormalizationForm=n.UnicodeNormalizationForm,e=e("./wordlist"),r.Wordlist=e.Wordlist},{"./abi-coder":59,"./address":60,"./base64":61,"./bignumber":63,"./bytes":64,"./hash":65,"./hdnode":66,"./hmac":67,"./interface":69,"./json-wallet":70,"./keccak256":71,"./networks":72,"./properties":74,"./random-bytes":75,"./rlp":76,"./secp256k1":77,"./sha2":79,"./signing-key":81,"./solidity":82,"./transaction":83,"./units":84,"./utf8":85,"./web":86,"./wordlist":87}],69:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a,s=e("./address"),u=e("./abi-coder"),l=e("./bignumber"),c=e("./bytes"),h=e("./hash"),f=e("./keccak256"),d=e("./properties"),p=o(e("../errors")),m=function(e){d.setType(this,"Indexed"),d.defineReadOnly(this,"hash",e)},g=(i(y,a=e=function(e){for(var t in d.setType(this,"Description"),e)d.defineReadOnly(this,t,d.deepCopy(e[t],!0));Object.freeze(this)}),y.prototype.encode=function(e,t){c.isHexString(e)||p.throwError("invalid contract bytecode",p.INVALID_ARGUMENT,{arg:"bytecode",value:e}),p.checkArgumentCount(t.length,this.inputs.length," in Interface constructor");try{return e+u.defaultAbiCoder.encode(this.inputs,t).substring(2)}catch(e){p.throwError("invalid constructor argument",p.INVALID_ARGUMENT,{arg:e.arg,reason:e.reason,value:e.value})}return null},y);function y(){return null!==a&&a.apply(this,arguments)||this}var v,b=(i(w,v=e),w.prototype.encode=function(e){p.checkArgumentCount(e.length,this.inputs.length," in interface function "+this.name);try{return this.sighash+u.defaultAbiCoder.encode(this.inputs,e).substring(2)}catch(e){p.throwError("invalid input argument",p.INVALID_ARGUMENT,{arg:e.arg,reason:e.reason,value:e.value})}return null},w.prototype.decode=function(e){try{return u.defaultAbiCoder.decode(this.outputs,c.arrayify(e))}catch(t){p.throwError("invalid data for function output",p.INVALID_ARGUMENT,{arg:"data",errorArg:t.arg,errorValue:t.value,value:e,reason:t.reason})}},w);function w(){return null!==v&&v.apply(this,arguments)||this}var _,k=(i(x,_=e),x);function x(){return null!==_&&_.apply(this,arguments)||this}var A,E=(i(S,A=e),S.prototype.encodeTopics=function(e){var t=this;e.length>this.inputs.length&&p.throwError("too many arguments for "+this.name,p.UNEXPECTED_ARGUMENT,{maxCount:e.length,expectedCount:this.inputs.length});var r=[];for(this.anonymous||r.push(this.topic),e.forEach((function(e,n){var i=t.inputs[n];i.indexed?null==e?r.push(null):"string"===i.type?r.push(h.id(e)):"bytes"===i.type?r.push(f.keccak256(e)):-1!==i.type.indexOf("[")||"tuple"===i.type.substring(0,5)?p.throwError("filtering with tuples or arrays not implemented yet; bug us on GitHub",p.NOT_IMPLEMENTED,{operation:"filter(array|tuple)"}):("address"===i.type&&s.getAddress(e),r.push(c.hexZeroPad(c.hexlify(e),32).toLowerCase())):null!=e&&p.throwError("cannot filter non-indexed parameters; must be null",p.INVALID_ARGUMENT,{argument:i.name||n,value:e})}));r.length&&null===r[r.length-1];)r.pop();return r},S.prototype.decode=function(e,t){null==t||this.anonymous||(t=t.slice(1));var r,n=[],i=[],o=[];this.inputs.forEach((function(e,t){e.indexed?"string"===e.type||"bytes"===e.type||0<=e.type.indexOf("[")||"tuple"===e.type.substring(0,5)?(n.push({type:"bytes32",name:e.name||""}),o.push(!0)):(n.push(e),o.push(!1)):(i.push(e),o.push(!1))})),null!=t&&(r=u.defaultAbiCoder.decode(n,c.concat(t)));var a=u.defaultAbiCoder.decode(i,c.arrayify(e)),s={},l=0,h=0;return this.inputs.forEach((function(e,n){e.indexed?null==t?s[n]=new m(null):o[n]?s[n]=new m(r[h++]):s[n]=r[h++]:s[n]=a[l++],e.name&&(s[e.name]=s[n])})),s.length=this.inputs.length,new k(s)},S);function S(){return null!==A&&A.apply(this,arguments)||this}var M,I=(i(P,M=e),P);function P(){return null!==M&&M.apply(this,arguments)||this}var T,N=(i(R,T=e),R);function R(){return null!==T&&T.apply(this,arguments)||this}function O(e){switch(e.type){case"constructor":var t=new g({inputs:e.inputs,payable:null==e.payable||!!e.payable});this.deployFunction||(this.deployFunction=t);break;case"function":var r=u.formatSignature(e).replace(/tuple/g,""),n=h.id(r).substring(0,10),i=!1;null!=e.constant?i=e.constant:null!=e.stateMutability&&(i="view"==e.stateMutability||"pure"==e.stateMutability),t=new b({inputs:e.inputs,outputs:e.outputs,gas:e.gas,payable:null==e.payable||!!e.payable,type:i?"call":"transaction",name:e.name,signature:r,sighash:n}),e.name&&(null==this.functions[e.name]?d.defineReadOnly(this.functions,e.name,t):p.warn("WARNING: Multiple definitions for "+e.name)),null==this.functions[t.signature]&&d.defineReadOnly(this.functions,t.signature,t);break;case"event":r=u.formatSignature(e).replace(/tuple/g,""),t=new E({name:e.name,signature:r,inputs:e.inputs,topic:h.id(r),anonymous:!!e.anonymous}),e.name&&null==this.events[e.name]&&d.defineReadOnly(this.events,e.name,t),null==this.events[t.signature]&&d.defineReadOnly(this.events,t.signature,t);break;case"receive":case"fallback":break;default:p.warn("WARNING: unsupported ABI type - "+e.type)}}function C(e){if(p.checkNew(this,C),"string"==typeof e){try{e=JSON.parse(e)}catch(t){p.throwError("could not parse ABI JSON",p.INVALID_ARGUMENT,{arg:"abi",errorMessage:t.message,value:e})}if(!Array.isArray(e))return p.throwError("invalid abi",p.INVALID_ARGUMENT,{arg:"abi",value:e}),null}d.defineReadOnly(this,"functions",{}),d.defineReadOnly(this,"events",{});var t=[];e.forEach((function(e){"string"==typeof e&&(e=u.parseSignature(e)),t.push(e)})),d.defineReadOnly(this,"abi",d.deepCopy(t,!0)),t.forEach(O,this),this.deployFunction||O.call(this,{type:"constructor",inputs:[]}),d.setType(this,"Interface")}C.prototype.parseTransaction=function(e){var t,r=e.data.substring(0,10).toLowerCase();for(t in this.functions)if(-1!==t.indexOf("(")){var n=this.functions[t];if(n.sighash===r){var i=u.defaultAbiCoder.decode(n.inputs,"0x"+e.data.substring(10));return new I({args:i,decode:n.decode,name:n.name,signature:n.signature,sighash:n.sighash,value:l.bigNumberify(e.value||"0")})}}return null},C.prototype.parseLog=function(e){for(var t in this.events)if(-1!==t.indexOf("(")&&!(t=this.events[t]).anonymous&&t.topic===e.topics[0])return new N({decode:t.decode,name:t.name,signature:t.signature,topic:t.topic,values:t.decode(e.data,e.topics)});return null},C.isInterface=function(e){return d.isType(e,"Interface")},C.isIndexed=function(e){return d.isType(e,"Indexed")},e=C,r.Interface=e},{"../errors":5,"./abi-coder":59,"./address":60,"./bignumber":63,"./bytes":64,"./hash":65,"./keccak256":71,"./properties":74}],70:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./address");function i(e){try{var t=JSON.parse(e)}catch(e){return!1}return t.encseed&&t.ethaddr}function o(e){try{var t=JSON.parse(e)}catch(e){return!1}return!(!t.version||parseInt(t.version)!==t.version||3!==parseInt(t.version))}r.isCrowdsaleWallet=i,r.isSecretStorageWallet=o,r.getJsonWalletAddress=function(e){if(i(e))try{return n.getAddress(JSON.parse(e).ethaddr)}catch(e){return null}if(o(e))try{return n.getAddress(JSON.parse(e).address)}catch(e){return null}return null}},{"./address":60}],71:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("js-sha3"),i=e("./bytes");r.keccak256=function(e){return"0x"+n.keccak_256(i.arrayify(e))}},{"./bytes":64,"js-sha3":40}],72:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors"));function o(e){return function(t){var r=[];return t.InfuraProvider&&r.push(new t.InfuraProvider(e)),t.EtherscanProvider&&r.push(new t.EtherscanProvider(e)),0===r.length?null:t.FallbackProvider?new t.FallbackProvider(r):r[0]}}function a(e,t){return function(r){return r.JsonRpcProvider?new r.JsonRpcProvider(e,t):null}}var s={unspecified:{chainId:0,name:"unspecified"},homestead:n={chainId:1,ensAddress:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",name:"homestead",_defaultProvider:o("homestead")},mainnet:n,morden:{chainId:2,name:"morden"},ropsten:e={chainId:3,ensAddress:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",name:"ropsten",_defaultProvider:o("ropsten")},testnet:e,rinkeby:{chainId:4,ensAddress:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",name:"rinkeby",_defaultProvider:o("rinkeby")},goerli:{chainId:5,ensAddress:"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",name:"goerli",_defaultProvider:o("goerli")},kovan:{chainId:42,name:"kovan",_defaultProvider:o("kovan")},classic:{chainId:61,name:"classic",_defaultProvider:a("https://web3.gastracker.io","classic")},classicTestnet:{chainId:62,name:"classicTestnet",_defaultProvider:a("https://web3.gastracker.io/morden","classicTestnet")}};r.getNetwork=function(e){if(null==e)return null;if("number"==typeof e){for(var t in s)if((t=s[t]).chainId===e)return{name:t.name,chainId:t.chainId,ensAddress:t.ensAddress||null,_defaultProvider:t._defaultProvider||null};return{chainId:e,name:"unknown"}}if("string"!=typeof e)return(r=s[e.name])?(0!==e.chainId&&e.chainId!==r.chainId&&i.throwError("network chainId mismatch",i.INVALID_ARGUMENT,{arg:"network",value:e}),{name:e.name,chainId:r.chainId,ensAddress:e.ensAddress||r.ensAddress||null,_defaultProvider:e._defaultProvider||r._defaultProvider||null}):("number"!=typeof e.chainId&&i.throwError("invalid network chainId",i.INVALID_ARGUMENT,{arg:"network",value:e}),e);var r=s[e];return null==r?null:{name:r.name,chainId:r.chainId,ensAddress:r.ensAddress,_defaultProvider:r._defaultProvider||null}}},{"../errors":5}],73:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("../utils/bytes"),i=e("./hmac");r.pbkdf2=function(e,t,r,o,a){var s;e=n.arrayify(e),t=n.arrayify(t);var u,l,c=1,h=new Uint8Array(o),f=new Uint8Array(t.length+4);f.set(t);for(var d=1;d<=c;d++){f[t.length]=d>>24&255,f[t.length+1]=d>>16&255,f[t.length+2]=d>>8&255,f[t.length+3]=255&d;var p=i.computeHmac(a,e,f);s||(s=p.length,l=new Uint8Array(s),u=o-((c=Math.ceil(o/s))-1)*s),l.set(p);for(var m=1;m<r;m++){p=i.computeHmac(a,e,p);for(var g=0;g<s;g++)l[g]^=p[g]}var y=(d-1)*s,v=d===c?u:s;h.set(n.arrayify(l).slice(0,v),y)}return n.arrayify(h)}},{"../utils/bytes":64,"./hmac":67}],74:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("../errors"));function o(e,t,r){Object.defineProperty(e,t,{enumerable:!0,value:r,writable:!1})}function a(e,t){return e&&e._ethersType===t}r.defineReadOnly=o,r.setType=function(e,t){Object.defineProperty(e,"_ethersType",{configurable:!1,value:t,writable:!1})},r.isType=a,r.resolveProperties=function(e){var t={},r=[];return Object.keys(e).forEach((function(n){var i=e[n];i instanceof Promise?r.push(i.then((function(e){return t[n]=e,null}))):t[n]=i})),Promise.all(r).then((function(){return t}))},r.checkProperties=function(e,t){e&&"object"==s(e)||i.throwError("invalid object",i.INVALID_ARGUMENT,{argument:"object",value:e}),Object.keys(e).forEach((function(r){t[r]||i.throwError("invalid object key - "+r,i.INVALID_ARGUMENT,{argument:"transaction",value:e,key:r})}))},r.shallowCopy=function(e){var t,r={};for(t in e)r[t]=e[t];return r};var u={boolean:!0,number:!0,string:!0};r.deepCopy=function e(t,r){if(null==t||u[s(t)])return t;if(Array.isArray(t)){var n=t.map((function(t){return e(t,r)}));return r&&Object.freeze(n),n}if("object"==s(t)){if(a(t,"BigNumber"))return t;if(a(t,"Description"))return t;if(a(t,"Indexed"))return t;var i;for(i in n={},t){var l=t[i];void 0!==l&&o(n,i,e(l,r))}return r&&Object.freeze(n),n}if("function"==typeof t)return t;throw new Error("Cannot deepCopy "+s(t))},r.inheritable=function e(t){return function(r){var n,i;i=t,(n=r).super_=i,n.prototype=Object.create(i.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),o(r,"inherits",e(r))}}},{"../errors":5}],75:[function(e,t,n){(function(t){(function(){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e("../utils/bytes"),i=e("../utils/properties"),o=t.crypto||t.msCrypto;function a(e){if(e<=0||1024<e||parseInt(String(e))!=e)throw new Error("invalid length");return e=new Uint8Array(e),o.getRandomValues(e),r.arrayify(e)}o&&o.getRandomValues||(console.log("WARNING: Missing strong random number source; using weak randomBytes"),o={getRandomValues:function(e){for(var t=0;t<20;t++)for(var r=0;r<e.length;r++)t?e[r]^=Math.trunc(256*Math.random()):e[r]=Math.trunc(256*Math.random());return e},_weakCrypto:!0}),n.randomBytes=a,!0===o._weakCrypto&&i.defineReadOnly(a,"_weakCrypto",!0)}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../utils/bytes":64,"../utils/properties":74}],76:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./bytes");function i(e){for(var t=[];e;)t.unshift(255&e),e>>=8;return t}function o(e,t,r){for(var n=0,i=0;i<r;i++)n=256*n+e[t+i];return n}function a(e,t,r,n){for(var i=[];r<t+1+n;){var o=s(e,r);if(i.push(o.result),t+1+n<(r+=o.consumed))throw new Error("invalid rlp")}return{consumed:1+n,result:i}}function s(e,t){if(0===e.length)throw new Error("invalid rlp data");if(248<=e[t]){if(t+1+(r=e[t]-247)>e.length)throw new Error("too short");if(t+1+r+(i=o(e,t+1,r))>e.length)throw new Error("to short");return a(e,t,t+1+r,r+i)}if(192<=e[t]){if(t+1+(i=e[t]-192)>e.length)throw new Error("invalid rlp data");return a(e,t,t+1,i)}if(184<=e[t]){var r;if(t+1+(r=e[t]-183)>e.length)throw new Error("invalid rlp data");if(t+1+r+(i=o(e,t+1,r))>e.length)throw new Error("invalid rlp data");return{consumed:1+r+i,result:n.hexlify(e.slice(t+1+r,t+1+r+i))}}if(128<=e[t]){var i;if(t+1+(i=e[t]-128)>e.length)throw new Error("invalid rlp data");return{consumed:1+i,result:n.hexlify(e.slice(t+1,t+1+i))}}return{consumed:1,result:n.hexlify(e[t])}}r.encode=function(e){return n.hexlify(function e(t){if(Array.isArray(t)){var r=[];return t.forEach((function(t){r=r.concat(e(t))})),r.length<=55?(r.unshift(192+r.length),r):((o=i(r.length)).unshift(247+o.length),o.concat(r))}var o;return 1===(t=Array.prototype.slice.call(n.arrayify(t))).length&&t[0]<=127?t:t.length<=55?(t.unshift(128+t.length),t):((o=i(t.length)).unshift(183+o.length),o.concat(t))}(e))},r.decode=function(e){var t=n.arrayify(e);if((e=s(t,0)).consumed!==t.length)throw new Error("invalid rlp data");return e.result}},{"./bytes":64}],77:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("elliptic"),o=e("./address"),a=e("./bytes"),s=e("./hash"),u=e("./keccak256"),l=e("./properties"),c=n(e("../errors")),h=null;function f(){return h=h||new i.ec("secp256k1")}var d=(p.prototype.sign=function(e){return{recoveryParam:(e=f().keyFromPrivate(a.arrayify(this.privateKey)).sign(a.arrayify(e),{canonical:!0})).recoveryParam,r:a.hexZeroPad("0x"+e.r.toString(16),32),s:a.hexZeroPad("0x"+e.s.toString(16),32),v:27+e.recoveryParam}},p.prototype.computeSharedSecret=function(e){var t=f().keyFromPrivate(a.arrayify(this.privateKey));return e=f().keyFromPublic(a.arrayify(m(e))),a.hexZeroPad("0x"+t.derive(e.getPublic()).toString(16),32)},p.prototype._addPoint=function(e){var t=f().keyFromPublic(a.arrayify(this.publicKey));return e=f().keyFromPublic(a.arrayify(e)),"0x"+t.pub.add(e.pub).encodeCompressed("hex")},p);function p(e){e=f().keyFromPrivate(a.arrayify(e)),l.defineReadOnly(this,"privateKey",a.hexlify(e.priv.toArray("be",32))),l.defineReadOnly(this,"publicKey","0x"+e.getPublic(!1,"hex")),l.defineReadOnly(this,"compressedPublicKey","0x"+e.getPublic(!0,"hex")),l.defineReadOnly(this,"publicKeyBytes",e.getPublic().encode(null,!0))}function m(e,t){return 32!==(e=a.arrayify(e)).length?33===e.length?t?a.hexlify(e):"0x"+f().keyFromPublic(e).getPublic(!1,"hex"):65===e.length?t?"0x"+f().keyFromPublic(e).getPublic(!0,"hex"):a.hexlify(e):(c.throwError("invalid public or private key",c.INVALID_ARGUMENT,{arg:"key",value:"[REDACTED]"}),null):(e=new d(e),t?e.compressedPublicKey:e.publicKey)}function g(e){return e="0x"+m(e).slice(4),o.getAddress("0x"+u.keccak256(e).substring(26))}function y(e,t){var r=a.splitSignature(t);return t={r:a.arrayify(r.r),s:a.arrayify(r.s)},"0x"+f().recoverPubKey(a.arrayify(e),t,r.recoveryParam).encode("hex",!1)}function v(e,t){return g(y(a.arrayify(e),t))}r.KeyPair=d,r.computePublicKey=m,r.computeAddress=g,r.recoverPublicKey=y,r.recoverAddress=v,r.verifyMessage=function(e,t){return v(s.hashMessage(e),t)}},{"../errors":5,"./address":60,"./bytes":64,"./hash":65,"./keccak256":71,"./properties":74,elliptic:12}],78:[function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var o=n(e("aes-js")),a=n(e("scrypt-js")),s=n(e("uuid")),u=e("./signing-key"),l=i(e("./hdnode")),c=e("./address"),h=e("./bytes"),f=e("./pbkdf2"),d=e("./keccak256"),p=e("./utf8"),m=e("./random-bytes");function g(e){return"string"==typeof e&&"0x"!==e.substring(0,2)&&(e="0x"+e),h.arrayify(e)}function y(e,t){for(e=String(e);e.length<t;)e="0"+e;return e}function v(e){return"string"==typeof e?p.toUtf8Bytes(e,p.UnicodeNormalizationForm.NFKC):h.arrayify(e)}function b(e,t){for(var r=e,n=t.toLowerCase().split("/"),i=0;i<n.length;i++){var o,a=null;for(o in r)if(o.toLowerCase()===n[i]){a=r[o];break}if(null===a)return null;r=a}return r}r.decryptCrowdsale=function(e,t){var r=JSON.parse(e);t=v(t);var n=c.getAddress(b(r,"ethaddr"));if(!(e=g(b(r,"encseed")))||e.length%16!=0)throw new Error("invalid encseed");r=f.pbkdf2(t,t,2e3,32,"sha256").slice(0,16),t=e.slice(0,16),e=e.slice(16),t=new o.default.ModeOfOperation.cbc(r,t);for(var i=h.arrayify(t.decrypt(e)),a=(i=o.default.padding.pkcs7.strip(i),""),s=0;s<i.length;s++)a+=String.fromCharCode(i[s]);if(e=p.toUtf8Bytes(a),(e=new u.SigningKey(d.keccak256(e))).address!==n)throw new Error("corrupt crowdsale wallet");return e},r.decrypt=function(e,t,r){function n(e,t){var r=g(b(i,"crypto/ciphertext"));if(h.hexlify((s=e.slice(16,32),d.keccak256(h.concat([s,r])))).substring(2)!==b(i,"crypto/mac").toLowerCase())return t(new Error("invalid password")),null;var n=function(e,t){if("aes-128-ctr"!==b(i,"crypto/cipher"))return null;var r=g(b(i,"crypto/cipherparams/iv"));return r=new o.default.Counter(r),r=new o.default.ModeOfOperation.ctr(e,r),h.arrayify(r.decrypt(t))}(e.slice(0,16),r),a=e.slice(32,64);if(!n)return t(new Error("unsupported cipher")),null;var s=new u.SigningKey(n);if(i.address&&s.address!==c.getAddress(i.address))return t(new Error("address mismatch")),null;if(r=b(i,"x-ethers/locale"),"0.1"===b(i,"x-ethers/version")&&(null==r||"en"===r)){if(e=g(b(i,"x-ethers/mnemonicCiphertext")),r=g(b(i,"x-ethers/mnemonicCounter")),r=new o.default.Counter(r),a=new o.default.ModeOfOperation.ctr(a,r),r=b(i,"x-ethers/path")||l.defaultPath,e=h.arrayify(a.decrypt(e)),e=l.entropyToMnemonic(e),(r=l.fromMnemonic(e).derivePath(r)).privateKey!=h.hexlify(n))return t(new Error("mnemonic mismatch")),null;s=new u.SigningKey(r)}return s}var i=JSON.parse(e),s=v(t);return new Promise((function(e,t){if((p=b(i,"crypto/kdf"))&&"string"==typeof p)if("scrypt"===p.toLowerCase()){var o=g(b(i,"crypto/kdfparams/salt")),u=parseInt(b(i,"crypto/kdfparams/n")),l=parseInt(b(i,"crypto/kdfparams/r")),c=parseInt(b(i,"crypto/kdfparams/p"));u&&l&&c?0==(u&u-1)?32===(d=parseInt(b(i,"crypto/kdfparams/dklen")))?(r&&r(0),a.default(s,o,u,l,c,64,(function(i,o,a){if(i)i.progress=o,t(i);else if(a)(a=n(a=h.arrayify(a),t))&&(r&&r(1),e(a));else if(r)return r(o)}))):t(new Error("unsupported key-derivation derived-key length")):t(new Error("unsupported key-derivation function parameter value for N")):t(new Error("unsupported key-derivation function parameters"))}else if("pbkdf2"===p.toLowerCase()){if(o=g(b(i,"crypto/kdfparams/salt")),c=null,"hmac-sha256"===(p=b(i,"crypto/kdfparams/prf")))c="sha256";else{if("hmac-sha512"!==p)return void t(new Error("unsupported prf"));c="sha512"}var d,p=parseInt(b(i,"crypto/kdfparams/c"));32===(d=parseInt(b(i,"crypto/kdfparams/dklen")))?(c=n(c=f.pbkdf2(s,o,p,d,c),t))&&e(c):t(new Error("unsupported key-derivation derived-key length"))}else t(new Error("unsupported key-derivation function"));else t(new Error("unsupported key-derivation function"))}))},r.encrypt=function(e,t,r,n){var i;if("function"!=typeof r||n||(n=r,r={}),r=r||{},32!==(i=u.SigningKey.isSigningKey(e)?h.arrayify(e.privateKey):h.arrayify(e)).length)throw new Error("invalid private key");var c=v(t),f=null;if(r.entropy&&(f=h.arrayify(r.entropy)),r.mnemonic)if(f){if(l.entropyToMnemonic(f)!==r.mnemonic)throw new Error("entropy and mnemonic mismatch")}else f=h.arrayify(l.mnemonicToEntropy(r.mnemonic,r.wordlist));var p=r.path;f&&!p&&(p=l.defaultPath);var g=(g=r.client)||"ethers.js",b=r.salt?h.arrayify(r.salt):m.randomBytes(32),w=null;if(r.iv){if(16!==(w=h.arrayify(r.iv)).length)throw new Error("invalid iv")}else w=m.randomBytes(16);var _=null;if(r.uuid){if(16!==(_=h.arrayify(r.uuid)).length)throw new Error("invalid uuid")}else _=m.randomBytes(16);var k=1<<17,x=8,A=1;return r.scrypt&&(r.scrypt.N&&(k=r.scrypt.N),r.scrypt.r&&(x=r.scrypt.r),r.scrypt.p&&(A=r.scrypt.p)),new Promise((function(e,t){n&&n(0),a.default(c,b,k,x,A,64,(function(a,l,c){if(a)a.progress=l,t(a);else if(c){var v=(c=h.arrayify(c)).slice(0,16),E=c.slice(16,32),S=c.slice(32,64);a=new u.SigningKey(i).address,c=new o.default.Counter(w),c=new o.default.ModeOfOperation.ctr(v,c),c=h.arrayify(c.encrypt(i)),E=d.keccak256(h.concat([E,c])),a={address:a.substring(2).toLowerCase(),id:s.default.v4({random:_}),version:3,Crypto:{cipher:"aes-128-ctr",cipherparams:{iv:h.hexlify(w).substring(2)},ciphertext:h.hexlify(c).substring(2),kdf:"scrypt",kdfparams:{salt:h.hexlify(b).substring(2),n:k,dklen:32,p:A,r:x},mac:E.substring(2)}},f&&(c=m.randomBytes(16),E=new o.default.Counter(c),S=new o.default.ModeOfOperation.ctr(S,E),E=h.arrayify(S.encrypt(f)),S=(S=new Date).getUTCFullYear()+"-"+y(S.getUTCMonth()+1,2)+"-"+y(S.getUTCDate(),2)+"T"+y(S.getUTCHours(),2)+"-"+y(S.getUTCMinutes(),2)+"-"+y(S.getUTCSeconds(),2)+".0Z",a["x-ethers"]={client:g,gethFilename:"UTC--"+S+"--"+a.address,mnemonicCounter:h.hexlify(c).substring(2),mnemonicCiphertext:h.hexlify(E).substring(2),path:p,version:"0.1"},r.wordlist&&"string"==typeof r.wordlist.locale&&(a["x-ethers"].locale=r.wordlist.locale)),n&&n(1),e(JSON.stringify(a))}else if(n)return n(l)}))}))}},{"./address":60,"./bytes":64,"./hdnode":66,"./keccak256":71,"./pbkdf2":73,"./random-bytes":75,"./signing-key":81,"./utf8":85,"aes-js":8,"scrypt-js":44,uuid:48}],79:[function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var i=n(e("hash.js")),o=e("./bytes");r.ripemd160=function(e){return"0x"+i.default.ripemd160().update(o.arrayify(e)).digest("hex")},r.sha256=function(e){return"0x"+i.default.sha256().update(o.arrayify(e)).digest("hex")},r.sha512=function(e){return"0x"+i.default.sha512().update(o.arrayify(e)).digest("hex")}},{"./bytes":64,"hash.js":26}],80:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),e("setimmediate"),r.platform="browser"},{setimmediate:45}],81:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("./hdnode"),o=e("./bytes"),a=e("./properties"),u=e("./secp256k1"),l=n(e("../errors"));function c(e){l.checkNew(this,c);var t=i.HDNode.isHDNode(e)?(a.defineReadOnly(this,"mnemonic",e.mnemonic),a.defineReadOnly(this,"path",e.path),o.arrayify(e.privateKey)):("string"==typeof e&&e.match(/^[0-9a-f]*$/i)&&64===e.length&&(e="0x"+e),o.arrayify(e));try{32!==t.length&&l.throwError("exactly 32 bytes required",l.INVALID_ARGUMENT,{arg:"privateKey",value:"[REDACTED]"})}catch(t){e={arg:"privateKey",reason:t.reason,value:"[REDACTED]"},t.value&&("number"==typeof t.value.length&&(e.length=t.value.length),e.type=s(t.value)),l.throwError("invalid private key",t.code,e)}a.defineReadOnly(this,"privateKey",o.hexlify(t)),a.defineReadOnly(this,"keyPair",new u.KeyPair(t)),a.defineReadOnly(this,"publicKey",this.keyPair.publicKey),a.defineReadOnly(this,"address",u.computeAddress(this.keyPair.publicKey)),a.setType(this,"SigningKey")}c.prototype.signDigest=function(e){return this.keyPair.sign(e)},c.prototype.computeSharedSecret=function(e){return this.keyPair.computeSharedSecret(o.arrayify(e))},c.isSigningKey=function(e){return a.isType(e,"SigningKey")},e=c,r.SigningKey=e},{"../errors":5,"./bytes":64,"./hdnode":66,"./properties":74,"./secp256k1":77}],82:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e("./bignumber"),i=e("./bytes"),o=e("./utf8"),a=e("./keccak256"),s=e("./sha2"),u=new RegExp("^bytes([0-9]+)$"),l=new RegExp("^(u?int)([0-9]*)$"),c=new RegExp("^(.*)\\[([0-9]*)\\]$");function h(e,t){if(e.length!=t.length)throw new Error("type/value count mismatch");var r=[];return e.forEach((function(e,a){r.push(function e(t,r,a){switch(t){case"address":return a?i.padZeros(r,32):i.arrayify(r);case"string":return o.toUtf8Bytes(r);case"bytes":return i.arrayify(r);case"bool":return r=r?"0x01":"0x00",a?i.padZeros(r,32):i.arrayify(r)}var s=t.match(l);if(s){if((h=parseInt(s[2]||"256"))%8!=0||0===h||256<h)throw new Error("invalid number type - "+t);return a&&(h=256),r=n.bigNumberify(r).toTwos(h),i.padZeros(r,h/8)}if(s=t.match(u)){var h=parseInt(s[1]);if(String(h)!=s[1]||0===h||32<h)throw new Error("invalid number type - "+t);if(i.arrayify(r).byteLength!==h)throw new Error("invalid value for "+t);return a?i.arrayify((r+"0000000000000000000000000000000000000000000000000000000000000000").substring(0,66)):r}if((s=t.match(c))&&Array.isArray(r)){var f=s[1];if(parseInt(s[2]||String(r.length))!=r.length)throw new Error("invalid value for "+t);var d=[];return r.forEach((function(t){d.push(e(f,t,!0))})),i.concat(d)}throw new Error("unknown type - "+t)}(e,t[a]))})),i.hexlify(i.concat(r))}r.pack=h,r.keccak256=function(e,t){return a.keccak256(h(e,t))},r.sha256=function(e,t){return s.sha256(h(e,t))}},{"./bignumber":63,"./bytes":64,"./keccak256":71,"./sha2":79,"./utf8":85}],83:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("../constants"),o=n(e("../errors")),a=e("./secp256k1"),s=e("./address"),u=e("./bignumber"),l=e("./bytes"),c=e("./keccak256"),h=e("./properties"),f=n(e("./rlp")),d=e("../providers/abstract-provider");function p(e){return"0x"===e?i.Zero:u.bigNumberify(e)}var m=[{name:"nonce",maxLength:32},{name:"gasPrice",maxLength:32},{name:"gasLimit",maxLength:32},{name:"to",length:20},{name:"value",maxLength:32},{name:"data"}],g={chainId:!0,data:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,value:!0};r.serialize=function(e,t){h.checkProperties(e,g);var r=[];m.forEach((function(t){var n=e[t.name]||[];n=l.arrayify(l.hexlify(n)),t.length&&n.length!==t.length&&0<n.length&&o.throwError("invalid length for "+t.name,o.INVALID_ARGUMENT,{arg:"transaction"+t.name,value:n}),t.maxLength&&(n=l.stripZeros(n)).length>t.maxLength&&o.throwError("invalid length for "+t.name,o.INVALID_ARGUMENT,{arg:"transaction"+t.name,value:n}),r.push(l.hexlify(n))})),null!=e.chainId&&0!==e.chainId&&(r.push(l.hexlify(e.chainId)),r.push("0x"),r.push("0x"));var n=f.encode(r);return t?(t=27+(n=l.splitSignature(t)).recoveryParam,9===r.length&&(r.pop(),r.pop(),r.pop(),t+=2*e.chainId+8),r.push(l.hexlify(t)),r.push(l.stripZeros(l.arrayify(n.r))),r.push(l.stripZeros(l.arrayify(n.s))),f.encode(r)):n},r.parse=function(e){9!==(n=f.decode(e)).length&&6!==n.length&&o.throwError("invalid raw transaction",o.INVALID_ARGUMENT,{arg:"rawTransactin",value:e});var t={nonce:p(n[0]).toNumber(),gasPrice:p(n[1]),gasLimit:p(n[2]),to:"0x"===(r=n[3])?null:s.getAddress(r),value:p(n[4]),data:n[5],chainId:0};if(6===n.length)return t;try{t.v=u.bigNumberify(n[6]).toNumber()}catch(e){return o.info(e),t}if(t.r=l.hexZeroPad(n[7],32),t.s=l.hexZeroPad(n[8],32),u.bigNumberify(t.r).isZero()&&u.bigNumberify(t.s).isZero())t.chainId=t.v,t.v=0;else{t.chainId=Math.floor((t.v-35)/2),t.chainId<0&&(t.chainId=0);var r=t.v-27,n=n.slice(0,6);0!==t.chainId&&(n.push(l.hexlify(t.chainId)),n.push("0x"),n.push("0x"),r-=2*t.chainId+8),n=c.keccak256(f.encode(n));try{t.from=a.recoverAddress(n,{r:l.hexlify(t.r),s:l.hexlify(t.s),recoveryParam:r})}catch(e){o.info(e)}t.hash=c.keccak256(e)}return t},r.populateTransaction=function(e,t,r){d.Provider.isProvider(t)||o.throwError("missing provider",o.INVALID_ARGUMENT,{argument:"provider",value:t}),h.checkProperties(e,g);var n=h.shallowCopy(e);return null!=n.to&&(n.to=t.resolveName(n.to)),null==n.gasPrice&&(n.gasPrice=t.getGasPrice()),null==n.nonce&&(n.nonce=t.getTransactionCount(r)),null==n.gasLimit&&((e=h.shallowCopy(n)).from=r,n.gasLimit=t.estimateGas(e)),null==n.chainId&&(n.chainId=t.getNetwork().then((function(e){return e.chainId}))),h.resolveProperties(n)}},{"../constants":3,"../errors":5,"../providers/abstract-provider":50,"./address":60,"./bignumber":63,"./bytes":64,"./keccak256":71,"./properties":74,"./rlp":76,"./secp256k1":77}],84:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i,o=e("../constants"),a=n(e("../errors")),s=e("./bignumber"),u={};function l(e){return{decimals:e.length-1,tenPower:s.bigNumberify(e)}}function c(e){var t=u[String(e).toLowerCase()];if(!t&&"number"==typeof e&&parseInt(String(e))==e&&0<=e&&e<=256){for(var r="1",n=0;n<e;n++)r+="0";t=l(r)}return t||a.throwError("invalid unitType",a.INVALID_ARGUMENT,{argument:"name",value:e}),t}function h(e,t){for(var r=c(t),n=(t=(e=s.bigNumberify(e)).lt(o.Zero),(e=t?e.mul(o.NegativeOne):e).mod(r.tenPower).toString());n.length<r.decimals;)n="0"+n;return n=n.match(/^([0-9]*[1-9]|0)(0*)/)[1],e=e.div(r.tenPower).toString()+"."+n,t?"-"+e:e}function f(e,t){var r=c(t=null==t?18:t);if("string"==typeof e&&e.match(/^-?[0-9.,]+$/)||a.throwError("invalid decimal value",a.INVALID_ARGUMENT,{arg:"value",value:e}),0===r.decimals)return s.bigNumberify(e);var n="-"===e.substring(0,1);"."===(e=n?e.substring(1):e)&&a.throwError("missing value",a.INVALID_ARGUMENT,{arg:"value",value:e}),2<(t=e.split(".")).length&&a.throwError("too many decimal points",a.INVALID_ARGUMENT,{arg:"value",value:e}),e=t[0];var i=t[1];for(e=e||"0",(i=i||"0").length>r.decimals&&a.throwError("underflow occurred",a.NUMERIC_FAULT,{operation:"division",fault:"underflow"});i.length<r.decimals;)i+="0";return t=s.bigNumberify(e),e=s.bigNumberify(i),e=t.mul(r.tenPower).add(e),n?e.mul(o.NegativeOne):e}i="1",["wei","kwei","Mwei","Gwei","szabo","finney","ether"].forEach((function(e){var t=l(i);u[e.toLowerCase()]=t,u[String(t.decimals)]=t,i+="000"})),r.commify=function(e){var t=String(e).split(".");(2<t.length||!t[0].match(/^-?[0-9]*$/)||t[1]&&!t[1].match(/^[0-9]*$/)||"."===e||"-."===e)&&a.throwError("invalid value",a.INVALID_ARGUMENT,{argument:"value",value:e});var r=t[0],n="";for("-"===r.substring(0,1)&&(n="-",r=r.substring(1));"0"===r.substring(0,1);)r=r.substring(1);""===r&&(r="0"),e="",2===t.length&&(e="."+(t[1]||"0"));for(var i=[];r.length;){if(r.length<=3){i.unshift(r);break}var o=r.length-3;i.unshift(r.substring(o)),r=r.substring(0,o)}return n+i.join(",")+e},r.formatUnits=h,r.parseUnits=f,r.formatEther=function(e){return h(e,18)},r.parseEther=function(e){return f(e,18)}},{"../constants":3,"../errors":5,"./bignumber":63}],85:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n,i=e("../constants"),o=e("../errors"),a=e("./bytes");function s(e,t){(t=void 0===t?n.current:t)!=n.current&&(o.checkNormalize(),e=e.normalize(t));for(var r=[],i=0;i<e.length;i++){var s=e.charCodeAt(i);if(s<128)r.push(s);else if(s<2048)r.push(s>>6|192),r.push(63&s|128);else if(55296==(64512&s)){i++;var u=e.charCodeAt(i);if(i>=e.length||56320!=(64512&u))throw new Error("invalid utf-8 string");r.push((s=65536+((1023&s)<<10)+(1023&u))>>18|240),r.push(s>>12&63|128),r.push(s>>6&63|128),r.push(63&s|128)}else r.push(s>>12|224),r.push(s>>6&63|128),r.push(63&s|128)}return a.arrayify(r)}function u(e,t){e=a.arrayify(e);for(var r="",n=0;n<e.length;){var i=e[n++];if(i>>7!=0){var o=null,s=null;if(192==(224&i))o=1,s=127;else if(224==(240&i))o=2,s=2047;else{if(240!=(248&i)){if(t)continue;if(128==(192&i))throw new Error("invalid utf8 byte sequence; unexpected continuation byte");throw new Error("invalid utf8 byte sequence; invalid prefix")}o=3,s=65535}if(n+o>e.length){if(!t)throw new Error("invalid utf8 byte sequence; too short");for(;n<e.length&&e[n]>>6==2;n++);}else{for(var u=i&(1<<8-o-1)-1,l=0;l<o;l++){var c=e[n];if(128!=(192&c)){u=null;break}u=u<<6|63&c,n++}if(null!==u)if(u<=s){if(!t)throw new Error("invalid utf8 byte sequence; overlong")}else if(1114111<u){if(!t)throw new Error("invalid utf8 byte sequence; out-of-range")}else if(55296<=u&&u<=57343){if(!t)throw new Error("invalid utf8 byte sequence; utf-16 surrogate")}else u<=65535?r+=String.fromCharCode(u):(u-=65536,r+=String.fromCharCode(55296+(u>>10&1023),56320+(1023&u)));else if(!t)throw new Error("invalid utf8 byte sequence; invalid continuation byte")}}else r+=String.fromCharCode(i)}return r}(e=n=r.UnicodeNormalizationForm||(r.UnicodeNormalizationForm={})).current="",e.NFC="NFC",e.NFD="NFD",e.NFKC="NFKC",e.NFKD="NFKD",r.toUtf8Bytes=s,r.toUtf8String=u,r.formatBytes32String=function(e){if(31<(e=s(e)).length)throw new Error("bytes32 string must be less than 32 bytes");return a.hexlify(a.concat([e,i.HashZero]).slice(0,32))},r.parseBytes32String=function(e){var t=a.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");for(var r=31;0===t[r-1];)r--;return u(t.slice(0,r))}},{"../constants":3,"../errors":5,"./bytes":64}],86:[function(e,t,r){"use strict";var n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var i=e("xmlhttprequest"),o=e("./base64"),a=e("./properties"),u=e("./utf8"),l=n(e("../errors"));r.fetchJson=function(e,t,r){var n,a={},c=null,h=12e4;if("string"==typeof e)c=e;else if("object"==s(e)){if(null==e.url&&l.throwError("missing URL",l.MISSING_ARGUMENT,{arg:"url"}),c=e.url,"number"==typeof e.timeout&&0<e.timeout&&(h=e.timeout),e.headers)for(var f in e.headers)a[f.toLowerCase()]={key:f,value:String(e.headers[f])};null!=e.user&&null!=e.password&&("https:"!==c.substring(0,6)&&!0!==e.allowInsecure&&l.throwError("basic authentication requires a secure https url",l.INVALID_ARGUMENT,{arg:"url",url:c,user:e.user,password:"[REDACTED]"}),n=e.user+":"+e.password,a.authorization={key:"Authorization",value:"Basic "+o.encode(u.toUtf8Bytes(n))})}return new Promise((function(e,n){function o(){null!=u&&(clearTimeout(u),u=null)}var s=new i.XMLHttpRequest,u=null;u=setTimeout((function(){null!=u&&(u=null,n(new Error("timeout")),setTimeout((function(){s.abort()}),0))}),h),t?(s.open("POST",c,!0),a["content-type"]={key:"Content-Type",value:"application/json"}):s.open("GET",c,!0),Object.keys(a).forEach((function(e){e=a[e],s.setRequestHeader(e.key,e.value)})),s.onreadystatechange=function(){if(4===s.readyState){if(200!=s.status){o();var i=new Error("invalid response - "+s.status);return i.statusCode=s.status,s.responseText&&(i.responseText=s.responseText),void n(i)}var a=null;try{a=JSON.parse(s.responseText)}catch(i){o();var u=new Error("invalid json response");return u.orginialError=i,u.responseText=s.responseText,null!=t&&(u.requestBody=t),u.url=c,void n(u)}if(r)try{a=r(a)}catch(i){return o(),i.url=c,i.body=t,i.responseText=s.responseText,void n(i)}o(),e(a)}},s.onerror=function(e){o(),n(e)};try{null!=t?s.send(t):s.send()}catch(u){o();var l=new Error("connection error");l.error=u,n(l)}}))},r.poll=function(e,t){return t=t||{},null==(t=a.shallowCopy(t)).floor&&(t.floor=0),null==t.ceiling&&(t.ceiling=1e4),null==t.interval&&(t.interval=250),new Promise((function(r,n){var i=null,o=!1,a=function(){return!o&&(o=!0,i&&clearTimeout(i),!0)};t.timeout&&(i=setTimeout((function(){a()&&n(new Error("timeout"))}),t.timeout));var s=t.fastRetry||null,u=0;!function i(){return e().then((function(e){return void 0!==e?a()&&r(e):t.onceBlock?t.onceBlock.once("block",i):o||(u++,(e=(e=t.interval*parseInt(String(Math.random()*Math.pow(2,u))))<t.floor?t.floor:e)>t.ceiling&&(e=t.ceiling),s&&(u--,e=s,s=null),setTimeout(i,e)),null}),(function(e){a()&&n(e)}))}()}))}},{"../errors":5,"./base64":61,"./properties":74,"./utf8":85,xmlhttprequest:49}],87:[function(e,t,n){(function(t){(function(){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var t=e("../utils/hash"),r=e("../utils/properties");n.check=function(e){for(var r=[],n=0;n<2048;n++){var i=e.getWord(n);if(n!==e.getWordIndex(i))return"0x";r.push(i)}return t.id(r.join("\n")+"\n")};var i=(o.prototype.split=function(e){return e.toLowerCase().split(/ +/g)},o.prototype.join=function(e){return e.join(" ")},o);function o(e){r.defineReadOnly(this,"locale",e)}n.Wordlist=i,n.register=function(e,t){t=t||e.locale}}).call(this)}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../utils/hash":65,"../utils/properties":74}],88:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t};Object.defineProperty(r,"__esModule",{value:!0});var a,s=e("./utils/bytes"),u=e("./utils/hash"),l=e("./utils/hdnode"),c=e("./utils/json-wallet"),h=e("./utils/keccak256"),f=e("./utils/properties"),d=e("./utils/random-bytes"),p=o(e("./utils/secret-storage")),m=e("./utils/signing-key"),g=e("./utils/transaction"),y=e("./abstract-signer"),v=e("./providers/abstract-provider"),b=o(e("./errors"));function w(e,t){var r=a.call(this)||this;return b.checkNew(r,w),m.SigningKey.isSigningKey(e)?f.defineReadOnly(r,"signingKey",e):f.defineReadOnly(r,"signingKey",new m.SigningKey(e)),f.defineReadOnly(r,"provider",t),r}i(w,a=y.Signer),Object.defineProperty(w.prototype,"address",{get:function(){return this.signingKey.address},enumerable:!0,configurable:!0}),Object.defineProperty(w.prototype,"mnemonic",{get:function(){return this.signingKey.mnemonic},enumerable:!0,configurable:!0}),Object.defineProperty(w.prototype,"path",{get:function(){return this.signingKey.path},enumerable:!0,configurable:!0}),Object.defineProperty(w.prototype,"privateKey",{get:function(){return this.signingKey.privateKey},enumerable:!0,configurable:!0}),w.prototype.connect=function(e){return v.Provider.isProvider(e)||b.throwError("invalid provider",b.INVALID_ARGUMENT,{argument:"provider",value:e}),new w(this.signingKey,e)},w.prototype.getAddress=function(){return Promise.resolve(this.address)},w.prototype.sign=function(e){var t=this;return f.resolveProperties(e).then((function(e){var r=g.serialize(e);return r=t.signingKey.signDigest(h.keccak256(r)),g.serialize(e,r)}))},w.prototype.signMessage=function(e){return Promise.resolve(s.joinSignature(this.signingKey.signDigest(u.hashMessage(e))))},w.prototype.getBalance=function(e){if(!this.provider)throw new Error("missing provider");return this.provider.getBalance(this.address,e)},w.prototype.getTransactionCount=function(e){if(!this.provider)throw new Error("missing provider");return this.provider.getTransactionCount(this.address,e)},w.prototype.sendTransaction=function(e){var t=this;if(!this.provider)throw new Error("missing provider");return null==e.nonce&&((e=f.shallowCopy(e)).nonce=this.getTransactionCount("pending")),g.populateTransaction(e,this.provider,this.address).then((function(e){return t.sign(e).then((function(e){return t.provider.sendTransaction(e)}))}))},w.prototype.encrypt=function(e,t,r){if("function"!=typeof t||r||(r=t,t={}),r&&"function"!=typeof r)throw new Error("invalid callback");return t=t||{},this.mnemonic&&((t=f.shallowCopy(t)).mnemonic=this.mnemonic,t.path=this.path),p.encrypt(this.privateKey,e,t,r)},w.createRandom=function(e){var t=d.randomBytes(16);return(e=e||{}).extraEntropy&&(t=s.arrayify(h.keccak256(s.concat([t,e.extraEntropy])).substring(0,34))),t=l.entropyToMnemonic(t,e.locale),w.fromMnemonic(t,e.path,e.locale)},w.fromEncryptedJson=function(e,t,r){if(c.isCrowdsaleWallet(e))try{r&&r(0);var n=p.decryptCrowdsale(e,t);return r&&r(1),Promise.resolve(new w(n))}catch(e){return Promise.reject(e)}else if(c.isSecretStorageWallet(e))return p.decrypt(e,t,r).then((function(e){return new w(e)}));return Promise.reject("invalid wallet JSON")},w.fromMnemonic=function(e,t,r){return t=t||l.defaultPath,new w(l.fromMnemonic(e,r).derivePath(t))},i=w,r.Wallet=i},{"./abstract-signer":2,"./errors":5,"./providers/abstract-provider":50,"./utils/bytes":64,"./utils/hash":65,"./utils/hdnode":66,"./utils/json-wallet":70,"./utils/keccak256":71,"./utils/properties":74,"./utils/random-bytes":75,"./utils/secret-storage":78,"./utils/signing-key":81,"./utils/transaction":83}],89:[function(e,t,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),e=e("../wordlists/lang-en").langEn,r.en=e},{"../wordlists/lang-en":90}],90:[function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(r,"__esModule",{value:!0});var o,a=e("../utils/wordlist"),s=null;function u(e){if(null==s&&(s="AbandonAbilityAbleAboutAboveAbsentAbsorbAbstractAbsurdAbuseAccessAccidentAccountAccuseAchieveAcidAcousticAcquireAcrossActActionActorActressActualAdaptAddAddictAddressAdjustAdmitAdultAdvanceAdviceAerobicAffairAffordAfraidAgainAgeAgentAgreeAheadAimAirAirportAisleAlarmAlbumAlcoholAlertAlienAllAlleyAllowAlmostAloneAlphaAlreadyAlsoAlterAlwaysAmateurAmazingAmongAmountAmusedAnalystAnchorAncientAngerAngleAngryAnimalAnkleAnnounceAnnualAnotherAnswerAntennaAntiqueAnxietyAnyApartApologyAppearAppleApproveAprilArchArcticAreaArenaArgueArmArmedArmorArmyAroundArrangeArrestArriveArrowArtArtefactArtistArtworkAskAspectAssaultAssetAssistAssumeAsthmaAthleteAtomAttackAttendAttitudeAttractAuctionAuditAugustAuntAuthorAutoAutumnAverageAvocadoAvoidAwakeAwareAwayAwesomeAwfulAwkwardAxisBabyBachelorBaconBadgeBagBalanceBalconyBallBambooBananaBannerBarBarelyBargainBarrelBaseBasicBasketBattleBeachBeanBeautyBecauseBecomeBeefBeforeBeginBehaveBehindBelieveBelowBeltBenchBenefitBestBetrayBetterBetweenBeyondBicycleBidBikeBindBiologyBirdBirthBitterBlackBladeBlameBlanketBlastBleakBlessBlindBloodBlossomBlouseBlueBlurBlushBoardBoatBodyBoilBombBoneBonusBookBoostBorderBoringBorrowBossBottomBounceBoxBoyBracketBrainBrandBrassBraveBreadBreezeBrickBridgeBriefBrightBringBriskBroccoliBrokenBronzeBroomBrotherBrownBrushBubbleBuddyBudgetBuffaloBuildBulbBulkBulletBundleBunkerBurdenBurgerBurstBusBusinessBusyButterBuyerBuzzCabbageCabinCableCactusCageCakeCallCalmCameraCampCanCanalCancelCandyCannonCanoeCanvasCanyonCapableCapitalCaptainCarCarbonCardCargoCarpetCarryCartCaseCashCasinoCastleCasualCatCatalogCatchCategoryCattleCaughtCauseCautionCaveCeilingCeleryCementCensusCenturyCerealCertainChairChalkChampionChangeChaosChapterChargeChaseChatCheapCheckCheeseChefCherryChestChickenChiefChildChimneyChoiceChooseChronicChuckleChunkChurnCigarCinnamonCircleCitizenCityCivilClaimClapClarifyClawClayCleanClerkCleverClickClientCliffClimbClinicClipClockClogCloseClothCloudClownClubClumpClusterClutchCoachCoastCoconutCodeCoffeeCoilCoinCollectColorColumnCombineComeComfortComicCommonCompanyConcertConductConfirmCongressConnectConsiderControlConvinceCookCoolCopperCopyCoralCoreCornCorrectCostCottonCouchCountryCoupleCourseCousinCoverCoyoteCrackCradleCraftCramCraneCrashCraterCrawlCrazyCreamCreditCreekCrewCricketCrimeCrispCriticCropCrossCrouchCrowdCrucialCruelCruiseCrumbleCrunchCrushCryCrystalCubeCultureCupCupboardCuriousCurrentCurtainCurveCushionCustomCuteCycleDadDamageDampDanceDangerDaringDashDaughterDawnDayDealDebateDebrisDecadeDecemberDecideDeclineDecorateDecreaseDeerDefenseDefineDefyDegreeDelayDeliverDemandDemiseDenialDentistDenyDepartDependDepositDepthDeputyDeriveDescribeDesertDesignDeskDespairDestroyDetailDetectDevelopDeviceDevoteDiagramDialDiamondDiaryDiceDieselDietDifferDigitalDignityDilemmaDinnerDinosaurDirectDirtDisagreeDiscoverDiseaseDishDismissDisorderDisplayDistanceDivertDivideDivorceDizzyDoctorDocumentDogDollDolphinDomainDonateDonkeyDonorDoorDoseDoubleDoveDraftDragonDramaDrasticDrawDreamDressDriftDrillDrinkDripDriveDropDrumDryDuckDumbDuneDuringDustDutchDutyDwarfDynamicEagerEagleEarlyEarnEarthEasilyEastEasyEchoEcologyEconomyEdgeEditEducateEffortEggEightEitherElbowElderElectricElegantElementElephantElevatorEliteElseEmbarkEmbodyEmbraceEmergeEmotionEmployEmpowerEmptyEnableEnactEndEndlessEndorseEnemyEnergyEnforceEngageEngineEnhanceEnjoyEnlistEnoughEnrichEnrollEnsureEnterEntireEntryEnvelopeEpisodeEqualEquipEraEraseErodeErosionErrorEruptEscapeEssayEssenceEstateEternalEthicsEvidenceEvilEvokeEvolveExactExampleExcessExchangeExciteExcludeExcuseExecuteExerciseExhaustExhibitExileExistExitExoticExpandExpectExpireExplainExposeExpressExtendExtraEyeEyebrowFabricFaceFacultyFadeFaintFaithFallFalseFameFamilyFamousFanFancyFantasyFarmFashionFatFatalFatherFatigueFaultFavoriteFeatureFebruaryFederalFeeFeedFeelFemaleFenceFestivalFetchFeverFewFiberFictionFieldFigureFileFilmFilterFinalFindFineFingerFinishFireFirmFirstFiscalFishFitFitnessFixFlagFlameFlashFlatFlavorFleeFlightFlipFloatFlockFloorFlowerFluidFlushFlyFoamFocusFogFoilFoldFollowFoodFootForceForestForgetForkFortuneForumForwardFossilFosterFoundFoxFragileFrameFrequentFreshFriendFringeFrogFrontFrostFrownFrozenFruitFuelFunFunnyFurnaceFuryFutureGadgetGainGalaxyGalleryGameGapGarageGarbageGardenGarlicGarmentGasGaspGateGatherGaugeGazeGeneralGeniusGenreGentleGenuineGestureGhostGiantGiftGiggleGingerGiraffeGirlGiveGladGlanceGlareGlassGlideGlimpseGlobeGloomGloryGloveGlowGlueGoatGoddessGoldGoodGooseGorillaGospelGossipGovernGownGrabGraceGrainGrantGrapeGrassGravityGreatGreenGridGriefGritGroceryGroupGrowGruntGuardGuessGuideGuiltGuitarGunGymHabitHairHalfHammerHamsterHandHappyHarborHardHarshHarvestHatHaveHawkHazardHeadHealthHeartHeavyHedgehogHeightHelloHelmetHelpHenHeroHiddenHighHillHintHipHireHistoryHobbyHockeyHoldHoleHolidayHollowHomeHoneyHoodHopeHornHorrorHorseHospitalHostHotelHourHoverHubHugeHumanHumbleHumorHundredHungryHuntHurdleHurryHurtHusbandHybridIceIconIdeaIdentifyIdleIgnoreIllIllegalIllnessImageImitateImmenseImmuneImpactImposeImproveImpulseInchIncludeIncomeIncreaseIndexIndicateIndoorIndustryInfantInflictInformInhaleInheritInitialInjectInjuryInmateInnerInnocentInputInquiryInsaneInsectInsideInspireInstallIntactInterestIntoInvestInviteInvolveIronIslandIsolateIssueItemIvoryJacketJaguarJarJazzJealousJeansJellyJewelJobJoinJokeJourneyJoyJudgeJuiceJumpJungleJuniorJunkJustKangarooKeenKeepKetchupKeyKickKidKidneyKindKingdomKissKitKitchenKiteKittenKiwiKneeKnifeKnockKnowLabLabelLaborLadderLadyLakeLampLanguageLaptopLargeLaterLatinLaughLaundryLavaLawLawnLawsuitLayerLazyLeaderLeafLearnLeaveLectureLeftLegLegalLegendLeisureLemonLendLengthLensLeopardLessonLetterLevelLiarLibertyLibraryLicenseLifeLiftLightLikeLimbLimitLinkLionLiquidListLittleLiveLizardLoadLoanLobsterLocalLockLogicLonelyLongLoopLotteryLoudLoungeLoveLoyalLuckyLuggageLumberLunarLunchLuxuryLyricsMachineMadMagicMagnetMaidMailMainMajorMakeMammalManManageMandateMangoMansionManualMapleMarbleMarchMarginMarineMarketMarriageMaskMassMasterMatchMaterialMathMatrixMatterMaximumMazeMeadowMeanMeasureMeatMechanicMedalMediaMelodyMeltMemberMemoryMentionMenuMercyMergeMeritMerryMeshMessageMetalMethodMiddleMidnightMilkMillionMimicMindMinimumMinorMinuteMiracleMirrorMiseryMissMistakeMixMixedMixtureMobileModelModifyMomMomentMonitorMonkeyMonsterMonthMoonMoralMoreMorningMosquitoMotherMotionMotorMountainMouseMoveMovieMuchMuffinMuleMultiplyMuscleMuseumMushroomMusicMustMutualMyselfMysteryMythNaiveNameNapkinNarrowNastyNationNatureNearNeckNeedNegativeNeglectNeitherNephewNerveNestNetNetworkNeutralNeverNewsNextNiceNightNobleNoiseNomineeNoodleNormalNorthNoseNotableNoteNothingNoticeNovelNowNuclearNumberNurseNutOakObeyObjectObligeObscureObserveObtainObviousOccurOceanOctoberOdorOffOfferOfficeOftenOilOkayOldOliveOlympicOmitOnceOneOnionOnlineOnlyOpenOperaOpinionOpposeOptionOrangeOrbitOrchardOrderOrdinaryOrganOrientOriginalOrphanOstrichOtherOutdoorOuterOutputOutsideOvalOvenOverOwnOwnerOxygenOysterOzonePactPaddlePagePairPalacePalmPandaPanelPanicPantherPaperParadeParentParkParrotPartyPassPatchPathPatientPatrolPatternPausePavePaymentPeacePeanutPearPeasantPelicanPenPenaltyPencilPeoplePepperPerfectPermitPersonPetPhonePhotoPhrasePhysicalPianoPicnicPicturePiecePigPigeonPillPilotPinkPioneerPipePistolPitchPizzaPlacePlanetPlasticPlatePlayPleasePledgePluckPlugPlungePoemPoetPointPolarPolePolicePondPonyPoolPopularPortionPositionPossiblePostPotatoPotteryPovertyPowderPowerPracticePraisePredictPreferPreparePresentPrettyPreventPricePridePrimaryPrintPriorityPrisonPrivatePrizeProblemProcessProduceProfitProgramProjectPromoteProofPropertyProsperProtectProudProvidePublicPuddingPullPulpPulsePumpkinPunchPupilPuppyPurchasePurityPurposePursePushPutPuzzlePyramidQualityQuantumQuarterQuestionQuickQuitQuizQuoteRabbitRaccoonRaceRackRadarRadioRailRainRaiseRallyRampRanchRandomRangeRapidRareRateRatherRavenRawRazorReadyRealReasonRebelRebuildRecallReceiveRecipeRecordRecycleReduceReflectReformRefuseRegionRegretRegularRejectRelaxReleaseReliefRelyRemainRememberRemindRemoveRenderRenewRentReopenRepairRepeatReplaceReportRequireRescueResembleResistResourceResponseResultRetireRetreatReturnReunionRevealReviewRewardRhythmRibRibbonRiceRichRideRidgeRifleRightRigidRingRiotRippleRiskRitualRivalRiverRoadRoastRobotRobustRocketRomanceRoofRookieRoomRoseRotateRoughRoundRouteRoyalRubberRudeRugRuleRunRunwayRuralSadSaddleSadnessSafeSailSaladSalmonSalonSaltSaluteSameSampleSandSatisfySatoshiSauceSausageSaveSayScaleScanScareScatterSceneSchemeSchoolScienceScissorsScorpionScoutScrapScreenScriptScrubSeaSearchSeasonSeatSecondSecretSectionSecuritySeedSeekSegmentSelectSellSeminarSeniorSenseSentenceSeriesServiceSessionSettleSetupSevenShadowShaftShallowShareShedShellSheriffShieldShiftShineShipShiverShockShoeShootShopShortShoulderShoveShrimpShrugShuffleShySiblingSickSideSiegeSightSignSilentSilkSillySilverSimilarSimpleSinceSingSirenSisterSituateSixSizeSkateSketchSkiSkillSkinSkirtSkullSlabSlamSleepSlenderSliceSlideSlightSlimSloganSlotSlowSlushSmallSmartSmileSmokeSmoothSnackSnakeSnapSniffSnowSoapSoccerSocialSockSodaSoftSolarSoldierSolidSolutionSolveSomeoneSongSoonSorrySortSoulSoundSoupSourceSouthSpaceSpareSpatialSpawnSpeakSpecialSpeedSpellSpendSphereSpiceSpiderSpikeSpinSpiritSplitSpoilSponsorSpoonSportSpotSpraySpreadSpringSpySquareSqueezeSquirrelStableStadiumStaffStageStairsStampStandStartStateStaySteakSteelStemStepStereoStickStillStingStockStomachStoneStoolStoryStoveStrategyStreetStrikeStrongStruggleStudentStuffStumbleStyleSubjectSubmitSubwaySuccessSuchSuddenSufferSugarSuggestSuitSummerSunSunnySunsetSuperSupplySupremeSureSurfaceSurgeSurpriseSurroundSurveySuspectSustainSwallowSwampSwapSwarmSwearSweetSwiftSwimSwingSwitchSwordSymbolSymptomSyrupSystemTableTackleTagTailTalentTalkTankTapeTargetTaskTasteTattooTaxiTeachTeamTellTenTenantTennisTentTermTestTextThankThatThemeThenTheoryThereTheyThingThisThoughtThreeThriveThrowThumbThunderTicketTideTigerTiltTimberTimeTinyTipTiredTissueTitleToastTobaccoTodayToddlerToeTogetherToiletTokenTomatoTomorrowToneTongueTonightToolToothTopTopicToppleTorchTornadoTortoiseTossTotalTouristTowardTowerTownToyTrackTradeTrafficTragicTrainTransferTrapTrashTravelTrayTreatTreeTrendTrialTribeTrickTriggerTrimTripTrophyTroubleTruckTrueTrulyTrumpetTrustTruthTryTubeTuitionTumbleTunaTunnelTurkeyTurnTurtleTwelveTwentyTwiceTwinTwistTwoTypeTypicalUglyUmbrellaUnableUnawareUncleUncoverUnderUndoUnfairUnfoldUnhappyUniformUniqueUnitUniverseUnknownUnlockUntilUnusualUnveilUpdateUpgradeUpholdUponUpperUpsetUrbanUrgeUsageUseUsedUsefulUselessUsualUtilityVacantVacuumVagueValidValleyValveVanVanishVaporVariousVastVaultVehicleVelvetVendorVentureVenueVerbVerifyVersionVeryVesselVeteranViableVibrantViciousVictoryVideoViewVillageVintageViolinVirtualVirusVisaVisitVisualVitalVividVocalVoiceVoidVolcanoVolumeVoteVoyageWageWagonWaitWalkWallWalnutWantWarfareWarmWarriorWashWaspWasteWaterWaveWayWealthWeaponWearWeaselWeatherWebWeddingWeekendWeirdWelcomeWestWetWhaleWhatWheatWheelWhenWhereWhipWhisperWideWidthWifeWildWillWinWindowWineWingWinkWinnerWinterWireWisdomWiseWishWitnessWolfWomanWonderWoodWoolWordWorkWorldWorryWorthWrapWreckWrestleWristWriteWrongYardYearYellowYouYoungYouthZebraZeroZoneZoo".replace(/([A-Z])/g," $1").toLowerCase().substring(1).split(" "),"0x3c8acc1e7b08d8e76f9fda015ef48dc8c710a73cb7e0f77b2c18a9b5a7adde60"!==a.check(e)))throw s=null,new Error("BIP39 Wordlist for en (English) FAILED")}function l(){return o.call(this,"en")||this}i=new(i(l,o=a.Wordlist),l.prototype.getWord=function(e){return u(this),s[e]},l.prototype.getWordIndex=function(e){return u(this),s.indexOf(e)},l),r.langEn=i,a.register(i)},{"../utils/wordlist":87}]},{},[7])(7)},"object"==s(t)&&void 0!==e?e.exports=a():(i=[],void 0===(o="function"==typeof(n=a)?n.apply(t,i):n)||(e.exports=o))}).call(this,r(2))}])}));
|