@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
2,697 lines • 133 kB
JavaScript
"use strict";var en=Object.create;var W=Object.defineProperty;var nn=Object.getOwnPropertyDescriptor;var on=Object.getOwnPropertyNames;var rn=Object.getPrototypeOf,tn=Object.prototype.hasOwnProperty;var an=(o,e)=>()=>(o&&(e=o(o=0)),e);var V=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports),pn=(o,e)=>{for(var n in e)W(o,n,{get:e[n],enumerable:!0})},fe=(o,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of on(e))!tn.call(o,t)&&t!==n&&W(o,t,{get:()=>e[t],enumerable:!(r=nn(e,t))||r.enumerable});return o};var y=(o,e,n)=>(n=o!=null?en(rn(o)):{},fe(e||!o||!o.__esModule?W(n,"default",{value:o,enumerable:!0}):n,o)),_n=o=>fe(W({},"__esModule",{value:!0}),o);var xe=V(H=>{"use strict";a();H.byteLength=mn;H.toByteArray=sn;H.fromByteArray=un;var S=[],k=[],cn=typeof Uint8Array!="undefined"?Uint8Array:Array,ne="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,he=ne.length;C<he;++C)S[C]=ne[C],k[ne.charCodeAt(C)]=C;var C,he;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function be(o){var e=o.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=o.indexOf("=");n===-1&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function mn(o){var e=be(o),n=e[0],r=e[1];return(n+r)*3/4-r}function dn(o,e,n){return(e+n)*3/4-n}function sn(o){var e,n=be(o),r=n[0],t=n[1],p=new cn(dn(o,r,t)),i=0,s=t>0?r-4:r,l;for(l=0;l<s;l+=4)e=k[o.charCodeAt(l)]<<18|k[o.charCodeAt(l+1)]<<12|k[o.charCodeAt(l+2)]<<6|k[o.charCodeAt(l+3)],p[i++]=e>>16&255,p[i++]=e>>8&255,p[i++]=e&255;return t===2&&(e=k[o.charCodeAt(l)]<<2|k[o.charCodeAt(l+1)]>>4,p[i++]=e&255),t===1&&(e=k[o.charCodeAt(l)]<<10|k[o.charCodeAt(l+1)]<<4|k[o.charCodeAt(l+2)]>>2,p[i++]=e>>8&255,p[i++]=e&255),p}function ln(o){return S[o>>18&63]+S[o>>12&63]+S[o>>6&63]+S[o&63]}function gn(o,e,n){for(var r,t=[],p=e;p<n;p+=3)r=(o[p]<<16&16711680)+(o[p+1]<<8&65280)+(o[p+2]&255),t.push(ln(r));return t.join("")}function un(o){for(var e,n=o.length,r=n%3,t=[],p=16383,i=0,s=n-r;i<s;i+=p)t.push(gn(o,i,i+p>s?s:i+p));return r===1?(e=o[n-1],t.push(S[e>>2]+S[e<<4&63]+"==")):r===2&&(e=(o[n-2]<<8)+o[n-1],t.push(S[e>>10]+S[e>>4&63]+S[e<<2&63]+"=")),t.join("")}});var ye=V(oe=>{a();oe.read=function(o,e,n,r,t){var p,i,s=t*8-r-1,l=(1<<s)-1,u=l>>1,f=-7,g=n?t-1:0,v=n?-1:1,T=o[e+g];for(g+=v,p=T&(1<<-f)-1,T>>=-f,f+=s;f>0;p=p*256+o[e+g],g+=v,f-=8);for(i=p&(1<<-f)-1,p>>=-f,f+=r;f>0;i=i*256+o[e+g],g+=v,f-=8);if(p===0)p=1-u;else{if(p===l)return i?NaN:(T?-1:1)*(1/0);i=i+Math.pow(2,r),p=p-u}return(T?-1:1)*i*Math.pow(2,p-r)};oe.write=function(o,e,n,r,t,p){var i,s,l,u=p*8-t-1,f=(1<<u)-1,g=f>>1,v=t===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=r?0:p-1,M=r?1:-1,Je=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,i=f):(i=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-i))<1&&(i--,l*=2),i+g>=1?e+=v/l:e+=v*Math.pow(2,1-g),e*l>=2&&(i++,l/=2),i+g>=f?(s=0,i=f):i+g>=1?(s=(e*l-1)*Math.pow(2,t),i=i+g):(s=e*Math.pow(2,g-1)*Math.pow(2,t),i=0));t>=8;o[n+T]=s&255,T+=M,s/=256,t-=8);for(i=i<<t|s,u+=t;u>0;o[n+T]=i&255,T+=M,i/=256,u-=8);o[n+T-M]|=Je*128}});var Fe=V(j=>{"use strict";a();var re=xe(),U=ye(),we=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;j.Buffer=_;j.SlowBuffer=wn;j.INSPECT_MAX_BYTES=50;var q=2147483647;j.kMaxLength=q;_.TYPED_ARRAY_SUPPORT=fn();!_.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function fn(){try{var o=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(o,e),o.foo()===42}catch(n){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function D(o){if(o>q)throw new RangeError('The value "'+o+'" is invalid for option "size"');var e=new Uint8Array(o);return Object.setPrototypeOf(e,_.prototype),e}function _(o,e,n){if(typeof o=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ie(o)}return ve(o,e,n)}_.poolSize=8192;function ve(o,e,n){if(typeof o=="string")return bn(o,e);if(ArrayBuffer.isView(o))return xn(o);if(o==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o);if(I(o,ArrayBuffer)||o&&I(o.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(o,SharedArrayBuffer)||o&&I(o.buffer,SharedArrayBuffer)))return ae(o,e,n);if(typeof o=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=o.valueOf&&o.valueOf();if(r!=null&&r!==o)return _.from(r,e,n);var t=yn(o);if(t)return t;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof o[Symbol.toPrimitive]=="function")return _.from(o[Symbol.toPrimitive]("string"),e,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o)}_.from=function(o,e,n){return ve(o,e,n)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function Se(o){if(typeof o!="number")throw new TypeError('"size" argument must be of type number');if(o<0)throw new RangeError('The value "'+o+'" is invalid for option "size"')}function hn(o,e,n){return Se(o),o<=0?D(o):e!==void 0?typeof n=="string"?D(o).fill(e,n):D(o).fill(e):D(o)}_.alloc=function(o,e,n){return hn(o,e,n)};function ie(o){return Se(o),D(o<0?0:_e(o)|0)}_.allocUnsafe=function(o){return ie(o)};_.allocUnsafeSlow=function(o){return ie(o)};function bn(o,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var n=Ie(o,e)|0,r=D(n),t=r.write(o,e);return t!==n&&(r=r.slice(0,t)),r}function te(o){for(var e=o.length<0?0:_e(o.length)|0,n=D(e),r=0;r<e;r+=1)n[r]=o[r]&255;return n}function xn(o){if(I(o,Uint8Array)){var e=new Uint8Array(o);return ae(e.buffer,e.byteOffset,e.byteLength)}return te(o)}function ae(o,e,n){if(e<0||o.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(o.byteLength<e+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&n===void 0?r=new Uint8Array(o):n===void 0?r=new Uint8Array(o,e):r=new Uint8Array(o,e,n),Object.setPrototypeOf(r,_.prototype),r}function yn(o){if(_.isBuffer(o)){var e=_e(o.length)|0,n=D(e);return n.length===0||o.copy(n,0,0,e),n}if(o.length!==void 0)return typeof o.length!="number"||ce(o.length)?D(0):te(o);if(o.type==="Buffer"&&Array.isArray(o.data))return te(o.data)}function _e(o){if(o>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return o|0}function wn(o){return+o!=o&&(o=0),_.alloc(+o)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,n){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(n,Uint8Array)&&(n=_.from(n,n.offset,n.byteLength)),!_.isBuffer(e)||!_.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===n)return 0;for(var r=e.length,t=n.length,p=0,i=Math.min(r,t);p<i;++p)if(e[p]!==n[p]){r=e[p],t=n[p];break}return r<t?-1:t<r?1:0};_.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}};_.concat=function(e,n){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<e.length;++r)n+=e[r].length;var t=_.allocUnsafe(n),p=0;for(r=0;r<e.length;++r){var i=e[r];if(I(i,Uint8Array))p+i.length>t.length?_.from(i).copy(t,p):Uint8Array.prototype.set.call(t,i,p);else if(_.isBuffer(i))i.copy(t,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=i.length}return t};function Ie(o,e){if(_.isBuffer(o))return o.length;if(ArrayBuffer.isView(o)||I(o,ArrayBuffer))return o.byteLength;if(typeof o!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof o);var n=o.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var t=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return pe(o).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Re(o).length;default:if(t)return r?-1:pe(o).length;e=(""+e).toLowerCase(),t=!0}}_.byteLength=Ie;function Tn(o,e,n){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,e>>>=0,n<=e))return"";for(o||(o="utf8");;)switch(o){case"hex":return Rn(this,e,n);case"utf8":case"utf-8":return Ee(this,e,n);case"ascii":return Dn(this,e,n);case"latin1":case"binary":return Ln(this,e,n);case"base64":return En(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Fn(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+o);o=(o+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function B(o,e,n){var r=o[e];o[e]=o[n],o[n]=r}_.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 n=0;n<e;n+=2)B(this,n,n+1);return this};_.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 n=0;n<e;n+=4)B(this,n,n+3),B(this,n+1,n+2);return this};_.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 n=0;n<e;n+=8)B(this,n,n+7),B(this,n+1,n+6),B(this,n+2,n+5),B(this,n+3,n+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ee(this,0,e):Tn.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",n=j.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"};we&&(_.prototype[we]=_.prototype.inspect);_.prototype.compare=function(e,n,r,t,p){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(n===void 0&&(n=0),r===void 0&&(r=e?e.length:0),t===void 0&&(t=0),p===void 0&&(p=this.length),n<0||r>e.length||t<0||p>this.length)throw new RangeError("out of range index");if(t>=p&&n>=r)return 0;if(t>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,t>>>=0,p>>>=0,this===e)return 0;for(var i=p-t,s=r-n,l=Math.min(i,s),u=this.slice(t,p),f=e.slice(n,r),g=0;g<l;++g)if(u[g]!==f[g]){i=u[g],s=f[g];break}return i<s?-1:s<i?1:0};function Ne(o,e,n,r,t){if(o.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ce(n)&&(n=t?0:o.length-1),n<0&&(n=o.length+n),n>=o.length){if(t)return-1;n=o.length-1}else if(n<0)if(t)n=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:Te(o,e,n,r,t);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?t?Uint8Array.prototype.indexOf.call(o,e,n):Uint8Array.prototype.lastIndexOf.call(o,e,n):Te(o,[e],n,r,t);throw new TypeError("val must be string, number or Buffer")}function Te(o,e,n,r,t){var p=1,i=o.length,s=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(o.length<2||e.length<2)return-1;p=2,i/=2,s/=2,n/=2}function l(T,M){return p===1?T[M]:T.readUInt16BE(M*p)}var u;if(t){var f=-1;for(u=n;u<i;u++)if(l(o,u)===l(e,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===s)return f*p}else f!==-1&&(u-=u-f),f=-1}else for(n+s>i&&(n=i-s),u=n;u>=0;u--){for(var g=!0,v=0;v<s;v++)if(l(o,u+v)!==l(e,v)){g=!1;break}if(g)return u}return-1}_.prototype.includes=function(e,n,r){return this.indexOf(e,n,r)!==-1};_.prototype.indexOf=function(e,n,r){return Ne(this,e,n,r,!0)};_.prototype.lastIndexOf=function(e,n,r){return Ne(this,e,n,r,!1)};function kn(o,e,n,r){n=Number(n)||0;var t=o.length-n;r?(r=Number(r),r>t&&(r=t)):r=t;var p=e.length;r>p/2&&(r=p/2);for(var i=0;i<r;++i){var s=parseInt(e.substr(i*2,2),16);if(ce(s))return i;o[n+i]=s}return i}function vn(o,e,n,r){return X(pe(e,o.length-n),o,n,r)}function Sn(o,e,n,r){return X(Pn(e),o,n,r)}function In(o,e,n,r){return X(Re(e),o,n,r)}function Nn(o,e,n,r){return X(On(e,o.length-n),o,n,r)}_.prototype.write=function(e,n,r,t){if(n===void 0)t="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")t=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,t===void 0&&(t="utf8")):(t=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),e.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");t||(t="utf8");for(var i=!1;;)switch(t){case"hex":return kn(this,e,n,r);case"utf8":case"utf-8":return vn(this,e,n,r);case"ascii":case"latin1":case"binary":return Sn(this,e,n,r);case"base64":return In(this,e,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Nn(this,e,n,r);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(""+t).toLowerCase(),i=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function En(o,e,n){return e===0&&n===o.length?re.fromByteArray(o):re.fromByteArray(o.slice(e,n))}function Ee(o,e,n){n=Math.min(o.length,n);for(var r=[],t=e;t<n;){var p=o[t],i=null,s=p>239?4:p>223?3:p>191?2:1;if(t+s<=n){var l,u,f,g;switch(s){case 1:p<128&&(i=p);break;case 2:l=o[t+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(i=g));break;case 3:l=o[t+1],u=o[t+2],(l&192)===128&&(u&192)===128&&(g=(p&15)<<12|(l&63)<<6|u&63,g>2047&&(g<55296||g>57343)&&(i=g));break;case 4:l=o[t+1],u=o[t+2],f=o[t+3],(l&192)===128&&(u&192)===128&&(f&192)===128&&(g=(p&15)<<18|(l&63)<<12|(u&63)<<6|f&63,g>65535&&g<1114112&&(i=g))}}i===null?(i=65533,s=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|i&1023),r.push(i),t+=s}return An(r)}var ke=4096;function An(o){var e=o.length;if(e<=ke)return String.fromCharCode.apply(String,o);for(var n="",r=0;r<e;)n+=String.fromCharCode.apply(String,o.slice(r,r+=ke));return n}function Dn(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]&127);return r}function Ln(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]);return r}function Rn(o,e,n){var r=o.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var t="",p=e;p<n;++p)t+=Mn[o[p]];return t}function Fn(o,e,n){for(var r=o.slice(e,n),t="",p=0;p<r.length-1;p+=2)t+=String.fromCharCode(r[p]+r[p+1]*256);return t}_.prototype.slice=function(e,n){var r=this.length;e=~~e,n=n===void 0?r:~~n,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<e&&(n=e);var t=this.subarray(e,n);return Object.setPrototypeOf(t,_.prototype),t};function x(o,e,n){if(o%1!==0||o<0)throw new RangeError("offset is not uint");if(o+e>n)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||x(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return t};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||x(e,n,this.length);for(var t=this[e+--n],p=1;n>0&&(p*=256);)t+=this[e+--n]*p;return t};_.prototype.readUint8=_.prototype.readUInt8=function(e,n){return e=e>>>0,n||x(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,n){return e=e>>>0,n||x(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,n){return e=e>>>0,n||x(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,n){return e=e>>>0,n||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,n){return e=e>>>0,n||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||x(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return p*=128,t>=p&&(t-=Math.pow(2,8*n)),t};_.prototype.readIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||x(e,n,this.length);for(var t=n,p=1,i=this[e+--t];t>0&&(p*=256);)i+=this[e+--t]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*n)),i};_.prototype.readInt8=function(e,n){return e=e>>>0,n||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,n){e=e>>>0,n||x(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,n){e=e>>>0,n||x(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,n){return e=e>>>0,n||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,n){return e=e>>>0,n||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,n){return e=e>>>0,n||x(e,4,this.length),U.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,n){return e=e>>>0,n||x(e,4,this.length),U.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,n){return e=e>>>0,n||x(e,8,this.length),U.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,n){return e=e>>>0,n||x(e,8,this.length),U.read(this,e,!1,52,8)};function w(o,e,n,r,t,p){if(!_.isBuffer(o))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>t||e<p)throw new RangeError('"value" argument is out of bounds');if(n+r>o.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;w(this,e,n,r,p,0)}var i=1,s=0;for(this[n]=e&255;++s<r&&(i*=256);)this[n+s]=e/i&255;return n+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;w(this,e,n,r,p,0)}var i=r-1,s=1;for(this[n+i]=e&255;--i>=0&&(s*=256);)this[n+i]=e/s&255;return n+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,1,255,0),this[n]=e&255,n+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,2,65535,0),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,2,65535,0),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,4,4294967295,0),this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=e&255,n+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,4,4294967295,0),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};_.prototype.writeIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);w(this,e,n,r,p-1,-p)}var i=0,s=1,l=0;for(this[n]=e&255;++i<r&&(s*=256);)e<0&&l===0&&this[n+i-1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);w(this,e,n,r,p-1,-p)}var i=r-1,s=1,l=0;for(this[n+i]=e&255;--i>=0&&(s*=256);)e<0&&l===0&&this[n+i+1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeInt8=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,1,127,-128),e<0&&(e=255+e+1),this[n]=e&255,n+1};_.prototype.writeInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,2,32767,-32768),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,2,32767,-32768),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,4,2147483647,-2147483648),this[n]=e&255,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24,n+4};_.prototype.writeInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||w(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};function Ae(o,e,n,r,t,p){if(n+r>o.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function De(o,e,n,r,t){return e=+e,n=n>>>0,t||Ae(o,e,n,4,34028234663852886e22,-34028234663852886e22),U.write(o,e,n,r,23,4),n+4}_.prototype.writeFloatLE=function(e,n,r){return De(this,e,n,!0,r)};_.prototype.writeFloatBE=function(e,n,r){return De(this,e,n,!1,r)};function Le(o,e,n,r,t){return e=+e,n=n>>>0,t||Ae(o,e,n,8,17976931348623157e292,-17976931348623157e292),U.write(o,e,n,r,52,8),n+8}_.prototype.writeDoubleLE=function(e,n,r){return Le(this,e,n,!0,r)};_.prototype.writeDoubleBE=function(e,n,r){return Le(this,e,n,!1,r)};_.prototype.copy=function(e,n,r,t){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!t&&t!==0&&(t=this.length),n>=e.length&&(n=e.length),n||(n=0),t>0&&t<r&&(t=r),t===r||e.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("sourceEnd out of bounds");t>this.length&&(t=this.length),e.length-n<t-r&&(t=e.length-n+r);var p=t-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,t):Uint8Array.prototype.set.call(e,this.subarray(r,t),n),p};_.prototype.fill=function(e,n,r,t){if(typeof e=="string"){if(typeof n=="string"?(t=n,n=0,r=this.length):typeof r=="string"&&(t=r,r=this.length),t!==void 0&&typeof t!="string")throw new TypeError("encoding must be a string");if(typeof t=="string"&&!_.isEncoding(t))throw new TypeError("Unknown encoding: "+t);if(e.length===1){var p=e.charCodeAt(0);(t==="utf8"&&p<128||t==="latin1")&&(e=p)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var i;if(typeof e=="number")for(i=n;i<r;++i)this[i]=e;else{var s=_.isBuffer(e)?e:_.from(e,t),l=s.length;if(l===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-n;++i)this[i+n]=s[i%l]}return this};var Cn=/[^+/0-9A-Za-z-_]/g;function Bn(o){if(o=o.split("=")[0],o=o.trim().replace(Cn,""),o.length<2)return"";for(;o.length%4!==0;)o=o+"=";return o}function pe(o,e){e=e||1/0;for(var n,r=o.length,t=null,p=[],i=0;i<r;++i){if(n=o.charCodeAt(i),n>55295&&n<57344){if(!t){if(n>56319){(e-=3)>-1&&p.push(239,191,189);continue}else if(i+1===r){(e-=3)>-1&&p.push(239,191,189);continue}t=n;continue}if(n<56320){(e-=3)>-1&&p.push(239,191,189),t=n;continue}n=(t-55296<<10|n-56320)+65536}else t&&(e-=3)>-1&&p.push(239,191,189);if(t=null,n<128){if((e-=1)<0)break;p.push(n)}else if(n<2048){if((e-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((e-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((e-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Pn(o){for(var e=[],n=0;n<o.length;++n)e.push(o.charCodeAt(n)&255);return e}function On(o,e){for(var n,r,t,p=[],i=0;i<o.length&&!((e-=2)<0);++i)n=o.charCodeAt(i),r=n>>8,t=n%256,p.push(t),p.push(r);return p}function Re(o){return re.toByteArray(Bn(o))}function X(o,e,n,r){for(var t=0;t<r&&!(t+n>=e.length||t>=o.length);++t)e[t+n]=o[t];return t}function I(o,e){return o instanceof e||o!=null&&o.constructor!=null&&o.constructor.name!=null&&o.constructor.name===e.name}function ce(o){return o!==o}var Mn=function(){for(var o="0123456789abcdef",e=new Array(256),n=0;n<16;++n)for(var r=n*16,t=0;t<16;++t)e[r+t]=o[n]+o[t];return e}()});var Me=V((xo,Oe)=>{a();var b=Oe.exports={},N,E;function me(){throw new Error("setTimeout has not been defined")}function de(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?N=setTimeout:N=me}catch(o){N=me}try{typeof clearTimeout=="function"?E=clearTimeout:E=de}catch(o){E=de}})();function Ce(o){if(N===setTimeout)return setTimeout(o,0);if((N===me||!N)&&setTimeout)return N=setTimeout,setTimeout(o,0);try{return N(o,0)}catch(e){try{return N.call(null,o,0)}catch(n){return N.call(this,o,0)}}}function Un(o){if(E===clearTimeout)return clearTimeout(o);if((E===de||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(o);try{return E(o)}catch(e){try{return E.call(null,o)}catch(n){return E.call(this,o)}}}var L=[],$=!1,P,Z=-1;function jn(){!$||!P||($=!1,P.length?L=P.concat(L):Z=-1,L.length&&Be())}function Be(){if(!$){var o=Ce(jn);$=!0;for(var e=L.length;e;){for(P=L,L=[];++Z<e;)P&&P[Z].run();Z=-1,e=L.length}P=null,$=!1,Un(o)}}b.nextTick=function(o){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];L.push(new Pe(o,e)),L.length===1&&!$&&Ce(Be)};function Pe(o,e){this.fun=o,this.array=e}Pe.prototype.run=function(){this.fun.apply(null,this.array)};b.title="browser";b.browser=!0;b.env={};b.argv=[];b.version="";b.versions={};function R(){}b.on=R;b.addListener=R;b.once=R;b.off=R;b.removeListener=R;b.removeAllListeners=R;b.emit=R;b.prependListener=R;b.prependOnceListener=R;b.listeners=function(o){return[]};b.binding=function(o){throw new Error("process.binding is not supported")};b.cwd=function(){return"/"};b.chdir=function(o){throw new Error("process.chdir is not supported")};b.umask=function(){return 0}});var c,m,yo,a=an(()=>{c=y(Fe()),m=y(Me()),yo=function(o){function e(){var r=this||self;return delete o.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();o.defineProperty(o.prototype,"__magic__",{configurable:!0,get:e});var n=__magic__;return n}(Object)});var go={};pn(go,{TransactionInfoStatus:()=>lo});module.exports=_n(go);a();a();var ee=y(require("react")),Qe=y(require("classnames"));a();var K=y(require("react")),Y=y(require("classnames"));a();var $n=`.dapp-core-component__detailItem-module__detail-item:last-child {
border-bottom: 0 !important;
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode($n));var Ue={"detail-item":"dapp-core-component__detailItem-module__detail-item",detailItem:"dapp-core-component__detailItem-module__detail-item"};a();var zn=`.dapp-core-component__main__link-style {
color: #1392ff;
}
.dapp-core-component__main__link-second-style {
color: #9dabbd;
}
.dapp-core-component__main__link-second-style:hover {
color: #1392ff;
}
.dapp-core-component__main__link-second-style:hover svg {
color: #1392ff;
}
.dapp-core-component__main__wrapper {
min-height: 100vh;
}
.dapp-core-component__main__opacity-6 {
opacity: 0.6;
}
.dapp-core-component__main__qr-code-svg-container {
width: 15rem;
height: 15rem;
}
.dapp-core-component__main__pair-list {
max-height: 20rem;
overflow-y: auto;
margin-bottom: -0.5rem;
}
.dapp-core-component__main__pair-image {
width: 4rem;
overflow: hidden;
height: auto;
min-width: 2rem;
}
.dapp-core-component__main__pair-remove {
padding: 0 0.5rem;
position: absolute;
right: 0;
top: 0;
}
.dapp-core-component__main__dapp-icon {
padding: 5px;
border-radius: 50%;
background-color: #fafafa;
width: 4.6428571429rem;
height: 4.6428571429rem;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.dapp-core-component__main__dapp-icon.dapp-core-component__main__icon-medium {
width: 80px;
height: 80px;
}
.dapp-core-component__main__centering {
display: flex;
justify-content: center;
align-items: center;
}
.dapp-core-component__main__border-n {
border: none !important;
}
.dapp-core-component__main__t-shadow {
text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
}
.dapp-core-component__main__btn {
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04) !important;
}
.dapp-core-component__main__media {
display: flex;
align-items: flex-start;
}
.dapp-core-component__main__media-body {
flex: 1;
}
.dapp-core-component__main__connect-btns .dapp-core-component__main__btn {
display: flex;
height: 48px;
justify-content: center;
align-items: center;
color: #fff !important;
background-color: #1392ff;
padding: 15px 20px 15px 16px;
border-radius: 6px;
gap: 8px;
}
.dapp-core-component__main__connect-btns .dapp-core-component__main__btn:hover, .dapp-core-component__main__connect-btns .dapp-core-component__main__btn:active {
background-color: #1392ff;
background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
.dapp-core-component__main__connect-btns .dapp-core-component__main__info {
color: #1392ff;
margin-left: 48px;
}
.dapp-core-component__main__btn {
transition: none !important;
}
.dapp-core-component__main__trust-badge {
width: 20px;
height: 20px;
}
/* Navbar
-------------------------------------------------- */
.dapp-core-component__main__navbar .dapp-core-component__main__dapp-name {
display: flex;
align-items: center;
font-size: 1.7142857143rem;
font-weight: 400;
color: #9ba5b4;
margin-left: 1.6428571429rem;
}
.dapp-core-component__main__navbar .dapp-core-component__main__dapp-name:before {
content: "";
display: block;
width: 1px;
height: 3rem;
margin-right: 1.7142857143rem;
}
/* Dashboard
-------------------------------------------------- */
.dapp-core-component__main__action-btn {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
margin: 0 7px;
}
.dapp-core-component__main__action-btn button {
border-radius: 50%;
width: 40px;
height: 40px;
background-color: #fff;
}
.dapp-core-component__main__action-btn button:hover {
opacity: 0.9;
}
.dapp-core-component__main__transactions .dapp-core-component__main__transaction-icon {
border-radius: 50%;
width: 40px;
height: 40px;
}
.dapp-core-component__main__transactions.dapp-core-component__main__table td {
white-space: nowrap;
vertical-align: middle;
}
.dapp-core-component__main__transactions.dapp-core-component__main__table tr:last-of-type td {
border-bottom: 1px solid #dee2e6;
}
/* Loader, Transaction Success/Fail
-------------------------------------------------- */
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.dapp-core-component__main__page-state .dapp-core-component__main__bg-blue .dapp-core-component__main__lds-ellipsis div {
background: rgba(255, 255, 255, 0.4);
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(1) {
left: 6px;
animation: dapp-core-component__main__lds-ellipsis1 0.6s infinite;
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(2) {
left: 6px;
animation: dapp-core-component__main__lds-ellipsis2 0.6s infinite;
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(3) {
left: 26px;
animation: dapp-core-component__main__lds-ellipsis2 0.6s infinite;
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(4) {
left: 45px;
animation: dapp-core-component__main__lds-ellipsis3 0.6s infinite;
}
@keyframes dapp-core-component__main__lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes dapp-core-component__main__lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes dapp-core-component__main__lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
}
.dapp-core-component__main__btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0);
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
cursor: pointer;
}
.dapp-core-component__main__btn .dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(27, 70, 194, 0.25);
}
.dapp-core-component__main__btn .dapp-core-component__main__disabled {
opacity: 0.65;
cursor: default;
}
.dapp-core-component__main__btn:hover {
color: #212529;
text-decoration: none;
}
.dapp-core-component__main__btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(27, 70, 194, 0.25);
}
.dapp-core-component__main__btn:disabled {
opacity: 0.65;
cursor: default;
}
.dapp-core-component__main__btn-primary {
color: #fff;
background-color: #1b46c2;
border-color: #007bff;
}
.dapp-core-component__main__btn-primary .dapp-core-component__main__focus {
color: #fff;
background-color: #1b46c2;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.dapp-core-component__main__btn-primary .dapp-core-component__main__disabled {
color: #fff;
background-color: #1b46c2;
border-color: #007bff;
}
.dapp-core-component__main__btn-primary:hover {
color: #fff;
background-color: #1b46c2;
border-color: #0062cc;
}
.dapp-core-component__main__btn-primary:focus {
color: #fff;
background-color: #1b46c2;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.dapp-core-component__main__btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #007bff;
}
.dapp-core-component__main__btn-secondary .dapp-core-component__main__focus {
color: #fff;
background-color: #6c757d;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.dapp-core-component__main__btn-secondary .dapp-core-component__main__disabled {
color: #fff;
background-color: #6c757d;
border-color: #007bff;
}
.dapp-core-component__main__btn-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #0062cc;
}
.dapp-core-component__main__btn-secondary:focus {
color: #fff;
background-color: #6c757d;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.dapp-core-component__main__btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.dapp-core-component__main__btn-warning .dapp-core-component__main__focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.dapp-core-component__main__btn-warning .dapp-core-component__main__disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.dapp-core-component__main__btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.dapp-core-component__main__btn-warning:focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.dapp-core-component__main__btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.dapp-core-component__main__btn-dark .dapp-core-component__main__focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.dapp-core-component__main__btn-dark .dapp-core-component__main__disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.dapp-core-component__main__btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.dapp-core-component__main__btn-dark:focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.dapp-core-component__main__btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.dapp-core-component__main__btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.dapp-core-component__main__btn-link:focus, .dapp-core-component__main__btn-link.dapp-core-component__main__focus {
text-decoration: underline;
}
.dapp-core-component__main__btn-link:disabled, .dapp-core-component__main__btn-link.dapp-core-component__main__disabled {
color: #6c757d;
pointer-events: none;
}
.dapp-core-component__main__btn-light {
color: #212529;
background-color: #fafafa;
border-color: #fafafa;
}
.dapp-core-component__main__btn-light .dapp-core-component__main__focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.dapp-core-component__main__btn-light .dapp-core-component__main__disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.dapp-core-component__main__btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.dapp-core-component__main__btn-light:focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.dapp-core-component__main__badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.dapp-core-component__main__badge {
transition: none;
}
}
a.dapp-core-component__main__badge:hover, a.dapp-core-component__main__badge:focus {
text-decoration: none;
}
.dapp-core-component__main__badge:empty {
display: none;
}
.dapp-core-component__main__btn .dapp-core-component__main__badge {
position: relative;
top: -1px;
}
.dapp-core-component__main__badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.dapp-core-component__main__badge-primary {
color: #fff;
background-color: #007bff;
}
a.dapp-core-component__main__badge-primary:hover, a.dapp-core-component__main__badge-primary:focus {
color: #fff;
background-color: #0062cc;
}
a.dapp-core-component__main__badge-primary:focus, a.dapp-core-component__main__badge-primary.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.dapp-core-component__main__badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.dapp-core-component__main__badge-secondary:hover, a.dapp-core-component__main__badge-secondary:focus {
color: #fff;
background-color: #545b62;
}
a.dapp-core-component__main__badge-secondary:focus, a.dapp-core-component__main__badge-secondary.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.dapp-core-component__main__badge-success {
color: #fff;
background-color: #28a745;
}
a.dapp-core-component__main__badge-success:hover, a.dapp-core-component__main__badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
a.dapp-core-component__main__badge-success:focus, a.dapp-core-component__main__badge-success.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.dapp-core-component__main__badge-info {
color: #fff;
background-color: #17a2b8;
}
a.dapp-core-component__main__badge-info:hover, a.dapp-core-component__main__badge-info:focus {
color: #fff;
background-color: #117a8b;
}
a.dapp-core-component__main__badge-info:focus, a.dapp-core-component__main__badge-info.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.dapp-core-component__main__badge-warning {
color: #212529;
background-color: #ffc107;
}
a.dapp-core-component__main__badge-warning:hover, a.dapp-core-component__main__badge-warning:focus {
color: #212529;
background-color: #d39e00;
}
a.dapp-core-component__main__badge-warning:focus, a.dapp-core-component__main__badge-warning.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.dapp-core-component__main__badge-danger {
color: #fff;
background-color: #dc3545;
}
a.dapp-core-component__main__badge-danger:hover, a.dapp-core-component__main__badge-danger:focus {
color: #fff;
background-color: #bd2130;
}
a.dapp-core-component__main__badge-danger:focus, a.dapp-core-component__main__badge-danger.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.dapp-core-component__main__badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.dapp-core-component__main__badge-light:hover, a.dapp-core-component__main__badge-light:focus {
color: #212529;
background-color: #dae0e5;
}
a.dapp-core-component__main__badge-light:focus, a.dapp-core-component__main__badge-light.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.dapp-core-component__main__badge-dark {
color: #fff;
background-color: #343a40;
}
a.dapp-core-component__main__badge-dark:hover, a.dapp-core-component__main__badge-dark:focus {
color: #fff;
background-color: #1d2124;
}
a.dapp-core-component__main__badge-dark:focus, a.dapp-core-component__main__badge-dark.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.dapp-core-component__main__card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 5px;
}
.dapp-core-component__main__card > hr {
margin-right: 0;
margin-left: 0;
}
.dapp-core-component__main__card > .dapp-core-component__main__list-group {
border-top: inherit;
border-bottom: inherit;
}
.dapp-core-component__main__card > .dapp-core-component__main__list-group:first-child {
border-top-width: 0;
}
.dapp-core-component__main__card > .dapp-core-component__main__list-group:last-child {
border-bottom-width: 0;
}
.dapp-core-component__main__card > .dapp-core-component__main__card-header + .dapp-core-component__main__list-group,
.dapp-core-component__main__card > .dapp-core-component__main__list-group + .dapp-core-component__main__card-footer {
border-top: 0;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header {
border: 0;
padding: 0;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item {
border-bottom: 1px solid #dee2e6;
padding: 1.1rem 1rem;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item h6,
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item .dapp-core-component__main__h6 {
line-height: 2.5rem;
letter-spacing: unset;
margin: 0;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item.dapp-core-component__main__compact {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
background-color: #fafafa;
}
.dapp-core-component__main__card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.dapp-core-component__main__card-title {
margin-bottom: 0.75rem;
}
.dapp-core-component__main__card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.dapp-core-component__main__card-text:last-child {
margin-bottom: 0;
}
.dapp-core-component__main__card-link:hover {
text-decoration: none;
}
.dapp-core-component__main__card-link + .dapp-core-component__main__card-link {
margin-left: 1.25rem;
}
.dapp-core-component__main__card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.dapp-core-component__main__card-footer {
padding: 0.75rem 1.25rem;
background-color: #fff;
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.dapp-core-component__main__text {
color: #9dabbd;
}
.dapp-core-component__main__text-white {
color: #fff;
}
.dapp-core-component__main__text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.dapp-core-component__main__table .dapp-core-component__main__trim-size-xl .dapp-core-component__main__trim {
max-width: 13rem;
}
.dapp-core-component__main__table .dapp-core-component__main__trim {
max-width: 10rem;
}
.dapp-core-component__main__table .dapp-core-component__main__trim-only-sm .dapp-core-component__main__trim {
max-width: none;
}
.dapp-core-component__main__text-justify {
text-align: justify;
}
.dapp-core-component__main__text-wrap {
white-space: normal;
}
.dapp-core-component__main__text-nowrap {
white-space: nowrap;
}
.dapp-core-component__main__text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dapp-core-component__main__text-left {
text-align: left;
}
.dapp-core-component__main__text-right {
text-align: right;
}
.dapp-core-component__main__text-center {
text-align: center;
}
.dapp-core-component__main__text-primary {
color: #1b46c2;
}
.dapp-core-component__main__text-secondary {
color: #6c757d;
}
.dapp-core-component__main__text-primary-highlight {
color: #1b46c2;
}
.dapp-core-component__main__text-muted {
color: #6c757d;
}
.dapp-core-component__main__text-success {
color: #28a745;
}
.dapp-core-component__main__text-justify {
text-align: justify;
}
.dapp-core-component__main__text-wrap {
white-space: normal;
}
.dapp-core-component__main__text-nowrap {
white-space: nowrap;
}
.dapp-core-component__main__text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dapp-core-component__main__text-body {
color: #212529;
}
.dapp-core-component__main__text-muted {
color: #6c757d;
}
.dapp-core-component__main__text-black-50 {
color: rgba(0, 0, 0, 0.5);
}
.dapp-core-component__main__text-white-50 {
color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
.dapp-core-component__main__text-lg-right {
text-align: right;
}
}
.dapp-core-component__main__text-hide {
font: 0/0 a;
color: rgba(0, 0, 0, 0);
text-shadow: none;
background-color: rgba(0, 0, 0, 0);
border: 0;
}
.dapp-core-component__main__text-decoration-none {
text-decoration: none;
}
.dapp-core-component__main__text-break {
word-break: break-word;
word-wrap: break-word;
}
.dapp-core-component__main__text-reset {
color: inherit;
}
.dapp-core-component__main__text-lowercase {
text-transform: lowercase;
}
.dapp-core-component__main__text-uppercase {
text-transform: uppercase;
}
.dapp-core-component__main__text-capitalize {
text-transform: capitalize;
}
.dapp-core-component__main__text-danger {
color: #d9534f;
}
.dapp-core-component__main__text-warning {
color: #f0ad4e;
}
.dapp-core-component__main__trim-fs-sm {
color: inherit;
}
.dapp-core-component__main__text-break {
word-break: break-word;
word-wrap: break-word;
}
.dapp-core-component__main__mx-auto {
margin-left: auto;
margin-right: auto;
}
.dapp-core-component__main__m-0 {
margin: 0;
}
.dapp-core-component__main__mt-0 {
margin-top: 0;
}
.dapp-core-component__main__my-0 {
margin-top: 0;
margin-bottom: 0;
}
.dapp-core-component__main__mr-0 {
margin-right: 0;
}
.dapp-core-component__main__mx-0 {
margin-right: 0;
margin-left: 0;
}
.dapp-core-component__main__mb-0 {
margin-bottom: 0;
}
.dapp-core-component__main__my-0 {
margin-bottom: 0;
margin-top: 0;
}
.dapp-core-component__main__ml-0 {
margin-left: 0;
}
.dapp-core-component__main__mx-0 {
margin-left: 0;
margin-right: 0;
}
.dapp-core-component__main__m-1 {
margin: 0.25rem;
}
.dapp-core-component__main__mt-1 {
margin-top: 0.25rem;
}
.dapp-core-component__main__my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.dapp-core-component__main__mr-1 {
margin-right: 0.25rem;
}
.dapp-core-component__main__mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.dapp-core-component__main__mb-1 {
margin-bottom: 0.25rem;
}
.dapp-core-component__main__my-1 {
margin-bottom: 0.25rem;
margin-top: 0.25rem;
}
.dapp-core-component__main__ml-1 {
margin-left: 0.25rem;
}
.dapp-core-component__main__mx-1 {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.dapp-core-component__main__m-2 {
margin: 0.5rem;
}
.dapp-core-component__main__mt-2 {
margin-top: 0.5rem;
}
.dapp-core-component__main__my-2 {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
}
.dapp-core-component__main__mr-2 {
margin-right: 0.5rem;
}
.dapp-core-component__main__mx-2 {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.dapp-core-component__main__mb-2 {
margin-bottom: 0.5rem;
}
.dapp-core-component__main__my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.dapp-core-component__main__ml-2 {
margin-left: 0.5rem;
}
.dapp-core-component__main__mx-2 {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.dapp-core-component__main__m-3 {
margin: 1rem;
}
.dapp-core-component__main__mt-3,
.dapp-core-component__main__my-3 {
margin-top: 1rem;
}
.dapp-core-component__main__mr-3 {
margin-right: 1rem;
}
.dapp-core-component__main__mx-3 {
margin-left: 1rem;
margin-right: 1rem;
}
.dapp-core-component__main__mb-3 {
margin-bottom: 1rem;
}
.dapp-core-component__main__my-3 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.dapp-core-component__main__ml-3 {
margin-left: 1rem;
}
.dapp-core-component__main__mx-3 {
margin-left: 1rem;
margin-right: 1rem;
}
.dapp-core-component__main__m-4 {
margin: 1.5rem;
}
.dapp-core-component__main__mt-4 {
margin-top: 1.5rem;
}
.dapp-core-component__main__my-4 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.dapp-core-component__main__mr-4 {
margin-right: 1.5rem;
}
.dapp-core-component__main__mx-4 {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.dapp-core-component__main__mb-4 {
margin-bottom: 1.5rem;
}
.dapp-core-component__main__my-4 {
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}
.dapp-core-component__main__ml-4 {
margin-left: 1.5rem;
}
.dapp-core-component__main__mx-4 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.dapp-core-component__main__m-5 {
margin: 3rem;
}
.dapp-core-component__main__mt-5 {
margin-top: 3rem;
}
.dapp-core-component__main__my-5 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.dapp-core-component__main__mr-5 {
margin-right: 3rem;
}
.dapp-core-component__main__mx-5 {
margin-right: 3rem;
margin-left: 3rem;
}
.dapp-core-component__main__mb-5 {
margin-bottom: 3rem;
}
.dapp-core-component__main__my-5 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.dapp-core-component__main__ml-5 {
margin-left: 3rem;
}
.dapp-core-component__main__mx-5 {
margin-left: 3rem;
margin-right: 3rem;
}
.dapp-core-component__main__p-0 {
padding: 0;
}
.dapp-core-component__main__pt-0 {
padding-top: 0;
}
.dapp-core-component__main__py-0 {
padding-top: 0;
padding-bottom: 0;
}
.dapp-core-component__main__pr-0 {
padding-right: 0;
}
.dapp-core-component__main__px-0 {
padding-left: 0;
padding-right: 0;
}
.dapp-core-component__main__pb-0 {
padding-bottom: 0;
}
.dapp-core-component__main__py-0 {
padding-bottom: 0;
padding-top: 0;
}
.dapp-core-component__main__pl-0 {
padding-left: 0;
}
.dapp-core-component__main__px-0 {
padding-left: 0;
padding-right: 0;
}
.dapp-core-component__main__p-1 {
padding: 0.25rem;
}
.dapp-core-component__main__pt-1 {
padding-top: 0.25rem;
}
.dapp-core-component__main__py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.dapp-core-component__main__pr-1 {
padding-right: 0.25rem;
}
.dapp-core-component__main__px-1 {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.dapp-core-component__main__pb-1 {
padding-bottom: 0.25rem;
}
.dapp-core-component__main__py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.dapp-core-component__main__pl-1 {
padding-left: 0.25rem;
}
.dapp-core-component__main__px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.dapp-core-component__main__p-2 {
padding: 0.5rem;
}
.dapp-core-component__main__pt-2 {
padding-top: 0.5rem;
}
.dapp-core-component__main__py-2 {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.dapp-core-component__main__pr-2 {
padding-right: 0.5rem;
}
.dapp-core-component__main__px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.dapp-core-component__main__pb-2 {
padding-bottom: 0.5rem;
}
.dapp-core-component__main__py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.dapp-core-component__main__pl-2 {
padding-left: 0.5rem;
}
.dapp-core-component__main__px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.dapp-core-component__main__p-3 {
padding: 1rem;
}
.dapp-core-component__main__pt-3 {
padding-top: 1rem;
}
.dapp-core-component__main__py-3 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.dapp-core-component__main__pr-3 {
padding-right: 1rem;
}
.dapp-core-component__main__px-3 {
padding-right: 1rem;
padding-left: 1rem;
}
.dapp-core-component__main__pb-3 {
padding-bottom: 1rem;
}
.dapp-core-component__main__py-3 {
padding-bottom: 1rem;
padding-top: 1rem;
}
.dapp-core-component__main__pl-3 {
padding-left: 1rem;
}
.dapp-core-component__main__px-3 {
padding-right: 1rem;
padding-left: 1rem;
}
.dapp-core-component__main__p-4 {
padding: 1.5rem;
}
.dapp-core-component__main__pt-4 {
padding-top: 1.5rem;
}
.dapp-core-component__main__py-4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.dapp-core-component__main__pr-4 {
padding-right: 1.5rem;
}
.dapp-core-component__main__px-4 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.dapp-core-component__main__pb-4 {
padding-bottom: 1.5rem;
}
.dapp-core-component__main__py-4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.dapp-core-component__main__pl-4 {
padding-left: 1.5rem;
}
.dapp-core-component__main__px-4 {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.dapp-core-component__main__p-5 {
padding: 3rem;
}
.dapp-core-component__main__pt-5 {
padding-top: 3rem;
}
.dapp-core-component__main__py-5 {
padding-bottom: 3rem;
padding-top: 3rem;
}
.dapp-core-component__main__pr-5 {
padding-right: 3rem;
}
.dapp-core-component__main__px-5 {
padding-right: 3rem;
padding-left: 3rem;
}
.dapp-core-component__main__pb-5 {
padding-right: 3rem;
}
.dapp-core-component__main__py-5 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.dapp-core-component__main__pl-5 {
padding-left: 3rem;
}
.dapp-core-component__main__px-5 {
padding-right: 3rem;
padding-left: 3rem;
}
.dapp-core-component__main__m-n1 {
margin: -0.25rem;
}
.dapp-core-component__main__mt-n1 {
margin-top: -0.25rem;
}
.dapp-core-component__main__my-n1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.dapp-core-component__main__mr-n1 {
margin-right: -0.25rem;
}
.dapp-core-component__main__mx-n1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.dapp-core-component__main__mb-n1 {
margin-bottom: -0.25rem;
}
.dapp-core-component__main__my-n1 {
margin-bottom: -0.25rem;
margin-top: -0.25rem;
}
.dapp-core-component__main__ml-n1 {
margin-left: -0.25rem;
}
.dapp-core-component__main__mx-n1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.dapp-core-component__main__m-n2 {
margin: -0.5rem;
}
.dapp-core-component__main__mt-n2 {
margin-top: -0.5rem;
}
.dapp-core-component__main__my-n2 {
margin-top: -0.5rem;
margin-left: -0.5rem;
}
.dapp-core-component__main__mr-n2 {
margin-right: -0.5rem;
}
.dapp-core-component__main__mx-n2 {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.dapp-core-component__main__mb-n2 {
margin-bottom: -0.5rem;
}
.dapp-core-component__main__my-n2 {
margin-bottom: -0.5rem;
margin-top: -0.5rem;
}
.dapp-core-component__main__ml-n2 {
margin-left: -0.5rem;
}
.dapp-core-component__main__mx-n2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.dapp-core-component__main__m-n3 {
margin: -1rem;
}
.dapp-core-component__main__mt-n3 {
margin-top: -1rem;
}
.dapp-core-component__main__my-n3 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.dapp-core-component__main__mr-n3 {
margin-right: -1rem;
}
.dapp-core-component__main__mx-n3 {
margin-right: -1rem;
margin-left: -1rem;
}
.dapp-core-component__main__mb-n3 {
margin-bottom: -1rem;
}
.dapp-core-component__main__my-n3 {
margin-bottom: -1rem;
margin-top: -1rem;
}
.dapp-core-component__main__ml-n3 {
margin-left: -1rem;
}
.dapp-core-component__main__mx-n3 {
margin-left: -1rem;
margin-right: -1rem;
}
.dapp-core-component__main__m-n4 {
margin: -1.5rem;
}
.dapp-core-component__main__mt-n4 {
margin-top: -1.5rem;
}
.dapp-core-component__main__my-n4 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.dapp-core-component__main__mr-n4 {
margin-right: -1.5rem;
}
.dapp-core-component__main__mx-n4 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.dapp-core-component__main__mb-n4 {
margin-bottom: -1.5rem;
}
.dapp-core-component__main__my-n4 {
margin-bottom: -1.5rem;
margin-top: -1.5rem;
}
.dapp-core-component__main__ml-n4 {
margin-left: -1.5rem;
}
.dapp-core-component__main__mx-n4 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.dapp-core-component__main__m-n5 {
margin: -3rem;
}
.dapp-core-component__main__mt-n5 {
margin-top: -3rem;
}
.dapp-core-component__main__my-n5 {
margin-bottom: -3rem;
margin-top: -3rem;
}
.dapp-core-component__main__mr-n5 {
margin-right: -3rem;
}
.dapp-core-component__main__mx-n5 {
margin-left: -3rem;
margin-right: -3rem;
}
.dapp-core-component__main__mb-n5 {
margin-bottom: -3rem;
}
.dapp-core-component__main__my-n5 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.dapp-core-component__main__ml-n5 {
margin-left: -3rem;
}
.dapp-core-component__main__mx-n5 {
margin-right: -3rem;
margin-left: -3rem;
}
.dapp-core-component__main__m-auto {
margin: auto;
}
.dapp-core-component__main__mt-auto {
margin-top: auto;
}
.dapp-core-component__main__my-auto {
margin-bottom: auto;
margin-top: auto;
}
.dapp-core-component__main__mr-auto {
margin-right: auto;
}
.dapp-core-component__main__mx-auto {
margin-left: auto;
margin-right: auto;
}
.dapp-core-component__main__mb-auto {
margin-bottom: auto;
}
.dapp-core-component__main__my-auto {
margin-top: auto;
margin-bottom: auto;
}
.dapp-core-component__main__ml-auto {
margin-left: auto;
}
.dapp-core-component__main__mx-auto {
margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) {
.dapp-core-component__main__mr-lg-1 {
margin-right: 0.25rem;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__mr-lg-4 {
margin-right: 1.5rem;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__mx-lg-4 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
}
@media (min-width: 1200px) {
.dapp-core-component__main__mb-xl-2 {
margin-bottom: 0.5rem;
}
}
@media (min-width: 576px) {
.dapp-core-component__main__pr-sm-2 {
padding-right: 0.5rem;
}
}
@media (min-width: 576px) {
.dapp-core-component__main__px-sm-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
}
@media (min-width: 1200px) {
.dapp-core-component__main__pr-xl-0,
.dapp-core-component__main__px-xl-0 {
padding-right: 0;
}
}
.dapp-core-component__main__col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.dapp-core-component__main__row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.dapp-core-component__main__col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.dapp-core-component__main__col-xl,
.dapp-core-component__main__col-xl-auto,
.dapp-core-component__main__col-xl-12,
.dapp-core-component__main__col-xl-11,
.dapp-core-component__main__col-xl-10,
.dapp-core-component__main__col-xl-9,
.dapp-core-component__main__col-xl-8,
.dapp-core-component__main__col-xl-7,
.dapp-core-component__main__col-xl-6,
.dapp-core-component__main__col-xl-5,
.dapp-core-component__main__col-xl-4,
.dapp-core-component__main__col-xl-3,
.dapp-core-component__main__col-xl-2,
.dapp-core-component__main__col-xl-1,
.dapp-core-component__main__col-lg,
.dapp-core-component__main__col-lg-auto,
.dapp-core-component__main__col-lg-12,
.dapp-core-component__main__col-lg-11,
.dapp-core-component__main__col-lg-10,
.dapp-core-component__main__col-lg-9,
.dapp-core-component__main__col-lg-8,
.dapp-core-component__main__col-lg-7,
.dapp-core-component__main__col-lg-6,
.dapp-core-component__main__col-lg-5,
.dapp-core-component__main__col-lg-4,
.dapp-core-component__main__col-lg-3,
.dapp-core-component__main__col-lg-2,
.dapp-core-component__main__col-lg-1,
.dapp-core-component__main__col-md,
.dapp-core-component__main__col-md-auto,
.dapp-core-component__main__col-md-12,
.dapp-core-component__main__col-md-11,
.dapp-core-component__main__col-md-10,
.dapp-core-component__main__col-md-9,
.dapp-core-component__main__col-md-8,
.dapp-core-component__main__col-md-7,
.dapp-core-component__main__col-md-6,
.dapp-core-component__main__col-md-5,
.dapp-core-component__main__col-md-4,
.dapp-core-component__main__col-md-3,
.dapp-core-component__main__col-md-2,
.dapp-core-component__main__col-md-1,
.dapp-core-component__main__col-sm,
.dapp-core-component__main__col-sm-auto,
.dapp-core-component__main__col-sm-12,
.dapp-core-component__main__col-sm-11,
.dapp-core-component__main__col-sm-10,
.dapp-core-component__main__col-sm-9,
.dapp-core-component__main__col-sm-8,
.dapp-core-component__main__col-sm-7,
.dapp-core-component__main__col-sm-6,
.dapp-core-component__main__col-sm-5,
.dapp-core-component__main__col-sm-4,
.dapp-core-component__main__col-sm-3,
.dapp-core-component__main__col-sm-2,
.dapp-core-component__main__col-sm-1,
.dapp-core-component__main__col,
.dapp-core-component__main__col-auto,
.dapp-core-component__main__col-12,
.dapp-core-component__main__col-11,
.dapp-core-component__main__col-10,
.dapp-core-component__main__col-9,
.dapp-core-component__main__col-8,
.dapp-core-component__main__col-7,
.dapp-core-component__main__col-6,
.dapp-core-component__main__col-5,
.dapp-core-component__main__col-4,
.dapp-core-component__main__col-3,
.dapp-core-component__main__col-2,
.dapp-core-component__main__col-1 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.dapp-core-component__main__col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
@media (min-width: 576px) {
.dapp-core-component__main__col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.dapp-core-component__main__col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.dapp-core-component__main__col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.dapp-core-component__main__col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.dapp-core-component__main__col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.dapp-core-component__main__col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.dapp-core-component__main__col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.dapp-core-component__main__col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.dapp-core-component__main__col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.dapp-core-component__main__col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.dapp-core-component__main__col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.dapp-core-component__main__col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.dapp-core-component__main__col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.dapp-core-component__main__col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.dapp-core-component__main__col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.dapp-core-component__main__col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.dapp-core-component__main__col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.dapp-core-component__main__col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.dapp-core-component__main__col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.dapp-core-component__main__col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.dapp-core-component__main__col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.dapp-core-component__main__col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.dapp-core-component__main__col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.dapp-core-component__main__col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.dapp-core-component__main__col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.dapp-core-component__main__col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.dapp-core-component__main__col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.dapp-core-component__main__col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.dapp-core-component__main__col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.dapp-core-component__main__col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.dapp-core-component__main__col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.dapp-core-component__main__col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.dapp-core-component__main__col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.dapp-core-component__main__col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.dapp-core-component__main__col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.dapp-core-component__main__col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.dapp-core-component__main__col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.dapp-core-component__main__col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.dapp-core-component__main__col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.dapp-core-component__main__col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.dapp-core-component__main__col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.dapp-core-component__main__col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.dapp-core-component__main__col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.dapp-core-component__main__col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.dapp-core-component__main__col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.dapp-core-component__main__col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.dapp-core-component__main__col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
.dapp-core-component__main__flex-row {
flex-direction: row;
}
.dapp-core-component__main__flex-column {
flex-direction: column;
}
.dapp-core-component__main__flex-row-reverse {
flex-direction: row-reverse;
}
.dapp-core-component__main__flex-column-reverse {
flex-direction: column-reverse;
}
.dapp-core-component__main__flex-wrap {
flex-wrap: wrap;
}
.dapp-core-component__main__flex-nowrap {
flex-wrap: nowrap;
}
.dapp-core-component__main__flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.dapp-core-component__main__flex-fill {
flex: 1 1 auto;
}
.dapp-core-component__main__flex-grow-0 {
flex-grow: 0;
}
.dapp-core-component__main__flex-grow-1 {
flex-grow: 1;
}
.dapp-core-component__main__flex-shrink-0 {
flex-shrink: 0;
}
.dapp-core-component__main__flex-shrink-1 {
flex-shrink: 1;
}
.dapp-core-component__main__justify-content-start {
justify-content: flex-start;
}
.dapp-core-component__main__justify-content-end {
justify-content: flex-end;
}
.dapp-core-component__main__justify-content-center {
justify-content: center;
}
.dapp-core-component__main__justify-content-between {
justify-content: space-between;
}
.dapp-core-component__main__justify-content-around {
justify-content: space-around;
}
.dapp-core-component__main__align-items-start {
align-items: flex-start;
}
.dapp-core-component__main__align-items-end {
align-items: flex-end;
}
.dapp-core-component__main__align-items-center {
align-items: center;
}
.dapp-core-component__main__align-items-baseline {
align-items: baseline;
}
.dapp-core-component__main__align-items-stretch {
align-items: stretch;
}
.dapp-core-component__main__align-content-start {
align-content: flex-start;
}
.dapp-core-component__main__align-content-end {
align-content: flex-end;
}
.dapp-core-component__main__align-content-center {
align-content: center;
}
.dapp-core-component__main__align-content-between {
align-content: space-between;
}
.dapp-core-component__main__align-content-around {
align-content: space-around;
}
.dapp-core-component__main__align-content-stretch {
align-content: stretch;
}
.dapp-core-component__main__align-self-auto {
align-self: auto;
}
.dapp-core-component__main__align-self-start {
align-self: flex-start;
}
.dapp-core-component__main__align-self-end {
align-self: flex-end;
}
.dapp-core-component__main__align-self-center {
align-self: center;
}
.dapp-core-component__main__align-self-baseline {
align-self: baseline;
}
.dapp-core-component__main__align-self-stretch {
align-self: stretch;
}
@media (min-width: 576px) {
.dapp-core-component__main__flex-sm-row {
flex-direction: row;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__flex-lg-row {
flex-direction: row;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__flex-lg-wrap {
flex-wrap: wrap;
}
}
.dapp-core-component__main__form-check {
display: flex;
align-items: center;
justify-content: flex-start;
width: auto;
padding-left: 0;
}
.dapp-core-component__main__form-check-label {
margin-bottom: 0;
}
.dapp-core-component__main__form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.dapp-core-component__main__form-check-input[disabled] ~ .dapp-core-component__main__form-check-label, .dapp-core-component__main__form-check-input:disabled ~ .dapp-core-component__main__form-check-label {
color: #6c757d;
}
.dapp-core-component__main__form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}
.dapp-core-component__main__form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dapp-core-component__main__form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.dapp-core-component__main__form-group {
margin-bottom: 1rem;
}
.dapp-core-component__main__form-text {
display: block;
margin-top: 0.25rem;
color: inherit;
}
.dapp-core-component__main__border {
border: 1px solid #dee2e6;
}
.dapp-core-component__main__border-top {
border-top: 1px solid #dee2e6;
}
.dapp-core-component__main__border-right {
border-right: 1px solid #dee2e6;
}
.dapp-core-component__main__border-bottom {
border-bottom: 1px solid #dee2e6;
}
.dapp-core-component__main__border-left {
border-left: 1px solid #dee2e6;
}
.dapp-core-component__main__border-0 {
border: 0;
}
.dapp-core-component__main__border-top-0 {
border-top: 0;
}
.dapp-core-component__main__border-right-0 {
border-right: 0;
}
.dapp-core-component__main__border-bottom-0 {
border-bottom: 0;
}
.dapp-core-component__main__border-left-0 {
border-left: 0;
}
.dapp-core-component__main__rounded-sm {
border-radius: 0.2rem;
}
.dapp-core-component__main__rounded {
border-radius: 0.25rem;
}
.dapp-core-component__main__rounded-top {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.dapp-core-component__main__rounded-right {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.dapp-core-component__main__rounded-bottom {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.dapp-core-component__main__rounded-left {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.dapp-core-component__main__rounded-lg {
border-radius: 0.3rem;
}
.dapp-core-component__main__rounded-circle {
border-radius: 50%;
}
.dapp-core-component__main__rounded-pill {
border-radius: 50rem;
}
.dapp-core-component__main__rounded-0 {
border-radius: 0;
}
.dapp-core-component__main__h1,
.dapp-core-component__main__h2,
.dapp-core-component__main__h3,
.dapp-core-component__main__h4,
.dapp-core-component__main__h5,
.dapp-core-component__main__h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.dapp-core-component__main__h1 {
font-size: 2.5rem;
}
.dapp-core-component__main__h2 {
font-size: 2rem;
}
.dapp-core-component__main__h3 {
font-size: 1.75rem;
}
.dapp-core-component__main__h4 {
font-size: 1.5rem;
}
.dapp-core-component__main__h5 {
font-size: 1.25rem;
}
.dapp-core-component__main__h6 {
font-size: 1rem;
}
.dapp-core-component__main__lead {
font-size: 1.25rem;
font-weight: 300;
}
.dapp-core-component__main__bg-primary {
background-color: #1b46c2;
}
.dapp-core-component__main__bg-warning,
.dapp-core-component__main__warning {
background-color: #f0ad4e;
}
.dapp-core-component__main__bg-danger,
.dapp-core-component__main__danger {
background-color: #d9534f;
}
.dapp-core-component__main__bg-success,
.dapp-core-component__main__success {
background-color: #5cb85c;
}
.dapp-core-component__main__position-relative {
position: relative;
}
.dapp-core-component__main__position-absolute {
position: absolute;
}
.dapp-core-component__main__w-25 {
width: 25%;
}
.dapp-core-component__main__w-50 {
width: 50%;
}
.dapp-core-component__main__w-75 {
width: 75%;
}
.dapp-core-component__main__w-100 {
width: 100%;
}
.dapp-core-component__main__w-auto {
width: auto;
}
.dapp-core-component__main__h-25 {
height: 25%;
}
.dapp-core-component__main__h-50 {
height: 50%;
}
.dapp-core-component__main__h-75 {
height: 75%;
}
.dapp-core-component__main__h-100 {
height: 100%;
}
.dapp-core-component__main__h-auto {
height: auto;
}
.dapp-core-component__main__mw-100 {
max-width: 100%;
}
.dapp-core-component__main__mh-100 {
max-height: 100%;
}
.dapp-core-component__main__min-vw-100 {
min-width: 100vw;
}
.dapp-core-component__main__min-vh-100 {
min-height: 100vh;
}
.dapp-core-component__main__vw-100 {
width: 100vw;
}
.dapp-core-component__main__vh-100 {
height: 100vh;
}
.dapp-core-component__main__locked-icon {
color: inherit;
}
.dapp-core-component__main__shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.dapp-core-component__main__shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.dapp-core-component__main__shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.dapp-core-component__main__shadow-none {
box-shadow: none;
}
.dapp-core-component__main__d-none {
display: none;
}
.dapp-core-component__main__d-inline {
display: inline;
}
.dapp-core-component__main__d-inline-block {
display: inline-block;
}
.dapp-core-component__main__d-block {
display: block;
}
.dapp-core-component__main__d-table {
display: table;
}
.dapp-core-component__main__d-table-row {
display: table-row;
}
.dapp-core-component__main__d-table-cell {
display: table-cell;
}
.dapp-core-component__main__d-flex {
display: -ms-flexbox;
display: flex;
}
.dapp-core-component__main__d-inline-flex {
display: -ms-inline-flexbox;
display: inline-flex;
}
@media (min-width: 576px) {
.dapp-core-component__main__d-sm-flex {
display: flex;
}
}
.dapp-core-component__main__table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.dapp-core-component__main__table th,
.dapp-core-component__main__table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.dapp-core-component__main__table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.dapp-core-component__main__table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.dapp-core-component__main__table-sm th,
.dapp-core-component__main__table-sm td {
padding: 0.3rem;
}
.dapp-core-component__main__table-bordered {
border: 1px solid #dee2e6;
}
.dapp-core-component__main__table-bordered th,
.dapp-core-component__main__table-bordered td {
border: 1px solid #dee2e6;
}
.dapp-core-component__main__table-bordered thead th,
.dapp-core-component__main__table-bordered thead td {
border-bottom-width: 2px;
}
.dapp-core-component__main__table-borderless th,
.dapp-core-component__main__table-borderless td,
.dapp-core-component__main__table-borderless thead th,
.dapp-core-component__main__table-borderless tbody + tbody {
border: 0;
}
.dapp-core-component__main__table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.dapp-core-component__main__table .dapp-core-component__main__thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.dapp-core-component__main__table .dapp-core-component__main__thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.dapp-core-component__main__table-dark {
color: #fff;
background-color: #343a40;
}
.dapp-core-component__main__table-dark th,
.dapp-core-component__main__table-dark td,
.dapp-core-component__main__table-dark thead th {
border-color: #454d55;
}
.dapp-core-component__main__table-dark.dapp-core-component__main__table-bordered {
border: 0;
}
.dapp-core-component__main__table-dark.dapp-core-component__main__table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.dapp-core-component__main__table-dark.dapp-core-component__main__table-hover tbody tr {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
.dapp-core-component__main__table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.dapp-core-component__main__table-responsive > .dapp-core-component__main__table-bordered {
border: 0;
}
@media (max-width: 767.98px) {
.dapp-core-component__main__transactions.dapp-core-component__main__table .dapp-core-component__main__transaction-hash .dapp-core-component__main__trim {
max-width: 8rem;
}
}
.dapp-core-component__main__font-weight-light {
font-weight: 300 !important;
}
.dapp-core-component__main__font-weight-lighter {
font-weight: lighter !important;
}
.dapp-core-component__main__font-weight-normal {
font-weight: 400 !important;
}
.dapp-core-component__main__font-weight-medium {
font-weight: 500 !important;
}
.dapp-core-component__main__font-weight-bold {
font-weight: 700 !important;
}
.dapp-core-component__main__font-weight-bolder {
font-weight: bolder !important;
}
.dapp-core-component__main__font-italic {
font-style: italic !important;
}
.dapp-core-component__main__icon-state {
display: flex;
align-items: center;
justify-content: center;
width: 6rem;
height: 6rem;
border-radius: 50%;
}
.dapp-core-component__main__icon-state.dapp-core-component__main__half {
width: 3rem;
height: 3rem;
}
.dapp-core-component__main__side-icon {
width: 1.5rem;
height: 1.5rem;
min-width: 1.5rem;
min-height: 1.5rem;
color: transparent;
border-radius: 50%;
overflow: hidden;
border: 1px solid #dee2e6;
}
.dapp-core-component__main__side-icon svg {
color: #cacbcc;
}
div.dapp-core-component__main__side-icon {
display: flex;
align-items: center;
justify-content: center;
}
div.dapp-core-component__main__side-icon img {
transform: scale(0.75);
}
.dapp-core-component__main__toast-messages {
position: fixed;
bottom: 1rem;
left: 1rem;
right: 1rem;
z-index: 9999;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast {
display: block;
flex-basis: 4rem;
width: 100%;
max-width: 28.875rem;
transition: transform 0.3s ease-in-out;
transform: translateX(120%);
background-color: #fff;
border-radius: 0.25rem;
border-color: #dee2e6;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__clickable {
cursor: pointer;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible {
margin-bottom: 0.3rem;
transform: translateX(0);
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress {
background-color: rgba(0, 0, 0, 0);
height: inherit;
font-size: inherit;
line-height: inherit;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress .dapp-core-component__main__progress-bar {
background-color: rgba(108, 117, 125, 0.2);
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress .dapp-core-component__main__progress-bar .dapp-core-component__main__content-height {
z-index: -1;
visibility: hidden;
width: 0 !important;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast .dapp-core-component__main__tx-description {
margin-bottom: 0.2rem;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__close {
opacity: 1;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__close svg {
color: #6c757d;
}
.dapp-core-component__main__data-field .dapp-core-component__main__textarea {
-moz-appearance: textfield-multiline;
-webkit-appearance: textarea;
border: 1px solid #000;
background-color: #fff;
border-radius: 5px;
font: medium -moz-fixed;
font-size: 0.8125rem;
min-height: 5rem;
overflow: auto;
padding: 0.375rem 0.75rem;
resize: both;
}
.dapp-core-component__main__data-field .dapp-core-component__main__textarea:hover {
border: 1px solid #000;
}
.dapp-core-component__main__data-field .dapp-core-component__main__textarea .dapp-core-component__main__highlighted {
font-size: 1rem;
}
.dapp-core-component__main__data-field .dapp-core-component__main__textarea.dapp-core-component__main__sc-call {
min-height: 3rem;
}
.dapp-core-component__main__data-field .dapp-core-component__main__form-control:disabled,
.dapp-core-component__main__data-field .dapp-core-component__main__form-control[readonly] {
background-color: #fafafa;
}
.dapp-core-component__main__data-field .dapp-core-component__main__small-font {
font-size: 0.8125rem;
}
.dapp-core-component__main__progress-steps {
display: flex;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps {
display: flex;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps hr {
background-color: #6c757d;
border-color: #dee2e6;
z-index: 2;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot {
height: 0.625rem;
width: 0.625rem;
border-radius: 50%;
margin: 0 1rem;
z-index: 5;
background-color: #6c757d;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot:first-of-type {
margin-left: 0;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot:last-of-type {
margin-right: 0;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot.dapp-core-component__main__bg-primary {
background-color: #1b46c2;
}
a.dapp-core-component__main__side-link::after {
right: 0;
left: unset;
width: calc(100% - 1.85rem);
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(zn));var h={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};var je=({children:o,title:e,className:n="",colWidth:r="2",noBorder:t=!1})=>K.default.createElement("div",{className:(0,Y.default)(h.row,Ue.detailItem,n,{[h.pt3]:t,[h.pb1]:t,[h.borderBottom]:!t,[h.py3]:!t})},K.default.createElement("div",{className:(0,Y.default)(h.textSecondary,h.textLgRight,h.fontWeightMedium,h[`colLg${r}`])},e),K.default.createElement("div",{className:(0,Y.default)(h.fontWeightMedium,h[`colLg${12-Number(r)}`])},o));a();a();var A=y(require("react")),F=require("@fortawesome/free-solid-svg-icons"),G=require("@fortawesome/react-fontawesome"),O=y(require("classnames"));a();a();a();a();a();a();a();a();a();a();var Vn=y(require("anchorme"));a();a();a();a();a();a();a();a();a();a();a();var se={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://maiar.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.elrond.com",apiAddress:"https://devnet-api.elrond.com",explorerAddress:"http://devnet-explorer.elrond.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://maiar.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.elrond.com",apiAddress:"https://testnet-api.elrond.com",explorerAddress:"http://testnet-explorer.elrond.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://maiar.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.elrond.com",apiAddress:"https://api.elrond.com",explorerAddress:"https://explorer.elrond.com",apiTimeout:"4000"}},{chainId:$e,egldLabel:er}=se["devnet"],{chainId:ze,egldLabel:nr}=se["testnet"],{chainId:Ge,egldLabel:or}=se["mainnet"];var rr={["devnet"]:$e,["testnet"]:ze,["mainnet"]:Ge},tr={[$e]:"devnet",[ze]:"testnet",[Ge]:"mainnet"};a();a();a();a();a();a();a();a();var Xn=require("@elrondnetwork/erdjs"),le=y(require("bignumber.js"));a();var Hn=y(require("bignumber.js"));a();le.default.config({ROUNDING_MODE:le.default.ROUND_FLOOR});a();a();var Zn=require("@elrondnetwork/erdjs");a();var Q=require("@elrondnetwork/erdjs"),Jn=require("@elrondnetwork/erdjs"),eo=require("@elrondnetwork/erdjs-network-providers");a();a();var Kn=y(require("bignumber.js"));a();a();a();a();a();a();a();a();a();var oo=y(require("bignumber.js"));a();a();a();a();var ro=y(require("bignumber.js"));a();a();function Ve(o){let e=i=>o.status.toLowerCase()===i.toLowerCase(),n=e("fail")||e("reward-reverted"),r=e("success"),t=e("not executed")||e("invalid"),p=e("pending")||o.pendingResults;return{failed:n,success:r,invalid:t,pending:p}}a();var He=o=>{switch(!0){case o.pendingResults:return"Pending (Smart Contract Execution)";case o.status==="reward-reverted":return"fail";default:return o.status.toString()}};a();a();a();a();a();a();var ao=y(require("bignumber.js"));a();a();var Ze=require("react");a();a();a();var io=require("@elrondnetwork/erdjs/out"),_o=y(require("bignumber.js"));a();var po=require("@elrondnetwork/erdjs");a();a();a();var gp=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var Ke=require("react");a();var mo=require("react");var wp=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];var so=o=>{let e=()=>A.default.createElement(A.default.Fragment,null),n="",{failed:r,invalid:t,pending:p,success:i}=Ve(o);return o.pendingResults&&(n=h.textWarning,e=()=>A.default.createElement(G.FontAwesomeIcon,{icon:F.faHourglass,className:(0,O.default)(h.mr2,n)})),r&&(n=h.textDanger,e=()=>A.default.createElement(G.FontAwesomeIcon,{icon:F.faTimes,className:(0,O.default)(h.mr2,n)})),t&&(n=h.textDanger,e=()=>A.default.createElement(G.FontAwesomeIcon,{icon:F.faBan,className:(0,O.default)(h.mr2,n)})),i&&(n=h.textSuccess,e=()=>A.default.createElement(G.FontAwesomeIcon,{icon:F.faCheckCircle,className:(0,O.default)(h.mr2,n)})),p&&(n=h.textWarning,e=()=>A.default.createElement(G.FontAwesomeIcon,{icon:F.faHourglass,className:(0,O.default)(h.mr2,n)})),{Icon:e,color:n}},Ye=({transaction:o})=>{let{Icon:e}=so(o);return A.default.createElement("span",{className:(0,O.default)(h.dFlex,h.alignItemsCenter,h.textCapitalize,h.mr2)},A.default.createElement(e,null),He(o))};var lo=({transaction:o})=>ee.default.createElement(je,{title:"Status"},ee.default.createElement("div",{className:(0,Qe.default)(h.dFlex,h.alignItemsCenter,h.flexWrap)},ee.default.createElement(Ye,{transaction:o})));0&&(module.exports={TransactionInfoStatus});
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
//# sourceMappingURL=index.js.map