diff --git a/components/tabBar/tabBar.vue b/components/tabBar/tabBar.vue
index d143ad9..49c1cf7 100644
--- a/components/tabBar/tabBar.vue
+++ b/components/tabBar/tabBar.vue
@@ -89,11 +89,9 @@
})
} else if (num == 2) {
- uni.showToast({
- title: 'Not yet open',
- icon: 'none',
- duration: 1500,
- })
+ uni.reLaunch({
+ url: '/pages/menu/collection/index'
+ })
} else if (num == 3) {
uni.reLaunch({
url: '/pages/menu/market/index'
diff --git a/main.js b/main.js
index b8ac245..16269ec 100644
--- a/main.js
+++ b/main.js
@@ -3,8 +3,7 @@ import App from './App'
import uView from "uview-ui";
import VueClipboards from 'vue-clipboard2'
import VueI18n from 'vue-i18n'
-
-
+import axios from './utils/axios.js'
import bip39 from 'bip39'
import bip32 from 'bip32'
import tronweb from 'tronweb'
@@ -15,14 +14,13 @@ import util from 'ethereumjs-util'
import store from './store'
Vue.prototype.$store = store
-
Vue.prototype.tronweb = tronweb
Vue.prototype.bip32 = bip32
Vue.prototype.bip39 = bip39
Vue.prototype.Tx = Tx
Vue.prototype.bitcoin = bitcoin
Vue.prototype.ethers = ethers
-
+Vue.prototype.$axios = axios
// 自定义底部导航栏
import tabBar from 'components/tabBar/tabBar.vue'
Vue.component('tab-bar', tabBar)
@@ -33,9 +31,11 @@ Vue.use(VueClipboards);
import TokenUtil from './utils/TokenUtil.js'
import EthUtil from './utils/EthUtil.js'
import TronUtil from './utils/TronUtil.js'
+import api from './utils/api.js'
Vue.prototype.$Token = TokenUtil
Vue.prototype.$EthUtil = EthUtil
Vue.prototype.$TronUtil = TronUtil
+Vue.prototype.$api = api
// Vue.prototype.$showDialog = true
App.mpType = 'app'
diff --git a/manifest.json b/manifest.json
index c012fae..fd0e358 100644
--- a/manifest.json
+++ b/manifest.json
@@ -115,11 +115,11 @@
"devServer" : {
// "port" : 8083,
"disableHostCheck" : true,
- "https" : true,
+ "https" : false,
"proxy" : {
"/start" : {
"ws" : false,
- "target" : "",
+ "target" : "http://scan.weirui0755.com",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
@@ -129,8 +129,8 @@
},
"port" : ""
},
- "title" : "color",
- "domain" : "https://wingold6.com"
+ "title" : "bitcooo",
+ "domain" : "http://scan.weirui0755.com"
}
}
// 静止弹出h5+runtime
diff --git a/package-lock.json b/package-lock.json
index 5a2025a..6d86c5e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -886,7 +886,7 @@
},
"cids": {
"version": "0.7.5",
- "resolved": "https://registry.nlark.com/cids/download/cids-0.7.5.tgz",
+ "resolved": "https://registry.npmmirror.com/cids/download/cids-0.7.5.tgz",
"integrity": "sha1-YKCBOKmb+2m2vkzrY7/vejlrKLI=",
"requires": {
"buffer": "^5.5.0",
@@ -898,7 +898,7 @@
"dependencies": {
"multicodec": {
"version": "1.0.4",
- "resolved": "https://registry.nlark.com/multicodec/download/multicodec-1.0.4.tgz",
+ "resolved": "https://registry.npmmirror.com/multicodec/download/multicodec-1.0.4.tgz",
"integrity": "sha1-RqwGRlfEA4DCg2fJAwTY7RdacU8=",
"requires": {
"buffer": "^5.6.0",
@@ -1079,7 +1079,7 @@
},
"debug": {
"version": "2.6.9",
- "resolved": "https://registry.nlark.com/debug/download/debug-2.6.9.tgz",
+ "resolved": "https://registry.npmmirror.com/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1636300872595&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz",
"integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=",
"requires": {
"ms": "2.0.0"
@@ -1157,7 +1157,7 @@
},
"duplexer3": {
"version": "0.1.4",
- "resolved": "https://registry.nlark.com/duplexer3/download/duplexer3-0.1.4.tgz",
+ "resolved": "https://registry.npmmirror.com/duplexer3/download/duplexer3-0.1.4.tgz",
"integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI="
},
"ecc-jsbn": {
@@ -1713,7 +1713,7 @@
},
"graceful-fs": {
"version": "4.2.8",
- "resolved": "https://registry.nlark.com/graceful-fs/download/graceful-fs-4.2.8.tgz",
+ "resolved": "https://registry.npmmirror.com/graceful-fs/download/graceful-fs-4.2.8.tgz",
"integrity": "sha1-5BK40z9eAGWTy9PO5t+fLOu+gCo="
},
"har-schema": {
@@ -1723,7 +1723,7 @@
},
"har-validator": {
"version": "5.1.5",
- "resolved": "https://registry.nlark.com/har-validator/download/har-validator-5.1.5.tgz",
+ "resolved": "https://registry.npmmirror.com/har-validator/download/har-validator-5.1.5.tgz",
"integrity": "sha1-HwgDufjLIMD6E4It8ezds2veHv0=",
"requires": {
"ajv": "^6.12.3",
@@ -2242,12 +2242,12 @@
},
"mkdirp": {
"version": "1.0.4",
- "resolved": "https://registry.npm.taobao.org/mkdirp/download/mkdirp-1.0.4.tgz",
+ "resolved": "https://registry.npmmirror.com/mkdirp/download/mkdirp-1.0.4.tgz",
"integrity": "sha1-PrXtYmInVteaXw4qIh3+utdcL34="
},
"mkdirp-promise": {
"version": "5.0.1",
- "resolved": "https://registry.nlark.com/mkdirp-promise/download/mkdirp-promise-5.0.1.tgz",
+ "resolved": "https://registry.npmmirror.com/mkdirp-promise/download/mkdirp-promise-5.0.1.tgz",
"integrity": "sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE=",
"requires": {
"mkdirp": "*"
@@ -2265,7 +2265,7 @@
},
"multibase": {
"version": "0.6.1",
- "resolved": "https://registry.nlark.com/multibase/download/multibase-0.6.1.tgz",
+ "resolved": "https://registry.npmmirror.com/multibase/download/multibase-0.6.1.tgz",
"integrity": "sha1-t232KYU2zBe59qbbU+yI+F+MwSs=",
"requires": {
"base-x": "^3.0.8",
@@ -2274,7 +2274,7 @@
},
"multicodec": {
"version": "0.5.7",
- "resolved": "https://registry.nlark.com/multicodec/download/multicodec-0.5.7.tgz",
+ "resolved": "https://registry.npmmirror.com/multicodec/download/multicodec-0.5.7.tgz",
"integrity": "sha1-H7P53YZqEKVdIm4ZSrui3MHun/0=",
"requires": {
"varint": "^5.0.0"
@@ -2292,7 +2292,7 @@
"dependencies": {
"multibase": {
"version": "0.7.0",
- "resolved": "https://registry.nlark.com/multibase/download/multibase-0.7.0.tgz",
+ "resolved": "https://registry.npmmirror.com/multibase/download/multibase-0.7.0.tgz",
"integrity": "sha1-Gt/BxQq+Be7+tQkawMJyjWuEWBs=",
"requires": {
"base-x": "^3.0.8",
@@ -2598,7 +2598,7 @@
},
"request": {
"version": "2.88.2",
- "resolved": "https://registry.nlark.com/request/download/request-2.88.2.tgz",
+ "resolved": "https://registry.npmmirror.com/request/download/request-2.88.2.tgz",
"integrity": "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=",
"requires": {
"aws-sign2": "~0.7.0",
@@ -2938,7 +2938,7 @@
"dependencies": {
"mkdirp": {
"version": "0.5.5",
- "resolved": "https://registry.npm.taobao.org/mkdirp/download/mkdirp-0.5.5.tgz",
+ "resolved": "https://registry.npmmirror.com/mkdirp/download/mkdirp-0.5.5.tgz",
"integrity": "sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=",
"requires": {
"minimist": "^1.2.5"
@@ -3131,7 +3131,7 @@
},
"utf8": {
"version": "3.0.0",
- "resolved": "https://registry.npm.taobao.org/utf8/download/utf8-3.0.0.tgz",
+ "resolved": "https://registry.npmmirror.com/utf8/download/utf8-3.0.0.tgz",
"integrity": "sha1-8FLu0TZNaW52nvBYsYPfiMh/adE="
},
"util": {
@@ -3159,7 +3159,7 @@
},
"uuid": {
"version": "3.4.0",
- "resolved": "https://registry.nlark.com/uuid/download/uuid-3.4.0.tgz?cache=0&sync_timestamp=1622213136953&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fuuid%2Fdownload%2Fuuid-3.4.0.tgz",
+ "resolved": "https://registry.npmmirror.com/uuid/download/uuid-3.4.0.tgz",
"integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
},
"validator": {
@@ -3350,7 +3350,7 @@
},
"uuid": {
"version": "3.3.2",
- "resolved": "https://registry.nlark.com/uuid/download/uuid-3.3.2.tgz?cache=0&sync_timestamp=1622213136953&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fuuid%2Fdownload%2Fuuid-3.3.2.tgz",
+ "resolved": "https://registry.npmmirror.com/uuid/download/uuid-3.3.2.tgz",
"integrity": "sha1-G0r0lV6zB3xQHCOHL8ZROBFYcTE="
}
}
diff --git a/pages.json b/pages.json
index a267543..0094bb9 100644
--- a/pages.json
+++ b/pages.json
@@ -3,6 +3,27 @@
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+ {
+ "path": "pages/menu/collection/addCollection/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ },
+ {
+ "path": "pages/menu/collection/collectionDetail/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ },
+ {
+ "path": "pages/menu/collection/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ },
{
"path": "pages/register/index",
"style": {
@@ -10,27 +31,44 @@
}
},
- {
- "path": "pages/menu/backUp/index",
+{
+ "path": "pages/menu/token/btctrue/index",
"style": {
"navigationStyle": "custom"
}
+
},
-
- {
+{
+ "path": "pages/menu/sendToken/transfer2/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ },
+{
+ "path": "pages/menu/wallet/otherCoin/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ },
+{
"path": "pages/menu/index/index",
"style": {
"navigationStyle": "custom"
}
},
+
{
- "path": "pages/register/index",
+ "path": "pages/menu/backUp/index",
"style": {
"navigationStyle": "custom"
}
-
},
+
+
+
{
"path": "pages/menu/wallet/cwallet/index",
"style": {
@@ -182,6 +220,12 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/menu/transction/detail2/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/menu/transction/detail/index",
"style": {
diff --git a/pages/menu/backUp/transPaw/index.vue b/pages/menu/backUp/transPaw/index.vue
index 3ca2872..b74b4d4 100644
--- a/pages/menu/backUp/transPaw/index.vue
+++ b/pages/menu/backUp/transPaw/index.vue
@@ -2,33 +2,36 @@
- Transaction password
+ Transaction password
Set transaction password
-
- Please enter again
+
+ Please enter again
+
+
+ Secure transaction passwords,
please do not disclose
+
+
+
+
+
+
+ Password discrepansies
+
+
-
- Secure transaction passwords,
please do not disclose
-
-
-
-
-
- Password discrepansies
+
+
+
-
-
-
-
-
-
@@ -38,219 +41,295 @@
export default {
data() {
return {
- password:'',
- password2:'',
- msg:'',
- msgLength:0,
- fes:false,
- borNum:true,
- borNum2:false,
- info:false,
- word:{},
- walletInfo:{},
+ password: '',
+ password2: '',
+ msg: '',
+ msgLength: 0,
+ fes: false,
+ borNum: true,
+ borNum2: false,
+ info: false,
+ word: {},
+ walletInfo: {},
+ btcBalance: 0,
+ ethBbalance: 0,
+ trxBbalance: 0,
}
},
- watch:{
-
- },
-
- methods: {
+ watch: {
- setWalletInfo(e){
+ },
+
+ methods: {
+ // 首次创建三条主链钱包 首次执行这里
+ setWalletInfo(e) {
this.word = uni.getStorageSync('word');
- this.walletInfo=this.$Token.initialWallet(this.word,e)
- uni.setStorageSync('walletInfo',this.walletInfo);
+ this.walletInfo = this.$Token.initialWallet(this.word, e)
+
+ this.$api.getBtcBalance().then((res) => {
+ var b = res.data.data[0]
+ for (var k in b) {
+ this.btcBalance = b[k]
+ }
+ })
+ this.walletInfo.BTC[0].balance = this.btcBalance
+ this.walletInfo.BTC[0].coinList = [{
+ name: "BTC",
+ xname: 'Bitcoin',
+ icon: require('@/static/tongyonh/bye.png'),
+ balance: this.btcBalance
+ }];
+ this.$EthUtil.getBalance(this.walletInfo.ETH[0].address).then((res) => {
+ this.walletInfo.ETH[0].balance = res
+ this.walletInfo.ETH[0].coinList = [{
+ name: "ETH",
+ xname: 'Ethereum',
+ icon: require('@/static/tongyonh/Frame3299.png'),
+ balance: res
+ }];
+
+ }).catch(err => {
+ console.log(err)
+ })
+ this.$TronUtil.getTronBalance(this.walletInfo.TRON[0].address).then((res) => {
+ this.walletInfo.TRON[0].balance = res
+ this.walletInfo.TRON[0].coinList = [{
+ name: "TRX",
+ xname: 'TRON',
+ icon: require('@/static/tongyonh/tron1.png'),
+ balance: res
+ }];
+
+ }).catch(err => {
+ console.log(err)
+ })
+ setTimeout(()=>{
+ uni.setStorageSync('walletInfo', this.walletInfo);
+ },1500)
},
-
- // 删除触发
- back(e){
- if(e.length<6){
- this.info=false;
+
+ // 删除密码触发
+ back(e) {
+ if (e.length < 6) {
+ this.info = false;
}
},
// 比较
- finish2(e) {
- var a=uni.getStorageSync('createWalletName')
- console.log(a);
- console.log('222222')
- if(a=='BTC'&&a!=''&&a!=undefined){
- this.walletInfo=uni.getStorageSync('walletInfo');
- var mnemonic=uni.getStorageSync('word');
- console.log(mnemonic,7777777777)
- let btc=this.$Token.generateBtc(mnemonic);
-
- btc.mnemonic=mnemonic;
- btc.password=e;
-
- btc.coinList=[{
- name:"BTC",
- xname:'Bitcoin',
- icon:require('@/static/tongyonh/bye.png')
- }];
- console.log(this.$store.state.btci,555566565)
- this.$store.commit('addBtci',1)
- uni.setStorageSync('wallet',btc)
- uni.setStorageSync('walleti',btc.privateKey)
-
- this.walletInfo.BTC[this.$store.state.btci]=btc;
- // 增加钱包位置
- console.log(this.$store.state.btci,555566565)
- console.log(this.walletInfo,44444)
- uni.setStorageSync('walletInfo',this.walletInfo);
- if(this.password!=e){
- this.info=true;
- return;
- }else{
- uni.showToast({
- title: 'successfully',
- icon: 'success',
- duration: 1500,
- })
- setTimeout(()=>{
- uni.navigateTo({
- url:'../../wallet/index'
- })
- },1500)
- this.info=false;
+ // 第二次创建钱包 第二次才执行
+ finish2(e) {
+ var a = uni.getStorageSync('createWalletName')
+ if (a == 'BTC' && a != '' && a != undefined) {
+ this.walletInfo = uni.getStorageSync('walletInfo');
+ var mnemonic = uni.getStorageSync('word');
+ console.log(mnemonic, 7777777777)
+ let btc = this.$Token.generateBtc(mnemonic);
+
+ btc.mnemonic = mnemonic;
+ btc.password = e;
+
+
+ this.$api.getBtcBalance().then((res) => {
+ var b = res.data.data[0]
+ for (var k in b) {
+ this.btcBalance = b[k]
}
+ })
+ btc.coinList = [{
+ name: "BTC",
+ xname: 'Bitcoin',
+ icon: require('@/static/tongyonh/bye.png'),
+ balance: this.btcBalance
+ }];
+ btc.balance = this.btcBalance
+ console.log(this.$store.state.btci, 555566565)
+ this.$store.commit('addBtci', 1)
+ uni.setStorageSync('wallet', btc)
+ uni.setStorageSync('walleti', btc.privateKey)
+
+ this.walletInfo.BTC[this.$store.state.btci] = btc;
+ // 增加钱包位置
+ console.log(this.$store.state.btci, 555566565)
+ console.log(this.walletInfo, 44444)
+ uni.setStorageSync('walletInfo', this.walletInfo);
+ if (this.password != e) {
+ this.info = true;
return;
+ } else {
+ uni.showToast({
+ title: 'successfully',
+ icon: 'success',
+ duration: 1500,
+ })
+ setTimeout(() => {
+ uni.navigateTo({
+ url: '../../wallet/index'
+ })
+ }, 1500)
+ this.info = false;
}
+ return;
+ }
+
+ if (a == 'ETH' && a != '' && a != undefined) {
+
+ this.walletInfo = uni.getStorageSync('walletInfo');
+
+ var mnemonic = uni.getStorageSync('word');
+ let eth = this.$Token.generateEth(mnemonic);
+
+ eth.mnemonic = mnemonic;
+ eth.password = e;
+
+ this.$EthUtil.getBalance(eth.address).then((res) => {
+ eth.balance = res
+ this.ethBbalance = res;
+ console.log(eth,456465465)
+ }).catch(err => {
+ console.log(err)
+ })
- if(a=='ETH'&&a!=''&&a!=undefined){
-
- this.walletInfo=uni.getStorageSync('walletInfo');
-
- var mnemonic=uni.getStorageSync('word');
- console.log(mnemonic,7777777777)
- let eth=this.$Token.generateEth(mnemonic);
-
-
-
- eth.mnemonic=mnemonic;
- eth.password=e;
- eth.coinList=[{
- name:"ETH",
- xname:'Ethereum',
- icon:require('@/static/tongyonh/Frame3299.png')
- }];
-
- console.log(this.$store.state.ethi,555566565)
- this.$store.commit('addEthi',1)
- uni.setStorageSync('wallet',eth)
- uni.setStorageSync('walleti',eth.privateKey)
- this.walletInfo.ETH[this.$store.state.ethi]=eth;
+ eth.coinList = [{
+ name: "ETH",
+ xname: 'Ethereum',
+ icon: require('@/static/tongyonh/Frame3299.png'),
+ balance: this.ethBbalance
+ }];
+ this.$store.commit('addEthi', 1)
+
+ uni.setStorageSync('walleti', eth.privateKey)
+ this.walletInfo.ETH[this.$store.state.ethi] = eth;
+
// 增加钱包位置
- console.log(this.$store.state.ethi,555566565)
- console.log(this.walletInfo,44444)
- uni.setStorageSync('walletInfo',this.walletInfo);
- if(this.password!=e){
- this.info=true;
+ console.log(this.$store.state.ethi, 555566565)
+ console.log(this.walletInfo, 44444)
+ setTimeout(()=>{
+ uni.setStorageSync('walletInfo', this.walletInfo);
+ },1000)
+
+ setTimeout(()=>{
+ uni.setStorageSync('wallet', eth)
+ },1000)
+ if (this.password != e) {
+ this.info = true;
return;
- }else{
+ } else {
uni.showToast({
title: 'successfully',
icon: 'success',
duration: 1500,
})
- setTimeout(()=>{
- uni.navigateTo({
- url:'../../wallet/index'
- })
- },1500)
- this.info=false;
+ setTimeout(() => {
+ uni.navigateTo({
+ url: '../../wallet/index'
+ })
+ }, 1500)
+ this.info = false;
}
return;
}
-
- if(a=='TRX'&&a!=''&&a!=undefined){
- this.walletInfo=uni.getStorageSync('walletInfo');
- var mnemonic=uni.getStorageSync('word');
- let tron=this.$Token.generateTron(mnemonic);
- tron.mnemonic=mnemonic;
- tron.password=e;
- tron.coinList=[{
- name:"TRX",
- xname:'TRON',
- icon:require('@/static/tongyonh/tron1.png')
- }];
- console.log(this.$store.state.troni,555566565)
- // 增加钱包位置
- this.$store.commit('addTroni',1)
- uni.setStorageSync('wallet',tron)
- uni.setStorageSync('walleti',tron.privateKey)
- this.walletInfo.TRON[this.$store.state.troni]=tron;
- uni.setStorageSync('walletInfo',this.walletInfo);
- if(this.password!=e){
- this.info=true;
- return;
- }else{
- uni.showToast({
- title: 'Set successfully',
- icon: 'success',
- duration: 1500,
- })
- setTimeout(()=>{
- uni.navigateTo({
- url:'../../wallet/index'
- })
- },1500)
- this.info=false;
- }
- return;
- }
-
-
-
-
- if(this.password!=e){
- this.info=true;
+ if (a == 'TRX' && a != '' && a != undefined) {
+ console.log(123123)
+ this.walletInfo = uni.getStorageSync('walletInfo');
+ var mnemonic = uni.getStorageSync('word');
+ let tron = this.$Token.generateTron(mnemonic);
+ tron.mnemonic = mnemonic;
+ tron.password = e;
+
+ this.$TronUtil.getTronBalance(tron.address).then((res) => {
+ tron.balance = res
+ this.trxBbalance = res
+
+ }).catch(err => {
+ console.log(err)
+ })
+ tron.coinList = [{
+ name: "TRX",
+ xname: 'TRON',
+ icon: require('@/static/tongyonh/tron1.png'),
+ balance: this.trxBbalance
+ }];
+ console.log(this.$store.state.troni, 555566565)
+ // 增加钱包位置
+ this.$store.commit('addTroni', 1)
+ setTimeout(()=>{
+ uni.setStorageSync('wallet', tron)
+ },1000)
+ uni.setStorageSync('walleti', tron.privateKey)
+ this.walletInfo.TRON[this.$store.state.troni] = tron;
+ setTimeout(()=>{
+ uni.setStorageSync('walletInfo', this.walletInfo);
+ },1000)
+ if (this.password != e) {
+ this.info = true;
return;
- }else{
+ } else {
uni.showToast({
title: 'Set successfully',
icon: 'success',
duration: 1500,
})
- this.setWalletInfo(e);
- setTimeout(()=>{
+ setTimeout(() => {
+ uni.navigateTo({
+ url: '../../wallet/index'
+ })
+ }, 1500)
+ this.info = false;
+ }
+ return;
+ }
+
+
+
+
+ if (this.password != e) {
+ this.info = true;
+ return;
+ } else {
+ uni.showToast({
+ title: 'Set successfully',
+ icon: 'success',
+ duration: 1500,
+ })
+ this.setWalletInfo(e);
+ setTimeout(() => {
// uni.navigateTo({
// url:'../reSuccessful'
// })
uni.navigateTo({
- url:'../../wallet/index'
- })
- },1500)
- this.info=false;
- }
-
-
-
-
- },
- // 第一次存密码
+ url: '../../wallet/index'
+ })
+ }, 1500)
+ this.info = false;
+ }
+
+
+
+
+ },
+ // 第一次存密码
finish(e) {
- this.password=e
- var that=this;
- that.borNum=false;
- that.borNum2=false;
- // uni.setStorage({
- // key: 'transPaw',
- // data: e,
- // success: function() {
- //
- // },
-
- // });
- setTimeout(()=>{
- that.borNum2=true;
- },50)
-
- },
+ this.password = e
+ var that = this;
+ that.borNum = false;
+ that.borNum2 = false;
+ // uni.setStorage({
+ // key: 'transPaw',
+ // data: e,
+ // success: function() {
+ //
+ // },
+
+ // });
+ setTimeout(() => {
+ that.borNum2 = true;
+ }, 50)
+
+ },
},
onLoad() {
-
+
}
};
diff --git a/pages/menu/collection/addCollection/index.css b/pages/menu/collection/addCollection/index.css
new file mode 100644
index 0000000..481af3a
--- /dev/null
+++ b/pages/menu/collection/addCollection/index.css
@@ -0,0 +1,52 @@
+page{
+ background-color: #fafafa;
+}
+.aaa{
+ background-color: #fafafa !important;
+}
+.main{
+ padding: 0 24rpx;
+ margin-top: 80rpx;
+}
+.main_con{
+ padding: 0 24rpx;
+ background-color: #fff;
+ border-radius: 24rpx;
+ padding-bottom: 160rpx;
+}
+.flex{
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+.main_con .item{
+ padding: 32rpx 0;
+ border-bottom: 2rpx solid #F5F5F5;
+ margin-bottom: 48rpx;
+}
+.main_con .item .imgcon .img{
+ width: 54rpx;
+ height: 54rpx;
+ margin-right: 24rpx;
+}
+.flex2{
+ display: flex;
+ align-items: center;
+}
+.main_con .item2{
+ margin-bottom: 50rpx;
+}
+.main_con .item2 .title{
+}
+.main_con .item2 .input{
+ height: 100rpx;
+ border-bottom: 2rpx solid #F5F5F5;
+}
+.main_con .btn{
+ line-height: 96rpx;
+ background-color: #E9ECF5;
+ text-align: center;
+ color: #fff;
+ border-radius: 32rpx;
+ margin-top: 120rpx;
+}
\ No newline at end of file
diff --git a/pages/menu/collection/addCollection/index.vue b/pages/menu/collection/addCollection/index.vue
new file mode 100644
index 0000000..9ddfaef
--- /dev/null
+++ b/pages/menu/collection/addCollection/index.vue
@@ -0,0 +1,70 @@
+
+
+
+
+ Add collection
+
+
+
+
+
+
+
+ ETH
+
+
+ TStUWD...mBmh
+
+
+
+
+ Contract address
+
+
+
+
+
+ Token ID
+
+
+
+
+ Confirm
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/menu/collection/collectionDetail/index.css b/pages/menu/collection/collectionDetail/index.css
new file mode 100644
index 0000000..6ada64e
--- /dev/null
+++ b/pages/menu/collection/collectionDetail/index.css
@@ -0,0 +1,27 @@
+.renYou2{
+ width: 48rpx;
+ height: 48rpx;
+ position: absolute;
+ right: 30rpx;
+}
+.main{
+ margin-top: 50rpx;
+ padding: 0 24rpx;
+}
+.main .item{
+ background-color: #F2F2F2;
+ border-radius: 8rpx;
+ padding: 24rpx;
+}
+.main .item .top{
+ margin-bottom: 20rpx;
+ font-size: 32rpx;
+ display: flex;
+ align-items: center;
+ word-break: break-word;
+}
+.main .item .top .img{
+ width: 48rpx;
+ height: 48rpx;
+ margin-right: 16rpx;
+}
\ No newline at end of file
diff --git a/pages/menu/collection/collectionDetail/index.vue b/pages/menu/collection/collectionDetail/index.vue
new file mode 100644
index 0000000..5a470d4
--- /dev/null
+++ b/pages/menu/collection/collectionDetail/index.vue
@@ -0,0 +1,57 @@
+
+
+
+
+
+ Binance NFT
+
+
+
+
+
+
+ 0x0Cc6...08E9
+
+
+ 合约:0xf7a2...490a
+
+
+ ID:624869217469673946369844112959321786979269186132
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/menu/collection/index.css b/pages/menu/collection/index.css
new file mode 100644
index 0000000..7c7ed18
--- /dev/null
+++ b/pages/menu/collection/index.css
@@ -0,0 +1,54 @@
+.maintoP{
+ margin-top: 100rpx;
+}
+/* .aaa{
+ background: #FAFAFA !important;
+} */
+/* page {
+ background: #FAFAFA;
+ } */
+.main{
+ padding: 0 48rpx;
+ margin-top: 50rpx;
+ background: #fff;
+}
+.title{
+ height: 150rpx;
+ display: flex;
+ align-items: center;
+ font-size: 32rpx;
+ border-bottom: 2rpx solid #F6F8FD;
+}
+.flex{
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.flex2{
+ display: flex;
+}
+
+.main_con .item .left .img{
+ width: 80rpx;
+ height: 80rpx;
+}
+.main_con .item{
+ height: 150rpx;
+ border-bottom: 2rpx solid #F6F8FD;
+ border-radius: 24rpx;
+
+}
+.main_con .item .img{
+ width: 48rpx;
+ height: 48rpx;
+}
+.main_con .textcon{
+ margin-left: 20rpx;
+}
+.main_con .textcon .text1{
+ font-size: 30rpx;
+}
+.main_con .textcon .text2{
+ font-size: 24rpx;
+ color: #999;
+}
\ No newline at end of file
diff --git a/pages/menu/collection/index.vue b/pages/menu/collection/index.vue
new file mode 100644
index 0000000..6e57343
--- /dev/null
+++ b/pages/menu/collection/index.vue
@@ -0,0 +1,75 @@
+
+
+
+ NFT collection
+
+
+
+
+
+
+
+
+ Binance NFT
+
+
+ 0 collections
+
+
+
+
+
+
+
+
+
+
+
+ Binance NFT
+
+
+ 0 collections
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/menu/discover/index.css b/pages/menu/discover/index.css
index a83bed5..357e654 100644
--- a/pages/menu/discover/index.css
+++ b/pages/menu/discover/index.css
@@ -1,5 +1,7 @@
+
.main{
padding: 0 24rpx;
+ margin-top: 100rpx;
}
.custom-style {
background-color: #FAFAFA;
@@ -136,4 +138,9 @@
font-size: 32rpx;
line-height: 96rpx;
margin-top: 52rpx;
+}
+
+/deep/ .uni-input-wrapper {
+ width: 100%;
+ height: 88% !important;
}
\ No newline at end of file
diff --git a/pages/menu/index/index.vue b/pages/menu/index/index.vue
index befac79..f84d7c8 100644
--- a/pages/menu/index/index.vue
+++ b/pages/menu/index/index.vue
@@ -17,9 +17,15 @@
}
},
async onLoad() {
- this.eth = await this.$EthUtil.getBalance('0x939cF3748a33deA9f64F7ac28910Bee3Cb2f0AbB')
+ this.$EthUtil.getBalance('0x939cF3748a33deA9f64F7ac28910Bee3Cb2f0AbB').then((res) => {
+ console.log(res,'eth')
+ }).catch(err => {
+ console.log(err)
+ })
+
+
this.$TronUtil.getTronBalance('TGPirBtr42YvWtwDNgVEgv3YYhiCkE8hJq').then((res) => {
- // console.log(res)
+ console.log(res,'tron')
this.trc = res
}).catch(err => {
console.log(err)
diff --git a/pages/menu/market/index.css b/pages/menu/market/index.css
index b19131b..13003ee 100644
--- a/pages/menu/market/index.css
+++ b/pages/menu/market/index.css
@@ -1,6 +1,7 @@
.main_con{
padding: 0 24rpx;
padding-bottom: 250rpx;
+ margin-top: 60rpx;
}
.main_con .title{
padding-top: 36rpx;
diff --git a/pages/menu/market/index.vue b/pages/menu/market/index.vue
index 99710b9..41b8c6d 100644
--- a/pages/menu/market/index.vue
+++ b/pages/menu/market/index.vue
@@ -9,127 +9,42 @@
Price/Vol
24h Chang
-
-
-
-
+
-
+
- BTC/USDT
+ {{item.name}}/USDT
- 212,252.38
+ {{item.current_price_usd}}
- 1,164,103,333
+ {{item.current_price}}
-
-
- 3.23%
+
+
+
+ {{item.change_percent}}%
-
-
- BTC/USDT
-
-
-
- 212,252.38
-
-
- 1,164,103,333
-
-
-
-
- 3.23%
-
-
+
+
-
-
- BTC/USDT
-
-
-
- 212,252.38
-
-
- 1,164,103,333
-
-
-
-
- 3.23%
-
-
-
-
-
-
- BTC/USDT
-
-
-
- 212,252.38
-
-
- 1,164,103,333
-
-
-
-
- 3.23%
-
-
+
+
-
-
- BTC/USDT
-
-
-
- 212,252.38
-
-
- 1,164,103,333
-
-
-
-
- 3.23%
-
-
-
-
-
- BTC/USDT
-
-
-
- 212,252.38
-
-
- 1,164,103,333
-
-
-
-
- 3.23%
-
-
+
@@ -148,12 +63,35 @@
export default {
data() {
return {
-
+ recordInfo:[],
}
},
methods: {
+ getHomeSlideFunc(){
+
+ var _self = this;
+ uni.request({
+ url: 'https://dncapi.fxhapp.com/api/coin/web-coinrank?page=1&type=0&pagesize=10', //请求接口
+ header: {
+ 'content-type': 'application/x-www-form-urlencoded', //自定义请求头信息
+ },
+ success: (res) => {
+ this.recordInfo=res.data.data
+ setTimeout(function(){_self.getHomeSlideFunc()},2000)
+ this.$forceUpdate()
+ }
+ });
+
+ },
+
+
+ },
+ onLoad() {
+ this.getHomeSlideFunc()
+
+
}
};
diff --git a/pages/menu/sendToken/addAddress/index.vue b/pages/menu/sendToken/addAddress/index.vue
index 63c8e73..949879a 100644
--- a/pages/menu/sendToken/addAddress/index.vue
+++ b/pages/menu/sendToken/addAddress/index.vue
@@ -53,13 +53,13 @@
-
+
Please select currency
-
+
@@ -72,8 +72,7 @@
-
-
+
Select
@@ -101,7 +100,6 @@
info:{},
addressName:'',
- value:'',
bigAddress:'',
save:false,
show: false,
@@ -132,9 +130,12 @@ show: false,
}
},
onLoad() {
-
+
},
methods: {
+ selectA(){
+ this.show=false
+ },
// 唤醒摄像头
chooseImage() {
var _this = this
@@ -148,9 +149,10 @@ show: false,
});
// ass()
},
- handove2(item){
- this.info=item;
- this.show=false;
+ handove2(item,index){
+ this.value=item.name;
+ this.show=false;
+
},
showSave(){
if(this.bigAddress!=''&&this.name!=''&&this.value!=''){
@@ -179,7 +181,8 @@ show: false,
return;
}
- if(this.info.name=='BTC'){
+ if(this.value=='BTC'){
+
console.log(uni.getStorageSync('BTCAddressInfo'),777)
if(uni.getStorageSync('BTCAddressInfo').length>0){
let btc=new Object;
@@ -233,7 +236,7 @@ show: false,
}
- if(this.info.name=='ETH'){
+ if(this.value=='ETH'){
console.log(uni.getStorageSync('ETHAddressInfo'),777)
if(uni.getStorageSync('ETHAddressInfo').length>0){
let eth=new Object;
@@ -290,7 +293,7 @@ show: false,
}
- if(this.info.name=='TRX'){
+ if(this.value=='TRX'){
console.log(uni.getStorageSync('TRXAddressInfo'),777)
if(uni.getStorageSync('TRXAddressInfo').length>0){
let trx=new Object;
diff --git a/pages/menu/sendToken/addAddress2/index.vue b/pages/menu/sendToken/addAddress2/index.vue
index 107b706..7c11aa9 100644
--- a/pages/menu/sendToken/addAddress2/index.vue
+++ b/pages/menu/sendToken/addAddress2/index.vue
@@ -136,9 +136,7 @@ show: false,
onLoad() {
if(uni.getStorageSync('AddressInfo',this.info)){
this.info=uni.getStorageSync('AddressInfo')
- console.log(uni.getStorageSync('AddressInfo'),7777)
this.AddressInfo=uni.getStorageSync('AddressInfo')
- console.log(this.AddressInfo)
this.addressName=this.AddressInfo.name
this.bigAddress=this.AddressInfo.address,
this.value=uni.getStorageSync('AddressName')
@@ -160,8 +158,8 @@ show: false,
// ass()
},
handove2(item){
- this.info=item;
- this.show=false;
+ this.value=item.name;
+ this.show=false;
},
showSave(){
if(this.bigAddress!=''&&this.name!=''&&this.value!=''){
@@ -171,10 +169,6 @@ show: false,
}
},
handove(item){
- console.log(this.value)
- console.log(this.bigAddress)
- console.log(this.addressName)
- console.log(this.info.name)
if(this.value==''){
this.save=false
uni.showToast({
@@ -311,11 +305,34 @@ show: false,
let trx=new Object;
trx.address=this.bigAddress;
trx.name=this.addressName
+
trx.coinList=[{
name:"TRX",
xname:'TRON',
icon:require('@/static/tongyonh/tron1.png')
}];
+ // if(this.value=='BTC'){
+ // trx.coinList=[{
+ // name:"BTC",
+ // xname:'Bitcoin',
+ // icon:require('@/static/tongyonh/bye.png')
+ // }];
+ // }
+ // if(this.value=='ETH'){
+ // trx.coinList=[{
+ // name:"ETH",
+ // xname:'Ethereum',
+ // icon:require('@/static/tongyonh/Frame3299.png')
+ // }];
+ // }
+ // if(this.value=='TRX'){
+ // trx.coinList=[{
+ // name:"TRX",
+ // xname:'TRON',
+ // icon:require('@/static/tongyonh/tron1.png')
+ // }];
+ // }
+
let TRXAddressInfo=[]
TRXAddressInfo=uni.getStorageSync('TRXAddressInfo')
TRXAddressInfo[this.AddressIndex]=trx
@@ -340,7 +357,7 @@ show: false,
xname:'TRON',
icon:require('@/static/tongyonh/tron1.png')
}];
- console.log(trx,4444)
+
let TRXAddressInfo=[]
TRXAddressInfo.push(trx)
console.log(TRXAddressInfo,4444)
diff --git a/pages/menu/sendToken/address/index.css b/pages/menu/sendToken/address/index.css
index 6e398a3..3020c22 100644
--- a/pages/menu/sendToken/address/index.css
+++ b/pages/menu/sendToken/address/index.css
@@ -34,6 +34,8 @@ padding-bottom: 150rpx;
margin-bottom: 30rpx;
position: relative;
}
+.main .itemcon{
+ }
.main .img1{
width: 30rpx;
height: 30rpx;
@@ -96,6 +98,7 @@ padding-bottom: 150rpx;
position: absolute;
right: 30rpx;
top: 30rpx;
+ z-index: 9999;
}
.set_con .itemm .img{
width: 36rpx;
diff --git a/pages/menu/sendToken/address/index.vue b/pages/menu/sendToken/address/index.vue
index 50a3a0e..5a27333 100644
--- a/pages/menu/sendToken/address/index.vue
+++ b/pages/menu/sendToken/address/index.vue
@@ -1,7 +1,6 @@
-
-
+
Address
@@ -10,7 +9,6 @@
-
@@ -29,7 +27,20 @@
+
+
+
+
+
+ Edit
+
+
+
+ Delete
+
+
+
@@ -47,8 +58,24 @@
-
+
+
+
+
+
+ Edit
+
+
+
+ Delete
+
+
+
+
+
+
+
@@ -67,9 +94,8 @@
-
-
-
+
+
Edit
@@ -79,9 +105,8 @@
Delete
-
-
-
+
+
@@ -101,8 +126,8 @@
-
-
+
+
@@ -114,6 +139,9 @@
export default {
data() {
return {
+ ethIndex:0,
+ btcIndex:0,
+ trxIndex:0,
showImte:false,
BTCAddressInfo:{},
ETHAddressInfo:{},
@@ -123,6 +151,8 @@
itemAddress:'',
info:{},
show: false,
+show2: false,
+show3: false,
list: [
{
name: 'Single address',
@@ -157,14 +187,25 @@ show: false,
})
},
showIndex(item,index){
+ this.itemCoin=item.coinList[0].name
+ if(item.coinList[0].xname=='Bitcoin'){
+ this.btcIndex=index
+ this.show=true
+ }else if(item.coinList[0].xname=='Ethereum'){
+ this.show2=true
+ this.ethIndex=index
+ }else{
+ this.trxIndex=index
+ this.show3=true
+ }
this.info= item
this.itemCoin=item.coinList[0].name
this.itemAddress=item.address
- this.show=true;
this.walletIndex=index;
},
deleteItem(){
if(this.itemCoin=='BTC'){
+ console.log(this.BTCAddressInfo.length,'length')
if(this.BTCAddressInfo.length==1){
let BTCAddressInfo=[]
uni.setStorageSync('BTCAddressInfo',BTCAddressInfo)
@@ -174,11 +215,11 @@ show: false,
console.log(this.walletIndex,44444)
let BTCAddressInfo=[]
BTCAddressInfo=uni.getStorageSync('BTCAddressInfo')
+ console.log(BTCAddressInfo,'删除前')
BTCAddressInfo=BTCAddressInfo.splice(this.walletIndex,1)
- console.log(BTCAddressInfo,77777)
+ console.log(BTCAddressInfo,'删除后')
uni.setStorageSync('BTCAddressInfo',BTCAddressInfo)
this.showImte=true;
- console.log(BTCAddressInfo,2222)
this.show=false;
setTimeout(()=>{
uni.reLaunch({
@@ -202,7 +243,7 @@ show: false,
uni.setStorageSync('ETHAddressInfo',ETHAddressInfo)
this.showImte=true;
console.log(ETHAddressInfo,2222)
- this.show=false;
+ this.show2=false;
setTimeout(()=>{
uni.reLaunch({
url:'../address/index'
@@ -225,7 +266,7 @@ show: false,
uni.setStorageSync('TRXAddressInfo',TRXAddressInfo)
this.showImte=true;
console.log(TRXAddressInfo,2222)
- this.show=false;
+ this.show3=false;
setTimeout(()=>{
uni.reLaunch({
url:'../address/index'
@@ -241,15 +282,15 @@ goAddress(){
}
},
onLoad() {
- if(uni.getStorageSync('BTCAddressInfo')){
+ if(uni.getStorageSync('BTCAddressInfo').length>0){
this.BTCAddressInfo=uni.getStorageSync('BTCAddressInfo')
console.log(this.BTCAddressInfo,777)
}
- if(uni.getStorageSync('ETHAddressInfo')){
+ if(uni.getStorageSync('ETHAddressInfo').length>0){
this.ETHAddressInfo=uni.getStorageSync('ETHAddressInfo')
console.log(this.ETHAddressInfo,777)
}
- if(uni.getStorageSync('TRXAddressInfo')){
+ if(uni.getStorageSync('TRXAddressInfo').length>0){
this.TRXAddressInfo=uni.getStorageSync('TRXAddressInfo')
console.log(this.TRXAddressInfo,777)
}
diff --git a/pages/menu/sendToken/index.css b/pages/menu/sendToken/index.css
index 26c1a9e..4ae2609 100644
--- a/pages/menu/sendToken/index.css
+++ b/pages/menu/sendToken/index.css
@@ -16,7 +16,32 @@
display: block;
margin: 0 auto;
}
-
+.info_con{
+ width: 702rpx;
+ height: 120rpx;
+ display: flex;
+ align-items: center;
+ position: fixed;
+ bottom: -150rpx;
+ z-index: 999;
+ border-radius: 26rpx;
+ padding: 0 48rpx;
+ color: #fff;
+ transition: .8s all;
+}
+.goTop{
+ position: fixed;
+ bottom: 60rpx !important;
+}
+.green{
+ background-color: #6AD6A8;
+}
+.info_con .text{
+}
+.info_con .text2{
+ font-size: 700;
+ font-size: 32rpx;
+}
.title{
font-size: 36rpx;
text-align: center;
@@ -46,13 +71,14 @@
border-radius: 10rpx;
padding: 32rpx;
border-radius: 20rpx;
+ word-break: break-word;
}
.bottom_con{
padding: 0 24rpx;
}
.copy{
margin-top:58rpx;
- color:#7D87A6 !important;
+ color:#fff !important;
}
.main .text3{
color: #000;
@@ -60,7 +86,7 @@
margin-bottom: 24rpx;
line-height: 112rpx;
text-align: center;
- background-color: #F6F8FD;
+ background-color: #707EAE;
border-radius: 10rpx;
text-align: center;
border-radius: 20rpx;
@@ -74,6 +100,10 @@
margin-right: 10rpx;
}
.main .text3:hover{
- background-color: #fff;
- border: 2rpx solid #F6F8FD;
+
}
+.code_con{
+ display: flex;
+ justify-content: center;
+ margin-top: 80rpx;
+}
\ No newline at end of file
diff --git a/pages/menu/sendToken/index.vue b/pages/menu/sendToken/index.vue
index 698a978..04159e8 100644
--- a/pages/menu/sendToken/index.vue
+++ b/pages/menu/sendToken/index.vue
@@ -5,30 +5,42 @@
-
-
- TRX Receiving address
+
+
+
+
+ {{addressInfo.coinList[0].xname}} Receiving address
-
+
+
+
Scan the QR code to transfer to the asset
- TASD djhe u3y3 khkd khhg kie3 jhhs uehw ssdhd
+ {{addressInfo.address}}
-
-
+
+
Copy address
-
+
+
+
+ Copy address Successful!
+
+
+
@@ -36,14 +48,62 @@
diff --git a/pages/menu/sendToken/transfer2/index.css b/pages/menu/sendToken/transfer2/index.css
new file mode 100644
index 0000000..5a158b0
--- /dev/null
+++ b/pages/menu/sendToken/transfer2/index.css
@@ -0,0 +1,182 @@
+.renYou2{
+ width: 48rpx;
+ height: 48rpx;
+ position: absolute;
+ right: 30rpx;
+}
+.main{
+padding: 0 24rpx;
+margin-top: 60rpx;
+}
+.item{
+ margin-top: 30rpx;
+}
+.inputcon{
+ position: relative;
+ height: auto;
+ margin-top: 20rpx;
+ background-color:#fff;
+}
+.inputcon .input{
+ width: 80%;
+ padding-left: 30rpx;
+ line-height: 60rpx;
+ border-radius: 16rpx;
+}
+.inputcon .img{
+ width: 48rpx;
+ height: 48rpx;
+ position: absolute;
+ top: 50%;
+ right: 40rpx;
+ transform: translateY(-50%);
+}
+.inputcon2{
+ height: auto;
+ margin-top: 20rpx;
+}
+.inputcon2 .input_con{
+}
+.inputcon2 .input_con .input2{
+ padding: 0 40rpx;
+ height: 190rpx;
+ font-size: 75rpx;
+ background-color: #fff;
+ border-radius: 16rpx;
+ border-bottom: 2rpx solid #F4F7FE;
+}
+.inputcon2 .input_con .input1{
+ padding: 0 40rpx;
+ height: 100rpx;
+ background-color: #fff;
+ border-radius: 0 0 16rpx 16rpx;
+}
+.flex{
+ display: flex;
+ justify-content: space-between;
+}
+.all{
+ color: #5B53FF;
+}
+.aaa{
+ background-color: #fafafa !important;
+}
+.minitem{
+ padding: 0 30rpx;
+ height: 100rpx;
+ background-color:#fff;
+ border-radius: 16rpx;
+ align-items: center;
+}
+.item .rimg{
+ width: 24rpx;
+ height: 24rpx;
+}
+ page {
+ background-color: #FAFAFA !important;
+ }
+ .main .btn{
+ line-height: 96rpx;
+ background-color: #5B53FF;
+ text-align: center;
+ color: #fff;
+ border-radius: 32rpx;
+ margin-top: 50rpx;
+ }
+
+
+ .ac .bottom_con{
+ position: absolute;
+ bottom: 0;
+ z-index: 9999;
+ }
+ .bottom_con{
+ width: 100%;
+ background-color:#F7F8FA;
+ padding: 0 24rpx;
+ border-radius: 16rpx 16rpx 0 0;
+ padding-bottom: 40rpx;
+ }
+ .title_con{
+ padding: 30rpx 0;
+ text-align: center;
+ color: #7A7A81;
+ }
+ .money_con{
+ background-color: #fff;
+ padding: 0 30rpx;
+ padding-top: 70rpx;
+ border-radius: 16rpx 16rpx 0 0;
+ }
+ .money_con .money{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+ .money_con .money .tex1{
+ font-size: 64rpx;
+ margin-right: 10rpx;
+ }
+ .money_con .img{
+ width: 48rpx;
+ height: 48rpx;
+ position: absolute;
+ left: 12rpx;
+ top: 24rpx;
+ }
+ .money_con .img2{
+ width: 28rpx;
+ height: 28rpx;
+ position: absolute;
+ left: 32rpx;
+ top: 32rpx;
+ }
+ .money_con .money .tex2{
+ font-size: 42rpx;
+ }
+ .money_con .money .text{
+
+ }
+ .info_con{
+ margin-top: 40rpx;
+ }
+ .info_con .item{
+ display: flex;
+ padding-bottom: 24rpx;
+ border-bottom: 2rpx solid #DDDDDD;
+ }
+ .info_con .item:last-child{
+ border-bottom: none;
+ }
+ .info_con .item .text1{
+ color: #9B9C9E;
+ margin-right: 50rpx;
+ }
+ .info_con .item .text2{
+ word-break: break-word;
+ }
+ .bottom_con .btn{
+ line-height: 96rpx;
+ background-color: #5B53FF;
+ text-align: center;
+ color: #fff;
+ border-radius: 32rpx;
+ margin-top: 50rpx;
+ }
+ .money_con2{
+ height: 400rpx;
+ }
+ .btn2{
+ line-height: 96rpx;
+ background-color: #E9ECF5;
+ text-align: center;
+ color: #fff;
+ border-radius: 32rpx;
+ margin-top: 50rpx;
+ }
+ .btncolor{
+ background-color: #5B53FF;
+ }
+ .btncolor2{
+ background-color: #E9ECF5;
+ }
\ No newline at end of file
diff --git a/pages/menu/sendToken/transfer2/index.vue b/pages/menu/sendToken/transfer2/index.vue
new file mode 100644
index 0000000..540d545
--- /dev/null
+++ b/pages/menu/sendToken/transfer2/index.vue
@@ -0,0 +1,244 @@
+
+
+
+
+ {{info.coinList[0].name}} Transfer
+
+
+
+
+
+
+ Collection address
+
+
+
+
+
+
+
+
+ Amount of Money
+ ALL
+
+
+
+
+
+
+
+
+
+
+ Next step
+
+
+
+
+
+
+
+ Payment details
+
+
+
+
+ {{toValue}}
+ {{info.coinList[0].name}}
+
+
+
+ Payment information
+ {{info.coinList[0].name}} transfer
+
+
+ Collection address
+ {{toAddress}}
+
+
+ Payment address
+ {{info.address}}
+
+
+
+
+
+ Next step
+
+
+
+
+
+
+ Password
+
+
+
+
+
+
+ Next step
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/menu/token/btc/index.css b/pages/menu/token/btc/index.css
index 96137a5..17a76ac 100644
--- a/pages/menu/token/btc/index.css
+++ b/pages/menu/token/btc/index.css
@@ -179,4 +179,7 @@
.select_con .item1 .rig_con .text1 text{
margin-left: 10rpx;
+}
+/deep/ .u-empty {
+ padding: 30px !important;
}
\ No newline at end of file
diff --git a/pages/menu/token/btc/index.vue b/pages/menu/token/btc/index.vue
index 6f6b598..5f5f36f 100644
--- a/pages/menu/token/btc/index.vue
+++ b/pages/menu/token/btc/index.vue
@@ -12,197 +12,323 @@
-
-
-
-
- 0.00 BTC
-
-
- 0.00 ETH
-
-
- 0.00 TRX
-
- ≈ $0.0
+
+
+
+
+ 0.00 BTC
+
+
+ 0.00 ETH
+
+
+ 0.00 TRX
+
+ ≈ $0.0
-
-
-
-
-
-
-
- 0.0
-
-
- Existing balance
-
+
+
+
-
-
- 0.0
+
+
+
+ 0.0
+
+
+ Existing balance
+
-
- Freeze balance
+
+
+ 0.0
+
+
+ Freeze balance
+
-
-
-
-
-
-
-
-
-
-
-
- TDJK ... gaad
-
-
- 00.01/ 00:00
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.to}}
+
+
+
+ {{item.time}}
+
+
+
+
+
+ -
+ {{item.value}}
+
+ {{item.network}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.to}}
+
+
+ {{item.from}}
+
+
+ {{item.time}}
+
+
+
+
+
+ +
+ -
+ {{item.value}}
+
+ {{item.network}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.from}}
+
+
+
+ {{item.time}}
+
+
+
+
+
+ +
+ {{item.value}}
+
+ {{item.network}}
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- +0.0
-
- BTC
-
-
- ETH
-
-
- TRX
-
-
+
+
+
+
+
+
+ Send
+
+
+
+
+ Receive
-
-
-
-
-
-
-
-
-
- TDJK ... gaad
-
-
- 00.01/ 00:00
-
-
-
-
-
- +0.0
-
- BTC
-
-
- ETH
-
-
- TRX
-
-
-
-
-
-
-
-
-
-
-
-
- TDJK ... gaad
-
-
- 00.01/ 00:00
-
-
-
-
-
- +0.0
-
- BTC
-
-
- ETH
-
-
- TRX
-
-
-
-
-
-
-
-
-
-
-
-
-
- Send
-
-
-
- Receive
-
-
-
-
diff --git a/pages/menu/token/btctrue/index.css b/pages/menu/token/btctrue/index.css
new file mode 100644
index 0000000..17a76ac
--- /dev/null
+++ b/pages/menu/token/btctrue/index.css
@@ -0,0 +1,185 @@
+.renYou{
+ width: 48rpx;
+ height: 48rpx;
+ position: absolute;
+ right: 30rpx;
+}
+.big_title{
+ font-size: 48rpx;
+}
+
+.main .money_con{
+ display: block;
+ width:95%;
+ margin: 0 auto;
+ margin-top: 50rpx;
+ margin-bottom: 50rpx;
+ height: 320rpx;
+ background-image: linear-gradient(to right, #FF820C , #FFB606);
+ padding: 40rpx 50rpx;
+ border-radius: 24rpx;
+}
+.textcon1{
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ line-height: 56rpx;
+}
+.textcon1 .text1{
+ color: #fff;
+ font-size: 56rpx ;
+}
+.textcon1 .text1 .text2{
+ color: #fff;
+ font-size: 32rpx ;
+}
+.textcon1 .img1{
+ width: 100rpx;
+ height: 110rpx;
+}
+.textcon1 .v1{
+
+}
+.textcon1 .v1 .t1{
+ color: #fff;
+ font-size: 32rpx;
+}
+.textcon1 .v1 .t2{
+ color: #fff;
+ font-size: 24rpx;
+}
+.textcon1 .v2{
+ margin-right: 100rpx;
+}
+.select_con{
+ width: 100%;
+ padding-bottom: 260rpx;
+}
+.select_con .select{
+ margin: 0 12px;
+ border-radius: 30rpx;
+ background-color: #fff;
+ box-shadow: 0 0 30px #EBEEF1;
+}
+/deep/ .u-tabs{
+ border-bottom: 2rpx solid #F6F8FD;
+ border-radius: 30rpx 30rpx 0 0;
+}
+.select_con .item1{
+ display: flex;
+ justify-content: space-between;
+ padding-top: 60rpx;
+ padding-bottom: 50rpx;
+ border-bottom: 2rpx solid #F6F8FD;
+ padding-left: 40rpx;
+ padding-right: 24rpx;
+}
+.select_con .item1 .lef_con{
+ display: flex;
+ align-items: center;
+}
+.select_con .item1 .lef_con .img1{
+ width: 48rpx;
+ height: 48rpx;
+}
+.select_con .item1 .lef_con .textcon{
+ margin-left: 24rpx;
+}
+.select_con .item1 .lef_con .textcon .text1{
+ font-size: 32rpx;
+}
+.select_con .item1 .lef_con .textcon .text2{
+ font-size: 24rpx;
+ color: #999;
+}
+
+.select_con .item1 .rig_con .text1{
+ font-size: 32rpx;
+}
+.select_con .item1 .rig_con .img1{
+ width: 28rpx;
+ height: 20rpx;
+ float: right;
+ margin-top: 20rpx;
+}
+.select_con .item1 .rig_con .img2{
+ width: 28rpx;
+ height: 40rpx;
+ float: right;
+ margin-top: 20rpx;
+}
+.btnconn{
+ position: fixed;
+ bottom: 0;
+ background-color: #fff;
+ padding: 24rpx 24rpx;
+ width: 100%;
+ display: flex;
+ justify-content: space-between;
+}
+.btnconn .btn{
+ width: 334rpx;
+ line-height: 96rpx;
+ border-radius: 30rpx;
+ border: 2rpx solid #5B53FF;
+ text-align: center;
+ display: flex;
+ align-items: center;
+ color:#5B53FF;
+ justify-content: center;
+ font-size: 34rpx;
+ position: relative;
+}
+.active{
+ color: #fff !important;
+ background-color: #5B53FF;
+}
+.btnconn .btn .img1{
+ width: 48rpx;
+ height: 48rpx;
+
+}
+
+.arrow-up-left{
+ width: 48rpx;
+ height: 48rpx;
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
+ left: 68rpx;
+}
+.btn13{
+ margin-left: 40rpx;
+}
+
+.main .money_con{
+ margin-top: 32rpx;
+ background-image: linear-gradient(to right, #6441CF , #877BFE);
+ height: 320rpx;
+ padding: 40rpx 36rpx;
+ position: relative;
+ border-radius: 24rpx;
+}
+.main .money_con2{
+ margin-top: 32rpx;
+ background-image: linear-gradient(to right, #FF820C , #FFB606);
+ height: 320rpx;
+ padding: 40rpx 36rpx;
+ position: relative;
+ border-radius: 24rpx;
+}
+ .main .money_con3{
+ margin-top: 32rpx;
+ background-image: linear-gradient(to right, #B6162A , #F96D7D);
+ height: 320rpx;
+ padding: 40rpx 36rpx;
+ position: relative;
+ border-radius: 24rpx;
+}
+
+.select_con .item1 .rig_con .text1 text{
+ margin-left: 10rpx;
+}
+/deep/ .u-empty {
+ padding: 30px !important;
+}
\ No newline at end of file
diff --git a/pages/menu/token/btctrue/index.vue b/pages/menu/token/btctrue/index.vue
new file mode 100644
index 0000000..6eacfa9
--- /dev/null
+++ b/pages/menu/token/btctrue/index.vue
@@ -0,0 +1,337 @@
+
+
+
+
+ BTC
+
+
+ ETH
+
+
+ TRX
+
+
+
+
+
+
+
+ {{this.infoWallet.balance}} BTC
+
+
+ 0.00 ETH
+
+
+ 0.00 TRX
+
+ ≈ $0.0
+
+
+
+
+
+
+
+
+ 0.0
+
+
+ Existing balance
+
+
+
+
+ 0.0
+
+
+ Freeze balance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.outputs[0].address}}
+
+
+ {{item.time}}
+
+
+
+
+
+
+
+ -
+ {{item.outputs[0].value}}
+
+
+ {{item.network}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.inputs[0].address}}
+
+
+ {{item.outputs[0].address}}
+
+
+ {{item.time}}
+
+
+
+
+
+
+ +
+ {{item.inputs[0].value}}
+
+
+ -
+ {{item.outputs[0].value}}
+
+
+ {{item.network}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.inputs[0].address}}
+
+
+
+ {{item.time}}
+
+
+
+
+
+
+ +
+ {{item.inputs[0].value}}
+
+
+
+ {{item.network}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Send
+
+
+
+
+ Receive
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/menu/transction/detail/index.css b/pages/menu/transction/detail/index.css
index 23e5748..348fda7 100644
--- a/pages/menu/transction/detail/index.css
+++ b/pages/menu/transction/detail/index.css
@@ -42,6 +42,7 @@
.main_con .item .text2{
font-size: 32rpx;
margin-top: 8rpx;
+ word-wrap: break-word;
}
.main_con .item .text2 .img{
width: 48rpx;
diff --git a/pages/menu/transction/detail/index.vue b/pages/menu/transction/detail/index.vue
index 681d788..2d185f4 100644
--- a/pages/menu/transction/detail/index.vue
+++ b/pages/menu/transction/detail/index.vue
@@ -18,7 +18,7 @@
Amount
- 0.1123123 BTC
+ {{info.value}} {{info.network}}
@@ -26,7 +26,7 @@
Time
- 2021.09.01 10:23:22
+ {{info.time}}
@@ -34,7 +34,7 @@
Tx Fee
- 0.001 ETH
+ {{info.fee}} {{info.network}}
@@ -42,7 +42,7 @@
Transaction ID
- 23583727538293753857923878
+ {{info.txid}}
@@ -51,7 +51,7 @@
Send address (me)
- TASD djhe u3y3 khkd khhg kie3 jhhs uehw sdahd
+ {{info.from}}
@@ -60,7 +60,7 @@
Receiving address (others)
- TASD djhe u3y3 khkd khhg kie3 jhhs uehw ssdhd
+ {{info.to}}
@@ -96,14 +96,21 @@
diff --git a/pages/menu/transction/detail2/index.css b/pages/menu/transction/detail2/index.css
new file mode 100644
index 0000000..348fda7
--- /dev/null
+++ b/pages/menu/transction/detail2/index.css
@@ -0,0 +1,109 @@
+.main{
+ padding: 0 26rpx;
+ padding-bottom: 100rpx;
+}
+.main_con{
+ background-color: #fff;
+ border-radius: 26rpx;
+ padding-left: 26rpx;
+ padding-right: 40rpx;
+ margin-top: 98rpx;
+ box-shadow: 0 10rpx 30rpx 10rpx #EAEDF0;
+ position: relative;
+}
+.main_con .title{
+ text-align: center;
+ color: #6AD6A8;
+ font-size: 36rpx;
+ padding-top: 100rpx;
+}
+.flex{
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+.main_con .title_con{
+ padding-top: 60rpx;
+ padding-bottom: 34rpx;
+ border-bottom: 2rpx solid #F6F8FD;
+}
+.main_con .title_con .text1{
+ font-size: 40rpx;
+ font-size: 500;
+}
+.main_con .item{
+ padding: 34rpx 0;
+ border-bottom: 2rpx solid #F6F8FD;
+}
+.main_con .item .text1{
+ font-size: 28rpx;
+ color: #7D87A6;
+}
+.main_con .item .text2{
+ font-size: 32rpx;
+ margin-top: 8rpx;
+ word-wrap: break-word;
+}
+.main_con .item .text2 .img{
+ width: 48rpx;
+ height: 48rpx;
+ margin-left: 12rpx;
+ vertical-align: middle;
+}
+.goto{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 28rpx;
+ color: #2F80ED;
+ padding: 60rpx 0 !important;
+}
+.yuan{
+ width: 114rpx;
+ height: 114rpx;
+ border-radius: 50%;
+ background-color: #fff;
+ position: absolute;
+ top:-50rpx;
+ left: 50%;
+ transform: translateX(-50%);
+}
+.yuan .img1{
+ width: 82rpx;
+ height: 82rpx;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%,-50%);
+}
+.sett{
+ width: 95%;
+ position: absolute;
+ bottom: -270rpx;
+ left: 50%;
+ transform: translateX(-50%);
+ z-index: 999;
+}
+.sett .top{
+ background-color: #fff;
+ border-radius: 26rpx;
+}
+.sett .top .item{
+ line-height: 120rpx;
+ text-align: center;
+ font-size: 34rpx;
+ color: #47548C;
+ border-bottom: 2rpx solid #A3AED0;
+}
+.sett .top .item:last-child{
+ border-bottom: none;
+}
+.sett .cancel{
+ line-height: 120rpx;
+ text-align: center;
+ border-radius: 26rpx;
+ background-color: #fff;
+ font-size: 34rpx;
+ color: #5B53FF;
+ margin-top: 30rpx;
+}
\ No newline at end of file
diff --git a/pages/menu/transction/detail2/index.vue b/pages/menu/transction/detail2/index.vue
new file mode 100644
index 0000000..31586db
--- /dev/null
+++ b/pages/menu/transction/detail2/index.vue
@@ -0,0 +1,128 @@
+
+
+
+
+ Transaction details
+
+
+
+
+
+
+
+
+ Confirmed
+
+
+
+ Amount
+
+
+ {{info.value}} {{info.network}}
+
+
+
+
+ Time
+
+
+ {{info.time}}
+
+
+
+
+ Tx Fee
+
+
+ {{info.fee}} {{info.network}}
+
+
+
+
+ Transaction ID
+
+
+ {{info.txid}}
+
+
+
+
+
+ Send address (me)
+
+
+ {{info.outputs[0].address}}
+
+
+
+
+
+ Receiving address (others)
+
+
+ {{info.inputs[0].address}}
+
+
+
+
+ Go to your browser for more information
+
+
+
+
+
+ Copy address
+
+
+ Add to Address Book
+
+
+
+ Cancel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/menu/wallet/cwallet/index.vue b/pages/menu/wallet/cwallet/index.vue
index c83fbff..681ea5c 100644
--- a/pages/menu/wallet/cwallet/index.vue
+++ b/pages/menu/wallet/cwallet/index.vue
@@ -36,7 +36,7 @@
- 0.00
+ {{item.balance}}
@@ -56,7 +56,7 @@
- 0.00
+ {{item.balance}}
@@ -76,7 +76,7 @@
- 0.00
+ {{item.balance}}
@@ -115,7 +115,7 @@
this.num=index.privateKey
uni.setStorageSync('walleti',this.num)
console.log(index)
- if(index.coinList[0].name=='BTC'){
+ if(index.coinList[0].xname=='Bitcoin'){
console.log(this.walletInfoBTC2[i])
uni.setStorageSync('wallet',this.walletInfoBTC2[i])
setTimeout(()=>{
@@ -124,7 +124,7 @@
})
},5)
}
- if(index.coinList[0].name=='ETH'){
+ if(index.coinList[0].xname=='Ethereum'){
console.log(this.walletInfoETH2[i],777777777)
uni.setStorageSync('wallet',this.walletInfoETH2[i])
setTimeout(()=>{
@@ -133,7 +133,7 @@
})
},5)
}
- if(index.coinList[0].name=='TRX'){
+ if(index.coinList[0].xname=="TRON"){
console.log(this.walletInfoTRX2[i])
uni.setStorageSync('wallet',this.walletInfoTRX2[i])
setTimeout(()=>{
@@ -153,34 +153,22 @@
this.typeBoll=false;
}
if(type=='eth'){
- // var a=this.$refs.eth.$el.offsetTop;
- // var b=a-57;
- // console.log(b,77777777)
- // this.$refs.tiao.$el.style.top=b+"px";
this.type='eth'
this.typeBoll=true;
}
if(type=='btc'){
- // var a=this.$refs.btc.$el.offsetTop;
- // var b=a-57;
- // console.log(b,77777777)
- // this.$refs.tiao.$el.style.top=b+"px";
this.type='btc'
this.typeBoll=true;
}
if(type=='trx'){
- // console.log(this.$refs.trx.offsetTop,1111)
- // var a=this.$refs.trx.$el.offsetTop;
- // var b=a-57;
- // console.log(b,77777777)
- // this.$refs.tiao.$el.style.top=b+"px";
this.type='trx'
this.typeBoll=true;
}
},
getStorage(){
this.walletInfo2 = uni.getStorageSync('walletInfo');
+ console.log(this.walletInfo2,232323)
this.walletInfoBTC2=this.walletInfo2.BTC;
this.walletInfoETH2=this.walletInfo2.ETH;
this.walletInfoTRX2=this.walletInfo2.TRON;
diff --git a/pages/menu/wallet/index.css b/pages/menu/wallet/index.css
index 16e98ec..c8f1fbb 100644
--- a/pages/menu/wallet/index.css
+++ b/pages/menu/wallet/index.css
@@ -126,4 +126,12 @@
}
.opc{
opacity: .4;
+}
+.jiaimg{
+ width: 48rpx;
+ height: 48rpx;
+}
+.jiacon{
+ display: flex;
+ justify-content: space-between;
}
\ No newline at end of file
diff --git a/pages/menu/wallet/index.vue b/pages/menu/wallet/index.vue
index 063e868..227cee9 100644
--- a/pages/menu/wallet/index.vue
+++ b/pages/menu/wallet/index.vue
@@ -20,7 +20,7 @@
- $0.00
+ $ {{userObj.balance}}
***
@@ -31,14 +31,19 @@
-
- Assets
+
+
+ Assets
+
+
+
-
+
+ {{item.name}}
{{item.xname}}
@@ -47,7 +52,7 @@
- 0.00
+ {{item.balance}}
=$0.00
@@ -73,23 +78,69 @@
export default {
data() {
return {
+ eth: '',
+ trc: 'Hello',
walletInfo:{},
userObj:{},
+ userObj2:{},
showMoney1:true,
showMoney2:false,
+ btcBalance:0,
}
},
+
onLoad() {
this.setStorage();
+ this.getWalletBalance();
var a=uni.getStorageSync('wallet')
- console.log(a)
if(a!=''){
- console.log(1111)
this.userObj=uni.getStorageSync('wallet');
+ console.log(this.userObj,777)
+ this.userObj2=uni.getStorageSync('wallet');
this.userObj.address = this.userObj.address.substring(0, 6)+'...'+this.userObj.address.substring(25,this.userObj.address.length);
}
},
methods: {
+ // 每次进来全部钱吧都刷新余额并存缓存
+ getWalletBalance(){
+ var walletInfo=uni.getStorageSync('walletInfo')
+
+ for(let i=0;i {
+ var b = res.data.data[0]
+ for (var k in b) {
+ walletInfo.BTC[i].balance= b[k]
+ uni.setStorageSync('walletInfo',walletInfo)
+ }
+ })
+ }
+ var walletInfo=uni.getStorageSync('walletInfo')
+ for(let i=0;i {
+ walletInfo.ETH[i].balance= res
+ uni.setStorageSync('walletInfo',walletInfo)
+ }).catch(err => {
+ console.log(err)
+ })
+
+ }
+ var walletInfo=uni.getStorageSync('walletInfo')
+ for(let i=0;i {
+ walletInfo.TRON[i].balance= res
+ uni.setStorageSync('walletInfo',walletInfo)
+ }).catch(err => {
+ console.log(err)
+ })
+
+ }
+
+ },
+ goOther(){
+ uni.navigateTo({
+ url:'otherCoin/index'
+ })
+ },
showMoney(){
this.showMoney1=false
this.showMoney2=true
@@ -104,13 +155,19 @@
this.userObj.address = this.userObj.address.substring(0, 6)+'...'+this.userObj.address.substring(25,this.userObj.address.length);
console.log(this.walletInfo.BTC[0])
},
- goTrans() {
- console.log(777777)
- let item = JSON.stringify(this.userObj)
- console.log(item,777777)
- uni.navigateTo({
- url:'/pages/menu/token/btc/index?item='+item
- })
+ goTrans() {
+ let item = JSON.stringify(this.userObj2)
+ if(this.userObj2.coinList[0].xname=='Bitcoin'){
+ uni.navigateTo({
+ url:'/pages/menu/token/btctrue/index?item='+item
+ })
+ }else{
+ uni.navigateTo({
+ url:'/pages/menu/token/btc/index?item='+item
+ })
+
+ }
+
},
// 唤醒摄像头
chooseImage() {
diff --git a/pages/menu/wallet/mwallet/index.vue b/pages/menu/wallet/mwallet/index.vue
index fad02c9..8db227a 100644
--- a/pages/menu/wallet/mwallet/index.vue
+++ b/pages/menu/wallet/mwallet/index.vue
@@ -34,7 +34,7 @@
- 0.00
+ {{item.balance}}
@@ -52,7 +52,7 @@
- 0.00
+ {{item.balance}}
@@ -72,7 +72,7 @@
- 0.00
+ {{item.balance}}
@@ -98,6 +98,7 @@
walletInfoETH:[],
walletInfoTRX:[],
walletInfo:{},
+ walletInfo2:{},
}
},
methods: {
@@ -114,28 +115,18 @@
this.typeBoll=false;
}
if(type=='eth'){
- // var a=this.$refs.eth.$el.offsetTop;
- // var b=a-57;
- // console.log(b,77777777)
- // this.$refs.tiao.$el.style.top=b+"px";
+
this.type='eth'
this.typeBoll=true;
}
if(type=='btc'){
- // var a=this.$refs.btc.$el.offsetTop;
- // var b=a-57;
- // console.log(b,77777777)
- // this.$refs.tiao.$el.style.top=b+"px";
+
this.type='btc'
this.typeBoll=true;
}
if(type=='trx'){
- // console.log(this.$refs.trx.offsetTop,1111)
- // var a=this.$refs.trx.$el.offsetTop;
- // var b=a-57;
- // console.log(b,77777777)
- // this.$refs.tiao.$el.style.top=b+"px";
+
this.type='trx'
this.typeBoll=true;
}
@@ -144,6 +135,7 @@
setStorage() {
// this.walletInfo.walletPassword = this.$store.state.noBackupWalletInfo.walletPassword
this.walletInfo = uni.getStorageSync('walletInfo');
+ this.walletInfo2 = uni.getStorageSync('walletInfo');
this.walletInfoBTC=this.walletInfo.BTC;
for(var i=0;i
+
+
+ Add token
+
+
+
+
+ Hot assets
+
+
+
+
+
+
+
+ LON
+
+
+ 3KbDfh...uW8W9YsUS
+
+
+
+
+
+
+
+
+
+
+
+
+ LON
+
+
+ 3KbDfh...uW8W9YsUS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/tongyonh/IconGroup.png b/static/tongyonh/IconGroup.png
index 259b237..f978be8 100644
Binary files a/static/tongyonh/IconGroup.png and b/static/tongyonh/IconGroup.png differ
diff --git a/static/tongyonh/arrow-down-left.png b/static/tongyonh/arrow-down-left.png
index 478fc74..f8f3ddd 100644
Binary files a/static/tongyonh/arrow-down-left.png and b/static/tongyonh/arrow-down-left.png differ
diff --git a/static/tongyonh/arrow-down-left1.png b/static/tongyonh/arrow-down-left1.png
new file mode 100644
index 0000000..b07fbc2
Binary files /dev/null and b/static/tongyonh/arrow-down-left1.png differ
diff --git a/static/tongyonh/arrow-up-left_1.png b/static/tongyonh/arrow-up-left_1.png
new file mode 100644
index 0000000..3b1b9f1
Binary files /dev/null and b/static/tongyonh/arrow-up-left_1.png differ
diff --git a/static/tongyonh/copy_24px_2.png b/static/tongyonh/copy_24px_2.png
new file mode 100644
index 0000000..fffdf0a
Binary files /dev/null and b/static/tongyonh/copy_24px_2.png differ
diff --git a/static/tongyonh/lu.png b/static/tongyonh/lu.png
new file mode 100644
index 0000000..2a1f1ea
Binary files /dev/null and b/static/tongyonh/lu.png differ
diff --git a/unpackage/cache/apk/__UNI__1ECBEE1_cm.apk b/unpackage/cache/apk/__UNI__1ECBEE1_cm.apk
index fbee94a..4bc8730 100644
Binary files a/unpackage/cache/apk/__UNI__1ECBEE1_cm.apk and b/unpackage/cache/apk/__UNI__1ECBEE1_cm.apk differ
diff --git a/unpackage/cache/apk/apkurl b/unpackage/cache/apk/apkurl
index cfb7ce6..a3520bd 100644
--- a/unpackage/cache/apk/apkurl
+++ b/unpackage/cache/apk/apkurl
@@ -1 +1 @@
-https://ide.dcloud.net.cn/build/download/be4eb480-3e4f-11ec-9ac3-33fd5f5b8cb1
\ No newline at end of file
+https://ide.dcloud.net.cn/build/download/7f5439d0-3e5a-11ec-a595-9f7faa4d5fb0
\ No newline at end of file
diff --git a/unpackage/cache/apk/cmManifestCache.json b/unpackage/cache/apk/cmManifestCache.json
index b3da6de..6e61083 100644
--- a/unpackage/cache/apk/cmManifestCache.json
+++ b/unpackage/cache/apk/cmManifestCache.json
@@ -1 +1 @@
-b1kWame9yBmby5SJKXZdMiBIfIZ7jYUx3ZnXt20I8klef9B7ZTIAFKtSJZT7FZLk+ftZh/JUWGSf//GVWFLmBaBDjcoQXo3oporxPdS2GelSgnavNzJTMUf9jwq5cXCH3jw6RJqTxTwECXfxwlxjReAQh1RDgEdvlsyNjWaXSB/JzpOS9SURRrs7HsIq/kUt5aExBW+7qASFM0t7Z1/D9NtZHij12DnrPKhn0jGkw5yE1eKAgRo/4Yf5c3rjExJMoz0iKb4ky/Gns2rOi3izSUs0TYuOYQ5mPk4XxaIX2nirHGD1QbLClOb1pD7kq4cwSM/mGkBNj2szuSKfEoh+ExGdl+eCkwR4rvXtm1weP3a4poVyrgGgEMe0cNeTeEvj9sTvi4Zk9e3u0rbZXE0DfBJZevOFGw5rr0E2pHy4ihVJe0x3txwp3mwBNMhWIDjXqSF3WQwJbm7qhxJhxAyVg2W5s56o3wLmsLQwT4a83NGgGLMXhmPLbrhKrxhVBW0ks7xSzDXlS1GYdPXJ9OMXzQk5y/9K4BK4pF7dRQujn3SpoiXKhqHz3mmFKPQ2d7cznnQAqDvwpUH2jP+NfX01YtfJ4/NRw1xk8hOR89x2GuoCvmI773J/5bRVhizrY9aw8RV5u/3PWNueC9CaPte/y/8Kas/y4zQKEinC8TXmfnAWMOVu/2/IgboacEF7CZZdq0Zp+HGVSNJGXvfO186fgHcmiebTav0lcX0r8LYXp+zxleSdSNI0o9Ywd+6gzDGvcChtukhnd07Id7KRI3jDlifUTO8pZC8Dw6/xLHQ+relzqXmvfWE7IlUCCvcR/6jv17UgceuDcMU0SVdujjOZZu10PNmHrKK0Qv8JKmbANn8uUs96PzxDE2xW+sjT5xRnLUAj1G7+NSoKFV/FQn2iIwcWvUummlQ+uWtEDwkVZs6Y8kcZctyBEYZjyJUbFrRkahJPK8nuWFMptgCiUICDwkOjk6fuQ0JQgl855fXj8jXBRhCO+kysoAKIXvmtq5g1iBafF4DLZob/6+qDCubrIDQuQkpKSeMsKs2L0bFAyEEf+6bdi5jftPBylquurwRCe2I7ye8JCwbYe18prrxTgFW2KsAgxWvYjlL1jcCo0jOXAH+ded/UlUbE33eMSQTJzUlYGbmxsWCzpRiTTKQ/0VZiWt8pSYp5a7nHSiBGBCyld+yHYq7S4ha4myQEIj/dLSsZVwZpZxs73uCYmfEnuCj1bUQGaoaQjesKy34J40CpN54oxPpI4mM1Z18ENCsFSwG6EZXoNLn87CaAGrF5FV3o0fD6Oe4tDCKJNujQ0RJIbMzUUX9rNSxuQwwKN0Wn0pO0DpD04Ky1cZBtpaOoZ0iTBO8P75mxv62vEQ+Vq9e8jDRemMQ3/eQLSCFMZy3mSS5A19Y+xTFcyuAT3ED63kQ8SGGzAU1woXE4UfL1axcgCPpT5Pv+cdJgB8+OWWM9tMbr1RfwwThpcz9UACTLwbSALrw5db723JvFVz7fz310Jt0nY3oUCgbookHS6LboiktS++bT/5KW/XQiXNKD/hE5uglmeszb0ZKmSiGqZst8cgKRihQt+Q54mFYn63iQ3JvCFyhlzKlHvw7DUhTzud2FuvPKpykExLS+sIWWKJe8ZFO/y5IKkleqI6elq/vaXRgrhDZQ/9WU/RdF0n1gZusS/38LXN3rpguGczHdvRj2Q6WJKWfLZuVeniC4P2Pw7GIFEZoO4uYq1R4LOKRTgnp0glPgCpzAsMFx5E2ISpUi3D1WAsCW3EFxR6zkaqHJ7vRuLnVaugKNHF+wdt4feh6I8ys5kzsiveB1LMqW3sD7607BEXKwi74AL4UFosj7acgcLTg+UsVKjKn5PwpHHWJajuTBtRlf0AT/GgpwCtUoTQ4A900cs49wIAKUynSX+ykwdKg0xWQNC5Y1x8JAnrfiqPt/9WuC1vF1ZXZtllsmHVVlUx4Neq1VAW+UzZUqFbZiLgt4YpBvkmevbsh1nXN+JsELPQYzQmZwqPVgVynO/dtFlW4rXIB9jDSgZI8dtBh6j6wQDOlv4oRoUAA7Nob1oi0pf3dxOcyxYA5q/Dsz4u3DaG/bFdjZZ9QTn0NuJlsTJAx2y515kDYKUcGHKQwjgGFh6Si8RWQBl+amcSEuNiTSEMyyEpVdzKusbU6W45o+7srP4HqBeYJD7WDWiOAAIxpDWiJjBhhVOilyS/v4zP7WPkFiXSRsDK6JbsgvgN1wXnQ/BXa3xtTv6V9AA/YREdp8vy/DHapkqyYYamgZI2JFpiOj9xha1usK4p10J3w8pID/CBmgikYGvv0W4Q6PWiFG4+YOLukKcYIntwUAGX7vPoTf0pvhzATBPUzln74QqQnp9St6eLb0tYmKIlE40OG3cgmqePHDc9/Z380i1DCwD4A+K7sGpeSEP2Z7Ioqv+WdbiC5w/YBAfdm0zDkbMA3c5ej+d6Vhl5woXJn0MEt/QgS349jsbBgzHeNFCAHH0DQXl6q/3IdanFH95tdVr/kgovZHZQYiaL8wejkdYeY2OPp0Z5e4Fkb3cqQnDdimoxcSssEPmkuFwXeHvz1nSfupyb55kxe6F2nLybSpgtRU7e7OU3Jto59xsf3ZGC76ewbooDY/xNemWdN+4KIzoAahPGTj+qrMuUvAsCjJ7KvgmmcGyhtxR6qNzuRCSTRUz8XRdh0b3/aI/ww1TyKV8LBezvqTGJFgGKvtpFtNAmIpuC7JFBlQP9MHIpLC6bRvXbFWfq3cRou9ttUsSHT4/sUKfo5rwuJb6Rb4bcFqpKuyfIoSvYJhnbEeabyAsTOFKtDgSLr6adFDUM6XvdnfD7PFrBq+i5g5k5A9Zcekb+j1A2ulIIBsmQFKSH8UXOkdGEeOey4TUxwf9W2To+5ckP823ZZJgCnrzaiyj3Hf/MlPWh056oq9gkXDnc3PPgUlUs6/RQLroerIMDz87cMl4oednnch7UrPkLwlmNuDmz9pjj6NkBfQuuMPui0z1oH/hy7lZCDHK+rBL6RiQMTMnJFtVp0WNCfTVIY5pgPrAIMrVtj2igro7hzaoFSUvw8ASM2sJKrde4MH1K0JwyhPQULOryulNg9id/aHs67FyhGhdGlgAGPYFP6re0/H5ZeEQby3o7KJroFoNvu7bWoi3KVtkEafwWtuByTT6OjMZ0KjgAZpBeujtQ2wHQc5HZeyxZOGwfHu9SjrevjGdzYqX7346q2/SXhLugzukIyYu1Yu+itv5pf6L9nXMkRfRzhuXw6ybD/RPusWwWQwZOaJd9gQwuh41ck331YOIVTLVtewY7eWY+6H2/9TcCN905eYj1KeM9oUeicXl7TV8a/1MTjxiBLkBA+m/6uscDTWTfm3T1xlyayWew4OS0zFQFx3YuDcI4rLt9va+ZDOWjOs75/eWdRFJv5yLeGwvlMA8BWJMLcSbj8HJ3pOKzSv5Vwqz0QXA2aRP74g1GEUiYP2nGRkw5PinzCHYLAgta2mz046JB7yjCLW2btRAg+T93iyYlUXUd4V981qbK3wpaa1w0XGK9Ubr7yZ2DUDSwTy9GKhDfm37D26iBRxYwPngIUCmusICyU8NYej8iQT6ydokRupt3nVz9vyfWYt2BAox+ZJsm1r/8UzSFofsg8dn0ArFCargMUPm2x6KJo9TUsC0oUjUntTOL4bVYyYn0jUYFYLIZzChNk9GhnAPCTkaSBHN6pMfghG9oDZgGRn/TVMdMDjNdeSIXZO/t/D4MMoDb0siPMFvvORy3Fqk0DF54fsxAfGHh6hF3ezDcO7dyNCdKAkYWVeWs2ndmGrxAbs/6AoWZOPanHOS305T3EkAesmq2gQeRVABXajMOGP1UfKZiDikdnbaSTJz4V7OTchCxAzCWLB8vaRvDeuNgMtlwbfZMOAr9MseeBqKJ1FF5MXvB3erx5rl1VLNgsZKoeQrI0ydxAyy8Hc2rig8a8KKHz8bNCzRqaKyalh/QdVlRB6UoG8VuzgXcQhswjLFR+ZMreKJmBKQifYroUBMvFEVNFI2v0QHFs1tsE9KOQbER9ZQxytJrl+EQ92hYFNJROEfEXpCmLINvbHPCWSLhFv2pb4BWFRXDar9sVNwkgpEfzMZGrlcRNrb13WXIGTgA2lu8dfbchnAmb9pYbMM5np2tx6y6u9106iizxrAsVxTIDCQ4dM+PR+Rbi2cN5bOwtirkLx1OumIs+m7UZJZO/lKwqj5GCI9pAQ81mFH9hh1O1aKV4eLtfyUCa83bHoLBZa1XfmHxLA9cfgMC08igJ4AFMBeIyEIp6DmWgm37A5LnfyKNOiYhRvSyHflAS4hNma+FstWNtRyCxy1BZ5ix/wyBkN3w4ahVyZrx6b0kjc1xDhi7G3LBUnbFPb26kC0dhgdOr5fscYqQshXdOvfbDJbnHJ9Ii4DaTh6h2DKCjuAA2we1FSADciRg2VqyKR3z20h+1Z+UTSQkQ/mNQ6gYfolwaC7/teC/UKjBSC8Hm2fFRwmVIl9QJs1TAZuC2xlIsVe8Q79ps8rzTzPdWaK0HUOJwSScAaeZ3j1b89yokvkoJtUXennqDhKwygJc5GwLl7wD6m7JUJsGbev84LHqBixi10k4GekZO+uUGWA6H0LrhZas19iIqkyy7lIX4w+cuhj9jzxjhUUsaD+Gw8NlJHLmX6+xTzSKIREM1Gel8jOzn+OcoddEUVwGGK52ZnXU0pydgRcZbIxc9ggMUlzLz19kFnK4GtXWXouSKHnBxxgZELfuZnO+3xh0dG/+g4d/i88n9zIqo+KY2DGHzfhjf8fsC0NBkaUVAIA65lZIAK4ZQ/MBhxyFzlEkHHfhYhxBEpJfMaVS7HcsC+ghlHcCw7lREJQ0HGG88HSg44ddrixw==
\ No newline at end of file
+b1kWame9yBmby5SJKXZdMiBIfIZ7jYUx3ZnXt20I8klef9B7ZTIAFKtSJZT7FZLk+ftZh/JUWGSf//GVWFLmBaBDjcoQXo3oporxPdS2GelSgnavNzJTMUf9jwq5cXCH3jw6RJqTxTwECXfxwlxjReAQh1RDgEdvlsyNjWaXSB/JzpOS9SURRrs7HsIq/kUt5aExBW+7qASFM0t7Z1/D9NtZHij12DnrPKhn0jGkw5yE1eKAgRo/4Yf5c3rjExJMoz0iKb4ky/Gns2rOi3izSUs0TYuOYQ5mPk4XxaIX2nirHGD1QbLClOb1pD7kq4cwSM/mGkBNj2szuSKfEoh+ExGdl+eCkwR4rvXtm1weP3a4poVyrgGgEMe0cNeTeEvj9sTvi4Zk9e3u0rbZXE0DfBJZevOFGw5rr0E2pHy4ihVJe0x3txwp3mwBNMhWIDjXqSF3WQwJbm7qhxJhxAyVg2W5s56o3wLmsLQwT4a83NGgGLMXhmPLbrhKrxhVBW0ks7xSzDXlS1GYdPXJ9OMXzQk5y/9K4BK4pF7dRQujn3SpoiXKhqHz3mmFKPQ2d7cznnQAqDvwpUH2jP+NfX01YtfJ4/NRw1xk8hOR89x2GuoCvmI773J/5bRVhizrY9aw8RV5u/3PWNueC9CaPte/y/8Kas/y4zQKEinC8TXmfnAWMOVu/2/IgboacEF7CZZdq0Zp+HGVSNJGXvfO186fgHcmiebTav0lcX0r8LYXp+zxleSdSNI0o9Ywd+6gzDGvcChtukhnd07Id7KRI3jDlifUTO8pZC8Dw6/xLHQ+relzqXmvfWE7IlUCCvcR/6jv17UgceuDcMU0SVdujjOZZu10PNmHrKK0Qv8JKmbANn8uUs96PzxDE2xW+sjT5xRnLUAj1G7+NSoKFV/FQn2iIwcWvUummlQ+uWtEDwkVZs6Y8kcZctyBEYZjyJUbFrRkahJPK8nuWFMptgCiUICDwkOjk6fuQ0JQgl855fXj8jXBRhCO+kysoAKIXvmtq5g1iBafF4DLZob/6+qDCubrIDQuQkpKSeMsKs2L0bFAyEEf+6bdi5jftPBylquurwRCe2I7ye8JCwbYe18prrxTgFW2KsAgxWvYjlL1jcCo0jOXAH+ded/UlUbE33eMSQTJzUlYGbmxsWCzpRiTTKQ/0VZiWt8pSYp5a7nHSiBGBCyld+yHYq7S4ha4myQEIj/dLSsZVwZpZxs73uCYmfEnuCj1bUQGaoaQjesKy34J40CpN54oxPpI4mM1Z18ENCsFSwG6EZXoNLn87CaAGrF5FV3o0fD6Oe4tDCKJNujQ0RJIbMzUUX9rNSxuQwwKN0Wn0pO0DpD04Ky1cZBtpaOoZ0iTBO8P75mxv62vEQ+Vq9e8jDRemMQ3/eQLSCFMZy3mSS5A19Y+xTFcyuAT3ED63kQ8SGGzAU1woXE4UfL1axcgCPpT5Pv+cdJgB8+OWWM9tMbr1RfwwThpcz9UACTLwbSALrw5db723JvFVz7fz310Jt0nY3oUCgbookHS6LboiktS++bT/5KW/XQiXNKD/hE5uglmeszb0ZKmSiGqZst8cgKRihQt+Q54mFYn63iQ3JvCFyhlzKlHvw7DUhTzud2FuvPKpykExLS+sIWWKJe8ZFO/y5IKkleqI6elq/vaXRgrhDZQ/9WU/RdF0n1gZusS/38LXN3rpguGczHdvRj2Q6WJKWfLZuVeniC4P2Pw7GIFEZoO4uYq1R4LOKRTgnp0glPgCpzAsMFx5E2ISpUi3D1WAsCW3EFxR6zkaqHJ7vRuLnVaugKNHF+wdt4feh6I8ys5kzsiveB1LMqW3sD7607BEXKwi74AL4UFosj7acgcLTg+UsVKjKn5PwpHHWJajuTBtRlf0AT/GgpwCtUoTQ4A900cs49wIAKUynSX+ykwdKg0xWQNC5Y1x8JAnrfiqPt/9WuC1vF1ZXZtllsmHVVlUx4Neq1VAW+UzZUqFbZiLgt4YpBvkmevbsh1nXN+JsELPQYzQmZwqPVgVynO/dtFlW4rXIB9jDSgZI8dtBh6j6wQDOlv4oRoUAA7Nob1oi0pf3dxOcyxYA5q/Dsz4u3DaG/bFdjZZ9QTn0NuJlsTJAx2y515kDYKUcGHKQwjgGFh6Si8RWQBl+amcSEuNiTSEMyyEpVdzKusbU6W45o+7srP4HqBeYJD7WDWiOAAIxpDWiJjBhhVOilyS/v4zP7WPkFiXSRsDK6JbsgvgN1wXnQ/BXa3xtTv6V9AA/YREdp8vy/DHapkqyYYamgZI2JFpiOj9xha1usK4p10J3w8pID/CBmgikYGvv0W4Q6PWiFG4+YOLukKcYIntwUAGX7vPoTf0pvhzATBPUzln74QqQnp9St6eLb0tYmKIlE40OG3cgmqePHDc9/Z380i1DCwD4A+K7sGpeSEP2Z7Ioqv+WdbiC5w/YBAfdm0zDkbMA3c5ej+d6Vhl5woXJn0MEt/QgS349jsbBgzHeNFCAHH0DQXl6q/3IdanFH95tdVr/kgovZHZQYiaL8wejkdYeY2OPp0Z5e4Fkb3cqQnDdimoxcSssEPmkuFwXeHvz1nSfupyb55kxe6F2nLybSpgtRU7e7OU3Jto59xsf3ZGC76ewbooDY/xNemWdN+4KIzoAahPGTj+qrMuUvAsCjJ7KvgmmcGyhtxR6qNzuRCSTRUz8XRdh0b3/aI/ww1TyKV8LBezvqTGJFgGKvtpFtNAmIpuC7JFBlQP9MHIpLC6bRvXbFWfq3cRou9ttUsSHT4/sUKfo5rwuJb6Rb4bcFqpKuyfIoSvYJhnbEeabyAsTOFKtDgSLr6adFDUM6XvdnfD7PFrBq+i5g5k5A9Zcekb+j1A2ulIIBsmQFKSH8UXOkdGEeOey4TUxwf9W2To+5ckP823ZZJgCnrzaiyj3Hf/MlPWh056oq9gkXDnc3PPgUlUs6/RQLroerIMDz87cMl4oednnch7UrPkLwlmNuDmz9pjj6NkBfQuuMPui0z1oH/hy7lZCDHK+rBL6RiQMTMnJFtVp0WNCfTVIY5pgPrAIMrVtj2igro7hzaoFSUvw8ASM2sJKrde4MH1K0JwyhPQULOryulNg9id/aHs67FyhGhdGlgAGPYFP6re0/H5ZeEQby3o7KJroFoNvu7bWoi3KVtkEafwWtuByTT6OjMZ0KjgAZpBeujtQ2wHQc5HZeyxZOGwfHu9SjrevjGdzYqX7346q2/SXhLugzukIyYu1Yu+itv5pf6L9nXMkRfRzhuXw6ybD/RPusWwWQwZOaJd9gQwuh41ck331YOIVTLVtewY7eWY+6H2/9TcCN905eYj1KeM9oUeicXl7TV8a/1MTjxiBLkBA+m/6uscDTWTfm3T1xlyayWew4OS0zFQFx3YuDcI4rLt9va+ZDOWjOs75/eWdRFJv5yLeGwvlMA8BWJMLcSbj8HJ3pOKzSv5Vwqz0QXA2aRP74g1GEUiYP2nGRkw5PinzCHYLAgta2mz046JB7yjCLW2btRAg+T93iyYlUXUd4V981qbK3wpaa1w0XGK9Ubr7yZ2DUDSwTy9GKhDfm37D26iBRxYwPngIUCmusICyU8NYej8iQT6ydokRupt3nVz9vyfWYt2BAox+ZJsm1r/8UzSFofsg8dn0ArFCargMUPm2x6KJo9TUsC0oUjUntTOL4bVYyYn0jUYFYLIZzChNk9GhnAPCTkaSBHN6pMfghG9oDZgGRn/TVMdMDjNdeSIXZO/t/D4MMoDb0siPMFvvORy3Fqk0DF54fsxAfGHh6hF3ezDcO7dyNCdKAkYWVeWs2ndmGrxAbs/6AoWZOPanHOS305T3EkAesmq2gQeRVABXajMOGP1UfKZiDikdnbaSTJz4V7OTchCxAzCWLB8vaRvDeuNgMtlwbfZMOAr9MseeBqKJ1FF5MXvB3erx5rl1VLNgsZKodosMbz/cKiPN4UWGaNoPTgCeCfcGgQhKl2UwDz5y6DRUTjlL9G8rmkF9XBnjx7jgktM2tH5w9+VueBQuCucEDOD63Jo/y4m8yLu9GqRZMxDp1Y4/qMRcvdh2G0bVkjYL4br+jxbBYFEXvlKBk2YVgQWL2QhQq5YFn/U/8ZEd4nX8URWtNqtFN3XvhUTGUgbTSmiXVXsgy89VWoXmaFcrD28K5kIc4QxVNuXpUrIvwX/JeQrKl+j+9vvhEDoWcHVqDTVy0U+zQ42Z7vnFz7y51mJUDxpFFa6jIxCJuJ8P01XAy9fn2pEFeMvP1UIMFlAHakorH71jocZegKzZLbuuMkqO8X77NCVdlHcQQIAHQG0Sm6BDCs14IWgW6kKJaPDCfZH7Lm89wUZAAtk6E6H+EvKAsXObmiRM83I4YxBqYwtCboZkPh2yThyAIscsU8OYS0AYxjs5TRecyanOPXz9bCcgrrl9hxXmbx+GUpLSgJlhJVSrj/rpaMtGcywi5lAlaL3gTWgtzi2PX9zNquQKrfKD4bi5v7bTyTCz+Hu2vWa0b5XRgv8WL43/MMrZmo5L383Tr7P6uvw4b1QhCjTD/JBtvUlQUjlLkCwQzc3Vz/4D9l30pHA9c1TebTeEpbmKn24KksmfMQqMub+RLsHqGBrxu7l4zYqR0gmHxU2EYnmQBqdAGYCrGrxzQnTiY5oKb/5JsyJJ3NmMRsg0YbYI9Jg0uPz7b6RhBTMaJLSYkOCax9fXgAcRpx0udrKjDxgoqAq1HWadiFlzYZ9bDs3js+bQ5c9ZJkGEdm5VbviJBGTDzU/9A2XXF83rf4qaffy26YfqV104pA3rcz9WVOq6iPFMhv4ZqgJqXwtamLNTbFEMXNB9FNgZzoSDB3RsnjYRCd89f8yztQQ4/GpbrMglur
\ No newline at end of file
diff --git a/unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js b/unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
index 80b3b89..30c4ddf 100644
--- a/unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
+++ b/unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
@@ -3,7 +3,7 @@
* v2.1.4-104-gc868b3a
*
*/
-(function(t,a){e.exports=a()})("undefined"!==typeof self&&self,(function(){return function(e){var t={};function a(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,a),n.l=!0,n.exports}return a.m=e,a.c=t,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},a.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=7)}([function(e,t,a){"use strict";a.d(t,"j",(function(){return n})),a.d(t,"d",(function(){return c})),a.d(t,"c",(function(){return i})),a.d(t,"h",(function(){return o})),a.d(t,"b",(function(){return f})),a.d(t,"k",(function(){return d})),a.d(t,"e",(function(){return s})),a.d(t,"g",(function(){return u})),a.d(t,"i",(function(){return b})),a.d(t,"a",(function(){return l})),a.d(t,"f",(function(){return h}));var r=a(1),n=d((function(e,t){var a=t.length;return d((function(r){for(var n=0;ns&&(G("Max buffer length exceeded: textNode"),e=Math.max(e,c.length)),R.length>s&&(G("Max buffer length exceeded: numberNode"),e=Math.max(e,R.length)),B=s-e+z}function G(e){void 0!==c&&(o(c),f(),c=void 0),t=Error(e+"\nLn: "+W+"\nCol: "+q+"\nChr: "+a),d(Object(r["o"])(void 0,void 0,t))}function V(){if(L===l)return o({}),f(),void(U=!0);L===h&&0===H||G("Unexpected end"),void 0!==c&&(o(c),f(),c=void 0),U=!0}function Z(e){return"\r"===e||"\n"===e||" "===e||"\t"===e}function J(e){if(!t){if(U)return G("Cannot write after close");var r=0;a=e[0];while(a){if(r>0&&(n=a),a=e[r++],!a)break;switch(z++,"\n"===a?(W++,q=0):q++,L){case l:if("{"===a)L=p;else if("["===a)L=v;else if(!Z(a))return G("Non-whitespace before {[.");continue;case y:case p:if(Z(a))continue;if(L===y)$.push(w);else{if("}"===a){o({}),f(),L=$.pop()||h;continue}$.push(x)}if('"'!==a)return G('Malformed object key should start with " ');L=g;continue;case w:case x:if(Z(a))continue;if(":"===a)L===x?($.push(x),void 0!==c&&(o({}),i(c),c=void 0),H++):void 0!==c&&(i(c),c=void 0),L=h;else if("}"===a)void 0!==c&&(o(c),f(),c=void 0),f(),H--,L=$.pop()||h;else{if(","!==a)return G("Bad object");L===x&&$.push(x),void 0!==c&&(o(c),f(),c=void 0),L=y}continue;case v:case h:if(Z(a))continue;if(L===v){if(o([]),H++,L=h,"]"===a){f(),H--,L=$.pop()||h;continue}$.push(m)}if('"'===a)L=g;else if("{"===a)L=p;else if("["===a)L=v;else if("t"===a)L=_;else if("f"===a)L=E;else if("n"===a)L=C;else if("-"===a)R+=a;else if("0"===a)R+=a,L=N;else{if(-1==="123456789".indexOf(a))return G("Bad value");R+=a,L=N}continue;case m:if(","===a)$.push(m),void 0!==c&&(o(c),f(),c=void 0),L=h;else{if("]"!==a){if(Z(a))continue;return G("Bad array")}void 0!==c&&(o(c),f(),c=void 0),f(),H--,L=$.pop()||h}continue;case g:void 0===c&&(c="");var d=r-1;e:while(1){while(D>0)if(F+=a,a=e.charAt(r++),4===D?(c+=String.fromCharCode(parseInt(F,16)),D=0,d=r-1):D++,!a)break e;if('"'===a&&!M){L=$.pop()||h,c+=e.substring(d,r-1);break}if("\\"===a&&!M&&(M=!0,c+=e.substring(d,r-1),a=e.charAt(r++),!a))break;if(M){if(M=!1,"n"===a?c+="\n":"r"===a?c+="\r":"t"===a?c+="\t":"f"===a?c+="\f":"b"===a?c+="\b":"u"===a?(D=1,F=""):c+=a,a=e.charAt(r++),d=r-1,a)continue;break}u.lastIndex=r;var s=u.exec(e);if(!s){r=e.length+1,c+=e.substring(d,r-1);break}if(r=s.index+1,a=e.charAt(s.index),!a){c+=e.substring(d,r-1);break}}continue;case _:if(!a)continue;if("r"!==a)return G("Invalid true started with t"+a);L=k;continue;case k:if(!a)continue;if("u"!==a)return G("Invalid true started with tr"+a);L=S;continue;case S:if(!a)continue;if("e"!==a)return G("Invalid true started with tru"+a);o(!0),f(),L=$.pop()||h;continue;case E:if(!a)continue;if("a"!==a)return G("Invalid false started with f"+a);L=A;continue;case A:if(!a)continue;if("l"!==a)return G("Invalid false started with fa"+a);L=P;continue;case P:if(!a)continue;if("s"!==a)return G("Invalid false started with fal"+a);L=O;continue;case O:if(!a)continue;if("e"!==a)return G("Invalid false started with fals"+a);o(!1),f(),L=$.pop()||h;continue;case C:if(!a)continue;if("u"!==a)return G("Invalid null started with n"+a);L=T;continue;case T:if(!a)continue;if("l"!==a)return G("Invalid null started with nu"+a);L=I;continue;case I:if(!a)continue;if("l"!==a)return G("Invalid null started with nul"+a);o(null),f(),L=$.pop()||h;continue;case j:if("."!==a)return G("Leading zero not followed by .");R+=a,L=N;continue;case N:if(-1!=="0123456789".indexOf(a))R+=a;else if("."===a){if(-1!==R.indexOf("."))return G("Invalid number has two dots");R+=a}else if("e"===a||"E"===a){if(-1!==R.indexOf("e")||-1!==R.indexOf("E"))return G("Invalid number has two exponential");R+=a}else if("+"===a||"-"===a){if("e"!==n&&"E"!==n)return G("Invalid symbol in number");R+=a}else R&&(o(parseFloat(R)),f(),R=""),r--,L=$.pop()||h;continue;default:return G("Unknown state: "+L)}}z>=B&&K()}}e(r["m"]).on(J),e(r["n"]).on(V)}},function(e,t,a){"use strict";a.d(t,"a",(function(){return f})),a.d(t,"b",(function(){return d}));var r=a(19),n=a(3),c=a(2),i=a(20),o=a(0);function f(){return new XMLHttpRequest}function d(e,t,a,f,d,s,u){var b=e(n["m"]).emit,l=e(n["b"]).emit,h=0,p=!0;function x(){if("2"===String(t.status)[0]){var e=t.responseText,a=(" "+e.substr(h)).substr(1);a&&b(a),h=Object(c["e"])(e)}}function v(t){try{p&&e(n["c"]).emit(t.status,Object(i["a"])(t.getAllResponseHeaders())),p=!1}catch(a){}}e(n["a"]).on((function(){t.onreadystatechange=null,t.abort()})),"onprogress"in t&&(t.onprogress=x),t.onreadystatechange=function(){switch(t.readyState){case 2:case 3:return v(t);case 4:v(t);var a="2"===String(t.status)[0];a?(x(),e(n["n"]).emit()):l(Object(n["o"])(t.status,t.responseText))}};try{for(var m in t.open(a,f,!0),s)t.setRequestHeader(m,s[m]);Object(r["a"])(window.location,Object(r["b"])(f))||t.setRequestHeader("X-Requested-With","XMLHttpRequest"),t.withCredentials=u,t.send(d)}catch(g){window.setTimeout(Object(o["j"])(l,Object(n["o"])(void 0,void 0,g)),0)}}},function(e,t,a){"use strict";function r(e,t){function a(e){return{"http:":80,"https:":443}[e]}function r(t){return String(t.port||a(t.protocol||e.protocol))}return!!(t.protocol&&t.protocol!==e.protocol||t.host&&t.host!==e.host||t.host&&r(t)!==r(e))}function n(e){var t=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/,a=t.exec(e)||[];return{protocol:a[1]||"",host:a[2]||"",port:a[3]||""}}a.d(t,"a",(function(){return r})),a.d(t,"b",(function(){return n}))},function(e,t,a){"use strict";function r(e){var t={};return e&&e.split("\r\n").forEach((function(e){var a=e.indexOf(": ");t[e.substring(0,a)]=e.substring(a+2)})),t}a.d(t,"a",(function(){return r}))}])["default"]}))},"12ef":function(e,t,a){"use strict";(function(t){var r=a("085b"),n=function(e){this.name=e.name,this.type=e.type,this.subscriptions=e.subscriptions||{},this.requestManager=null};n.prototype.setRequestManager=function(e){this.requestManager=e},n.prototype.attachToObject=function(e){var t=this.buildCall(),a=this.name.split(".");a.length>1?(e[a[0]]=e[a[0]]||{},e[a[0]][a[1]]=t):e[a[0]]=t},n.prototype.buildCall=function(){var e=this;return function(){e.subscriptions[arguments[0]]||t("warn","Subscription "+JSON.stringify(arguments[0])+" doesn't exist. Subscribing anyway."," at node_modules/web3-core-subscriptions/lib/index.js:48");var a=new r({subscription:e.subscriptions[arguments[0]]||{},requestManager:e.requestManager,type:e.type});return a.subscribe.apply(a,arguments)}},e.exports={subscriptions:n,subscription:r}}).call(this,a("0de9")["default"])},1391:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.commify=f,t.formatUnits=d,t.parseUnits=s,t.formatEther=u,t.parseEther=b;var r=a("846b"),n=a("20ed"),c=a("675e"),i=new n.Logger(c.version),o=["wei","kwei","mwei","gwei","szabo","finney","ether"];function f(e){var t=String(e).split(".");(t.length>2||!t[0].match(/^-?[0-9]*$/)||t[1]&&!t[1].match(/^[0-9]*$/)||"."===e||"-."===e)&&i.throwArgumentError("invalid value","value",e);var a=t[0],r="";"-"===a.substring(0,1)&&(r="-",a=a.substring(1));while("0"===a.substring(0,1))a=a.substring(1);""===a&&(a="0");var n="";2===t.length&&(n="."+(t[1]||"0"));while(n.length>2&&"0"===n[n.length-1])n=n.substring(0,n.length-1);var c=[];while(a.length){if(a.length<=3){c.unshift(a);break}var o=a.length-3;c.unshift(a.substring(o)),a=a.substring(0,o)}return r+c.join(",")+n}function d(e,t){if("string"===typeof t){var a=o.indexOf(t);-1!==a&&(t=3*a)}return(0,r.formatFixed)(e,null!=t?t:18)}function s(e,t){if("string"!==typeof e&&i.throwArgumentError("value must be a string","value",e),"string"===typeof t){var a=o.indexOf(t);-1!==a&&(t=3*a)}return(0,r.parseFixed)(e,null!=t?t:18)}function u(e){return d(e,18)}function b(e){return s(e,18)}},"13af":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.formatFixed=v,t.parseFixed=m,t.FixedNumber=t.FixedFormat=void 0;var r=a("ecb6"),n=a("20ed"),c=a("efc1"),i=a("fd39");function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){for(var a=0;a=0&&e<=256&&!(e%1)?"1"+p.substring(0,e):s.throwArgumentError("invalid decimal size","decimals",e)}function v(e,t){null==t&&(t=0);var a=x(t);e=i.BigNumber.from(e);var r=e.lt(b);r&&(e=e.mul(l));var n=e.mod(a).toString();while(n.length2&&s.throwArgumentError("too many decimal points","value",e);var c=n[0],o=n[1];c||(c="0"),o||(o="0");while("0"===o[o.length-1])o=o.substring(0,o.length-1);o.length>a.length-1&&h("fractional component exceeds decimals","underflow","parseFixed"),""===o&&(o="0");while(o.length80&&s.throwArgumentError("invalid fixed format (decimals too large)","format.decimals",n),new e(u,a,r,n)}}]),e}();t.FixedFormat=g;var y=function(){function e(t,a,r,c){o(this,e),s.checkNew(this instanceof e?this.constructor:void 0,e),t!==u&&s.throwError("cannot use FixedNumber constructor; use FixedNumber.from",n.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new FixedFormat"}),this.format=c,this._hex=a,this._value=r,this._isFixedNumber=!0,Object.freeze(this)}return d(e,[{key:"_checkFormat",value:function(e){this.format.name!==e.format.name&&s.throwArgumentError("incompatible format; use fixedNumber.toFormat","other",e)}},{key:"addUnsafe",value:function(t){this._checkFormat(t);var a=m(this._value,this.format.decimals),r=m(t._value,t.format.decimals);return e.fromValue(a.add(r),this.format.decimals,this.format)}},{key:"subUnsafe",value:function(t){this._checkFormat(t);var a=m(this._value,this.format.decimals),r=m(t._value,t.format.decimals);return e.fromValue(a.sub(r),this.format.decimals,this.format)}},{key:"mulUnsafe",value:function(t){this._checkFormat(t);var a=m(this._value,this.format.decimals),r=m(t._value,t.format.decimals);return e.fromValue(a.mul(r).div(this.format._multiplier),this.format.decimals,this.format)}},{key:"divUnsafe",value:function(t){this._checkFormat(t);var a=m(this._value,this.format.decimals),r=m(t._value,t.format.decimals);return e.fromValue(a.mul(this.format._multiplier).div(r),this.format.decimals,this.format)}},{key:"floor",value:function(){var t=this.toString().split(".");1===t.length&&t.push("0");var a=e.from(t[0],this.format),r=!t[1].match(/^(0*)$/);return this.isNegative()&&r&&(a=a.subUnsafe(w.toFormat(a.format))),a}},{key:"ceiling",value:function(){var t=this.toString().split(".");1===t.length&&t.push("0");var a=e.from(t[0],this.format),r=!t[1].match(/^(0*)$/);return!this.isNegative()&&r&&(a=a.addUnsafe(w.toFormat(a.format))),a}},{key:"round",value:function(t){null==t&&(t=0);var a=this.toString().split(".");if(1===a.length&&a.push("0"),(t<0||t>80||t%1)&&s.throwArgumentError("invalid decimal count","decimals",t),a[1].length<=t)return this;var r=e.from("1"+p.substring(0,t),this.format),n=_.toFormat(this.format);return this.mulUnsafe(r).addUnsafe(n).floor().divUnsafe(r)}},{key:"isZero",value:function(){return"0.0"===this._value||"0"===this._value}},{key:"isNegative",value:function(){return"-"===this._value[0]}},{key:"toString",value:function(){return this._value}},{key:"toHexString",value:function(e){if(null==e)return this._hex;e%8&&s.throwArgumentError("invalid byte width","width",e);var t=i.BigNumber.from(this._hex).fromTwos(this.format.width).toTwos(e).toHexString();return(0,r.hexZeroPad)(t,e/8)}},{key:"toUnsafeFloat",value:function(){return parseFloat(this.toString())}},{key:"toFormat",value:function(t){return e.fromString(this._value,t)}}],[{key:"fromValue",value:function(t,a,r){return null!=r||null==a||(0,i.isBigNumberish)(a)||(r=a,a=null),null==a&&(a=0),null==r&&(r="fixed"),e.fromString(v(t,a),g.from(r))}},{key:"fromString",value:function(t,a){null==a&&(a="fixed");var n=g.from(a),c=m(t,n.decimals);!n.signed&&c.lt(b)&&h("unsigned value cannot be negative","overflow","value",t);var i=null;n.signed?i=c.toTwos(n.width).toHexString():(i=c.toHexString(),i=(0,r.hexZeroPad)(i,n.width/8));var o=v(c,n.decimals);return new e(u,i,o,n)}},{key:"fromBytes",value:function(t,a){null==a&&(a="fixed");var n=g.from(a);if((0,r.arrayify)(t).length>n.width/8)throw new Error("overflow");var c=i.BigNumber.from(t);n.signed&&(c=c.fromTwos(n.width));var o=c.toTwos((n.signed?0:1)+n.width).toHexString(),f=v(c,n.decimals);return new e(u,o,f,n)}},{key:"from",value:function(t,a){if("string"===typeof t)return e.fromString(t,a);if((0,r.isBytes)(t))return e.fromBytes(t,a);try{return e.fromValue(t,0,a)}catch(c){if(c.code!==n.Logger.errors.INVALID_ARGUMENT)throw c}return s.throwArgumentError("invalid FixedNumber value","value",t)}},{key:"isFixedNumber",value:function(e){return!(!e||!e._isFixedNumber)}}]),e}();t.FixedNumber=y;var w=y.from(1),_=y.from("0.5")},"13e2":function(e,t,a){"use strict";var r=a("c3c0"),n=a("edc9"),c=a("aa56"),i=r.rotl32,o=r.sum32,f=r.sum32_5,d=c.ft_1,s=n.BlockHash,u=[1518500249,1859775393,2400959708,3395469782];function b(){if(!(this instanceof b))return new b;s.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(b,s),e.exports=b,b.blockSize=512,b.outSize=160,b.hmacStrength=80,b.padLength=64,b.prototype._update=function(e,t){for(var a=this.W,r=0;r<16;r++)a[r]=e[t+r];for(;r=0}function v(e,t){return e>=t[0]&&e<=t[1]}function m(e,t){return e.length>=t[0]&&e.length<=t[1]}function g(e){var t=/^\d{3,4}-\d{7,8}(-\d{3,4})?$/;return t.test(e)}function y(e){switch(typeof e){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}function w(e){if("string"==typeof e)try{var t=JSON.parse(e);return!("object"!=typeof t||!t)}catch(a){return!1}return!1}function _(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function k(e){return"[object Object]"===Object.prototype.toString.call(e)}function S(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(t,"}$")).test(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var E={email:r,mobile:n,url:c,date:i,dateISO:o,number:f,digits:d,idCard:s,carNo:u,amount:b,chinese:l,letter:h,enOrNum:p,contains:x,range:v,rangeLength:m,empty:y,isEmpty:y,jsonString:w,landline:g,object:k,array:_,code:S};t.default=E},1545:function(e,t,a){"use strict";t.utils=a("5ee7"),t.Cipher=a("0184"),t.DES=a("4e2b"),t.CBC=a("0da4"),t.EDE=a("1fec")},1567:function(e,t,a){"use strict";e.exports=function(e,t,a,r,n){return e.config=t,a&&(e.code=a),e.request=r,e.response=n,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e}},1573:function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.EC=void 0;var r=c(a("399f")),n=c(a("7d92"));function c(e){return e&&e.__esModule?e:{default:e}}"undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof e||"undefined"!==typeof self&&self;function i(e,t,a){return a={path:t,exports:{},require:function(e,t){return o(e,void 0===t||null===t?a.path:t)}},e(a,a.exports),a.exports}function o(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var f=d;function d(e,t){if(!e)throw new Error(t||"Assertion failed")}d.equal=function(e,t,a){if(e!=t)throw new Error(a||"Assertion failed: "+e+" != "+t)};var s=i((function(e,t){var a=t;function r(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var a=[];if("string"!==typeof e){for(var r=0;r>8,i=255&n;c?a.push(c,i):a.push(i)}return a}function n(e){return 1===e.length?"0"+e:e}function c(e){for(var t="",a=0;a(n>>1)-1?(n>>1)-f:f,c.isubn(o)):o=0,r[i]=o,c.iushrn(1)}return r}function c(e,t){var a=[[],[]];e=e.clone(),t=t.clone();var r,n=0,c=0;while(e.cmpn(-n)>0||t.cmpn(-c)>0){var i,o,f=e.andln(3)+n&3,d=t.andln(3)+c&3;3===f&&(f=-1),3===d&&(d=-1),0===(1&f)?i=0:(r=e.andln(7)+n&7,i=3!==r&&5!==r||2!==d?f:-f),a[0].push(i),0===(1&d)?o=0:(r=t.andln(7)+c&7,o=3!==r&&5!==r||2!==f?d:-d),a[1].push(o),2*n===i+1&&(n=1-n),2*c===o+1&&(c=1-c),e.iushrn(1),t.iushrn(1)}return a}function i(e,t,a){var r="_"+t;e.prototype[t]=function(){return void 0!==this[r]?this[r]:this[r]=a.call(this)}}function o(e){return"string"===typeof e?a.toArray(e,"hex"):e}function d(e){return new r.default(e,"hex","le")}a.assert=f,a.toArray=s.toArray,a.zero2=s.zero2,a.toHex=s.toHex,a.encode=s.encode,a.getNAF=n,a.getJSF=c,a.cachedProperty=i,a.parseBytes=o,a.intFromLE=d})),b=u.getNAF,l=u.getJSF,h=u.assert;function p(e,t){this.type=e,this.p=new r.default(t.p,16),this.red=t.prime?r.default.red(t.prime):r.default.mont(this.p),this.zero=new r.default(0).toRed(this.red),this.one=new r.default(1).toRed(this.red),this.two=new r.default(2).toRed(this.red),this.n=t.n&&new r.default(t.n,16),this.g=t.g&&this.pointFromJSON(t.g,t.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var a=this.n&&this.p.div(this.n);!a||a.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}var x=p;function v(e,t){this.curve=e,this.type=t,this.precomputed=null}p.prototype.point=function(){throw new Error("Not implemented")},p.prototype.validate=function(){throw new Error("Not implemented")},p.prototype._fixedNafMul=function(e,t){h(e.precomputed);var a=e._getDoubles(),r=b(t,1,this._bitLength),n=(1<=c;f--)i=(i<<1)+r[f];o.push(i)}for(var d=this.jpoint(null,null,null),s=this.jpoint(null,null,null),u=n;u>0;u--){for(c=0;c=0;o--){for(var f=0;o>=0&&0===c[o];o--)f++;if(o>=0&&f++,i=i.dblp(f),o<0)break;var d=c[o];h(0!==d),i="affine"===e.type?d>0?i.mixedAdd(n[d-1>>1]):i.mixedAdd(n[-d-1>>1].neg()):d>0?i.add(n[d-1>>1]):i.add(n[-d-1>>1].neg())}return"affine"===e.type?i.toP():i},p.prototype._wnafMulAdd=function(e,t,a,r,n){var c,i,o,f=this._wnafT1,d=this._wnafT2,s=this._wnafT3,u=0;for(c=0;c=1;c-=2){var p=c-1,x=c;if(1===f[p]&&1===f[x]){var v=[t[p],null,null,t[x]];0===t[p].y.cmp(t[x].y)?(v[1]=t[p].add(t[x]),v[2]=t[p].toJ().mixedAdd(t[x].neg())):0===t[p].y.cmp(t[x].y.redNeg())?(v[1]=t[p].toJ().mixedAdd(t[x]),v[2]=t[p].add(t[x].neg())):(v[1]=t[p].toJ().mixedAdd(t[x]),v[2]=t[p].toJ().mixedAdd(t[x].neg()));var m=[-3,-1,-5,-7,0,7,5,1,3],g=l(a[p],a[x]);for(u=Math.max(g[0].length,u),s[p]=new Array(u),s[x]=new Array(u),i=0;i=0;c--){var S=0;while(c>=0){var E=!0;for(i=0;i=0&&S++,_=_.dblp(S),c<0)break;for(i=0;i0?o=d[i][A-1>>1]:A<0&&(o=d[i][-A-1>>1].neg()),_="affine"===o.type?_.mixedAdd(o):_.add(o))}}for(c=0;c=Math.ceil((e.bitLength()+1)/t.step)},v.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var a=[this],r=this,n=0;n=0&&(i=t,o=a),n.negative&&(n=n.neg(),c=c.neg()),i.negative&&(i=i.neg(),o=o.neg()),[{a:n,b:c},{a:i,b:o}]},y.prototype._endoSplit=function(e){var t=this.endo.basis,a=t[0],r=t[1],n=r.b.mul(e).divRound(this.n),c=a.b.neg().mul(e).divRound(this.n),i=n.mul(a.a),o=c.mul(r.a),f=n.mul(a.b),d=c.mul(r.b),s=e.sub(i).sub(o),u=f.add(d).neg();return{k1:s,k2:u}},y.prototype.pointFromX=function(e,t){e=new r.default(e,16),e.red||(e=e.toRed(this.red));var a=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),n=a.redSqrt();if(0!==n.redSqr().redSub(a).cmp(this.zero))throw new Error("invalid point");var c=n.fromRed().isOdd();return(t&&!c||!t&&c)&&(n=n.redNeg()),this.point(e,n)},y.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,a=e.y,r=this.a.redMul(t),n=t.redSqr().redMul(t).redIAdd(r).redIAdd(this.b);return 0===a.redSqr().redISub(n).cmpn(0)},y.prototype._endoWnafMulAdd=function(e,t,a){for(var r=this._endoWnafT1,n=this._endoWnafT2,c=0;c":""},_.prototype.isInfinity=function(){return this.inf},_.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var a=t.redSqr().redISub(this.x).redISub(e.x),r=t.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,r)},_.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,a=this.x.redSqr(),r=e.redInvm(),n=a.redAdd(a).redIAdd(a).redIAdd(t).redMul(r),c=n.redSqr().redISub(this.x.redAdd(this.x)),i=n.redMul(this.x.redSub(c)).redISub(this.y);return this.curve.point(c,i)},_.prototype.getX=function(){return this.x.fromRed()},_.prototype.getY=function(){return this.y.fromRed()},_.prototype.mul=function(e){return e=new r.default(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},_.prototype.mulAdd=function(e,t,a){var r=[this,t],n=[e,a];return this.curve.endo?this.curve._endoWnafMulAdd(r,n):this.curve._wnafMulAdd(1,r,n,2)},_.prototype.jmulAdd=function(e,t,a){var r=[this,t],n=[e,a];return this.curve.endo?this.curve._endoWnafMulAdd(r,n,!0):this.curve._wnafMulAdd(1,r,n,2,!0)},_.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},_.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var a=this.precomputed,r=function(e){return e.neg()};t.precomputed={naf:a.naf&&{wnd:a.naf.wnd,points:a.naf.points.map(r)},doubles:a.doubles&&{step:a.doubles.step,points:a.doubles.points.map(r)}}}return t},_.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);var e=this.curve.jpoint(this.x,this.y,this.curve.one);return e},m(k,x.BasePoint),y.prototype.jpoint=function(e,t,a){return new k(this,e,t,a)},k.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),a=this.x.redMul(t),r=this.y.redMul(t).redMul(e);return this.curve.point(a,r)},k.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},k.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),a=this.z.redSqr(),r=this.x.redMul(t),n=e.x.redMul(a),c=this.y.redMul(t.redMul(e.z)),i=e.y.redMul(a.redMul(this.z)),o=r.redSub(n),f=c.redSub(i);if(0===o.cmpn(0))return 0!==f.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var d=o.redSqr(),s=d.redMul(o),u=r.redMul(d),b=f.redSqr().redIAdd(s).redISub(u).redISub(u),l=f.redMul(u.redISub(b)).redISub(c.redMul(s)),h=this.z.redMul(e.z).redMul(o);return this.curve.jpoint(b,l,h)},k.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),a=this.x,r=e.x.redMul(t),n=this.y,c=e.y.redMul(t).redMul(this.z),i=a.redSub(r),o=n.redSub(c);if(0===i.cmpn(0))return 0!==o.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var f=i.redSqr(),d=f.redMul(i),s=a.redMul(f),u=o.redSqr().redIAdd(d).redISub(s).redISub(s),b=o.redMul(s.redISub(u)).redISub(n.redMul(d)),l=this.z.redMul(i);return this.curve.jpoint(u,b,l)},k.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();var t;if(this.curve.zeroA||this.curve.threeA){var a=this;for(t=0;t=0)return!1;if(a.redIAdd(n),0===this.x.cmp(a))return!0}},k.prototype.inspect=function(){return this.isInfinity()?"":""},k.prototype.isInfinity=function(){return 0===this.z.cmpn(0)};var S=i((function(e,t){var a=t;a.base=x,a.short=w,a.mont=null,a.edwards=null})),E=i((function(e,t){var a,r=t,c=u.assert;function i(e){"short"===e.type?this.curve=new S.short(e):"edwards"===e.type?this.curve=new S.edwards(e):this.curve=new S.mont(e),this.g=this.curve.g,this.n=this.curve.n,this.hash=e.hash,c(this.g.validate(),"Invalid curve"),c(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function o(e,t){Object.defineProperty(r,e,{configurable:!0,enumerable:!0,get:function(){var a=new i(t);return Object.defineProperty(r,e,{configurable:!0,enumerable:!0,value:a}),a}})}r.PresetCurve=i,o("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:n.default.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),o("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:n.default.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),o("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:n.default.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),o("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:n.default.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),o("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:n.default.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),o("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:n.default.sha256,gRed:!1,g:["9"]}),o("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:n.default.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{a=null.crash()}catch(f){a=void 0}o("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:n.default.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",a]})}));function A(e){if(!(this instanceof A))return new A(e);this.hash=e.hash,this.predResist=!!e.predResist,this.outLen=this.hash.outSize,this.minEntropy=e.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var t=s.toArray(e.entropy,e.entropyEnc||"hex"),a=s.toArray(e.nonce,e.nonceEnc||"hex"),r=s.toArray(e.pers,e.persEnc||"hex");f(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,a,r)}var P=A;A.prototype._init=function(e,t,a){var r=e.concat(t).concat(a);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var n=0;n=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(a||[])),this._reseed=1},A.prototype.generate=function(e,t,a,r){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!==typeof t&&(r=a,a=t,t=null),a&&(a=s.toArray(a,r||"hex"),this._update(a));var n=[];while(n.length"};var I=u.assert;function j(e,t){if(e instanceof j)return e;this._importDER(e,t)||(I(e.r&&e.s,"Signature without r or s"),this.r=new r.default(e.r,16),this.s=new r.default(e.s,16),void 0===e.recoveryParam?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}var N=j;function B(){this.place=0}function R(e,t){var a=e[t.place++];if(!(128&a))return a;var r=15&a;if(0===r||r>4)return!1;for(var n=0,c=0,i=t.place;c>>=0;return!(n<=127)&&(t.place=i,n)}function M(e){var t=0,a=e.length-1;while(!e[t]&&!(128&e[t+1])&&t>>3);e.push(128|a);while(--a)e.push(t>>>(a<<3)&255);e.push(t)}}j.prototype._importDER=function(e,t){e=u.toArray(e,t);var a=new B;if(48!==e[a.place++])return!1;var n=R(e,a);if(!1===n)return!1;if(n+a.place!==e.length)return!1;if(2!==e[a.place++])return!1;var c=R(e,a);if(!1===c)return!1;var i=e.slice(a.place,c+a.place);if(a.place+=c,2!==e[a.place++])return!1;var o=R(e,a);if(!1===o)return!1;if(e.length!==o+a.place)return!1;var f=e.slice(a.place,o+a.place);if(0===i[0]){if(!(128&i[1]))return!1;i=i.slice(1)}if(0===f[0]){if(!(128&f[1]))return!1;f=f.slice(1)}return this.r=new r.default(i),this.s=new r.default(f),this.recoveryParam=null,!0},j.prototype.toDER=function(e){var t=this.r.toArray(),a=this.s.toArray();128&t[0]&&(t=[0].concat(t)),128&a[0]&&(a=[0].concat(a)),t=M(t),a=M(a);while(!a[0]&&!(128&a[1]))a=a.slice(1);var r=[2];U(r,t.length),r=r.concat(t),r.push(2),U(r,a.length);var n=r.concat(a),c=[48];return U(c,n.length),c=c.concat(n),u.encode(c,e)};var L=function(){throw new Error("unsupported")},$=u.assert;function F(e){if(!(this instanceof F))return new F(e);"string"===typeof e&&($(Object.prototype.hasOwnProperty.call(E,e),"Unknown curve "+e),e=E[e]),e instanceof E.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}var D=F;F.prototype.keyPair=function(e){return new T(this,e)},F.prototype.keyFromPrivate=function(e,t){return T.fromPrivate(this,e,t)},F.prototype.keyFromPublic=function(e,t){return T.fromPublic(this,e,t)},F.prototype.genKeyPair=function(e){e||(e={});for(var t=new P({hash:this.hash,pers:e.pers,persEnc:e.persEnc||"utf8",entropy:e.entropy||L(this.hash.hmacStrength),entropyEnc:e.entropy&&e.entropyEnc||"utf8",nonce:this.n.toArray()}),a=this.n.byteLength(),n=this.n.sub(new r.default(2));;){var c=new r.default(t.generate(a));if(!(c.cmp(n)>0))return c.iaddn(1),this.keyFromPrivate(c)}},F.prototype._truncateToN=function(e,t){var a=8*e.byteLength()-this.n.bitLength();return a>0&&(e=e.ushrn(a)),!t&&e.cmp(this.n)>=0?e.sub(this.n):e},F.prototype.sign=function(e,t,a,n){"object"===typeof a&&(n=a,a=null),n||(n={}),t=this.keyFromPrivate(t,a),e=this._truncateToN(new r.default(e,16));for(var c=this.n.byteLength(),i=t.getPrivate().toArray("be",c),o=e.toArray("be",c),f=new P({hash:this.hash,entropy:i,nonce:o,pers:n.pers,persEnc:n.persEnc||"utf8"}),d=this.n.sub(new r.default(1)),s=0;;s++){var u=n.k?n.k(s):new r.default(f.generate(this.n.byteLength()));if(u=this._truncateToN(u,!0),!(u.cmpn(1)<=0||u.cmp(d)>=0)){var b=this.g.mul(u);if(!b.isInfinity()){var l=b.getX(),h=l.umod(this.n);if(0!==h.cmpn(0)){var p=u.invm(this.n).mul(h.mul(t.getPrivate()).iadd(e));if(p=p.umod(this.n),0!==p.cmpn(0)){var x=(b.getY().isOdd()?1:0)|(0!==l.cmp(h)?2:0);return n.canonical&&p.cmp(this.nh)>0&&(p=this.n.sub(p),x^=1),new N({r:h,s:p,recoveryParam:x})}}}}}},F.prototype.verify=function(e,t,a,n){e=this._truncateToN(new r.default(e,16)),a=this.keyFromPublic(a,n),t=new N(t,"hex");var c=t.r,i=t.s;if(c.cmpn(1)<0||c.cmp(this.n)>=0)return!1;if(i.cmpn(1)<0||i.cmp(this.n)>=0)return!1;var o,f=i.invm(this.n),d=f.mul(e).umod(this.n),s=f.mul(c).umod(this.n);return this.curve._maxwellTrick?(o=this.g.jmulAdd(d,a.getPublic(),s),!o.isInfinity()&&o.eqXToP(c)):(o=this.g.mulAdd(d,a.getPublic(),s),!o.isInfinity()&&0===o.getX().umod(this.n).cmp(c))},F.prototype.recoverPubKey=function(e,t,a,n){$((3&a)===a,"The recovery param is more than two bits"),t=new N(t,n);var c=this.n,i=new r.default(e),o=t.r,f=t.s,d=1&a,s=a>>1;if(o.cmp(this.curve.p.umod(this.curve.n))>=0&&s)throw new Error("Unable to find sencond key candinate");o=s?this.curve.pointFromX(o.add(this.curve.n),d):this.curve.pointFromX(o,d);var u=t.r.invm(c),b=c.sub(i).mul(u).umod(c),l=f.mul(u).umod(c);return this.g.mulAdd(b,o,l)},F.prototype.getKeyRecoveryParam=function(e,t,a,r){if(t=new N(t,r),null!==t.recoveryParam)return t.recoveryParam;for(var n=0;n<4;n++){var c;try{c=this.recoverPubKey(e,t,n)}catch(e){continue}if(c.eq(a))return n}throw new Error("Unable to find valid recovery factor")};var H=i((function(e,t){var a=t;a.version={version:"6.5.4"}.version,a.utils=u,a.rand=function(){throw new Error("unsupported")},a.curve=S,a.curves=E,a.ec=D,a.eddsa=null})),z=H.ec;t.EC=z}).call(this,a("c8ba"))},1650:function(e,t){e.exports="/static/tongyonh/copy_24px.png"},"16a3":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defineReadOnly=s,t.getStatic=u,t.resolveProperties=b,t.checkProperties=l,t.shallowCopy=h,t.deepCopy=m,t.Description=void 0;var r=i(a("a34a")),n=a("20ed"),c=a("8909");function i(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var f=function(e,t,a,r){function n(e){return e instanceof a?e:new a((function(t){t(e)}))}return new(a||(a=Promise))((function(a,c){function i(e){try{f(r.next(e))}catch(t){c(t)}}function o(e){try{f(r["throw"](e))}catch(t){c(t)}}function f(e){e.done?a(e.value):n(e.value).then(i,o)}f((r=r.apply(e,t||[])).next())}))},d=new n.Logger(c.version);function s(e,t,a){Object.defineProperty(e,t,{enumerable:!0,value:a,writable:!1})}function u(e,t){for(var a=0;a<32;a++){if(e[t])return e[t];if(!e.prototype||"object"!==typeof e.prototype)break;e=Object.getPrototypeOf(e.prototype).constructor}return null}function b(e){return f(this,void 0,void 0,r.default.mark((function t(){var a,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return a=Object.keys(e).map((function(t){var a=e[t];return Promise.resolve(a).then((function(e){return{key:t,value:e}}))})),t.next=3,Promise.all(a);case 3:return n=t.sent,t.abrupt("return",n.reduce((function(e,t){return e[t.key]=t.value,e}),{}));case 5:case"end":return t.stop()}}),t)})))}function l(e,t){e&&"object"===typeof e||d.throwArgumentError("invalid object","object",e),Object.keys(e).forEach((function(a){t[a]||d.throwArgumentError("invalid object key - "+a,"transaction:"+a,e)}))}function h(e){var t={};for(var a in e)t[a]=e[a];return t}var p={bigint:!0,boolean:!0,function:!0,number:!0,string:!0};function x(e){if(void 0===e||null===e||p[typeof e])return!0;if(Array.isArray(e)||"object"===typeof e){if(!Object.isFrozen(e))return!1;for(var t=Object.keys(e),a=0;a=0;r--){if(a){var n=2*parseInt(e[r],10);t+=n>9?n.toString().split("").map((function(e){return parseInt(e,10)})).reduce((function(e,t){return e+t}),0):n}else t+=parseInt(e[r],10);a=!a}return t%10===0}function c(e,t){for(var a=0,r=0;re.length)&&(t=e.length);for(var a=0,r=new Array(t);a= 0x80 (not a basic code point)","invalid-input":"Invalid input"},w=d-s,_=Math.floor,k=String.fromCharCode;function S(e){throw new RangeError(y[e])}function E(e,t){var a=e.length,r=[];while(a--)r[a]=t(e[a]);return r}function A(e,t){var a=e.split("@"),r="";a.length>1&&(r=a[0]+"@",e=a[1]),e=e.replace(g,".");var n=e.split("."),c=E(n,t).join(".");return r+c}function P(e){var t,a,r=[],n=0,c=e.length;while(n=55296&&t<=56319&&n65535&&(e-=65536,t+=k(e>>>10&1023|55296),e=56320|1023&e),t+=k(e),t})).join("")}function C(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:d}function T(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function I(e,t,a){var r=0;for(e=a?_(e/l):e>>1,e+=_(e/t);e>w*u>>1;r+=d)e=_(e/w);return _(r+(w+1)*e/(e+b))}function j(e){var t,a,r,n,c,i,o,b,l,v,m=[],g=e.length,y=0,w=p,k=h;for(a=e.lastIndexOf(x),a<0&&(a=0),r=0;r=128&&S("not-basic"),m.push(e.charCodeAt(r));for(n=a>0?a+1:0;n=g&&S("invalid-input"),b=C(e.charCodeAt(n++)),(b>=d||b>_((f-y)/i))&&S("overflow"),y+=b*i,l=o<=k?s:o>=k+u?u:o-k,b_(f/v)&&S("overflow"),i*=v}t=m.length+1,k=I(y-c,t,0==c),_(y/t)>f-w&&S("overflow"),w+=_(y/t),y%=t,m.splice(y++,0,w)}return O(m)}function N(e){var t,a,r,n,c,i,o,b,l,v,m,g,y,w,E,A=[];for(e=P(e),g=e.length,t=p,a=0,c=h,i=0;i=t&&m_((f-a)/y)&&S("overflow"),a+=(o-t)*y,t=o,i=0;if&&S("overflow"),m==t){for(b=a,l=d;;l+=d){if(v=l<=c?s:l>=c+u?u:l-c,b=0;n--)if(e[n]>="A"&&e[n]<="Z")for(var i=e[n].charCodeAt(0)-55,o=i%10,f=Math.trunc(i/10),d=0,s=[o,f];d=5?1+2*(u-5):2*u:u,t=!t}else{var b=e[n].charCodeAt(0)-"0".charCodeAt(0);a+=t?b>=5?1+2*(b-5):2*b:b,t=!t}var l=10*Math.trunc((a+9)/10)-a;return+e[e.length-1]===l}e.exports=t.default,e.exports.default=t.default},"1a2a":function(e,t,a){"use strict";var r=a("3fb5"),n=a("d424"),c=a("6430"),i=a("8707").Buffer,o=a("5a76"),f=a("b5ca"),d=a("69f2"),s=i.alloc(128);function u(e,t){c.call(this,"digest"),"string"===typeof t&&(t=i.from(t));var a="sha512"===e||"sha384"===e?128:64;if(this._alg=e,this._key=t,t.length>a){var r="rmd160"===e?new f:d(e);t=r.update(t).digest()}else t.lengtht?null:(r+n)/2}function T(e){if(null===e)return"null";if("number"===typeof e||"boolean"===typeof e)return JSON.stringify(e);if("string"===typeof e)return e;if(c.BigNumber.isBigNumber(e))return e.toString();if(Array.isArray(e))return JSON.stringify(e.map((function(e){return T(e)})));if("object"===typeof e){var t=Object.keys(e);return t.sort(),"{"+t.map((function(t){var a=e[t];return a="function"===typeof a?"[function]":T(a),JSON.stringify(t)+":"+a})).join(",")+"}"}throw new Error("unknown value type: "+typeof e)}var I=1;function j(e){var t=null,a=null,r=new Promise((function(r){t=function(){a&&(clearTimeout(a),a=null),r()},a=setTimeout(t,e)})),n=function(e){return r=r.then(e),r};function c(){return r}return{cancel:t,getPromise:c,wait:n}}var N=[b.Logger.errors.CALL_EXCEPTION,b.Logger.errors.INSUFFICIENT_FUNDS,b.Logger.errors.NONCE_EXPIRED,b.Logger.errors.REPLACEMENT_UNDERPRICED,b.Logger.errors.UNPREDICTABLE_GAS_LIMIT],B=["address","args","errorArgs","errorSignature","method","transaction"];function R(e,t){var a={weight:e.weight};return Object.defineProperty(a,"provider",{get:function(){return e.provider}}),e.start&&(a.start=e.start),t&&(a.duration=t-e.start),e.done&&(e.error?a.error=e.error:a.result=e.result||null),a}function M(e,t){return function(a){var r={};a.forEach((function(t){var a=e(t.result);r[a]||(r[a]={count:0,result:t.result}),r[a].count++}));for(var n=Object.keys(r),c=0;c=t)return i.result}}}function U(e,t,a){var r=T;switch(t){case"getBlockNumber":return function(t){var a=t.map((function(e){return e.result})),r=C(t.map((function(e){return e.result})),2);if(null!=r)return r=Math.ceil(r),a.indexOf(r+1)>=0&&r++,r>=e._highestBlockNumber&&(e._highestBlockNumber=r),e._highestBlockNumber};case"getGasPrice":return function(e){var t=e.map((function(e){return e.result}));return t.sort(),t[Math.floor(t.length/2)]};case"getEtherPrice":return function(e){return C(e.map((function(e){return e.result})))};case"getBalance":case"getTransactionCount":case"getCode":case"getStorageAt":case"call":case"estimateGas":case"getLogs":break;case"getTransaction":case"getTransactionReceipt":r=function(e){return null==e?null:(e=(0,o.shallowCopy)(e),e.confirmations=-1,T(e))};break;case"getBlock":r=a.includeTransactions?function(e){return null==e?null:(e=(0,o.shallowCopy)(e),e.transactions=e.transactions.map((function(e){return e=(0,o.shallowCopy)(e),e.confirmations=-1,e})),T(e))}:function(e){return null==e?null:T(e)};break;default:throw new Error("unknown method: "+t)}return M(r,e.quorum)}function L(e,t){return E(this,void 0,void 0,r.default.mark((function a(){var n;return r.default.wrap((function(a){while(1)switch(a.prev=a.next){case 0:if(n=e.provider,!(null!=n.blockNumber&&n.blockNumber>=t||-1===t)){a.next=3;break}return a.abrupt("return",n);case 3:return a.abrupt("return",(0,d.poll)((function(){return new Promise((function(a,r){setTimeout((function(){return n.blockNumber>=t?a(n):e.cancelled?a(null):a(void 0)}),0)}))}),{oncePoll:n}));case 4:case"end":return a.stop()}}),a)})))}function $(e,t,a,n){return E(this,void 0,void 0,r.default.mark((function c(){var o,f;return r.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:o=e.provider,r.t0=a,r.next="getBlockNumber"===r.t0||"getGasPrice"===r.t0?4:"getEtherPrice"===r.t0?5:"getBalance"===r.t0||"getTransactionCount"===r.t0||"getCode"===r.t0?8:"getStorageAt"===r.t0?13:"getBlock"===r.t0?18:"call"===r.t0||"estimateGas"===r.t0?23:"getTransaction"===r.t0||"getTransactionReceipt"===r.t0?28:"getLogs"===r.t0?29:35;break;case 4:return r.abrupt("return",o[a]());case 5:if(!o.getEtherPrice){r.next=7;break}return r.abrupt("return",o.getEtherPrice());case 7:return r.abrupt("break",35);case 8:if(!n.blockTag||!(0,i.isHexString)(n.blockTag)){r.next=12;break}return r.next=11,L(e,t);case 11:o=r.sent;case 12:return r.abrupt("return",o[a](n.address,n.blockTag||"latest"));case 13:if(!n.blockTag||!(0,i.isHexString)(n.blockTag)){r.next=17;break}return r.next=16,L(e,t);case 16:o=r.sent;case 17:return r.abrupt("return",o.getStorageAt(n.address,n.position,n.blockTag||"latest"));case 18:if(!n.blockTag||!(0,i.isHexString)(n.blockTag)){r.next=22;break}return r.next=21,L(e,t);case 21:o=r.sent;case 22:return r.abrupt("return",o[n.includeTransactions?"getBlockWithTransactions":"getBlock"](n.blockTag||n.blockHash));case 23:if(!n.blockTag||!(0,i.isHexString)(n.blockTag)){r.next=27;break}return r.next=26,L(e,t);case 26:o=r.sent;case 27:return r.abrupt("return",o[a](n.transaction));case 28:return r.abrupt("return",o[a](n.transactionHash));case 29:if(f=n.filter,!(f.fromBlock&&(0,i.isHexString)(f.fromBlock)||f.toBlock&&(0,i.isHexString)(f.toBlock))){r.next=34;break}return r.next=33,L(e,t);case 33:o=r.sent;case 34:return r.abrupt("return",o.getLogs(f));case 35:return r.abrupt("return",A.throwError("unknown method error",b.Logger.errors.UNKNOWN_ERROR,{method:a,params:n}));case 36:case"end":return r.stop()}}),c)})))}var F=function(e){m(a,e);var t=y(a);function a(e,r){var c;p(this,a),A.checkNew(this instanceof a?this.constructor:void 0,a),0===e.length&&A.throwArgumentError("missing providers","providers",e);var i=e.map((function(e,t){if(n.Provider.isProvider(e)){var a=(0,u.isCommunityResource)(e)?2e3:750,r=1;return Object.freeze({provider:e,weight:1,stallTimeout:a,priority:r})}var c=(0,o.shallowCopy)(e);null==c.priority&&(c.priority=1),null==c.stallTimeout&&(c.stallTimeout=(0,u.isCommunityResource)(e)?2e3:750),null==c.weight&&(c.weight=1);var i=c.weight;return(i%1||i>512||i<1)&&A.throwArgumentError("invalid weight; must be integer in [1, 512]","providers[".concat(t,"].weight"),i),Object.freeze(c)})),f=i.reduce((function(e,t){return e+t.weight}),0);null==r?r=f/2:r>f&&A.throwArgumentError("quorum will always fail; larger than total weight","quorum",r);var d=O(i.map((function(e){return e.provider.network})));return null==d&&(d=new Promise((function(e,t){setTimeout((function(){c.detectNetwork().then(e,t)}),0)}))),c=t.call(this,d),(0,o.defineReadOnly)(_(c),"providerConfigs",Object.freeze(i)),(0,o.defineReadOnly)(_(c),"quorum",r),c._highestBlockNumber=-1,c}return v(a,[{key:"detectNetwork",value:function(){return E(this,void 0,void 0,r.default.mark((function e(){var t;return r.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Promise.all(this.providerConfigs.map((function(e){return e.provider.getNetwork()})));case 2:return t=e.sent,e.abrupt("return",O(t));case 4:case"end":return e.stop()}}),e,this)})))}},{key:"perform",value:function(e,t){return E(this,void 0,void 0,r.default.mark((function a(){var n,c,i,d,s,u,l,h,p,x,v=this;return r.default.wrap((function(a){while(1)switch(a.prev=a.next){case 0:if("sendTransaction"!==e){a.next=13;break}return a.next=3,Promise.all(this.providerConfigs.map((function(e){return e.provider.sendTransaction(t.signedTransaction).then((function(e){return e.hash}),(function(e){return e}))})));case 3:n=a.sent,c=0;case 5:if(!(c=v.quorum)){a.next=19;break}if(p=d(b),void 0===p){a.next=15;break}return s.forEach((function(e){e.staller&&e.staller.cancel(),e.cancelled=!0})),a.abrupt("return",{v:p});case 15:if(h){a.next=18;break}return a.next=18,j(100).getPromise();case 18:h=!1;case 19:if(x=s.reduce((function(e,t){if(!t.done||null==t.error)return e;var a=t.error.code;return N.indexOf(a)>=0&&(e[a]||(e[a]={error:t.error,weight:0}),e[a].weight+=t.weight),e}),{}),Object.keys(x).forEach((function(e){var t=x[e];if(!(t.weight=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.chains=t._getInitializedChains=void 0;var c=n(a("011f")),i=n(a("6d07")),o=n(a("9d0c")),f=n(a("b909")),d=n(a("16c9"));function s(e){var t,a,n={1:"mainnet",3:"ropsten",4:"rinkeby",42:"kovan",5:"goerli"},s={mainnet:c.default,ropsten:i.default,rinkeby:o.default,kovan:f.default,goerli:d.default};if(e)try{for(var u=r(e),b=u.next();!b.done;b=u.next()){var l=b.value,h=l.name;n[l.chainId.toString()]=h,s[h]=l}}catch(p){t={error:p}}finally{try{b&&!b.done&&(a=u.return)&&a.call(u)}finally{if(t)throw t.error}}return s["names"]=n,s}t._getInitializedChains=s,t.chains=s()},"1e3c":function(e,t,a){var r=a("6430"),n=a("1545"),c=a("3fb5"),i=a("8707").Buffer,o={"des-ede3-cbc":n.CBC.instantiate(n.EDE),"des-ede3":n.EDE,"des-ede-cbc":n.CBC.instantiate(n.EDE),"des-ede":n.EDE,"des-cbc":n.CBC.instantiate(n.DES),"des-ecb":n.DES};function f(e){r.call(this);var t,a=e.mode.toLowerCase(),n=o[a];t=e.decrypt?"decrypt":"encrypt";var c=e.key;i.isBuffer(c)||(c=i.from(c)),"des-ede"!==a&&"des-ede-cbc"!==a||(c=i.concat([c,c.slice(0,8)]));var f=e.iv;i.isBuffer(f)||(f=i.from(f)),this._des=n.create({key:c,iv:f,type:t})}o.des=o["des-cbc"],o.des3=o["des-ede3-cbc"],e.exports=f,c(f,r),f.prototype._update=function(e){return i.from(this._des.update(e))},f.prototype._final=function(){return i.from(this._des.final())}},"1f87":function(e,t,a){"use strict";(function(r){var n=a("3fce"),c=a("7281"),i=a("c8b0"),o=a("7ad9");t=e.exports,t.addPrefix=function(e,t){var a;if(r.isBuffer(e))a=o.varintBufferEncode(e);else{if(!i[e])throw new Error("multicodec not recognized");a=i[e]}return r.concat([a,t])},t.rmPrefix=function(e){return n.decode(e),e.slice(n.decode.bytes)},t.getCodec=function(e){var t=n.decode(e),a=c.get(t);if(void 0===a)throw new Error("Code ".concat(t," not found"));return a},t.getName=function(e){return c.get(e)},t.getNumber=function(e){var t=i[e];if(void 0===t)throw new Error("Codec `"+e+"` not found");return o.varintBufferDecode(t)[0]},t.getCode=function(e){return n.decode(e)},t.getCodeVarint=function(e){var t=i[e];if(void 0===t)throw new Error("Codec `"+e+"` not found");return t},t.getVarint=function(e){return n.encode(e)};var f=a("1893");Object.assign(t,f),t.print=a("6f7b")}).call(this,a("b639").Buffer)},"1fad":function(e){e.exports=JSON.parse('{"name":"EIP-1559","number":1559,"comment":"Fee market change for ETH 1.0 chain","url":"https://eips.ethereum.org/EIPS/eip-1559","status":"Review","minimumHardfork":"berlin","requiredEIPs":[2930],"gasConfig":{"baseFeeMaxChangeDenominator":{"v":8,"d":"Maximum base fee change denominator"},"elasticityMultiplier":{"v":2,"d":"Maximum block gas target elasticity"},"initialBaseFee":{"v":1000000000,"d":"Initial base fee on first EIP1559 block"}},"gasPrices":{},"vm":{},"pow":{}}')},"1fb5":function(e,t,a){"use strict";t.byteLength=s,t.toByteArray=b,t.fromByteArray=p;for(var r=[],n=[],c="undefined"!==typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,f=i.length;o0)throw new Error("Invalid string. Length must be a multiple of 4");var a=e.indexOf("=");-1===a&&(a=t);var r=a===t?0:4-a%4;return[a,r]}function s(e){var t=d(e),a=t[0],r=t[1];return 3*(a+r)/4-r}function u(e,t,a){return 3*(t+a)/4-a}function b(e){var t,a,r=d(e),i=r[0],o=r[1],f=new c(u(e,i,o)),s=0,b=o>0?i-4:i;for(a=0;a>16&255,f[s++]=t>>8&255,f[s++]=255&t;return 2===o&&(t=n[e.charCodeAt(a)]<<2|n[e.charCodeAt(a+1)]>>4,f[s++]=255&t),1===o&&(t=n[e.charCodeAt(a)]<<10|n[e.charCodeAt(a+1)]<<4|n[e.charCodeAt(a+2)]>>2,f[s++]=t>>8&255,f[s++]=255&t),f}function l(e){return r[e>>18&63]+r[e>>12&63]+r[e>>6&63]+r[63&e]}function h(e,t,a){for(var r,n=[],c=t;cf?f:o+i));return 1===n?(t=e[a-1],c.push(r[t>>2]+r[t<<4&63]+"==")):2===n&&(t=(e[a-2]<<8)+e[a-1],c.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),c.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},"1fe8":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.FunctionFragment=t.ConstructorFragment=t.EventFragment=t.Fragment=t.ParamType=t.FormatTypes=void 0;var r=a("846b"),n=a("16a3"),c=a("20ed"),i=a("d87f");function o(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}function f(e,t){return f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},f(e,t)}function d(e){var t=b();return function(){var a,r=l(e);if(t){var n=l(this).constructor;a=Reflect.construct(r,arguments,n)}else a=r.apply(this,arguments);return s(this,a)}}function s(e,t){return!t||"object"!==typeof t&&"function"!==typeof t?u(e):t}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function b(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}function h(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){for(var a=0;a=0||"tuple"===e)&&y[t])return!0;return(g[t]||"payable"===t)&&v.throwArgumentError("invalid modifier","name",t),!1}function _(e,t){var a=e;function r(t){v.throwArgumentError("unexpected character at position ".concat(t),"param",e)}function n(e){var a={type:"",name:"",parent:e,state:{allowType:!0}};return t&&(a.indexed=!1),a}e=e.replace(/\s/g," ");for(var c={type:"",name:"",state:{allowType:!0}},i=c,o=0;o2&&v.throwArgumentError("invalid human-readable ABI signature","value",e),a[1].match(/^[0-9]+$/)||v.throwArgumentError("invalid human-readable ABI signature gas","value",e),t.gas=r.BigNumber.from(a[1]),a[0]):e}function I(t,a){a.constant=!1,a.payable=!1,a.stateMutability="nonpayable",t.split(" ").forEach((function(t){switch(t.trim()){case"constant":a.constant=!0;break;case"payable":a.payable=!0,a.stateMutability="payable";break;case"nonpayable":a.payable=!1,a.stateMutability="nonpayable";break;case"pure":a.constant=!0,a.stateMutability="pure";break;case"view":a.constant=!0,a.stateMutability="view";break;case"external":case"public":case"":break;default:e("log","unknown modifier: "+t," at node_modules/@ethersproject/abi/lib.esm/fragments.js:506")}}))}function j(e){var t={constant:!1,payable:!0,stateMutability:"payable"};return null!=e.stateMutability?(t.stateMutability=e.stateMutability,t.constant="view"===t.stateMutability||"pure"===t.stateMutability,null!=e.constant&&!!e.constant!==t.constant&&v.throwArgumentError("cannot have constant function with mutability "+t.stateMutability,"value",e),t.payable="payable"===t.stateMutability,null!=e.payable&&!!e.payable!==t.payable&&v.throwArgumentError("cannot have payable function with mutability "+t.stateMutability,"value",e)):null!=e.payable?(t.payable=!!e.payable,null!=e.constant||t.payable||"constructor"===e.type||v.throwArgumentError("unable to determine stateMutability","value",e),t.constant=!!e.constant,t.constant?t.stateMutability="view":t.stateMutability=t.payable?"payable":"nonpayable",t.payable&&t.constant&&v.throwArgumentError("cannot have constant payable function","value",e)):null!=e.constant?(t.constant=!!e.constant,t.payable=!t.constant,t.stateMutability=t.constant?"view":"payable"):"constructor"!==e.type&&v.throwArgumentError("unable to determine stateMutability","value",e),t}t.EventFragment=C;var N=function(e){o(a,e);var t=d(a);function a(){return h(this,a),t.apply(this,arguments)}return x(a,[{key:"format",value:function(e){if(e||(e=S.sighash),S[e]||v.throwArgumentError("invalid format type","format",e),e===S.json)return JSON.stringify({type:"constructor",stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payble:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((function(t){return JSON.parse(t.format(e))}))});e===S.sighash&&v.throwError("cannot format a constructor for sighash",c.Logger.errors.UNSUPPORTED_OPERATION,{operation:"format(sighash)"});var t="constructor("+this.inputs.map((function(t){return t.format(e)})).join(e===S.full?", ":",")+") ";return this.stateMutability&&"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "),t.trim()}}],[{key:"from",value:function(e){return"string"===typeof e?a.fromString(e):a.fromObject(e)}},{key:"fromObject",value:function(e){if(a.isConstructorFragment(e))return e;"constructor"!==e.type&&v.throwArgumentError("invalid constructor object","value",e);var t=j(e);t.constant&&v.throwArgumentError("constructor cannot be constant","value",e);var n={name:null,type:e.type,inputs:e.inputs?e.inputs.map(A.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?r.BigNumber.from(e.gas):null};return new a(m,n)}},{key:"fromString",value:function(e){var t={type:"constructor"};e=T(e,t);var r=e.match(L);return r&&"constructor"===r[1].trim()||v.throwArgumentError("invalid constructor string","value",e),t.inputs=P(r[2].trim(),!1),I(r[3].trim(),t),a.fromObject(t)}},{key:"isConstructorFragment",value:function(e){return e&&e._isFragment&&"constructor"===e.type}}]),a}(O);t.ConstructorFragment=N;var B=function(e){o(a,e);var t=d(a);function a(){return h(this,a),t.apply(this,arguments)}return x(a,[{key:"format",value:function(e){if(e||(e=S.sighash),S[e]||v.throwArgumentError("invalid format type","format",e),e===S.json)return JSON.stringify({type:"function",name:this.name,constant:this.constant,stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payble:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((function(t){return JSON.parse(t.format(e))})),ouputs:this.outputs.map((function(t){return JSON.parse(t.format(e))}))});var t="";return e!==S.sighash&&(t+="function "),t+=this.name+"("+this.inputs.map((function(t){return t.format(e)})).join(e===S.full?", ":",")+") ",e!==S.sighash&&(this.stateMutability?"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "):this.constant&&(t+="view "),this.outputs&&this.outputs.length&&(t+="returns ("+this.outputs.map((function(t){return t.format(e)})).join(", ")+") "),null!=this.gas&&(t+="@"+this.gas.toString()+" ")),t.trim()}}],[{key:"from",value:function(e){return"string"===typeof e?a.fromString(e):a.fromObject(e)}},{key:"fromObject",value:function(e){if(a.isFunctionFragment(e))return e;"function"!==e.type&&v.throwArgumentError("invalid function object","value",e);var t=j(e),n={type:e.type,name:U(e.name),constant:t.constant,inputs:e.inputs?e.inputs.map(A.fromObject):[],outputs:e.outputs?e.outputs.map(A.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?r.BigNumber.from(e.gas):null};return new a(m,n)}},{key:"fromString",value:function(e){var t={type:"function"};e=T(e,t);var r=e.split(" returns ");r.length>2&&v.throwArgumentError("invalid function string","value",e);var n=r[0].match(L);if(n||v.throwArgumentError("invalid function signature","value",e),t.name=n[1].trim(),t.name&&U(t.name),t.inputs=P(n[2],!1),I(n[3].trim(),t),r.length>1){var c=r[1].match(L);""==c[1].trim()&&""==c[3].trim()||v.throwArgumentError("unexpected tokens","value",e),t.outputs=P(c[2],!1)}else t.outputs=[];return a.fromObject(t)}},{key:"isFunctionFragment",value:function(e){return e&&e._isFragment&&"function"===e.type}}]),a}(N);function R(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}t.FunctionFragment=B;var M=new RegExp("^[A-Za-z_][A-Za-z0-9_]*$");function U(e){return e&&e.match(M)||v.throwArgumentError('invalid identifier "'.concat(e,'"'),"value",e),e}var L=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$");function $(e){e=e.trim();for(var t=[],a="",r=0,n=0;nd[a]||console.log.apply(console,t)}},{key:"debug",value:function(){for(var t=arguments.length,a=new Array(t),r=0;r>4],a+=x[15&t[c]];n.push(e+"=Uint8Array(0x"+a+")")}else n.push(e+"="+JSON.stringify(t))}catch(i){n.push(e+"="+JSON.stringify(r[e].toString()))}})),n.push("code=".concat(a)),n.push("version=".concat(this.version));var c=t;n.length&&(t+=" ("+n.join(", ")+")");var i=new Error(t);return i.reason=c,i.code=a,Object.keys(r).forEach((function(e){i[e]=r[e]})),i}},{key:"throwError",value:function(e,t,a){throw this.makeError(e,t,a)}},{key:"throwArgumentError",value:function(t,a,r){return this.throwError(t,e.errors.INVALID_ARGUMENT,{argument:a,value:r})}},{key:"assert",value:function(e,t,a,r){e||this.throwError(t,a,r)}},{key:"assertArgument",value:function(e,t,a,r){e||this.throwArgumentError(t,a,r)}},{key:"checkNormalize",value:function(t){null==t&&(t="platform missing String.prototype.normalize"),p&&this.throwError("platform missing String.prototype.normalize",e.errors.UNSUPPORTED_OPERATION,{operation:"String.prototype.normalize",form:p})}},{key:"checkSafeUint53",value:function(t,a){"number"===typeof t&&(null==a&&(a="value not safe"),(t<0||t>=9007199254740991)&&this.throwError(a,e.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"out-of-safe-range",value:t}),t%1&&this.throwError(a,e.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"non-integer",value:t}))}},{key:"checkArgumentCount",value:function(t,a,r){r=r?": "+r:"",ta&&this.throwError("too many arguments"+r,e.errors.UNEXPECTED_ARGUMENT,{count:t,expectedCount:a})}},{key:"checkNew",value:function(t,a){t!==Object&&null!=t||this.throwError("missing new",e.errors.MISSING_NEW,{name:a.name})}},{key:"checkAbstract",value:function(t,a){t===a?this.throwError("cannot instantiate abstract class "+JSON.stringify(a.name)+" directly; use a sub-class",e.errors.UNSUPPORTED_OPERATION,{name:t.name,operation:"new"}):t!==Object&&null!=t||this.throwError("missing new",e.errors.MISSING_NEW,{name:a.name})}}],[{key:"globalLogger",value:function(){return u||(u=new e(r.version)),u}},{key:"setCensorship",value:function(t,a){if(!t&&a&&this.globalLogger().throwError("cannot permanently disable censorship",e.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"}),o){if(!t)return;this.globalLogger().throwError("error censorship permanent",e.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"})}f=!!t,o=!!a}},{key:"setLogLevel",value:function(t){var a=d[t.toLowerCase()];null!=a?s=a:e.globalLogger().warn("invalid log level - "+t)}},{key:"from",value:function(t){return new e(t)}}]),e}();t.Logger=v,v.errors=h,v.levels=l},"20f6":function(e,t,a){var r=t;r.der=a("cfbd"),r.pem=a("8df7")},2113:function(e,t,a){"use strict";a.r(t);var r=a("74bf"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},2137:function(e,t,a){"use strict";var r=a("c3c0"),n=a("da3e");function c(e,t,a){if(!(this instanceof c))return new c(e,t,a);this.Hash=e,this.blockSize=e.blockSize/8,this.outSize=e.outSize/8,this.inner=null,this.outer=null,this._init(r.toArray(t,a))}e.exports=c,c.prototype._init=function(e){e.length>this.blockSize&&(e=(new this.Hash).update(e).digest()),n(e.length<=this.blockSize);for(var t=e.length;t0?(t.unshift(a),t):[a]},s.prototype.checkInterfaceSupport=function(){var e=c(r.mark((function e(a,n){var c;return r.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(d[n]){e.next=2;break}return e.abrupt("return");case 2:return c=!1,e.prev=3,e.next=6,a.methods.supportsInterface(d[n]).call();case 6:c=e.sent,e.next=12;break;case 9:e.prev=9,e.t0=e["catch"](3),t("warn",'Could not verify interface of resolver contract at "'+a.options.address+'". '," at node_modules/web3-eth-ens/lib/lib/ResolverMethodHandler.js:213");case 12:if(c){e.next=14;break}throw f.ResolverMethodMissingError(a.options.address,n);case 14:case"end":return e.stop()}}),e,null,[[3,9]])})));return function(t,a){return e.apply(this,arguments)}}(),e.exports=s}).call(this,a("0de9")["default"])},2236:function(e,t,a){var r=a("5a43");function n(e){if(Array.isArray(e))return r(e)}e.exports=n},2366:function(e,t){for(var a=[],r=0;r<256;++r)a[r]=(r+256).toString(16).substr(1);function n(e,t){var r=t||0,n=a;return[n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]]].join("")}e.exports=n},"23c4":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i,t.halfWidth=void 0;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/[\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/;function i(e){return(0,r.default)(e),c.test(e)}t.halfWidth=c},"23c4e":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=f;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^(?:[0-9a-fA-F]{2}([-:\s]))([0-9a-fA-F]{2}\1){4}([0-9a-fA-F]{2})$/,i=/^([0-9a-fA-F]){12}$/,o=/^([0-9a-fA-F]{4}\.){2}([0-9a-fA-F]{4})$/;function f(e,t){return(0,r.default)(e),t&&(t.no_colons||t.no_separators)?i.test(e):c.test(e)||o.test(e)}e.exports=t.default,e.exports.default=t.default},"240f":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i,t.locales=void 0;var r=c(a("3ce7")),n=a("3c37");function c(e){return e&&e.__esModule?e:{default:e}}function i(e,t){(0,r.default)(e),t=t||{};var a=new RegExp("^(?:[-+])?(?:[0-9]+)?(?:\\".concat(t.locale?n.decimal[t.locale]:".","[0-9]*)?(?:[eE][\\+\\-]?(?:[0-9]+))?$"));if(""===e||"."===e||"-"===e||"+"===e)return!1;var c=parseFloat(e.replace(",","."));return a.test(e)&&(!t.hasOwnProperty("min")||c>=t.min)&&(!t.hasOwnProperty("max")||c<=t.max)&&(!t.hasOwnProperty("lt")||ct.gt)}var o=Object.keys(n.decimal);t.locales=o},2437:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;r(a("8e09"));function r(e){return e&&e.__esModule?e:{default:e}}var n={data:function(){return{show:!0}},methods:{}};t.default=n},"243a":function(e,t,a){var r=a("7e30"),n=a("89d2"),c=a("fe9c"),i=a("11dc"),o=a("399f"),f=function(e,t,a,r,n){return!e||"object"!==typeof e||e instanceof Error||!e.data||((e.data&&"object"===typeof e.data||Array.isArray(e.data))&&(e.data=JSON.stringify(e.data,null,2)),e=e.message+"\n"+e.data),"string"===typeof e&&(e=new Error(e)),"function"===typeof r&&r(e,n),"function"===typeof a&&((t&&"function"===typeof t.listeners&&t.listeners("error").length||"function"===typeof r)&&t.catch((function(){})),setTimeout((function(){a(e)}),1)),t&&"function"===typeof t.emit&&setTimeout((function(){t.emit("error",e,n),t.removeAllListeners()}),1),t},d=function(e){return e&&"object"===typeof e&&e.name&&-1!==e.name.indexOf("(")?e.name:e.name+"("+s(!1,e.inputs).join(",")+")"},s=function e(t,a){var r=[];return a.forEach((function(a){if("object"===typeof a.components){if("tuple"!==a.type.substring(0,5))throw new Error("components found but type is not tuple; report on GitHub");var n="",c=a.type.indexOf("[");c>=0&&(n=a.type.substring(c));var i=e(t,a.components);Array.isArray(i)&&t?r.push("tuple("+i.join(",")+")"+n):t?r.push("("+i+")"):r.push("("+i.join(",")+")"+n)}else r.push(a.type)})),r},u=function(e){return"0x"+i(e).toString("hex")},b=function(e){if(!n.isHexStrict(e))throw new Error("The parameter must be a valid HEX string.");var t="",a=0,r=e.length;for("0x"===e.substring(0,2)&&(a=2);a7?a+=e[r].toUpperCase():a+=e[r];return a},m=function(e,t){if(e==t)return 0;if("genesis"!=e&&"earliest"!=e&&0!=e||"genesis"!=t&&"earliest"!=t&&0!=t){if("genesis"==e||"earliest"==e)return-1;if("genesis"==t||"earliest"==t)return 1;if("latest"==e)return"pending"==t?-1:1;if("latest"===t)return"pending"==e?1:-1;if("pending"==e)return 1;if("pending"==t)return-1;var a=new o(e),r=new o(t);return a.lt(r)?-1:a.eq(r)?0:1}return 0};e.exports={_fireError:f,_jsonInterfaceMethodToString:d,_flattenTypes:s,randomHex:u,BN:n.BN,isBN:n.isBN,isBigNumber:n.isBigNumber,isHex:n.isHex,isHexStrict:n.isHexStrict,sha3:n.sha3,sha3Raw:n.sha3Raw,keccak256:n.sha3,soliditySha3:c.soliditySha3,soliditySha3Raw:c.soliditySha3Raw,encodePacked:c.encodePacked,isAddress:n.isAddress,checkAddressChecksum:n.checkAddressChecksum,toChecksumAddress:v,toHex:n.toHex,toBN:n.toBN,bytesToHex:n.bytesToHex,hexToBytes:n.hexToBytes,hexToNumberString:n.hexToNumberString,hexToNumber:n.hexToNumber,toDecimal:n.hexToNumber,numberToHex:n.numberToHex,fromDecimal:n.numberToHex,hexToUtf8:n.hexToUtf8,hexToString:n.hexToUtf8,toUtf8:n.hexToUtf8,stripHexPrefix:n.stripHexPrefix,utf8ToHex:n.utf8ToHex,stringToHex:n.utf8ToHex,fromUtf8:n.utf8ToHex,hexToAscii:b,toAscii:b,asciiToHex:l,fromAscii:l,unitMap:r.unitMap,toWei:x,fromWei:p,padLeft:n.leftPad,leftPad:n.leftPad,padRight:n.rightPad,rightPad:n.rightPad,toTwosComplement:n.toTwosComplement,isBloom:n.isBloom,isUserEthereumAddressInBloom:n.isUserEthereumAddressInBloom,isContractAddressInBloom:n.isContractAddressInBloom,isTopic:n.isTopic,isTopicInBloom:n.isTopicInBloom,isInBloom:n.isInBloom,compareBlockNumbers:m,toNumber:n.toNumber}},"245c":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.randomBytes=d;var r=a("ecb6"),n=a("20ed"),c=a("a721"),i=new n.Logger(c.version),o=null;try{if(o=window,null==o)throw new Error("try next")}catch(s){try{if(o=e,null==o)throw new Error("try next")}catch(s){o={}}}var f=o.crypto||o.msCrypto;function d(e){(e<=0||e>1024||e%1||e!=e)&&i.throwArgumentError("invalid length","length",e);var t=new Uint8Array(e);return f.getRandomValues(t),(0,r.arrayify)(t)}f&&f.getRandomValues||(i.warn("WARNING: Missing strong random number source"),f={getRandomValues:function(e){return i.throwError("no secure random source avaialble",n.Logger.errors.UNSUPPORTED_OPERATION,{operation:"crypto.getRandomValues"})}})}).call(this,a("c8ba"))},"249c":function(e,t){e.exports="/static/tongyonh/Frame70.png"},"24c0":function(e){e.exports=JSON.parse('{"name":"byzantium","comment":"Hardfork with new precompiles, instructions and other protocol changes","eip":{"url":"https://eips.ethereum.org/EIPS/eip-609","status":"Final"},"gasConfig":{},"gasPrices":{"modexpGquaddivisor":{"v":20,"d":"Gquaddivisor from modexp precompile for gas calculation"},"ecAdd":{"v":500,"d":"Gas costs for curve addition precompile"},"ecMul":{"v":40000,"d":"Gas costs for curve multiplication precompile"},"ecPairing":{"v":100000,"d":"Base gas costs for curve pairing precompile"},"ecPairingWord":{"v":80000,"d":"Gas costs regarding curve pairing precompile input length"}},"vm":{},"pow":{"minerReward":{"v":"3000000000000000000","d":"the amount a miner get rewarded for mining a block"}},"casper":{},"sharding":{}}')},"24f8":function(e,t,a){var r=a("9490"),n=a("0b16"),c=e.exports;for(var i in r)r.hasOwnProperty(i)&&(c[i]=r[i]);function o(e){if("string"===typeof e&&(e=n.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}c.request=function(e,t){return e=o(e),r.request.call(this,e,t)},c.get=function(e,t){return e=o(e),r.get.call(this,e,t)}},"24fc":function(e,t,a){"use strict";a.r(t);var r=a("76e0"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},"257a":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("b79a");t.input=r;var n=a("77a7");t.output=n},"25b9":function(e,t,a){(function(e){var r=a("d26d"),n=a("774b"),c=function(e){var t=e.slice(0,2),a=e.slice(2),r="";return r="0x"===t?a:e,n.fromHexString(r)},i={swarm:function(e){var t=n.encode(c(e),"keccak-256");return new r(1,"swarm-manifest",t).buffer},ipfs:function(e){var t=n.fromB58String(e);return new r(1,"dag-pb",t).buffer},utf8:function(t){return e.from(t,"utf8")}},o={hexMultiHash:function(e){var t=new r(e);return n.decode(t.multihash).digest.toString("hex")},b58MultiHash:function(e){var t=new r(e);return n.toB58String(t.multihash)},utf8:function(e){return e.toString("utf8")}},f={"swarm-ns":{encode:i.swarm,decode:o.hexMultiHash},"ipfs-ns":{encode:i.ipfs,decode:o.b58MultiHash},"ipns-ns":{encode:i.ipfs,decode:o.b58MultiHash},default:{encode:i.utf8,decode:o.utf8}};t.hexStringToBuffer=c,t.profiles=f}).call(this,a("b639").Buffer)},2604:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^[A-Z]{2}[0-9A-Z]{3}\d{2}\d{5}$/;function i(e){return(0,r.default)(e),c.test(e)}e.exports=t.default,e.exports.default=t.default},2659:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TupleCoder=void 0;var r=a("938b"),n=a("f7da");function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var a=0;a=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:c}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,f=!1;return{s:function(){a=e[Symbol.iterator]()},n:function(){var e=a.next();return o=e.done,e},e:function(e){f=!0,i=e},f:function(){try{o||null==a.return||a.return()}finally{if(f)throw i}}}}function n(e,t){if(e){if("string"===typeof e)return c(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,r=new Array(t);a-1,a=e.indexOf("-")>-1&&e.indexOf("_")>-1;return{encode:function(e){var r="";r="string"===typeof e?o.from(e).toString("base64"):e.toString("base64"),a&&(r=r.replace(/\+/g,"-").replace(/\//g,"_"));var n=r.indexOf("=");return n>0&&!t&&(r=r.substring(0,n)),r},decode:function(t){var a,n=r(t);try{for(n.s();!(a=n.n()).done;){var c=a.value;if(e.indexOf(c)<0)throw new Error("invalid base64 character")}}catch(i){n.e(i)}finally{n.f()}return o.from(t,"base64")}}}},"277d":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.looseArrayify=c,t.zpad=i,t.getPassword=o,t.searchPath=f,t.uuidV4=d;var r=a("ecb6"),n=a("86c8");function c(e){return"string"===typeof e&&"0x"!==e.substring(0,2)&&(e="0x"+e),(0,r.arrayify)(e)}function i(e,t){e=String(e);while(e.lengtht)throw new TypeError("Script number overflow");if(a&&0===(127&e[r-1])&&(r<=1||0===(128&e[r-2])))throw new Error("Non-minimally encoded script number");if(5===r){var n=e.readUInt32LE(0),c=e.readUInt8(4);return 128&c?-(4294967296*(-129&c)+n):4294967296*c+n}for(var i=0,o=0;o2147483647?5:e>8388607?4:e>32767?3:e>127?2:e>0?1:0}function n(t){for(var a=Math.abs(t),n=r(a),c=e.allocUnsafe(n),i=t<0,o=0;o>=8;return 128&c[n-1]?c.writeUInt8(i?128:0,n-1):i&&(c[n-1]|=128),c}Object.defineProperty(t,"__esModule",{value:!0}),t.decode=a,t.encode=n}).call(this,a("b639").Buffer)},2858:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.langEn=void 0;var r=a("c9b1");function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:1500;uni.showToast({title:e,icon:"none",duration:t})}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r;t.default=n},"28fe":function(e){e.exports=JSON.parse('{"name":"rinkeby","chainId":4,"networkId":4,"comment":"PoA test network","url":"https://www.rinkeby.io","genesis":{"hash":"0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177","timestamp":"0x58ee40ba","gasLimit":4700000,"difficulty":1,"nonce":"0x0000000000000000","extraData":"0x52657370656374206d7920617574686f7269746168207e452e436172746d616e42eb768f2244c8811c63729a21a3569731535f067ffc57839b00206d1ad20c69a1981b489f772031b279182d99e65703f0076e4812653aab85fca0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","stateRoot":"0x53580584816f617295ea26c0e17641e0120cab2f0a8ffb53a866fd53aa8e8c2d"},"hardforks":[{"name":"chainstart","block":0,"consensus":"poa","finality":null},{"name":"homestead","block":1,"consensus":"poa","finality":null},{"name":"dao","block":null,"consensus":"poa","finality":null},{"name":"tangerineWhistle","block":2,"consensus":"poa","finality":null},{"name":"spuriousDragon","block":3,"consensus":"poa","finality":null},{"name":"byzantium","block":1035301,"consensus":"poa","finality":null},{"name":"constantinople","block":3660663,"consensus":"poa","finality":null},{"name":"petersburg","block":4321234,"consensus":"poa","finality":null},{"name":"istanbul","block":5435345,"consensus":"poa","finality":null}],"bootstrapNodes":[{"ip":"52.169.42.101","port":30303,"id":"a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf","location":"","comment":"IE"},{"ip":"52.3.158.184","port":30303,"id":"343149e4feefa15d882d9fe4ac7d88f885bd05ebb735e547f12e12080a9fa07c8014ca6fd7f373123488102fe5e34111f8509cf0b7de3f5b44339c9f25e87cb8","location":"","comment":"INFURA"},{"ip":"159.89.28.211","port":30303,"id":"b6b28890b006743680c52e64e0d16db57f28124885595fa03a562be1d2bf0f3a1da297d56b13da25fb992888fd556d4c1a27b1f39d531bde7de1921c90061cc6","location":"","comment":"AKASHA"}]}')},2990:function(e,t,a){"use strict";var r;a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("view",{staticClass:e._$s(0,"sc","index-header "),attrs:{_i:0}},[a("view",{staticClass:e._$s(1,"sc","con"),attrs:{_i:1}},[a("view",{staticClass:e._$s(2,"sc","tabbar_item"),attrs:{_i:2},on:{click:function(t){return e.goToPage(1)}}},[a("view",{staticClass:e._$s(3,"sc","uni-tabbar_bd"),attrs:{_i:3}},[a("view",{staticClass:e._$s(4,"sc","uni-tabbar_icon"),attrs:{_i:4}},[a("image",{staticClass:e._$s(5,"sc","img1"),attrs:{src:e._$s(5,"a-src","/static/tongyonh/"+(1==e.selectActive?"Uniona":"Union")+".png"),_i:5}})]),a("view",{staticClass:e._$s(6,"sc","uni-tabbar_label"),class:e._$s(6,"c",["text",1==e.selectActive?"active":""]),attrs:{_i:6}})])]),a("view",{staticClass:e._$s(7,"sc","tabbar_item"),attrs:{_i:7},on:{click:function(t){return e.goToPage(2)}}},[a("view",{staticClass:e._$s(8,"sc","uni-tabbar_bd"),attrs:{_i:8}},[a("view",{staticClass:e._$s(9,"sc","uni-tabbar_icon"),attrs:{_i:9}},[a("image",{staticClass:e._$s(10,"sc","img1"),attrs:{src:e._$s(10,"a-src","/static/tongyonh/"+(e.selectActive,"nft_icon.png")),_i:10}})]),a("view",{staticClass:e._$s(11,"sc","uni-tabbar_label"),class:e._$s(11,"c",["text",2==e.selectActive?"active":""]),attrs:{_i:11}})])]),a("view",{staticClass:e._$s(12,"sc","tabbar_item"),attrs:{_i:12},on:{click:function(t){return e.goToPage(3)}}},[a("view",{staticClass:e._$s(13,"sc","uni-tabbar_bd"),attrs:{_i:13}},[a("view",{staticClass:e._$s(14,"sc","uni-tabbar_icon"),attrs:{_i:14}},[a("image",{staticClass:e._$s(15,"sc","img1"),attrs:{src:e._$s(15,"a-src","/static/tongyonh/"+(3==e.selectActive?"market_icona":"market_icon")+".png"),_i:15}})]),a("view",{staticClass:e._$s(16,"sc","uni-tabbar_label"),class:e._$s(16,"c",["text",3==e.selectActive?"active":""]),attrs:{_i:16}})])]),a("view",{staticClass:e._$s(17,"sc","tabbar_item"),attrs:{_i:17},on:{click:function(t){return e.goToPage(4)}}},[a("view",{staticClass:e._$s(18,"sc","uni-tabbar_bd"),attrs:{_i:18}},[a("view",{staticClass:e._$s(19,"sc","uni-tabbar_icon"),attrs:{_i:19}},[a("image",{staticClass:e._$s(20,"sc","img1"),attrs:{src:e._$s(20,"a-src","/static/tongyonh/"+(4==e.selectActive?"Discover_icona":"Discover_icon")+".png"),_i:20}})]),a("view",{staticClass:e._$s(21,"sc","uni-tabbar_label"),class:e._$s(21,"c",["text",4==e.selectActive?"active":""]),attrs:{_i:21}})])]),a("view",{staticClass:e._$s(22,"sc","tabbar_item"),attrs:{_i:22},on:{click:function(t){return e.goToPage(5)}}},[a("view",{staticClass:e._$s(23,"sc","uni-tabbar_bd"),attrs:{_i:23}},[a("view",{staticClass:e._$s(24,"sc","uni-tabbar_icon"),attrs:{_i:24}},[a("image",{staticClass:e._$s(25,"sc","img1"),attrs:{src:e._$s(25,"a-src","/static/tongyonh/"+(5==e.selectActive?"Profile_icon":"Profile_icona")+".png"),_i:25}})]),a("view",{staticClass:e._$s(26,"sc","uni-tabbar_label"),class:e._$s(26,"c",["text",5==e.selectActive?"active":""]),attrs:{_i:26}})])])])])},c=[]},"2a21":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decode=n,t.encode=c;var r=a("ecb6");function n(e){e=atob(e);for(var t=[],a=0;a=0}))}function o(e){var t="",a=0,r=e.length;for("0x"===e.substring(0,2)&&(a=2);as&&(G("Max buffer length exceeded: textNode"),e=Math.max(e,c.length)),R.length>s&&(G("Max buffer length exceeded: numberNode"),e=Math.max(e,R.length)),B=s-e+z}function G(e){void 0!==c&&(o(c),f(),c=void 0),t=Error(e+"\nLn: "+W+"\nCol: "+q+"\nChr: "+a),d(Object(r["o"])(void 0,void 0,t))}function V(){if(L===l)return o({}),f(),void(U=!0);L===h&&0===H||G("Unexpected end"),void 0!==c&&(o(c),f(),c=void 0),U=!0}function Z(e){return"\r"===e||"\n"===e||" "===e||"\t"===e}function J(e){if(!t){if(U)return G("Cannot write after close");var r=0;a=e[0];while(a){if(r>0&&(n=a),a=e[r++],!a)break;switch(z++,"\n"===a?(W++,q=0):q++,L){case l:if("{"===a)L=p;else if("["===a)L=v;else if(!Z(a))return G("Non-whitespace before {[.");continue;case y:case p:if(Z(a))continue;if(L===y)$.push(w);else{if("}"===a){o({}),f(),L=$.pop()||h;continue}$.push(x)}if('"'!==a)return G('Malformed object key should start with " ');L=g;continue;case w:case x:if(Z(a))continue;if(":"===a)L===x?($.push(x),void 0!==c&&(o({}),i(c),c=void 0),H++):void 0!==c&&(i(c),c=void 0),L=h;else if("}"===a)void 0!==c&&(o(c),f(),c=void 0),f(),H--,L=$.pop()||h;else{if(","!==a)return G("Bad object");L===x&&$.push(x),void 0!==c&&(o(c),f(),c=void 0),L=y}continue;case v:case h:if(Z(a))continue;if(L===v){if(o([]),H++,L=h,"]"===a){f(),H--,L=$.pop()||h;continue}$.push(m)}if('"'===a)L=g;else if("{"===a)L=p;else if("["===a)L=v;else if("t"===a)L=_;else if("f"===a)L=E;else if("n"===a)L=C;else if("-"===a)R+=a;else if("0"===a)R+=a,L=N;else{if(-1==="123456789".indexOf(a))return G("Bad value");R+=a,L=N}continue;case m:if(","===a)$.push(m),void 0!==c&&(o(c),f(),c=void 0),L=h;else{if("]"!==a){if(Z(a))continue;return G("Bad array")}void 0!==c&&(o(c),f(),c=void 0),f(),H--,L=$.pop()||h}continue;case g:void 0===c&&(c="");var d=r-1;e:while(1){while(D>0)if(F+=a,a=e.charAt(r++),4===D?(c+=String.fromCharCode(parseInt(F,16)),D=0,d=r-1):D++,!a)break e;if('"'===a&&!M){L=$.pop()||h,c+=e.substring(d,r-1);break}if("\\"===a&&!M&&(M=!0,c+=e.substring(d,r-1),a=e.charAt(r++),!a))break;if(M){if(M=!1,"n"===a?c+="\n":"r"===a?c+="\r":"t"===a?c+="\t":"f"===a?c+="\f":"b"===a?c+="\b":"u"===a?(D=1,F=""):c+=a,a=e.charAt(r++),d=r-1,a)continue;break}u.lastIndex=r;var s=u.exec(e);if(!s){r=e.length+1,c+=e.substring(d,r-1);break}if(r=s.index+1,a=e.charAt(s.index),!a){c+=e.substring(d,r-1);break}}continue;case _:if(!a)continue;if("r"!==a)return G("Invalid true started with t"+a);L=k;continue;case k:if(!a)continue;if("u"!==a)return G("Invalid true started with tr"+a);L=S;continue;case S:if(!a)continue;if("e"!==a)return G("Invalid true started with tru"+a);o(!0),f(),L=$.pop()||h;continue;case E:if(!a)continue;if("a"!==a)return G("Invalid false started with f"+a);L=A;continue;case A:if(!a)continue;if("l"!==a)return G("Invalid false started with fa"+a);L=P;continue;case P:if(!a)continue;if("s"!==a)return G("Invalid false started with fal"+a);L=O;continue;case O:if(!a)continue;if("e"!==a)return G("Invalid false started with fals"+a);o(!1),f(),L=$.pop()||h;continue;case C:if(!a)continue;if("u"!==a)return G("Invalid null started with n"+a);L=T;continue;case T:if(!a)continue;if("l"!==a)return G("Invalid null started with nu"+a);L=I;continue;case I:if(!a)continue;if("l"!==a)return G("Invalid null started with nul"+a);o(null),f(),L=$.pop()||h;continue;case j:if("."!==a)return G("Leading zero not followed by .");R+=a,L=N;continue;case N:if(-1!=="0123456789".indexOf(a))R+=a;else if("."===a){if(-1!==R.indexOf("."))return G("Invalid number has two dots");R+=a}else if("e"===a||"E"===a){if(-1!==R.indexOf("e")||-1!==R.indexOf("E"))return G("Invalid number has two exponential");R+=a}else if("+"===a||"-"===a){if("e"!==n&&"E"!==n)return G("Invalid symbol in number");R+=a}else R&&(o(parseFloat(R)),f(),R=""),r--,L=$.pop()||h;continue;default:return G("Unknown state: "+L)}}z>=B&&K()}}e(r["m"]).on(J),e(r["n"]).on(V)}},function(e,t,a){"use strict";a.d(t,"a",(function(){return f})),a.d(t,"b",(function(){return d}));var r=a(19),n=a(3),c=a(2),i=a(20),o=a(0);function f(){return new XMLHttpRequest}function d(e,t,a,f,d,s,u){var b=e(n["m"]).emit,l=e(n["b"]).emit,h=0,p=!0;function x(){if("2"===String(t.status)[0]){var e=t.responseText,a=(" "+e.substr(h)).substr(1);a&&b(a),h=Object(c["e"])(e)}}function v(t){try{p&&e(n["c"]).emit(t.status,Object(i["a"])(t.getAllResponseHeaders())),p=!1}catch(a){}}e(n["a"]).on((function(){t.onreadystatechange=null,t.abort()})),"onprogress"in t&&(t.onprogress=x),t.onreadystatechange=function(){switch(t.readyState){case 2:case 3:return v(t);case 4:v(t);var a="2"===String(t.status)[0];a?(x(),e(n["n"]).emit()):l(Object(n["o"])(t.status,t.responseText))}};try{for(var m in t.open(a,f,!0),s)t.setRequestHeader(m,s[m]);Object(r["a"])(window.location,Object(r["b"])(f))||t.setRequestHeader("X-Requested-With","XMLHttpRequest"),t.withCredentials=u,t.send(d)}catch(g){window.setTimeout(Object(o["j"])(l,Object(n["o"])(void 0,void 0,g)),0)}}},function(e,t,a){"use strict";function r(e,t){function a(e){return{"http:":80,"https:":443}[e]}function r(t){return String(t.port||a(t.protocol||e.protocol))}return!!(t.protocol&&t.protocol!==e.protocol||t.host&&t.host!==e.host||t.host&&r(t)!==r(e))}function n(e){var t=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/,a=t.exec(e)||[];return{protocol:a[1]||"",host:a[2]||"",port:a[3]||""}}a.d(t,"a",(function(){return r})),a.d(t,"b",(function(){return n}))},function(e,t,a){"use strict";function r(e){var t={};return e&&e.split("\r\n").forEach((function(e){var a=e.indexOf(": ");t[e.substring(0,a)]=e.substring(a+2)})),t}a.d(t,"a",(function(){return r}))}])["default"]}))},"12ef":function(e,t,a){"use strict";(function(t){var r=a("085b"),n=function(e){this.name=e.name,this.type=e.type,this.subscriptions=e.subscriptions||{},this.requestManager=null};n.prototype.setRequestManager=function(e){this.requestManager=e},n.prototype.attachToObject=function(e){var t=this.buildCall(),a=this.name.split(".");a.length>1?(e[a[0]]=e[a[0]]||{},e[a[0]][a[1]]=t):e[a[0]]=t},n.prototype.buildCall=function(){var e=this;return function(){e.subscriptions[arguments[0]]||t("warn","Subscription "+JSON.stringify(arguments[0])+" doesn't exist. Subscribing anyway."," at node_modules/web3-core-subscriptions/lib/index.js:48");var a=new r({subscription:e.subscriptions[arguments[0]]||{},requestManager:e.requestManager,type:e.type});return a.subscribe.apply(a,arguments)}},e.exports={subscriptions:n,subscription:r}}).call(this,a("0de9")["default"])},1391:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.commify=f,t.formatUnits=d,t.parseUnits=s,t.formatEther=u,t.parseEther=b;var r=a("846b"),n=a("20ed"),c=a("675e"),i=new n.Logger(c.version),o=["wei","kwei","mwei","gwei","szabo","finney","ether"];function f(e){var t=String(e).split(".");(t.length>2||!t[0].match(/^-?[0-9]*$/)||t[1]&&!t[1].match(/^[0-9]*$/)||"."===e||"-."===e)&&i.throwArgumentError("invalid value","value",e);var a=t[0],r="";"-"===a.substring(0,1)&&(r="-",a=a.substring(1));while("0"===a.substring(0,1))a=a.substring(1);""===a&&(a="0");var n="";2===t.length&&(n="."+(t[1]||"0"));while(n.length>2&&"0"===n[n.length-1])n=n.substring(0,n.length-1);var c=[];while(a.length){if(a.length<=3){c.unshift(a);break}var o=a.length-3;c.unshift(a.substring(o)),a=a.substring(0,o)}return r+c.join(",")+n}function d(e,t){if("string"===typeof t){var a=o.indexOf(t);-1!==a&&(t=3*a)}return(0,r.formatFixed)(e,null!=t?t:18)}function s(e,t){if("string"!==typeof e&&i.throwArgumentError("value must be a string","value",e),"string"===typeof t){var a=o.indexOf(t);-1!==a&&(t=3*a)}return(0,r.parseFixed)(e,null!=t?t:18)}function u(e){return d(e,18)}function b(e){return s(e,18)}},"13af":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.formatFixed=v,t.parseFixed=m,t.FixedNumber=t.FixedFormat=void 0;var r=a("ecb6"),n=a("20ed"),c=a("efc1"),i=a("fd39");function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){for(var a=0;a=0&&e<=256&&!(e%1)?"1"+p.substring(0,e):s.throwArgumentError("invalid decimal size","decimals",e)}function v(e,t){null==t&&(t=0);var a=x(t);e=i.BigNumber.from(e);var r=e.lt(b);r&&(e=e.mul(l));var n=e.mod(a).toString();while(n.length2&&s.throwArgumentError("too many decimal points","value",e);var c=n[0],o=n[1];c||(c="0"),o||(o="0");while("0"===o[o.length-1])o=o.substring(0,o.length-1);o.length>a.length-1&&h("fractional component exceeds decimals","underflow","parseFixed"),""===o&&(o="0");while(o.length80&&s.throwArgumentError("invalid fixed format (decimals too large)","format.decimals",n),new e(u,a,r,n)}}]),e}();t.FixedFormat=g;var y=function(){function e(t,a,r,c){o(this,e),s.checkNew(this instanceof e?this.constructor:void 0,e),t!==u&&s.throwError("cannot use FixedNumber constructor; use FixedNumber.from",n.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new FixedFormat"}),this.format=c,this._hex=a,this._value=r,this._isFixedNumber=!0,Object.freeze(this)}return d(e,[{key:"_checkFormat",value:function(e){this.format.name!==e.format.name&&s.throwArgumentError("incompatible format; use fixedNumber.toFormat","other",e)}},{key:"addUnsafe",value:function(t){this._checkFormat(t);var a=m(this._value,this.format.decimals),r=m(t._value,t.format.decimals);return e.fromValue(a.add(r),this.format.decimals,this.format)}},{key:"subUnsafe",value:function(t){this._checkFormat(t);var a=m(this._value,this.format.decimals),r=m(t._value,t.format.decimals);return e.fromValue(a.sub(r),this.format.decimals,this.format)}},{key:"mulUnsafe",value:function(t){this._checkFormat(t);var a=m(this._value,this.format.decimals),r=m(t._value,t.format.decimals);return e.fromValue(a.mul(r).div(this.format._multiplier),this.format.decimals,this.format)}},{key:"divUnsafe",value:function(t){this._checkFormat(t);var a=m(this._value,this.format.decimals),r=m(t._value,t.format.decimals);return e.fromValue(a.mul(this.format._multiplier).div(r),this.format.decimals,this.format)}},{key:"floor",value:function(){var t=this.toString().split(".");1===t.length&&t.push("0");var a=e.from(t[0],this.format),r=!t[1].match(/^(0*)$/);return this.isNegative()&&r&&(a=a.subUnsafe(w.toFormat(a.format))),a}},{key:"ceiling",value:function(){var t=this.toString().split(".");1===t.length&&t.push("0");var a=e.from(t[0],this.format),r=!t[1].match(/^(0*)$/);return!this.isNegative()&&r&&(a=a.addUnsafe(w.toFormat(a.format))),a}},{key:"round",value:function(t){null==t&&(t=0);var a=this.toString().split(".");if(1===a.length&&a.push("0"),(t<0||t>80||t%1)&&s.throwArgumentError("invalid decimal count","decimals",t),a[1].length<=t)return this;var r=e.from("1"+p.substring(0,t),this.format),n=_.toFormat(this.format);return this.mulUnsafe(r).addUnsafe(n).floor().divUnsafe(r)}},{key:"isZero",value:function(){return"0.0"===this._value||"0"===this._value}},{key:"isNegative",value:function(){return"-"===this._value[0]}},{key:"toString",value:function(){return this._value}},{key:"toHexString",value:function(e){if(null==e)return this._hex;e%8&&s.throwArgumentError("invalid byte width","width",e);var t=i.BigNumber.from(this._hex).fromTwos(this.format.width).toTwos(e).toHexString();return(0,r.hexZeroPad)(t,e/8)}},{key:"toUnsafeFloat",value:function(){return parseFloat(this.toString())}},{key:"toFormat",value:function(t){return e.fromString(this._value,t)}}],[{key:"fromValue",value:function(t,a,r){return null!=r||null==a||(0,i.isBigNumberish)(a)||(r=a,a=null),null==a&&(a=0),null==r&&(r="fixed"),e.fromString(v(t,a),g.from(r))}},{key:"fromString",value:function(t,a){null==a&&(a="fixed");var n=g.from(a),c=m(t,n.decimals);!n.signed&&c.lt(b)&&h("unsigned value cannot be negative","overflow","value",t);var i=null;n.signed?i=c.toTwos(n.width).toHexString():(i=c.toHexString(),i=(0,r.hexZeroPad)(i,n.width/8));var o=v(c,n.decimals);return new e(u,i,o,n)}},{key:"fromBytes",value:function(t,a){null==a&&(a="fixed");var n=g.from(a);if((0,r.arrayify)(t).length>n.width/8)throw new Error("overflow");var c=i.BigNumber.from(t);n.signed&&(c=c.fromTwos(n.width));var o=c.toTwos((n.signed?0:1)+n.width).toHexString(),f=v(c,n.decimals);return new e(u,o,f,n)}},{key:"from",value:function(t,a){if("string"===typeof t)return e.fromString(t,a);if((0,r.isBytes)(t))return e.fromBytes(t,a);try{return e.fromValue(t,0,a)}catch(c){if(c.code!==n.Logger.errors.INVALID_ARGUMENT)throw c}return s.throwArgumentError("invalid FixedNumber value","value",t)}},{key:"isFixedNumber",value:function(e){return!(!e||!e._isFixedNumber)}}]),e}();t.FixedNumber=y;var w=y.from(1),_=y.from("0.5")},"13e2":function(e,t,a){"use strict";var r=a("c3c0"),n=a("edc9"),c=a("aa56"),i=r.rotl32,o=r.sum32,f=r.sum32_5,d=c.ft_1,s=n.BlockHash,u=[1518500249,1859775393,2400959708,3395469782];function b(){if(!(this instanceof b))return new b;s.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(b,s),e.exports=b,b.blockSize=512,b.outSize=160,b.hmacStrength=80,b.padLength=64,b.prototype._update=function(e,t){for(var a=this.W,r=0;r<16;r++)a[r]=e[t+r];for(;r=0}function v(e,t){return e>=t[0]&&e<=t[1]}function m(e,t){return e.length>=t[0]&&e.length<=t[1]}function g(e){var t=/^\d{3,4}-\d{7,8}(-\d{3,4})?$/;return t.test(e)}function y(e){switch(typeof e){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}function w(e){if("string"==typeof e)try{var t=JSON.parse(e);return!("object"!=typeof t||!t)}catch(a){return!1}return!1}function _(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function k(e){return"[object Object]"===Object.prototype.toString.call(e)}function S(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(t,"}$")).test(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var E={email:r,mobile:n,url:c,date:i,dateISO:o,number:f,digits:d,idCard:s,carNo:u,amount:b,chinese:l,letter:h,enOrNum:p,contains:x,range:v,rangeLength:m,empty:y,isEmpty:y,jsonString:w,landline:g,object:k,array:_,code:S};t.default=E},1545:function(e,t,a){"use strict";t.utils=a("5ee7"),t.Cipher=a("0184"),t.DES=a("4e2b"),t.CBC=a("0da4"),t.EDE=a("1fec")},1567:function(e,t,a){"use strict";e.exports=function(e,t,a,r,n){return e.config=t,a&&(e.code=a),e.request=r,e.response=n,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e}},1573:function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.EC=void 0;var r=c(a("399f")),n=c(a("7d92"));function c(e){return e&&e.__esModule?e:{default:e}}"undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof e||"undefined"!==typeof self&&self;function i(e,t,a){return a={path:t,exports:{},require:function(e,t){return o(e,void 0===t||null===t?a.path:t)}},e(a,a.exports),a.exports}function o(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var f=d;function d(e,t){if(!e)throw new Error(t||"Assertion failed")}d.equal=function(e,t,a){if(e!=t)throw new Error(a||"Assertion failed: "+e+" != "+t)};var s=i((function(e,t){var a=t;function r(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var a=[];if("string"!==typeof e){for(var r=0;r>8,i=255&n;c?a.push(c,i):a.push(i)}return a}function n(e){return 1===e.length?"0"+e:e}function c(e){for(var t="",a=0;a(n>>1)-1?(n>>1)-f:f,c.isubn(o)):o=0,r[i]=o,c.iushrn(1)}return r}function c(e,t){var a=[[],[]];e=e.clone(),t=t.clone();var r,n=0,c=0;while(e.cmpn(-n)>0||t.cmpn(-c)>0){var i,o,f=e.andln(3)+n&3,d=t.andln(3)+c&3;3===f&&(f=-1),3===d&&(d=-1),0===(1&f)?i=0:(r=e.andln(7)+n&7,i=3!==r&&5!==r||2!==d?f:-f),a[0].push(i),0===(1&d)?o=0:(r=t.andln(7)+c&7,o=3!==r&&5!==r||2!==f?d:-d),a[1].push(o),2*n===i+1&&(n=1-n),2*c===o+1&&(c=1-c),e.iushrn(1),t.iushrn(1)}return a}function i(e,t,a){var r="_"+t;e.prototype[t]=function(){return void 0!==this[r]?this[r]:this[r]=a.call(this)}}function o(e){return"string"===typeof e?a.toArray(e,"hex"):e}function d(e){return new r.default(e,"hex","le")}a.assert=f,a.toArray=s.toArray,a.zero2=s.zero2,a.toHex=s.toHex,a.encode=s.encode,a.getNAF=n,a.getJSF=c,a.cachedProperty=i,a.parseBytes=o,a.intFromLE=d})),b=u.getNAF,l=u.getJSF,h=u.assert;function p(e,t){this.type=e,this.p=new r.default(t.p,16),this.red=t.prime?r.default.red(t.prime):r.default.mont(this.p),this.zero=new r.default(0).toRed(this.red),this.one=new r.default(1).toRed(this.red),this.two=new r.default(2).toRed(this.red),this.n=t.n&&new r.default(t.n,16),this.g=t.g&&this.pointFromJSON(t.g,t.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var a=this.n&&this.p.div(this.n);!a||a.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}var x=p;function v(e,t){this.curve=e,this.type=t,this.precomputed=null}p.prototype.point=function(){throw new Error("Not implemented")},p.prototype.validate=function(){throw new Error("Not implemented")},p.prototype._fixedNafMul=function(e,t){h(e.precomputed);var a=e._getDoubles(),r=b(t,1,this._bitLength),n=(1<=c;f--)i=(i<<1)+r[f];o.push(i)}for(var d=this.jpoint(null,null,null),s=this.jpoint(null,null,null),u=n;u>0;u--){for(c=0;c=0;o--){for(var f=0;o>=0&&0===c[o];o--)f++;if(o>=0&&f++,i=i.dblp(f),o<0)break;var d=c[o];h(0!==d),i="affine"===e.type?d>0?i.mixedAdd(n[d-1>>1]):i.mixedAdd(n[-d-1>>1].neg()):d>0?i.add(n[d-1>>1]):i.add(n[-d-1>>1].neg())}return"affine"===e.type?i.toP():i},p.prototype._wnafMulAdd=function(e,t,a,r,n){var c,i,o,f=this._wnafT1,d=this._wnafT2,s=this._wnafT3,u=0;for(c=0;c=1;c-=2){var p=c-1,x=c;if(1===f[p]&&1===f[x]){var v=[t[p],null,null,t[x]];0===t[p].y.cmp(t[x].y)?(v[1]=t[p].add(t[x]),v[2]=t[p].toJ().mixedAdd(t[x].neg())):0===t[p].y.cmp(t[x].y.redNeg())?(v[1]=t[p].toJ().mixedAdd(t[x]),v[2]=t[p].add(t[x].neg())):(v[1]=t[p].toJ().mixedAdd(t[x]),v[2]=t[p].toJ().mixedAdd(t[x].neg()));var m=[-3,-1,-5,-7,0,7,5,1,3],g=l(a[p],a[x]);for(u=Math.max(g[0].length,u),s[p]=new Array(u),s[x]=new Array(u),i=0;i=0;c--){var S=0;while(c>=0){var E=!0;for(i=0;i=0&&S++,_=_.dblp(S),c<0)break;for(i=0;i0?o=d[i][A-1>>1]:A<0&&(o=d[i][-A-1>>1].neg()),_="affine"===o.type?_.mixedAdd(o):_.add(o))}}for(c=0;c=Math.ceil((e.bitLength()+1)/t.step)},v.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var a=[this],r=this,n=0;n=0&&(i=t,o=a),n.negative&&(n=n.neg(),c=c.neg()),i.negative&&(i=i.neg(),o=o.neg()),[{a:n,b:c},{a:i,b:o}]},y.prototype._endoSplit=function(e){var t=this.endo.basis,a=t[0],r=t[1],n=r.b.mul(e).divRound(this.n),c=a.b.neg().mul(e).divRound(this.n),i=n.mul(a.a),o=c.mul(r.a),f=n.mul(a.b),d=c.mul(r.b),s=e.sub(i).sub(o),u=f.add(d).neg();return{k1:s,k2:u}},y.prototype.pointFromX=function(e,t){e=new r.default(e,16),e.red||(e=e.toRed(this.red));var a=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),n=a.redSqrt();if(0!==n.redSqr().redSub(a).cmp(this.zero))throw new Error("invalid point");var c=n.fromRed().isOdd();return(t&&!c||!t&&c)&&(n=n.redNeg()),this.point(e,n)},y.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,a=e.y,r=this.a.redMul(t),n=t.redSqr().redMul(t).redIAdd(r).redIAdd(this.b);return 0===a.redSqr().redISub(n).cmpn(0)},y.prototype._endoWnafMulAdd=function(e,t,a){for(var r=this._endoWnafT1,n=this._endoWnafT2,c=0;c":""},_.prototype.isInfinity=function(){return this.inf},_.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var a=t.redSqr().redISub(this.x).redISub(e.x),r=t.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,r)},_.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,a=this.x.redSqr(),r=e.redInvm(),n=a.redAdd(a).redIAdd(a).redIAdd(t).redMul(r),c=n.redSqr().redISub(this.x.redAdd(this.x)),i=n.redMul(this.x.redSub(c)).redISub(this.y);return this.curve.point(c,i)},_.prototype.getX=function(){return this.x.fromRed()},_.prototype.getY=function(){return this.y.fromRed()},_.prototype.mul=function(e){return e=new r.default(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},_.prototype.mulAdd=function(e,t,a){var r=[this,t],n=[e,a];return this.curve.endo?this.curve._endoWnafMulAdd(r,n):this.curve._wnafMulAdd(1,r,n,2)},_.prototype.jmulAdd=function(e,t,a){var r=[this,t],n=[e,a];return this.curve.endo?this.curve._endoWnafMulAdd(r,n,!0):this.curve._wnafMulAdd(1,r,n,2,!0)},_.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},_.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var a=this.precomputed,r=function(e){return e.neg()};t.precomputed={naf:a.naf&&{wnd:a.naf.wnd,points:a.naf.points.map(r)},doubles:a.doubles&&{step:a.doubles.step,points:a.doubles.points.map(r)}}}return t},_.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);var e=this.curve.jpoint(this.x,this.y,this.curve.one);return e},m(k,x.BasePoint),y.prototype.jpoint=function(e,t,a){return new k(this,e,t,a)},k.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),a=this.x.redMul(t),r=this.y.redMul(t).redMul(e);return this.curve.point(a,r)},k.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},k.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),a=this.z.redSqr(),r=this.x.redMul(t),n=e.x.redMul(a),c=this.y.redMul(t.redMul(e.z)),i=e.y.redMul(a.redMul(this.z)),o=r.redSub(n),f=c.redSub(i);if(0===o.cmpn(0))return 0!==f.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var d=o.redSqr(),s=d.redMul(o),u=r.redMul(d),b=f.redSqr().redIAdd(s).redISub(u).redISub(u),l=f.redMul(u.redISub(b)).redISub(c.redMul(s)),h=this.z.redMul(e.z).redMul(o);return this.curve.jpoint(b,l,h)},k.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),a=this.x,r=e.x.redMul(t),n=this.y,c=e.y.redMul(t).redMul(this.z),i=a.redSub(r),o=n.redSub(c);if(0===i.cmpn(0))return 0!==o.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var f=i.redSqr(),d=f.redMul(i),s=a.redMul(f),u=o.redSqr().redIAdd(d).redISub(s).redISub(s),b=o.redMul(s.redISub(u)).redISub(n.redMul(d)),l=this.z.redMul(i);return this.curve.jpoint(u,b,l)},k.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();var t;if(this.curve.zeroA||this.curve.threeA){var a=this;for(t=0;t=0)return!1;if(a.redIAdd(n),0===this.x.cmp(a))return!0}},k.prototype.inspect=function(){return this.isInfinity()?"":""},k.prototype.isInfinity=function(){return 0===this.z.cmpn(0)};var S=i((function(e,t){var a=t;a.base=x,a.short=w,a.mont=null,a.edwards=null})),E=i((function(e,t){var a,r=t,c=u.assert;function i(e){"short"===e.type?this.curve=new S.short(e):"edwards"===e.type?this.curve=new S.edwards(e):this.curve=new S.mont(e),this.g=this.curve.g,this.n=this.curve.n,this.hash=e.hash,c(this.g.validate(),"Invalid curve"),c(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function o(e,t){Object.defineProperty(r,e,{configurable:!0,enumerable:!0,get:function(){var a=new i(t);return Object.defineProperty(r,e,{configurable:!0,enumerable:!0,value:a}),a}})}r.PresetCurve=i,o("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:n.default.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),o("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:n.default.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),o("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:n.default.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),o("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:n.default.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),o("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:n.default.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),o("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:n.default.sha256,gRed:!1,g:["9"]}),o("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:n.default.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{a=null.crash()}catch(f){a=void 0}o("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:n.default.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",a]})}));function A(e){if(!(this instanceof A))return new A(e);this.hash=e.hash,this.predResist=!!e.predResist,this.outLen=this.hash.outSize,this.minEntropy=e.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var t=s.toArray(e.entropy,e.entropyEnc||"hex"),a=s.toArray(e.nonce,e.nonceEnc||"hex"),r=s.toArray(e.pers,e.persEnc||"hex");f(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,a,r)}var P=A;A.prototype._init=function(e,t,a){var r=e.concat(t).concat(a);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var n=0;n=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(a||[])),this._reseed=1},A.prototype.generate=function(e,t,a,r){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!==typeof t&&(r=a,a=t,t=null),a&&(a=s.toArray(a,r||"hex"),this._update(a));var n=[];while(n.length"};var I=u.assert;function j(e,t){if(e instanceof j)return e;this._importDER(e,t)||(I(e.r&&e.s,"Signature without r or s"),this.r=new r.default(e.r,16),this.s=new r.default(e.s,16),void 0===e.recoveryParam?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}var N=j;function B(){this.place=0}function R(e,t){var a=e[t.place++];if(!(128&a))return a;var r=15&a;if(0===r||r>4)return!1;for(var n=0,c=0,i=t.place;c>>=0;return!(n<=127)&&(t.place=i,n)}function M(e){var t=0,a=e.length-1;while(!e[t]&&!(128&e[t+1])&&t>>3);e.push(128|a);while(--a)e.push(t>>>(a<<3)&255);e.push(t)}}j.prototype._importDER=function(e,t){e=u.toArray(e,t);var a=new B;if(48!==e[a.place++])return!1;var n=R(e,a);if(!1===n)return!1;if(n+a.place!==e.length)return!1;if(2!==e[a.place++])return!1;var c=R(e,a);if(!1===c)return!1;var i=e.slice(a.place,c+a.place);if(a.place+=c,2!==e[a.place++])return!1;var o=R(e,a);if(!1===o)return!1;if(e.length!==o+a.place)return!1;var f=e.slice(a.place,o+a.place);if(0===i[0]){if(!(128&i[1]))return!1;i=i.slice(1)}if(0===f[0]){if(!(128&f[1]))return!1;f=f.slice(1)}return this.r=new r.default(i),this.s=new r.default(f),this.recoveryParam=null,!0},j.prototype.toDER=function(e){var t=this.r.toArray(),a=this.s.toArray();128&t[0]&&(t=[0].concat(t)),128&a[0]&&(a=[0].concat(a)),t=M(t),a=M(a);while(!a[0]&&!(128&a[1]))a=a.slice(1);var r=[2];U(r,t.length),r=r.concat(t),r.push(2),U(r,a.length);var n=r.concat(a),c=[48];return U(c,n.length),c=c.concat(n),u.encode(c,e)};var L=function(){throw new Error("unsupported")},$=u.assert;function F(e){if(!(this instanceof F))return new F(e);"string"===typeof e&&($(Object.prototype.hasOwnProperty.call(E,e),"Unknown curve "+e),e=E[e]),e instanceof E.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}var D=F;F.prototype.keyPair=function(e){return new T(this,e)},F.prototype.keyFromPrivate=function(e,t){return T.fromPrivate(this,e,t)},F.prototype.keyFromPublic=function(e,t){return T.fromPublic(this,e,t)},F.prototype.genKeyPair=function(e){e||(e={});for(var t=new P({hash:this.hash,pers:e.pers,persEnc:e.persEnc||"utf8",entropy:e.entropy||L(this.hash.hmacStrength),entropyEnc:e.entropy&&e.entropyEnc||"utf8",nonce:this.n.toArray()}),a=this.n.byteLength(),n=this.n.sub(new r.default(2));;){var c=new r.default(t.generate(a));if(!(c.cmp(n)>0))return c.iaddn(1),this.keyFromPrivate(c)}},F.prototype._truncateToN=function(e,t){var a=8*e.byteLength()-this.n.bitLength();return a>0&&(e=e.ushrn(a)),!t&&e.cmp(this.n)>=0?e.sub(this.n):e},F.prototype.sign=function(e,t,a,n){"object"===typeof a&&(n=a,a=null),n||(n={}),t=this.keyFromPrivate(t,a),e=this._truncateToN(new r.default(e,16));for(var c=this.n.byteLength(),i=t.getPrivate().toArray("be",c),o=e.toArray("be",c),f=new P({hash:this.hash,entropy:i,nonce:o,pers:n.pers,persEnc:n.persEnc||"utf8"}),d=this.n.sub(new r.default(1)),s=0;;s++){var u=n.k?n.k(s):new r.default(f.generate(this.n.byteLength()));if(u=this._truncateToN(u,!0),!(u.cmpn(1)<=0||u.cmp(d)>=0)){var b=this.g.mul(u);if(!b.isInfinity()){var l=b.getX(),h=l.umod(this.n);if(0!==h.cmpn(0)){var p=u.invm(this.n).mul(h.mul(t.getPrivate()).iadd(e));if(p=p.umod(this.n),0!==p.cmpn(0)){var x=(b.getY().isOdd()?1:0)|(0!==l.cmp(h)?2:0);return n.canonical&&p.cmp(this.nh)>0&&(p=this.n.sub(p),x^=1),new N({r:h,s:p,recoveryParam:x})}}}}}},F.prototype.verify=function(e,t,a,n){e=this._truncateToN(new r.default(e,16)),a=this.keyFromPublic(a,n),t=new N(t,"hex");var c=t.r,i=t.s;if(c.cmpn(1)<0||c.cmp(this.n)>=0)return!1;if(i.cmpn(1)<0||i.cmp(this.n)>=0)return!1;var o,f=i.invm(this.n),d=f.mul(e).umod(this.n),s=f.mul(c).umod(this.n);return this.curve._maxwellTrick?(o=this.g.jmulAdd(d,a.getPublic(),s),!o.isInfinity()&&o.eqXToP(c)):(o=this.g.mulAdd(d,a.getPublic(),s),!o.isInfinity()&&0===o.getX().umod(this.n).cmp(c))},F.prototype.recoverPubKey=function(e,t,a,n){$((3&a)===a,"The recovery param is more than two bits"),t=new N(t,n);var c=this.n,i=new r.default(e),o=t.r,f=t.s,d=1&a,s=a>>1;if(o.cmp(this.curve.p.umod(this.curve.n))>=0&&s)throw new Error("Unable to find sencond key candinate");o=s?this.curve.pointFromX(o.add(this.curve.n),d):this.curve.pointFromX(o,d);var u=t.r.invm(c),b=c.sub(i).mul(u).umod(c),l=f.mul(u).umod(c);return this.g.mulAdd(b,o,l)},F.prototype.getKeyRecoveryParam=function(e,t,a,r){if(t=new N(t,r),null!==t.recoveryParam)return t.recoveryParam;for(var n=0;n<4;n++){var c;try{c=this.recoverPubKey(e,t,n)}catch(e){continue}if(c.eq(a))return n}throw new Error("Unable to find valid recovery factor")};var H=i((function(e,t){var a=t;a.version={version:"6.5.4"}.version,a.utils=u,a.rand=function(){throw new Error("unsupported")},a.curve=S,a.curves=E,a.ec=D,a.eddsa=null})),z=H.ec;t.EC=z}).call(this,a("c8ba"))},1650:function(e,t){e.exports="/static/tongyonh/copy_24px.png"},"16a3":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defineReadOnly=s,t.getStatic=u,t.resolveProperties=b,t.checkProperties=l,t.shallowCopy=h,t.deepCopy=m,t.Description=void 0;var r=i(a("a34a")),n=a("20ed"),c=a("8909");function i(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var f=function(e,t,a,r){function n(e){return e instanceof a?e:new a((function(t){t(e)}))}return new(a||(a=Promise))((function(a,c){function i(e){try{f(r.next(e))}catch(t){c(t)}}function o(e){try{f(r["throw"](e))}catch(t){c(t)}}function f(e){e.done?a(e.value):n(e.value).then(i,o)}f((r=r.apply(e,t||[])).next())}))},d=new n.Logger(c.version);function s(e,t,a){Object.defineProperty(e,t,{enumerable:!0,value:a,writable:!1})}function u(e,t){for(var a=0;a<32;a++){if(e[t])return e[t];if(!e.prototype||"object"!==typeof e.prototype)break;e=Object.getPrototypeOf(e.prototype).constructor}return null}function b(e){return f(this,void 0,void 0,r.default.mark((function t(){var a,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return a=Object.keys(e).map((function(t){var a=e[t];return Promise.resolve(a).then((function(e){return{key:t,value:e}}))})),t.next=3,Promise.all(a);case 3:return n=t.sent,t.abrupt("return",n.reduce((function(e,t){return e[t.key]=t.value,e}),{}));case 5:case"end":return t.stop()}}),t)})))}function l(e,t){e&&"object"===typeof e||d.throwArgumentError("invalid object","object",e),Object.keys(e).forEach((function(a){t[a]||d.throwArgumentError("invalid object key - "+a,"transaction:"+a,e)}))}function h(e){var t={};for(var a in e)t[a]=e[a];return t}var p={bigint:!0,boolean:!0,function:!0,number:!0,string:!0};function x(e){if(void 0===e||null===e||p[typeof e])return!0;if(Array.isArray(e)||"object"===typeof e){if(!Object.isFrozen(e))return!1;for(var t=Object.keys(e),a=0;a=0;r--){if(a){var n=2*parseInt(e[r],10);t+=n>9?n.toString().split("").map((function(e){return parseInt(e,10)})).reduce((function(e,t){return e+t}),0):n}else t+=parseInt(e[r],10);a=!a}return t%10===0}function c(e,t){for(var a=0,r=0;re.length)&&(t=e.length);for(var a=0,r=new Array(t);a= 0x80 (not a basic code point)","invalid-input":"Invalid input"},w=d-s,_=Math.floor,k=String.fromCharCode;function S(e){throw new RangeError(y[e])}function E(e,t){var a=e.length,r=[];while(a--)r[a]=t(e[a]);return r}function A(e,t){var a=e.split("@"),r="";a.length>1&&(r=a[0]+"@",e=a[1]),e=e.replace(g,".");var n=e.split("."),c=E(n,t).join(".");return r+c}function P(e){var t,a,r=[],n=0,c=e.length;while(n=55296&&t<=56319&&n65535&&(e-=65536,t+=k(e>>>10&1023|55296),e=56320|1023&e),t+=k(e),t})).join("")}function C(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:d}function T(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function I(e,t,a){var r=0;for(e=a?_(e/l):e>>1,e+=_(e/t);e>w*u>>1;r+=d)e=_(e/w);return _(r+(w+1)*e/(e+b))}function j(e){var t,a,r,n,c,i,o,b,l,v,m=[],g=e.length,y=0,w=p,k=h;for(a=e.lastIndexOf(x),a<0&&(a=0),r=0;r=128&&S("not-basic"),m.push(e.charCodeAt(r));for(n=a>0?a+1:0;n=g&&S("invalid-input"),b=C(e.charCodeAt(n++)),(b>=d||b>_((f-y)/i))&&S("overflow"),y+=b*i,l=o<=k?s:o>=k+u?u:o-k,b_(f/v)&&S("overflow"),i*=v}t=m.length+1,k=I(y-c,t,0==c),_(y/t)>f-w&&S("overflow"),w+=_(y/t),y%=t,m.splice(y++,0,w)}return O(m)}function N(e){var t,a,r,n,c,i,o,b,l,v,m,g,y,w,E,A=[];for(e=P(e),g=e.length,t=p,a=0,c=h,i=0;i=t&&m_((f-a)/y)&&S("overflow"),a+=(o-t)*y,t=o,i=0;if&&S("overflow"),m==t){for(b=a,l=d;;l+=d){if(v=l<=c?s:l>=c+u?u:l-c,b=0;n--)if(e[n]>="A"&&e[n]<="Z")for(var i=e[n].charCodeAt(0)-55,o=i%10,f=Math.trunc(i/10),d=0,s=[o,f];d=5?1+2*(u-5):2*u:u,t=!t}else{var b=e[n].charCodeAt(0)-"0".charCodeAt(0);a+=t?b>=5?1+2*(b-5):2*b:b,t=!t}var l=10*Math.trunc((a+9)/10)-a;return+e[e.length-1]===l}e.exports=t.default,e.exports.default=t.default},"1a2a":function(e,t,a){"use strict";var r=a("3fb5"),n=a("d424"),c=a("6430"),i=a("8707").Buffer,o=a("5a76"),f=a("b5ca"),d=a("69f2"),s=i.alloc(128);function u(e,t){c.call(this,"digest"),"string"===typeof t&&(t=i.from(t));var a="sha512"===e||"sha384"===e?128:64;if(this._alg=e,this._key=t,t.length>a){var r="rmd160"===e?new f:d(e);t=r.update(t).digest()}else t.lengtht?null:(r+n)/2}function T(e){if(null===e)return"null";if("number"===typeof e||"boolean"===typeof e)return JSON.stringify(e);if("string"===typeof e)return e;if(c.BigNumber.isBigNumber(e))return e.toString();if(Array.isArray(e))return JSON.stringify(e.map((function(e){return T(e)})));if("object"===typeof e){var t=Object.keys(e);return t.sort(),"{"+t.map((function(t){var a=e[t];return a="function"===typeof a?"[function]":T(a),JSON.stringify(t)+":"+a})).join(",")+"}"}throw new Error("unknown value type: "+typeof e)}var I=1;function j(e){var t=null,a=null,r=new Promise((function(r){t=function(){a&&(clearTimeout(a),a=null),r()},a=setTimeout(t,e)})),n=function(e){return r=r.then(e),r};function c(){return r}return{cancel:t,getPromise:c,wait:n}}var N=[b.Logger.errors.CALL_EXCEPTION,b.Logger.errors.INSUFFICIENT_FUNDS,b.Logger.errors.NONCE_EXPIRED,b.Logger.errors.REPLACEMENT_UNDERPRICED,b.Logger.errors.UNPREDICTABLE_GAS_LIMIT],B=["address","args","errorArgs","errorSignature","method","transaction"];function R(e,t){var a={weight:e.weight};return Object.defineProperty(a,"provider",{get:function(){return e.provider}}),e.start&&(a.start=e.start),t&&(a.duration=t-e.start),e.done&&(e.error?a.error=e.error:a.result=e.result||null),a}function M(e,t){return function(a){var r={};a.forEach((function(t){var a=e(t.result);r[a]||(r[a]={count:0,result:t.result}),r[a].count++}));for(var n=Object.keys(r),c=0;c=t)return i.result}}}function U(e,t,a){var r=T;switch(t){case"getBlockNumber":return function(t){var a=t.map((function(e){return e.result})),r=C(t.map((function(e){return e.result})),2);if(null!=r)return r=Math.ceil(r),a.indexOf(r+1)>=0&&r++,r>=e._highestBlockNumber&&(e._highestBlockNumber=r),e._highestBlockNumber};case"getGasPrice":return function(e){var t=e.map((function(e){return e.result}));return t.sort(),t[Math.floor(t.length/2)]};case"getEtherPrice":return function(e){return C(e.map((function(e){return e.result})))};case"getBalance":case"getTransactionCount":case"getCode":case"getStorageAt":case"call":case"estimateGas":case"getLogs":break;case"getTransaction":case"getTransactionReceipt":r=function(e){return null==e?null:(e=(0,o.shallowCopy)(e),e.confirmations=-1,T(e))};break;case"getBlock":r=a.includeTransactions?function(e){return null==e?null:(e=(0,o.shallowCopy)(e),e.transactions=e.transactions.map((function(e){return e=(0,o.shallowCopy)(e),e.confirmations=-1,e})),T(e))}:function(e){return null==e?null:T(e)};break;default:throw new Error("unknown method: "+t)}return M(r,e.quorum)}function L(e,t){return E(this,void 0,void 0,r.default.mark((function a(){var n;return r.default.wrap((function(a){while(1)switch(a.prev=a.next){case 0:if(n=e.provider,!(null!=n.blockNumber&&n.blockNumber>=t||-1===t)){a.next=3;break}return a.abrupt("return",n);case 3:return a.abrupt("return",(0,d.poll)((function(){return new Promise((function(a,r){setTimeout((function(){return n.blockNumber>=t?a(n):e.cancelled?a(null):a(void 0)}),0)}))}),{oncePoll:n}));case 4:case"end":return a.stop()}}),a)})))}function $(e,t,a,n){return E(this,void 0,void 0,r.default.mark((function c(){var o,f;return r.default.wrap((function(r){while(1)switch(r.prev=r.next){case 0:o=e.provider,r.t0=a,r.next="getBlockNumber"===r.t0||"getGasPrice"===r.t0?4:"getEtherPrice"===r.t0?5:"getBalance"===r.t0||"getTransactionCount"===r.t0||"getCode"===r.t0?8:"getStorageAt"===r.t0?13:"getBlock"===r.t0?18:"call"===r.t0||"estimateGas"===r.t0?23:"getTransaction"===r.t0||"getTransactionReceipt"===r.t0?28:"getLogs"===r.t0?29:35;break;case 4:return r.abrupt("return",o[a]());case 5:if(!o.getEtherPrice){r.next=7;break}return r.abrupt("return",o.getEtherPrice());case 7:return r.abrupt("break",35);case 8:if(!n.blockTag||!(0,i.isHexString)(n.blockTag)){r.next=12;break}return r.next=11,L(e,t);case 11:o=r.sent;case 12:return r.abrupt("return",o[a](n.address,n.blockTag||"latest"));case 13:if(!n.blockTag||!(0,i.isHexString)(n.blockTag)){r.next=17;break}return r.next=16,L(e,t);case 16:o=r.sent;case 17:return r.abrupt("return",o.getStorageAt(n.address,n.position,n.blockTag||"latest"));case 18:if(!n.blockTag||!(0,i.isHexString)(n.blockTag)){r.next=22;break}return r.next=21,L(e,t);case 21:o=r.sent;case 22:return r.abrupt("return",o[n.includeTransactions?"getBlockWithTransactions":"getBlock"](n.blockTag||n.blockHash));case 23:if(!n.blockTag||!(0,i.isHexString)(n.blockTag)){r.next=27;break}return r.next=26,L(e,t);case 26:o=r.sent;case 27:return r.abrupt("return",o[a](n.transaction));case 28:return r.abrupt("return",o[a](n.transactionHash));case 29:if(f=n.filter,!(f.fromBlock&&(0,i.isHexString)(f.fromBlock)||f.toBlock&&(0,i.isHexString)(f.toBlock))){r.next=34;break}return r.next=33,L(e,t);case 33:o=r.sent;case 34:return r.abrupt("return",o.getLogs(f));case 35:return r.abrupt("return",A.throwError("unknown method error",b.Logger.errors.UNKNOWN_ERROR,{method:a,params:n}));case 36:case"end":return r.stop()}}),c)})))}var F=function(e){m(a,e);var t=y(a);function a(e,r){var c;p(this,a),A.checkNew(this instanceof a?this.constructor:void 0,a),0===e.length&&A.throwArgumentError("missing providers","providers",e);var i=e.map((function(e,t){if(n.Provider.isProvider(e)){var a=(0,u.isCommunityResource)(e)?2e3:750,r=1;return Object.freeze({provider:e,weight:1,stallTimeout:a,priority:r})}var c=(0,o.shallowCopy)(e);null==c.priority&&(c.priority=1),null==c.stallTimeout&&(c.stallTimeout=(0,u.isCommunityResource)(e)?2e3:750),null==c.weight&&(c.weight=1);var i=c.weight;return(i%1||i>512||i<1)&&A.throwArgumentError("invalid weight; must be integer in [1, 512]","providers[".concat(t,"].weight"),i),Object.freeze(c)})),f=i.reduce((function(e,t){return e+t.weight}),0);null==r?r=f/2:r>f&&A.throwArgumentError("quorum will always fail; larger than total weight","quorum",r);var d=O(i.map((function(e){return e.provider.network})));return null==d&&(d=new Promise((function(e,t){setTimeout((function(){c.detectNetwork().then(e,t)}),0)}))),c=t.call(this,d),(0,o.defineReadOnly)(_(c),"providerConfigs",Object.freeze(i)),(0,o.defineReadOnly)(_(c),"quorum",r),c._highestBlockNumber=-1,c}return v(a,[{key:"detectNetwork",value:function(){return E(this,void 0,void 0,r.default.mark((function e(){var t;return r.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Promise.all(this.providerConfigs.map((function(e){return e.provider.getNetwork()})));case 2:return t=e.sent,e.abrupt("return",O(t));case 4:case"end":return e.stop()}}),e,this)})))}},{key:"perform",value:function(e,t){return E(this,void 0,void 0,r.default.mark((function a(){var n,c,i,d,s,u,l,h,p,x,v=this;return r.default.wrap((function(a){while(1)switch(a.prev=a.next){case 0:if("sendTransaction"!==e){a.next=13;break}return a.next=3,Promise.all(this.providerConfigs.map((function(e){return e.provider.sendTransaction(t.signedTransaction).then((function(e){return e.hash}),(function(e){return e}))})));case 3:n=a.sent,c=0;case 5:if(!(c=v.quorum)){a.next=19;break}if(p=d(b),void 0===p){a.next=15;break}return s.forEach((function(e){e.staller&&e.staller.cancel(),e.cancelled=!0})),a.abrupt("return",{v:p});case 15:if(h){a.next=18;break}return a.next=18,j(100).getPromise();case 18:h=!1;case 19:if(x=s.reduce((function(e,t){if(!t.done||null==t.error)return e;var a=t.error.code;return N.indexOf(a)>=0&&(e[a]||(e[a]={error:t.error,weight:0}),e[a].weight+=t.weight),e}),{}),Object.keys(x).forEach((function(e){var t=x[e];if(!(t.weight=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.chains=t._getInitializedChains=void 0;var c=n(a("011f")),i=n(a("6d07")),o=n(a("9d0c")),f=n(a("b909")),d=n(a("16c9"));function s(e){var t,a,n={1:"mainnet",3:"ropsten",4:"rinkeby",42:"kovan",5:"goerli"},s={mainnet:c.default,ropsten:i.default,rinkeby:o.default,kovan:f.default,goerli:d.default};if(e)try{for(var u=r(e),b=u.next();!b.done;b=u.next()){var l=b.value,h=l.name;n[l.chainId.toString()]=h,s[h]=l}}catch(p){t={error:p}}finally{try{b&&!b.done&&(a=u.return)&&a.call(u)}finally{if(t)throw t.error}}return s["names"]=n,s}t._getInitializedChains=s,t.chains=s()},"1e3c":function(e,t,a){var r=a("6430"),n=a("1545"),c=a("3fb5"),i=a("8707").Buffer,o={"des-ede3-cbc":n.CBC.instantiate(n.EDE),"des-ede3":n.EDE,"des-ede-cbc":n.CBC.instantiate(n.EDE),"des-ede":n.EDE,"des-cbc":n.CBC.instantiate(n.DES),"des-ecb":n.DES};function f(e){r.call(this);var t,a=e.mode.toLowerCase(),n=o[a];t=e.decrypt?"decrypt":"encrypt";var c=e.key;i.isBuffer(c)||(c=i.from(c)),"des-ede"!==a&&"des-ede-cbc"!==a||(c=i.concat([c,c.slice(0,8)]));var f=e.iv;i.isBuffer(f)||(f=i.from(f)),this._des=n.create({key:c,iv:f,type:t})}o.des=o["des-cbc"],o.des3=o["des-ede3-cbc"],e.exports=f,c(f,r),f.prototype._update=function(e){return i.from(this._des.update(e))},f.prototype._final=function(){return i.from(this._des.final())}},"1f87":function(e,t,a){"use strict";(function(r){var n=a("3fce"),c=a("7281"),i=a("c8b0"),o=a("7ad9");t=e.exports,t.addPrefix=function(e,t){var a;if(r.isBuffer(e))a=o.varintBufferEncode(e);else{if(!i[e])throw new Error("multicodec not recognized");a=i[e]}return r.concat([a,t])},t.rmPrefix=function(e){return n.decode(e),e.slice(n.decode.bytes)},t.getCodec=function(e){var t=n.decode(e),a=c.get(t);if(void 0===a)throw new Error("Code ".concat(t," not found"));return a},t.getName=function(e){return c.get(e)},t.getNumber=function(e){var t=i[e];if(void 0===t)throw new Error("Codec `"+e+"` not found");return o.varintBufferDecode(t)[0]},t.getCode=function(e){return n.decode(e)},t.getCodeVarint=function(e){var t=i[e];if(void 0===t)throw new Error("Codec `"+e+"` not found");return t},t.getVarint=function(e){return n.encode(e)};var f=a("1893");Object.assign(t,f),t.print=a("6f7b")}).call(this,a("b639").Buffer)},"1fad":function(e){e.exports=JSON.parse('{"name":"EIP-1559","number":1559,"comment":"Fee market change for ETH 1.0 chain","url":"https://eips.ethereum.org/EIPS/eip-1559","status":"Review","minimumHardfork":"berlin","requiredEIPs":[2930],"gasConfig":{"baseFeeMaxChangeDenominator":{"v":8,"d":"Maximum base fee change denominator"},"elasticityMultiplier":{"v":2,"d":"Maximum block gas target elasticity"},"initialBaseFee":{"v":1000000000,"d":"Initial base fee on first EIP1559 block"}},"gasPrices":{},"vm":{},"pow":{}}')},"1fb5":function(e,t,a){"use strict";t.byteLength=s,t.toByteArray=b,t.fromByteArray=p;for(var r=[],n=[],c="undefined"!==typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,f=i.length;o0)throw new Error("Invalid string. Length must be a multiple of 4");var a=e.indexOf("=");-1===a&&(a=t);var r=a===t?0:4-a%4;return[a,r]}function s(e){var t=d(e),a=t[0],r=t[1];return 3*(a+r)/4-r}function u(e,t,a){return 3*(t+a)/4-a}function b(e){var t,a,r=d(e),i=r[0],o=r[1],f=new c(u(e,i,o)),s=0,b=o>0?i-4:i;for(a=0;a>16&255,f[s++]=t>>8&255,f[s++]=255&t;return 2===o&&(t=n[e.charCodeAt(a)]<<2|n[e.charCodeAt(a+1)]>>4,f[s++]=255&t),1===o&&(t=n[e.charCodeAt(a)]<<10|n[e.charCodeAt(a+1)]<<4|n[e.charCodeAt(a+2)]>>2,f[s++]=t>>8&255,f[s++]=255&t),f}function l(e){return r[e>>18&63]+r[e>>12&63]+r[e>>6&63]+r[63&e]}function h(e,t,a){for(var r,n=[],c=t;cf?f:o+i));return 1===n?(t=e[a-1],c.push(r[t>>2]+r[t<<4&63]+"==")):2===n&&(t=(e[a-2]<<8)+e[a-1],c.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),c.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},"1fe8":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.FunctionFragment=t.ConstructorFragment=t.EventFragment=t.Fragment=t.ParamType=t.FormatTypes=void 0;var r=a("846b"),n=a("16a3"),c=a("20ed"),i=a("d87f");function o(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}function f(e,t){return f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},f(e,t)}function d(e){var t=b();return function(){var a,r=l(e);if(t){var n=l(this).constructor;a=Reflect.construct(r,arguments,n)}else a=r.apply(this,arguments);return s(this,a)}}function s(e,t){return!t||"object"!==typeof t&&"function"!==typeof t?u(e):t}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function b(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}function h(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){for(var a=0;a=0||"tuple"===e)&&y[t])return!0;return(g[t]||"payable"===t)&&v.throwArgumentError("invalid modifier","name",t),!1}function _(e,t){var a=e;function r(t){v.throwArgumentError("unexpected character at position ".concat(t),"param",e)}function n(e){var a={type:"",name:"",parent:e,state:{allowType:!0}};return t&&(a.indexed=!1),a}e=e.replace(/\s/g," ");for(var c={type:"",name:"",state:{allowType:!0}},i=c,o=0;o2&&v.throwArgumentError("invalid human-readable ABI signature","value",e),a[1].match(/^[0-9]+$/)||v.throwArgumentError("invalid human-readable ABI signature gas","value",e),t.gas=r.BigNumber.from(a[1]),a[0]):e}function I(t,a){a.constant=!1,a.payable=!1,a.stateMutability="nonpayable",t.split(" ").forEach((function(t){switch(t.trim()){case"constant":a.constant=!0;break;case"payable":a.payable=!0,a.stateMutability="payable";break;case"nonpayable":a.payable=!1,a.stateMutability="nonpayable";break;case"pure":a.constant=!0,a.stateMutability="pure";break;case"view":a.constant=!0,a.stateMutability="view";break;case"external":case"public":case"":break;default:e("log","unknown modifier: "+t," at node_modules/@ethersproject/abi/lib.esm/fragments.js:506")}}))}function j(e){var t={constant:!1,payable:!0,stateMutability:"payable"};return null!=e.stateMutability?(t.stateMutability=e.stateMutability,t.constant="view"===t.stateMutability||"pure"===t.stateMutability,null!=e.constant&&!!e.constant!==t.constant&&v.throwArgumentError("cannot have constant function with mutability "+t.stateMutability,"value",e),t.payable="payable"===t.stateMutability,null!=e.payable&&!!e.payable!==t.payable&&v.throwArgumentError("cannot have payable function with mutability "+t.stateMutability,"value",e)):null!=e.payable?(t.payable=!!e.payable,null!=e.constant||t.payable||"constructor"===e.type||v.throwArgumentError("unable to determine stateMutability","value",e),t.constant=!!e.constant,t.constant?t.stateMutability="view":t.stateMutability=t.payable?"payable":"nonpayable",t.payable&&t.constant&&v.throwArgumentError("cannot have constant payable function","value",e)):null!=e.constant?(t.constant=!!e.constant,t.payable=!t.constant,t.stateMutability=t.constant?"view":"payable"):"constructor"!==e.type&&v.throwArgumentError("unable to determine stateMutability","value",e),t}t.EventFragment=C;var N=function(e){o(a,e);var t=d(a);function a(){return h(this,a),t.apply(this,arguments)}return x(a,[{key:"format",value:function(e){if(e||(e=S.sighash),S[e]||v.throwArgumentError("invalid format type","format",e),e===S.json)return JSON.stringify({type:"constructor",stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payble:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((function(t){return JSON.parse(t.format(e))}))});e===S.sighash&&v.throwError("cannot format a constructor for sighash",c.Logger.errors.UNSUPPORTED_OPERATION,{operation:"format(sighash)"});var t="constructor("+this.inputs.map((function(t){return t.format(e)})).join(e===S.full?", ":",")+") ";return this.stateMutability&&"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "),t.trim()}}],[{key:"from",value:function(e){return"string"===typeof e?a.fromString(e):a.fromObject(e)}},{key:"fromObject",value:function(e){if(a.isConstructorFragment(e))return e;"constructor"!==e.type&&v.throwArgumentError("invalid constructor object","value",e);var t=j(e);t.constant&&v.throwArgumentError("constructor cannot be constant","value",e);var n={name:null,type:e.type,inputs:e.inputs?e.inputs.map(A.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?r.BigNumber.from(e.gas):null};return new a(m,n)}},{key:"fromString",value:function(e){var t={type:"constructor"};e=T(e,t);var r=e.match(L);return r&&"constructor"===r[1].trim()||v.throwArgumentError("invalid constructor string","value",e),t.inputs=P(r[2].trim(),!1),I(r[3].trim(),t),a.fromObject(t)}},{key:"isConstructorFragment",value:function(e){return e&&e._isFragment&&"constructor"===e.type}}]),a}(O);t.ConstructorFragment=N;var B=function(e){o(a,e);var t=d(a);function a(){return h(this,a),t.apply(this,arguments)}return x(a,[{key:"format",value:function(e){if(e||(e=S.sighash),S[e]||v.throwArgumentError("invalid format type","format",e),e===S.json)return JSON.stringify({type:"function",name:this.name,constant:this.constant,stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payble:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((function(t){return JSON.parse(t.format(e))})),ouputs:this.outputs.map((function(t){return JSON.parse(t.format(e))}))});var t="";return e!==S.sighash&&(t+="function "),t+=this.name+"("+this.inputs.map((function(t){return t.format(e)})).join(e===S.full?", ":",")+") ",e!==S.sighash&&(this.stateMutability?"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "):this.constant&&(t+="view "),this.outputs&&this.outputs.length&&(t+="returns ("+this.outputs.map((function(t){return t.format(e)})).join(", ")+") "),null!=this.gas&&(t+="@"+this.gas.toString()+" ")),t.trim()}}],[{key:"from",value:function(e){return"string"===typeof e?a.fromString(e):a.fromObject(e)}},{key:"fromObject",value:function(e){if(a.isFunctionFragment(e))return e;"function"!==e.type&&v.throwArgumentError("invalid function object","value",e);var t=j(e),n={type:e.type,name:U(e.name),constant:t.constant,inputs:e.inputs?e.inputs.map(A.fromObject):[],outputs:e.outputs?e.outputs.map(A.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?r.BigNumber.from(e.gas):null};return new a(m,n)}},{key:"fromString",value:function(e){var t={type:"function"};e=T(e,t);var r=e.split(" returns ");r.length>2&&v.throwArgumentError("invalid function string","value",e);var n=r[0].match(L);if(n||v.throwArgumentError("invalid function signature","value",e),t.name=n[1].trim(),t.name&&U(t.name),t.inputs=P(n[2],!1),I(n[3].trim(),t),r.length>1){var c=r[1].match(L);""==c[1].trim()&&""==c[3].trim()||v.throwArgumentError("unexpected tokens","value",e),t.outputs=P(c[2],!1)}else t.outputs=[];return a.fromObject(t)}},{key:"isFunctionFragment",value:function(e){return e&&e._isFragment&&"function"===e.type}}]),a}(N);function R(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}t.FunctionFragment=B;var M=new RegExp("^[A-Za-z_][A-Za-z0-9_]*$");function U(e){return e&&e.match(M)||v.throwArgumentError('invalid identifier "'.concat(e,'"'),"value",e),e}var L=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$");function $(e){e=e.trim();for(var t=[],a="",r=0,n=0;nd[a]||console.log.apply(console,t)}},{key:"debug",value:function(){for(var t=arguments.length,a=new Array(t),r=0;r>4],a+=x[15&t[c]];n.push(e+"=Uint8Array(0x"+a+")")}else n.push(e+"="+JSON.stringify(t))}catch(i){n.push(e+"="+JSON.stringify(r[e].toString()))}})),n.push("code=".concat(a)),n.push("version=".concat(this.version));var c=t;n.length&&(t+=" ("+n.join(", ")+")");var i=new Error(t);return i.reason=c,i.code=a,Object.keys(r).forEach((function(e){i[e]=r[e]})),i}},{key:"throwError",value:function(e,t,a){throw this.makeError(e,t,a)}},{key:"throwArgumentError",value:function(t,a,r){return this.throwError(t,e.errors.INVALID_ARGUMENT,{argument:a,value:r})}},{key:"assert",value:function(e,t,a,r){e||this.throwError(t,a,r)}},{key:"assertArgument",value:function(e,t,a,r){e||this.throwArgumentError(t,a,r)}},{key:"checkNormalize",value:function(t){null==t&&(t="platform missing String.prototype.normalize"),p&&this.throwError("platform missing String.prototype.normalize",e.errors.UNSUPPORTED_OPERATION,{operation:"String.prototype.normalize",form:p})}},{key:"checkSafeUint53",value:function(t,a){"number"===typeof t&&(null==a&&(a="value not safe"),(t<0||t>=9007199254740991)&&this.throwError(a,e.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"out-of-safe-range",value:t}),t%1&&this.throwError(a,e.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"non-integer",value:t}))}},{key:"checkArgumentCount",value:function(t,a,r){r=r?": "+r:"",ta&&this.throwError("too many arguments"+r,e.errors.UNEXPECTED_ARGUMENT,{count:t,expectedCount:a})}},{key:"checkNew",value:function(t,a){t!==Object&&null!=t||this.throwError("missing new",e.errors.MISSING_NEW,{name:a.name})}},{key:"checkAbstract",value:function(t,a){t===a?this.throwError("cannot instantiate abstract class "+JSON.stringify(a.name)+" directly; use a sub-class",e.errors.UNSUPPORTED_OPERATION,{name:t.name,operation:"new"}):t!==Object&&null!=t||this.throwError("missing new",e.errors.MISSING_NEW,{name:a.name})}}],[{key:"globalLogger",value:function(){return u||(u=new e(r.version)),u}},{key:"setCensorship",value:function(t,a){if(!t&&a&&this.globalLogger().throwError("cannot permanently disable censorship",e.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"}),o){if(!t)return;this.globalLogger().throwError("error censorship permanent",e.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"})}f=!!t,o=!!a}},{key:"setLogLevel",value:function(t){var a=d[t.toLowerCase()];null!=a?s=a:e.globalLogger().warn("invalid log level - "+t)}},{key:"from",value:function(t){return new e(t)}}]),e}();t.Logger=v,v.errors=h,v.levels=l},"20f6":function(e,t,a){var r=t;r.der=a("cfbd"),r.pem=a("8df7")},2113:function(e,t,a){"use strict";a.r(t);var r=a("74bf"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},2137:function(e,t,a){"use strict";var r=a("c3c0"),n=a("da3e");function c(e,t,a){if(!(this instanceof c))return new c(e,t,a);this.Hash=e,this.blockSize=e.blockSize/8,this.outSize=e.outSize/8,this.inner=null,this.outer=null,this._init(r.toArray(t,a))}e.exports=c,c.prototype._init=function(e){e.length>this.blockSize&&(e=(new this.Hash).update(e).digest()),n(e.length<=this.blockSize);for(var t=e.length;t0?(t.unshift(a),t):[a]},s.prototype.checkInterfaceSupport=function(){var e=c(r.mark((function e(a,n){var c;return r.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(d[n]){e.next=2;break}return e.abrupt("return");case 2:return c=!1,e.prev=3,e.next=6,a.methods.supportsInterface(d[n]).call();case 6:c=e.sent,e.next=12;break;case 9:e.prev=9,e.t0=e["catch"](3),t("warn",'Could not verify interface of resolver contract at "'+a.options.address+'". '," at node_modules/web3-eth-ens/lib/lib/ResolverMethodHandler.js:213");case 12:if(c){e.next=14;break}throw f.ResolverMethodMissingError(a.options.address,n);case 14:case"end":return e.stop()}}),e,null,[[3,9]])})));return function(t,a){return e.apply(this,arguments)}}(),e.exports=s}).call(this,a("0de9")["default"])},2236:function(e,t,a){var r=a("5a43");function n(e){if(Array.isArray(e))return r(e)}e.exports=n},2366:function(e,t){for(var a=[],r=0;r<256;++r)a[r]=(r+256).toString(16).substr(1);function n(e,t){var r=t||0,n=a;return[n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]]].join("")}e.exports=n},"23c4":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i,t.halfWidth=void 0;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/[\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/;function i(e){return(0,r.default)(e),c.test(e)}t.halfWidth=c},"23c4e":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=f;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^(?:[0-9a-fA-F]{2}([-:\s]))([0-9a-fA-F]{2}\1){4}([0-9a-fA-F]{2})$/,i=/^([0-9a-fA-F]){12}$/,o=/^([0-9a-fA-F]{4}\.){2}([0-9a-fA-F]{4})$/;function f(e,t){return(0,r.default)(e),t&&(t.no_colons||t.no_separators)?i.test(e):c.test(e)||o.test(e)}e.exports=t.default,e.exports.default=t.default},"240f":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i,t.locales=void 0;var r=c(a("3ce7")),n=a("3c37");function c(e){return e&&e.__esModule?e:{default:e}}function i(e,t){(0,r.default)(e),t=t||{};var a=new RegExp("^(?:[-+])?(?:[0-9]+)?(?:\\".concat(t.locale?n.decimal[t.locale]:".","[0-9]*)?(?:[eE][\\+\\-]?(?:[0-9]+))?$"));if(""===e||"."===e||"-"===e||"+"===e)return!1;var c=parseFloat(e.replace(",","."));return a.test(e)&&(!t.hasOwnProperty("min")||c>=t.min)&&(!t.hasOwnProperty("max")||c<=t.max)&&(!t.hasOwnProperty("lt")||ct.gt)}var o=Object.keys(n.decimal);t.locales=o},2437:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;r(a("8e09"));function r(e){return e&&e.__esModule?e:{default:e}}var n={data:function(){return{show:!0}},methods:{}};t.default=n},"243a":function(e,t,a){var r=a("7e30"),n=a("89d2"),c=a("fe9c"),i=a("11dc"),o=a("399f"),f=function(e,t,a,r,n){return!e||"object"!==typeof e||e instanceof Error||!e.data||((e.data&&"object"===typeof e.data||Array.isArray(e.data))&&(e.data=JSON.stringify(e.data,null,2)),e=e.message+"\n"+e.data),"string"===typeof e&&(e=new Error(e)),"function"===typeof r&&r(e,n),"function"===typeof a&&((t&&"function"===typeof t.listeners&&t.listeners("error").length||"function"===typeof r)&&t.catch((function(){})),setTimeout((function(){a(e)}),1)),t&&"function"===typeof t.emit&&setTimeout((function(){t.emit("error",e,n),t.removeAllListeners()}),1),t},d=function(e){return e&&"object"===typeof e&&e.name&&-1!==e.name.indexOf("(")?e.name:e.name+"("+s(!1,e.inputs).join(",")+")"},s=function e(t,a){var r=[];return a.forEach((function(a){if("object"===typeof a.components){if("tuple"!==a.type.substring(0,5))throw new Error("components found but type is not tuple; report on GitHub");var n="",c=a.type.indexOf("[");c>=0&&(n=a.type.substring(c));var i=e(t,a.components);Array.isArray(i)&&t?r.push("tuple("+i.join(",")+")"+n):t?r.push("("+i+")"):r.push("("+i.join(",")+")"+n)}else r.push(a.type)})),r},u=function(e){return"0x"+i(e).toString("hex")},b=function(e){if(!n.isHexStrict(e))throw new Error("The parameter must be a valid HEX string.");var t="",a=0,r=e.length;for("0x"===e.substring(0,2)&&(a=2);a7?a+=e[r].toUpperCase():a+=e[r];return a},m=function(e,t){if(e==t)return 0;if("genesis"!=e&&"earliest"!=e&&0!=e||"genesis"!=t&&"earliest"!=t&&0!=t){if("genesis"==e||"earliest"==e)return-1;if("genesis"==t||"earliest"==t)return 1;if("latest"==e)return"pending"==t?-1:1;if("latest"===t)return"pending"==e?1:-1;if("pending"==e)return 1;if("pending"==t)return-1;var a=new o(e),r=new o(t);return a.lt(r)?-1:a.eq(r)?0:1}return 0};e.exports={_fireError:f,_jsonInterfaceMethodToString:d,_flattenTypes:s,randomHex:u,BN:n.BN,isBN:n.isBN,isBigNumber:n.isBigNumber,isHex:n.isHex,isHexStrict:n.isHexStrict,sha3:n.sha3,sha3Raw:n.sha3Raw,keccak256:n.sha3,soliditySha3:c.soliditySha3,soliditySha3Raw:c.soliditySha3Raw,encodePacked:c.encodePacked,isAddress:n.isAddress,checkAddressChecksum:n.checkAddressChecksum,toChecksumAddress:v,toHex:n.toHex,toBN:n.toBN,bytesToHex:n.bytesToHex,hexToBytes:n.hexToBytes,hexToNumberString:n.hexToNumberString,hexToNumber:n.hexToNumber,toDecimal:n.hexToNumber,numberToHex:n.numberToHex,fromDecimal:n.numberToHex,hexToUtf8:n.hexToUtf8,hexToString:n.hexToUtf8,toUtf8:n.hexToUtf8,stripHexPrefix:n.stripHexPrefix,utf8ToHex:n.utf8ToHex,stringToHex:n.utf8ToHex,fromUtf8:n.utf8ToHex,hexToAscii:b,toAscii:b,asciiToHex:l,fromAscii:l,unitMap:r.unitMap,toWei:x,fromWei:p,padLeft:n.leftPad,leftPad:n.leftPad,padRight:n.rightPad,rightPad:n.rightPad,toTwosComplement:n.toTwosComplement,isBloom:n.isBloom,isUserEthereumAddressInBloom:n.isUserEthereumAddressInBloom,isContractAddressInBloom:n.isContractAddressInBloom,isTopic:n.isTopic,isTopicInBloom:n.isTopicInBloom,isInBloom:n.isInBloom,compareBlockNumbers:m,toNumber:n.toNumber}},"245c":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.randomBytes=d;var r=a("ecb6"),n=a("20ed"),c=a("a721"),i=new n.Logger(c.version),o=null;try{if(o=window,null==o)throw new Error("try next")}catch(s){try{if(o=e,null==o)throw new Error("try next")}catch(s){o={}}}var f=o.crypto||o.msCrypto;function d(e){(e<=0||e>1024||e%1||e!=e)&&i.throwArgumentError("invalid length","length",e);var t=new Uint8Array(e);return f.getRandomValues(t),(0,r.arrayify)(t)}f&&f.getRandomValues||(i.warn("WARNING: Missing strong random number source"),f={getRandomValues:function(e){return i.throwError("no secure random source avaialble",n.Logger.errors.UNSUPPORTED_OPERATION,{operation:"crypto.getRandomValues"})}})}).call(this,a("c8ba"))},"249c":function(e,t){e.exports="/static/tongyonh/Frame70.png"},"24c0":function(e){e.exports=JSON.parse('{"name":"byzantium","comment":"Hardfork with new precompiles, instructions and other protocol changes","eip":{"url":"https://eips.ethereum.org/EIPS/eip-609","status":"Final"},"gasConfig":{},"gasPrices":{"modexpGquaddivisor":{"v":20,"d":"Gquaddivisor from modexp precompile for gas calculation"},"ecAdd":{"v":500,"d":"Gas costs for curve addition precompile"},"ecMul":{"v":40000,"d":"Gas costs for curve multiplication precompile"},"ecPairing":{"v":100000,"d":"Base gas costs for curve pairing precompile"},"ecPairingWord":{"v":80000,"d":"Gas costs regarding curve pairing precompile input length"}},"vm":{},"pow":{"minerReward":{"v":"3000000000000000000","d":"the amount a miner get rewarded for mining a block"}},"casper":{},"sharding":{}}')},"24f8":function(e,t,a){var r=a("9490"),n=a("0b16"),c=e.exports;for(var i in r)r.hasOwnProperty(i)&&(c[i]=r[i]);function o(e){if("string"===typeof e&&(e=n.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}c.request=function(e,t){return e=o(e),r.request.call(this,e,t)},c.get=function(e,t){return e=o(e),r.get.call(this,e,t)}},"24fc":function(e,t,a){"use strict";a.r(t);var r=a("76e0"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},"257a":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("b79a");t.input=r;var n=a("77a7");t.output=n},"25b9":function(e,t,a){(function(e){var r=a("d26d"),n=a("774b"),c=function(e){var t=e.slice(0,2),a=e.slice(2),r="";return r="0x"===t?a:e,n.fromHexString(r)},i={swarm:function(e){var t=n.encode(c(e),"keccak-256");return new r(1,"swarm-manifest",t).buffer},ipfs:function(e){var t=n.fromB58String(e);return new r(1,"dag-pb",t).buffer},utf8:function(t){return e.from(t,"utf8")}},o={hexMultiHash:function(e){var t=new r(e);return n.decode(t.multihash).digest.toString("hex")},b58MultiHash:function(e){var t=new r(e);return n.toB58String(t.multihash)},utf8:function(e){return e.toString("utf8")}},f={"swarm-ns":{encode:i.swarm,decode:o.hexMultiHash},"ipfs-ns":{encode:i.ipfs,decode:o.b58MultiHash},"ipns-ns":{encode:i.ipfs,decode:o.b58MultiHash},default:{encode:i.utf8,decode:o.utf8}};t.hexStringToBuffer=c,t.profiles=f}).call(this,a("b639").Buffer)},2604:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^[A-Z]{2}[0-9A-Z]{3}\d{2}\d{5}$/;function i(e){return(0,r.default)(e),c.test(e)}e.exports=t.default,e.exports.default=t.default},2659:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TupleCoder=void 0;var r=a("938b"),n=a("f7da");function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var a=0;a=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:c}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,f=!1;return{s:function(){a=e[Symbol.iterator]()},n:function(){var e=a.next();return o=e.done,e},e:function(e){f=!0,i=e},f:function(){try{o||null==a.return||a.return()}finally{if(f)throw i}}}}function n(e,t){if(e){if("string"===typeof e)return c(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,r=new Array(t);a-1,a=e.indexOf("-")>-1&&e.indexOf("_")>-1;return{encode:function(e){var r="";r="string"===typeof e?o.from(e).toString("base64"):e.toString("base64"),a&&(r=r.replace(/\+/g,"-").replace(/\//g,"_"));var n=r.indexOf("=");return n>0&&!t&&(r=r.substring(0,n)),r},decode:function(t){var a,n=r(t);try{for(n.s();!(a=n.n()).done;){var c=a.value;if(e.indexOf(c)<0)throw new Error("invalid base64 character")}}catch(i){n.e(i)}finally{n.f()}return o.from(t,"base64")}}}},"277d":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.looseArrayify=c,t.zpad=i,t.getPassword=o,t.searchPath=f,t.uuidV4=d;var r=a("ecb6"),n=a("86c8");function c(e){return"string"===typeof e&&"0x"!==e.substring(0,2)&&(e="0x"+e),(0,r.arrayify)(e)}function i(e,t){e=String(e);while(e.lengtht)throw new TypeError("Script number overflow");if(a&&0===(127&e[r-1])&&(r<=1||0===(128&e[r-2])))throw new Error("Non-minimally encoded script number");if(5===r){var n=e.readUInt32LE(0),c=e.readUInt8(4);return 128&c?-(4294967296*(-129&c)+n):4294967296*c+n}for(var i=0,o=0;o2147483647?5:e>8388607?4:e>32767?3:e>127?2:e>0?1:0}function n(t){for(var a=Math.abs(t),n=r(a),c=e.allocUnsafe(n),i=t<0,o=0;o>=8;return 128&c[n-1]?c.writeUInt8(i?128:0,n-1):i&&(c[n-1]|=128),c}Object.defineProperty(t,"__esModule",{value:!0}),t.decode=a,t.encode=n}).call(this,a("b639").Buffer)},2858:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.langEn=void 0;var r=a("c9b1");function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:1500;uni.showToast({title:e,icon:"none",duration:t})}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r;t.default=n},"28fe":function(e){e.exports=JSON.parse('{"name":"rinkeby","chainId":4,"networkId":4,"comment":"PoA test network","url":"https://www.rinkeby.io","genesis":{"hash":"0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177","timestamp":"0x58ee40ba","gasLimit":4700000,"difficulty":1,"nonce":"0x0000000000000000","extraData":"0x52657370656374206d7920617574686f7269746168207e452e436172746d616e42eb768f2244c8811c63729a21a3569731535f067ffc57839b00206d1ad20c69a1981b489f772031b279182d99e65703f0076e4812653aab85fca0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","stateRoot":"0x53580584816f617295ea26c0e17641e0120cab2f0a8ffb53a866fd53aa8e8c2d"},"hardforks":[{"name":"chainstart","block":0,"consensus":"poa","finality":null},{"name":"homestead","block":1,"consensus":"poa","finality":null},{"name":"dao","block":null,"consensus":"poa","finality":null},{"name":"tangerineWhistle","block":2,"consensus":"poa","finality":null},{"name":"spuriousDragon","block":3,"consensus":"poa","finality":null},{"name":"byzantium","block":1035301,"consensus":"poa","finality":null},{"name":"constantinople","block":3660663,"consensus":"poa","finality":null},{"name":"petersburg","block":4321234,"consensus":"poa","finality":null},{"name":"istanbul","block":5435345,"consensus":"poa","finality":null}],"bootstrapNodes":[{"ip":"52.169.42.101","port":30303,"id":"a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf","location":"","comment":"IE"},{"ip":"52.3.158.184","port":30303,"id":"343149e4feefa15d882d9fe4ac7d88f885bd05ebb735e547f12e12080a9fa07c8014ca6fd7f373123488102fe5e34111f8509cf0b7de3f5b44339c9f25e87cb8","location":"","comment":"INFURA"},{"ip":"159.89.28.211","port":30303,"id":"b6b28890b006743680c52e64e0d16db57f28124885595fa03a562be1d2bf0f3a1da297d56b13da25fb992888fd556d4c1a27b1f39d531bde7de1921c90061cc6","location":"","comment":"AKASHA"}]}')},2990:function(e,t,a){"use strict";var r;a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("view",{staticClass:e._$s(0,"sc","index-header "),attrs:{_i:0}},[a("view",{staticClass:e._$s(1,"sc","con"),attrs:{_i:1}},[a("view",{staticClass:e._$s(2,"sc","tabbar_item"),attrs:{_i:2},on:{click:function(t){return e.goToPage(1)}}},[a("view",{staticClass:e._$s(3,"sc","uni-tabbar_bd"),attrs:{_i:3}},[a("view",{staticClass:e._$s(4,"sc","uni-tabbar_icon"),attrs:{_i:4}},[a("image",{staticClass:e._$s(5,"sc","img1"),attrs:{src:e._$s(5,"a-src","/static/tongyonh/"+(1==e.selectActive?"Uniona":"Union")+".png"),_i:5}})]),a("view",{staticClass:e._$s(6,"sc","uni-tabbar_label"),class:e._$s(6,"c",["text",1==e.selectActive?"active":""]),attrs:{_i:6}})])]),a("view",{staticClass:e._$s(7,"sc","tabbar_item"),attrs:{_i:7},on:{click:function(t){return e.goToPage(2)}}},[a("view",{staticClass:e._$s(8,"sc","uni-tabbar_bd"),attrs:{_i:8}},[a("view",{staticClass:e._$s(9,"sc","uni-tabbar_icon"),attrs:{_i:9}},[a("image",{staticClass:e._$s(10,"sc","img1"),attrs:{src:e._$s(10,"a-src","/static/tongyonh/"+(e.selectActive,"nft_icon.png")),_i:10}})]),a("view",{staticClass:e._$s(11,"sc","uni-tabbar_label"),class:e._$s(11,"c",["text",2==e.selectActive?"active":""]),attrs:{_i:11}})])]),a("view",{staticClass:e._$s(12,"sc","tabbar_item"),attrs:{_i:12},on:{click:function(t){return e.goToPage(3)}}},[a("view",{staticClass:e._$s(13,"sc","uni-tabbar_bd"),attrs:{_i:13}},[a("view",{staticClass:e._$s(14,"sc","uni-tabbar_icon"),attrs:{_i:14}},[a("image",{staticClass:e._$s(15,"sc","img1"),attrs:{src:e._$s(15,"a-src","/static/tongyonh/"+(3==e.selectActive?"market_icona":"market_icon")+".png"),_i:15}})]),a("view",{staticClass:e._$s(16,"sc","uni-tabbar_label"),class:e._$s(16,"c",["text",3==e.selectActive?"active":""]),attrs:{_i:16}})])]),a("view",{staticClass:e._$s(17,"sc","tabbar_item"),attrs:{_i:17},on:{click:function(t){return e.goToPage(4)}}},[a("view",{staticClass:e._$s(18,"sc","uni-tabbar_bd"),attrs:{_i:18}},[a("view",{staticClass:e._$s(19,"sc","uni-tabbar_icon"),attrs:{_i:19}},[a("image",{staticClass:e._$s(20,"sc","img1"),attrs:{src:e._$s(20,"a-src","/static/tongyonh/"+(4==e.selectActive?"Discover_icona":"Discover_icon")+".png"),_i:20}})]),a("view",{staticClass:e._$s(21,"sc","uni-tabbar_label"),class:e._$s(21,"c",["text",4==e.selectActive?"active":""]),attrs:{_i:21}})])]),a("view",{staticClass:e._$s(22,"sc","tabbar_item"),attrs:{_i:22},on:{click:function(t){return e.goToPage(5)}}},[a("view",{staticClass:e._$s(23,"sc","uni-tabbar_bd"),attrs:{_i:23}},[a("view",{staticClass:e._$s(24,"sc","uni-tabbar_icon"),attrs:{_i:24}},[a("image",{staticClass:e._$s(25,"sc","img1"),attrs:{src:e._$s(25,"a-src","/static/tongyonh/"+(5==e.selectActive?"Profile_icon":"Profile_icona")+".png"),_i:25}})]),a("view",{staticClass:e._$s(26,"sc","uni-tabbar_label"),class:e._$s(26,"c",["text",5==e.selectActive?"active":""]),attrs:{_i:26}})])])])])},c=[]},"2a21":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decode=n,t.encode=c;var r=a("ecb6");function n(e){e=atob(e);for(var t=[],a=0;a0?"red":"green"),attrs:{_i:"12-"+i}},[e._$s("13-"+i,"i",t.change_percent>=0)?r("image",{staticClass:e._$s("13-"+i,"sc","img1"),attrs:{src:e._$s("13-"+i,"a-src",a("27ac")),_i:"13-"+i}}):e._e(),e._$s("14-"+i,"i",t.change_percent<0)?r("image",{staticClass:e._$s("14-"+i,"sc","img1"),attrs:{src:e._$s("14-"+i,"a-src",a("cc5e")),_i:"14-"+i}}):e._e(),e._v(e._$s("12-"+i,"t2-0",e._s(t.change_percent)))])])}))],2),r("tab-bar",{attrs:{selectActive:3,_i:15}})],1)},c=[]},"2c37":function(e,t){var a=Math.pow(2,7),r=Math.pow(2,14),n=Math.pow(2,21),c=Math.pow(2,28),i=Math.pow(2,35),o=Math.pow(2,42),f=Math.pow(2,49),d=Math.pow(2,56),s=Math.pow(2,63);e.exports=function(e){return e=0}))}function o(e){var t="",a=0,r=e.length;for("0x"===e.substring(0,2)&&(a=2);a=2)e.mixin({beforeCreat
object-assign
(c) Sindre Sorhus
@license MIT
-*/var r=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable;function i(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function o(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},a=0;a<10;a++)t["_"+String.fromCharCode(a)]=a;var r=Object.getOwnPropertyNames(t).map((function(e){return t[e]}));if("0123456789"!==r.join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(c){return!1}}e.exports=o()?Object.assign:function(e,t){for(var a,o,f=i(e),d=1;d=0&&(i=t,o=a),r.negative&&(r=r.neg(),c=c.neg()),i.negative&&(i=i.neg(),o=o.neg()),[{a:r,b:c},{a:i,b:o}]},f.prototype._endoSplit=function(e){var t=this.endo.basis,a=t[0],r=t[1],n=r.b.mul(e).divRound(this.n),c=a.b.neg().mul(e).divRound(this.n),i=n.mul(a.a),o=c.mul(r.a),f=n.mul(a.b),d=c.mul(r.b),s=e.sub(i).sub(o),u=f.add(d).neg();return{k1:s,k2:u}},f.prototype.pointFromX=function(e,t){e=new n(e,16),e.red||(e=e.toRed(this.red));var a=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),r=a.redSqrt();if(0!==r.redSqr().redSub(a).cmp(this.zero))throw new Error("invalid point");var c=r.fromRed().isOdd();return(t&&!c||!t&&c)&&(r=r.redNeg()),this.point(e,r)},f.prototype.validate=function(e){if(e.inf)return!0;var t=e.x,a=e.y,r=this.a.redMul(t),n=t.redSqr().redMul(t).redIAdd(r).redIAdd(this.b);return 0===a.redSqr().redISub(n).cmpn(0)},f.prototype._endoWnafMulAdd=function(e,t,a){for(var r=this._endoWnafT1,n=this._endoWnafT2,c=0;c":""},d.prototype.isInfinity=function(){return this.inf},d.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(0===this.x.cmp(e.x))return this.curve.point(null,null);var t=this.y.redSub(e.y);0!==t.cmpn(0)&&(t=t.redMul(this.x.redSub(e.x).redInvm()));var a=t.redSqr().redISub(this.x).redISub(e.x),r=t.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,r)},d.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(0===e.cmpn(0))return this.curve.point(null,null);var t=this.curve.a,a=this.x.redSqr(),r=e.redInvm(),n=a.redAdd(a).redIAdd(a).redIAdd(t).redMul(r),c=n.redSqr().redISub(this.x.redAdd(this.x)),i=n.redMul(this.x.redSub(c)).redISub(this.y);return this.curve.point(c,i)},d.prototype.getX=function(){return this.x.fromRed()},d.prototype.getY=function(){return this.y.fromRed()},d.prototype.mul=function(e){return e=new n(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)},d.prototype.mulAdd=function(e,t,a){var r=[this,t],n=[e,a];return this.curve.endo?this.curve._endoWnafMulAdd(r,n):this.curve._wnafMulAdd(1,r,n,2)},d.prototype.jmulAdd=function(e,t,a){var r=[this,t],n=[e,a];return this.curve.endo?this.curve._endoWnafMulAdd(r,n,!0):this.curve._wnafMulAdd(1,r,n,2,!0)},d.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||0===this.x.cmp(e.x)&&0===this.y.cmp(e.y))},d.prototype.neg=function(e){if(this.inf)return this;var t=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var a=this.precomputed,r=function(e){return e.neg()};t.precomputed={naf:a.naf&&{wnd:a.naf.wnd,points:a.naf.points.map(r)},doubles:a.doubles&&{step:a.doubles.step,points:a.doubles.points.map(r)}}}return t},d.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);var e=this.curve.jpoint(this.x,this.y,this.curve.one);return e},c(s,i.BasePoint),f.prototype.jpoint=function(e,t,a){return new s(this,e,t,a)},s.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),t=e.redSqr(),a=this.x.redMul(t),r=this.y.redMul(t).redMul(e);return this.curve.point(a,r)},s.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},s.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.z.redSqr(),a=this.z.redSqr(),r=this.x.redMul(t),n=e.x.redMul(a),c=this.y.redMul(t.redMul(e.z)),i=e.y.redMul(a.redMul(this.z)),o=r.redSub(n),f=c.redSub(i);if(0===o.cmpn(0))return 0!==f.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var d=o.redSqr(),s=d.redMul(o),u=r.redMul(d),b=f.redSqr().redIAdd(s).redISub(u).redISub(u),l=f.redMul(u.redISub(b)).redISub(c.redMul(s)),h=this.z.redMul(e.z).redMul(o);return this.curve.jpoint(b,l,h)},s.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var t=this.z.redSqr(),a=this.x,r=e.x.redMul(t),n=this.y,c=e.y.redMul(t).redMul(this.z),i=a.redSub(r),o=n.redSub(c);if(0===i.cmpn(0))return 0!==o.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var f=i.redSqr(),d=f.redMul(i),s=a.redMul(f),u=o.redSqr().redIAdd(d).redISub(s).redISub(s),b=o.redMul(s.redISub(u)).redISub(n.redMul(d)),l=this.z.redMul(i);return this.curve.jpoint(u,b,l)},s.prototype.dblp=function(e){if(0===e)return this;if(this.isInfinity())return this;if(!e)return this.dbl();if(this.curve.zeroA||this.curve.threeA){for(var t=this,a=0;a=0)return!1;if(a.redIAdd(n),0===this.x.cmp(a))return!0}},s.prototype.inspect=function(){return this.isInfinity()?"":""},s.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},"331b":function(e,t){e.exports="/static/tongyonh/Frame330.png"},3324:function(e,t,a){"use strict";var r;a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("view",{staticClass:e._$s(0,"sc","content"),attrs:{_i:0}},[a("image",{staticClass:e._$s(1,"sc","logo"),attrs:{_i:1}}),a("view",{staticClass:e._$s(2,"sc","text-area"),attrs:{_i:2}},[a("view",{staticClass:e._$s(3,"sc","title"),attrs:{_i:3}},[e._v(e._$s(3,"t0-0",e._s(e.eth)))])]),a("view",{staticClass:e._$s(4,"sc","title"),attrs:{_i:4}},[e._v(e._$s(4,"t0-0",e._s(e.trc)))])])},c=[]},3337:function(e,t,a){"use strict";var r=t;r.version=a("2801").version,r.utils=a("f3a3"),r.rand=a("fdac"),r.curve=a("4136"),r.curves=a("0cbb"),r.ec=a("b9a8"),r.eddsa=a("945d")},"33ca":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;r(a("8e09")),r(a("2e38"));function r(e){return e&&e.__esModule?e:{default:e}}var n={data:function(){return{type:"",typeBoll:!1,walletInfoBTC:[],walletInfoBTC2:[],walletInfoETH:[],walletInfoETH2:[],walletInfoTRX:[],walletInfoTRX2:[],walletInfo:{},walletInfo2:{},num:""}},methods:{gou:function(t,a){this.num=t.privateKey,uni.setStorageSync("walleti",this.num),e("log",t," at pages/menu/wallet/cwallet/index.vue:117"),"BTC"==t.coinList[0].name&&(e("log",this.walletInfoBTC2[a]," at pages/menu/wallet/cwallet/index.vue:119"),uni.setStorageSync("wallet",this.walletInfoBTC2[a]),setTimeout((function(){uni.reLaunch({url:"../index"})}),5)),"ETH"==t.coinList[0].name&&(e("log",this.walletInfoETH2[a],777777777," at pages/menu/wallet/cwallet/index.vue:128"),uni.setStorageSync("wallet",this.walletInfoETH2[a]),setTimeout((function(){uni.reLaunch({url:"../index"})}),5)),"TRX"==t.coinList[0].name&&(e("log",this.walletInfoTRX2[a]," at pages/menu/wallet/cwallet/index.vue:137"),uni.setStorageSync("wallet",this.walletInfoTRX2[a]),setTimeout((function(){uni.reLaunch({url:"../index"})}),5))},goMwallet:function(){uni.navigateTo({url:"../mwallet/index"})},getHeight:function(t){e("log",111," at pages/menu/wallet/cwallet/index.vue:153"),"one"==t&&(this.type="none",this.typeBoll=!1),"eth"==t&&(this.type="eth",this.typeBoll=!0),"btc"==t&&(this.type="btc",this.typeBoll=!0),"trx"==t&&(this.type="trx",this.typeBoll=!0)},getStorage:function(){this.walletInfo2=uni.getStorageSync("walletInfo"),this.walletInfoBTC2=this.walletInfo2.BTC,this.walletInfoETH2=this.walletInfo2.ETH,this.walletInfoTRX2=this.walletInfo2.TRON},setStorage:function(){this.walletInfo=uni.getStorageSync("walletInfo"),this.walletInfoBTC=this.walletInfo.BTC,this.num=this.walletInfoBTC[0].privateKey;for(var t=0;t=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:c}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,f=!1;return{s:function(){a=e[Symbol.iterator]()},n:function(){var e=a.next();return o=e.done,e},e:function(e){f=!0,i=e},f:function(){try{o||null==a.return||a.return()}finally{if(f)throw i}}}}function n(e,t){if(e){if("string"===typeof e)return c(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,r=new Array(t);a1?a-1:0),n=1;n1?t-1:0),r=1;r=0&&t>0&&t>=e){var a=t-e+1;return Math.floor(Math.random()*a+e)}return 0}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r;t.default=n},"35bf":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t._fetchData=x,t.fetchJson=v,t.poll=m;var r=u(a("a34a")),n=a("7260"),c=a("ecb6"),i=a("16a3"),o=a("86c8"),f=a("20ed"),d=a("51af"),s=a("d02f");function u(e){return e&&e.__esModule?e:{default:e}}var b=function(e,t,a,r){function n(e){return e instanceof a?e:new a((function(t){t(e)}))}return new(a||(a=Promise))((function(a,c){function i(e){try{f(r.next(e))}catch(t){c(t)}}function o(e){try{f(r["throw"](e))}catch(t){c(t)}}function f(e){e.done?a(e.value):n(e.value).then(i,o)}f((r=r.apply(e,t||[])).next())}))},l=new f.Logger(d.version);function h(e){return new Promise((function(t){setTimeout(t,e)}))}function p(e,t){if(null==e)return null;if("string"===typeof e)return e;if((0,c.isBytesLike)(e)){if(t&&("text"===t.split("/")[0]||"application/json"===t.split(";")[0].trim()))try{return(0,o.toUtf8String)(e)}catch(a){}return(0,c.hexlify)(e)}return e}function x(e,t,a){var c="object"===typeof e&&null!=e.throttleLimit?e.throttleLimit:12;l.assertArgument(c>0&&c%1===0,"invalid connection throttle limit","connection.throttleLimit",c);var i="object"===typeof e?e.throttleCallback:null,d="object"===typeof e&&"number"===typeof e.throttleSlotInterval?e.throttleSlotInterval:100;l.assertArgument(d>0&&d%1===0,"invalid connection throttle slot interval","connection.throttleSlotInterval",d);var u={},x=null,v={method:"GET"},m=!1,g=12e4;if("string"===typeof e)x=e;else if("object"===typeof e){if(null!=e&&null!=e.url||l.throwArgumentError("missing URL","connection.url",e),x=e.url,"number"===typeof e.timeout&&e.timeout>0&&(g=e.timeout),e.headers)for(var y in e.headers)u[y.toLowerCase()]={key:y,value:String(e.headers[y])},["if-none-match","if-modified-since"].indexOf(y.toLowerCase())>=0&&(m=!0);if(v.allowGzip=!!e.allowGzip,null!=e.user&&null!=e.password){"https:"!==x.substring(0,6)&&!0!==e.allowInsecureAuthentication&&l.throwError("basic authentication requires a secure https url",f.Logger.errors.INVALID_ARGUMENT,{argument:"url",url:x,user:e.user,password:"[REDACTED]"});var w=e.user+":"+e.password;u["authorization"]={key:"Authorization",value:"Basic "+(0,n.encode)((0,o.toUtf8Bytes)(w))}}}t&&(v.method="POST",v.body=t,null==u["content-type"]&&(u["content-type"]={key:"Content-Type",value:"application/octet-stream"}),null==u["content-length"]&&(u["content-length"]={key:"Content-Length",value:String(t.length)}));var _={};Object.keys(u).forEach((function(e){var t=u[e];_[t.key]=t.value})),v.headers=_;var k=function(){var e=null,t=new Promise((function(t,a){g&&(e=setTimeout((function(){null!=e&&(e=null,a(l.makeError("timeout",f.Logger.errors.TIMEOUT,{requestBody:p(v.body,_["content-type"]),requestMethod:v.method,timeout:g,url:x})))}),g))})),a=function(){null!=e&&(clearTimeout(e),e=null)};return{promise:t,cancel:a}}(),S=function(){return b(this,void 0,void 0,r.default.mark((function e(){var t,n,o,u,b,g,y,w,S;return r.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:t=0;case 1:if(!(t=300)&&(k.cancel(),l.throwError("bad response",f.Logger.errors.SERVER_ERROR,{status:n.statusCode,headers:n.headers,body:p(g,n.headers?n.headers["content-type"]:null),requestBody:p(v.body,_["content-type"]),requestMethod:v.method,url:x})),!a){e.next=52;break}return e.prev=29,e.next=32,a(g,n);case 32:return y=e.sent,k.cancel(),e.abrupt("return",y);case 37:if(e.prev=37,e.t1=e["catch"](29),!(e.t1.throttleRetry&&to)return void(i()&&r(new Error("retry limit reached")));var n=t.interval*parseInt(String(Math.random()*Math.pow(2,f)));nt.ceiling&&(n=t.ceiling),setTimeout(d,n)}return null}),(function(e){i()&&r(e)}))}d()}))}},"35e8":function(e,t,a){"use strict";e.exports={isString:function(e){return"string"===typeof e},isObject:function(e){return"object"===typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},3662:function(e,t,a){"use strict";a.r(t);var r=a("c609"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},3665:function(e){e.exports=JSON.parse('{"name":"spuriousDragon","comment":"HF with EIPs for simple replay attack protection, EXP cost increase, state trie clearing, contract code size limit","eip":{"url":"https://eips.ethereum.org/EIPS/eip-607","status":"Final"},"gasConfig":{},"gasPrices":{"expByte":{"v":50,"d":"Times ceil(log256(exponent)) for the EXP instruction"}},"vm":{"maxCodeSize":{"v":24576,"d":"Maximum length of contract code"}},"pow":{},"casper":{},"sharding":{}}')},3669:function(e,t,a){"use strict";a.r(t);var r=a("eba6"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},"36c6":function(e,t){function a(t){return e.exports=a=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},a(t)}e.exports=a},3712:function(e,t,a){"use strict";a.r(t);var r=a("507b"),n=a("f7a1");for(var c in n)"default"!==c&&function(e){a.d(t,e,(function(){return n[e]}))}(c);var i,o=a("f0c5"),f=Object(o["a"])(n["default"],r["b"],r["c"],!1,null,"3654e5af",null,!1,r["a"],i);t["default"]=f.exports},"374e":function(e,t){e.exports="/static/tongyonh/Frame69.png"},3765:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^[A-Z2-7]+=*$/;function i(e){(0,r.default)(e);var t=e.length;return!(t%8!==0||!c.test(e))}e.exports=t.default,e.exports.default=t.default},3768:function(e,t,a){var r=a("3fb5"),n=a("b639").Buffer,c=a("7f7a"),i=c.base,o=c.constants.der;function f(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new d,this.tree._init(e.body)}function d(e){i.Node.call(this,"der",e)}function s(e){return e<10?"0"+e:e}function u(e,t,a,r){var n;if("seqof"===e?e="seq":"setof"===e&&(e="set"),o.tagByName.hasOwnProperty(e))n=o.tagByName[e];else{if("number"!==typeof e||(0|e)!==e)return r.error("Unknown tag: "+e);n=e}return n>=31?r.error("Multi-octet tag encoding unsupported"):(t||(n|=32),n|=o.tagClassByName[a||"universal"]<<6,n)}e.exports=f,f.prototype.encode=function(e,t){return this.tree._encode(e,t).join()},r(d,i.Node),d.prototype._encodeComposite=function(e,t,a,r){var c=u(e,t,a,this.reporter);if(r.length<128){var i=new n(2);return i[0]=c,i[1]=r.length,this._createEncoderBuffer([i,r])}for(var o=1,f=r.length;f>=256;f>>=8)o++;i=new n(2+o);i[0]=c,i[1]=128|o;f=1+o;for(var d=r.length;d>0;f--,d>>=8)i[f]=255&d;return this._createEncoderBuffer([i,r])},d.prototype._encodeStr=function(e,t){if("bitstr"===t)return this._createEncoderBuffer([0|e.unused,e.data]);if("bmpstr"===t){for(var a=new n(2*e.length),r=0;r=40)return this.reporter.error("Second objid identifier OOB");e.splice(0,2,40*e[0]+e[1])}var c=0;for(r=0;r=128;i>>=7)c++}var o=new n(c),f=o.length-1;for(r=e.length-1;r>=0;r--){i=e[r];o[f--]=127&i;while((i>>=7)>0)o[f--]=128|127&i}return this._createEncoderBuffer(o)},d.prototype._encodeTime=function(e,t){var a,r=new Date(e);return"gentime"===t?a=[s(r.getFullYear()),s(r.getUTCMonth()+1),s(r.getUTCDate()),s(r.getUTCHours()),s(r.getUTCMinutes()),s(r.getUTCSeconds()),"Z"].join(""):"utctime"===t?a=[s(r.getFullYear()%100),s(r.getUTCMonth()+1),s(r.getUTCDate()),s(r.getUTCHours()),s(r.getUTCMinutes()),s(r.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+t+" time is not supported yet"),this._encodeStr(a,"octstr")},d.prototype._encodeNull=function(){return this._createEncoderBuffer("")},d.prototype._encodeInt=function(e,t){if("string"===typeof e){if(!t)return this.reporter.error("String int or enum given, but no values map");if(!t.hasOwnProperty(e))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(e));e=t[e]}if("number"!==typeof e&&!n.isBuffer(e)){var a=e.toArray();!e.sign&&128&a[0]&&a.unshift(0),e=new n(a)}if(n.isBuffer(e)){var r=e.length;0===e.length&&r++;var c=new n(r);return e.copy(c),0===e.length&&(c[0]=0),this._createEncoderBuffer(c)}if(e<128)return this._createEncoderBuffer(e);if(e<256)return this._createEncoderBuffer([0,e]);r=1;for(var i=e;i>=256;i>>=8)r++;for(c=new Array(r),i=c.length-1;i>=0;i--)c[i]=255&e,e>>=8;return 128&c[0]&&c.unshift(0),this._createEncoderBuffer(new n(c))},d.prototype._encodeBool=function(e){return this._createEncoderBuffer(e?255:0)},d.prototype._use=function(e,t){return"function"===typeof e&&(e=e(t)),e._getEncoder("der").tree},d.prototype._skipDefault=function(e,t,a){var r,n=this._baseState;if(null===n["default"])return!1;var c=e.join();if(void 0===n.defaultBuffer&&(n.defaultBuffer=this._encodeValue(n["default"],t,a).join()),c.length!==n.defaultBuffer.length)return!1;for(r=0;r0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e||(e=Number(new Date)),10==e.toString().length&&(e*=1e3);var a,r=new Date(e),n={"y+":r.getFullYear().toString(),"m+":(r.getMonth()+1).toString(),"d+":r.getDate().toString(),"h+":r.getHours().toString(),"M+":r.getMinutes().toString(),"s+":r.getSeconds().toString()};for(var c in n)a=new RegExp("("+c+")").exec(t),a&&(t=t.replace(a[1],1==a[1].length?n[c]:n[c].padStart(a[1].length,"0")));return t}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,String.prototype.padStart||(String.prototype.padStart=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");var a=this;if(a.length>=e)return String(a);var r=e-a.length,n=Math.ceil(r/t.length);while(n>>=1)t+=t,1===n&&(t+=t);return t.slice(0,r)+a});var n=r;t.default=n},"38c0":function(e,t,a){"use strict";(function(e){function a(e,t){var a;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(a=c(e))||t&&e&&"number"===typeof e.length){a&&(e=a);var r=0,n=function(){};return{s:n,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,f=!1;return{s:function(){a=e[Symbol.iterator]()},n:function(){var e=a.next();return o=e.done,e},e:function(e){f=!0,i=e},f:function(){try{o||null==a.return||a.return()}finally{if(f)throw i}}}}function r(e){return o(e)||i(e)||c(e)||n()}function n(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function c(e,t){if(e){if("string"===typeof e)return f(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?f(e,t):void 0}}function i(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function o(e){if(Array.isArray(e))return f(e)}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,r=new Array(t);a=49&&d<=54?d-49+10:d>=17&&d<=22?d-17+10:d,n|=f,i|=f}return r(!(240&i),"Invalid character in "+e),n}function f(e,t,a,n){for(var c=0,i=0,o=Math.min(e.length,a),f=t;f=49?d-49+10:d>=17?d-17+10:d,r(d>=0&&i"}c.isBN=function(e){return e instanceof c||null!==e&&"object"===typeof e&&e.constructor.wordSize===c.wordSize&&Array.isArray(e.words)},c.max=function(e,t){return e.cmp(t)>0?e:t},c.min=function(e,t){return e.cmp(t)<0?e:t},c.prototype._init=function(e,t,a){if("number"===typeof e)return this._initNumber(e,t,a);if("object"===typeof e)return this._initArray(e,t,a);"hex"===t&&(t=16),r(t===(0|t)&&t>=2&&t<=36),e=e.toString().replace(/\s+/g,"");var n=0;"-"===e[0]&&n++,16===t?this._parseHex(e,n):this._parseBase(e,t,n),"-"===e[0]&&(this.negative=1),this._strip(),"le"===a&&this._initArray(this.toArray(),t,a)},c.prototype._initNumber=function(e,t,a){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(r(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===a&&this._initArray(this.toArray(),t,a)},c.prototype._initArray=function(e,t,a){if(r("number"===typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var n=0;n=0;n-=3)i=e[n]|e[n-1]<<8|e[n-2]<<16,this.words[c]|=i<>>26-o&67108863,o+=24,o>=26&&(o-=26,c++);else if("le"===a)for(n=0,c=0;n>>26-o&67108863,o+=24,o>=26&&(o-=26,c++);return this._strip()},c.prototype._parseHex=function(e,t){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var a=0;a=t;a-=6)n=o(e,a,a+6),this.words[r]|=n<>>26-c&4194303,c+=24,c>=26&&(c-=26,r++);a+6!==t&&(n=o(e,t,a+6),this.words[r]|=n<>>26-c&4194303),this._strip()},c.prototype._parseBase=function(e,t,a){this.words=[0],this.length=1;for(var r=0,n=1;n<=67108863;n*=t)r++;r--,n=n/t|0;for(var c=e.length-a,i=c%r,o=Math.min(c,c-i)+a,d=0,s=a;s1&&0===this.words[this.length-1])this.length--;return this._normSign()},c.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!==typeof Symbol&&"function"===typeof Symbol.for?c.prototype[Symbol.for("nodejs.util.inspect.custom")]=s:c.prototype.inspect=s;var u=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],b=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],l=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];c.prototype.toString=function(e,t){var a;if(e=e||10,t=0|t||1,16===e||"hex"===e){a="";for(var n=0,c=0,i=0;i>>24-n&16777215,a=0!==c||i!==this.length-1?u[6-f.length]+f+a:f+a,n+=2,n>=26&&(n-=26,i--)}0!==c&&(a=c.toString(16)+a);while(a.length%t!==0)a="0"+a;return 0!==this.negative&&(a="-"+a),a}if(e===(0|e)&&e>=2&&e<=36){var d=b[e],s=l[e];a="";var h=this.clone();h.negative=0;while(!h.isZero()){var p=h.modrn(s).toString(e);h=h.idivn(s),a=h.isZero()?p+a:u[d-p.length]+p+a}this.isZero()&&(a="0"+a);while(a.length%t!==0)a="0"+a;return 0!==this.negative&&(a="-"+a),a}r(!1,"Base should be between 2 and 36")},c.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&r(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},c.prototype.toJSON=function(){return this.toString(16,2)},i&&(c.prototype.toBuffer=function(e,t){return this.toArrayLike(i,e,t)}),c.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)};var h=function(e,t){return e.allocUnsafe?e.allocUnsafe(t):new e(t)};function p(e){for(var t=new Array(e.bitLength()),a=0;a>>n&1}return t}function x(e,t,a){a.negative=t.negative^e.negative;var r=e.length+t.length|0;a.length=r,r=r-1|0;var n=0|e.words[0],c=0|t.words[0],i=n*c,o=67108863&i,f=i/67108864|0;a.words[0]=o;for(var d=1;d>>26,u=67108863&f,b=Math.min(d,t.length-1),l=Math.max(0,d-e.length+1);l<=b;l++){var h=d-l|0;n=0|e.words[h],c=0|t.words[l],i=n*c+u,s+=i/67108864|0,u=67108863&i}a.words[d]=0|u,f=0|s}return 0!==f?a.words[d]=0|f:a.length--,a._strip()}c.prototype.toArrayLike=function(e,t,a){this._strip();var n=this.byteLength(),c=a||Math.max(1,n);r(n<=c,"byte array longer than desired length"),r(c>0,"Requested array length <= 0");var i=h(e,c),o="le"===t?"LE":"BE";return this["_toArrayLike"+o](i,n),i},c.prototype._toArrayLikeLE=function(e,t){for(var a=0,r=0,n=0,c=0;n>8&255),a>16&255),6===c?(a>24&255),r=0,c=0):(r=i>>>24,c+=2)}if(a=0&&(e[a--]=i>>8&255),a>=0&&(e[a--]=i>>16&255),6===c?(a>=0&&(e[a--]=i>>24&255),r=0,c=0):(r=i>>>24,c+=2)}if(a>=0){e[a--]=r;while(a>=0)e[a--]=0}},Math.clz32?c.prototype._countBits=function(e){return 32-Math.clz32(e)}:c.prototype._countBits=function(e){var t=e,a=0;return t>=4096&&(a+=13,t>>>=13),t>=64&&(a+=7,t>>>=7),t>=8&&(a+=4,t>>>=4),t>=2&&(a+=2,t>>>=2),a+t},c.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,a=0;return 0===(8191&t)&&(a+=13,t>>>=13),0===(127&t)&&(a+=7,t>>>=7),0===(15&t)&&(a+=4,t>>>=4),0===(3&t)&&(a+=2,t>>>=2),0===(1&t)&&a++,a},c.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},c.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;te.length?this.clone().ior(e):e.clone().ior(this)},c.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},c.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var a=0;ae.length?this.clone().iand(e):e.clone().iand(this)},c.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},c.prototype.iuxor=function(e){var t,a;this.length>e.length?(t=this,a=e):(t=e,a=this);for(var r=0;re.length?this.clone().ixor(e):e.clone().ixor(this)},c.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},c.prototype.inotn=function(e){r("number"===typeof e&&e>=0);var t=0|Math.ceil(e/26),a=e%26;this._expand(t),a>0&&t--;for(var n=0;n0&&(this.words[n]=~this.words[n]&67108863>>26-a),this._strip()},c.prototype.notn=function(e){return this.clone().inotn(e)},c.prototype.setn=function(e,t){r("number"===typeof e&&e>=0);var a=e/26|0,n=e%26;return this._expand(a+1),this.words[a]=t?this.words[a]|1<e.length?(a=this,r=e):(a=e,r=this);for(var n=0,c=0;c>>26;for(;0!==n&&c>>26;if(this.length=a.length,0!==n)this.words[this.length]=n,this.length++;else if(a!==this)for(;ce.length?this.clone().iadd(e):e.clone().iadd(this)},c.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var a,r,n=this.cmp(e);if(0===n)return this.negative=0,this.length=1,this.words[0]=0,this;n>0?(a=this,r=e):(a=e,r=this);for(var c=0,i=0;i>26,this.words[i]=67108863&t;for(;0!==c&&i>26,this.words[i]=67108863&t;if(0===c&&i>>13,l=0|i[1],h=8191&l,p=l>>>13,x=0|i[2],v=8191&x,m=x>>>13,g=0|i[3],y=8191&g,w=g>>>13,_=0|i[4],k=8191&_,S=_>>>13,E=0|i[5],A=8191&E,P=E>>>13,O=0|i[6],C=8191&O,T=O>>>13,I=0|i[7],j=8191&I,N=I>>>13,B=0|i[8],R=8191&B,M=B>>>13,U=0|i[9],L=8191&U,$=U>>>13,F=0|o[0],D=8191&F,H=F>>>13,z=0|o[1],q=8191&z,W=z>>>13,K=0|o[2],G=8191&K,V=K>>>13,Z=0|o[3],J=8191&Z,X=Z>>>13,Y=0|o[4],Q=8191&Y,ee=Y>>>13,te=0|o[5],ae=8191&te,re=te>>>13,ne=0|o[6],ce=8191&ne,ie=ne>>>13,oe=0|o[7],fe=8191&oe,de=oe>>>13,se=0|o[8],ue=8191&se,be=se>>>13,le=0|o[9],he=8191&le,pe=le>>>13;a.negative=e.negative^t.negative,a.length=19,r=Math.imul(u,D),n=Math.imul(u,H),n=n+Math.imul(b,D)|0,c=Math.imul(b,H);var xe=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(xe>>>26)|0,xe&=67108863,r=Math.imul(h,D),n=Math.imul(h,H),n=n+Math.imul(p,D)|0,c=Math.imul(p,H),r=r+Math.imul(u,q)|0,n=n+Math.imul(u,W)|0,n=n+Math.imul(b,q)|0,c=c+Math.imul(b,W)|0;var ve=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(ve>>>26)|0,ve&=67108863,r=Math.imul(v,D),n=Math.imul(v,H),n=n+Math.imul(m,D)|0,c=Math.imul(m,H),r=r+Math.imul(h,q)|0,n=n+Math.imul(h,W)|0,n=n+Math.imul(p,q)|0,c=c+Math.imul(p,W)|0,r=r+Math.imul(u,G)|0,n=n+Math.imul(u,V)|0,n=n+Math.imul(b,G)|0,c=c+Math.imul(b,V)|0;var me=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(me>>>26)|0,me&=67108863,r=Math.imul(y,D),n=Math.imul(y,H),n=n+Math.imul(w,D)|0,c=Math.imul(w,H),r=r+Math.imul(v,q)|0,n=n+Math.imul(v,W)|0,n=n+Math.imul(m,q)|0,c=c+Math.imul(m,W)|0,r=r+Math.imul(h,G)|0,n=n+Math.imul(h,V)|0,n=n+Math.imul(p,G)|0,c=c+Math.imul(p,V)|0,r=r+Math.imul(u,J)|0,n=n+Math.imul(u,X)|0,n=n+Math.imul(b,J)|0,c=c+Math.imul(b,X)|0;var ge=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(ge>>>26)|0,ge&=67108863,r=Math.imul(k,D),n=Math.imul(k,H),n=n+Math.imul(S,D)|0,c=Math.imul(S,H),r=r+Math.imul(y,q)|0,n=n+Math.imul(y,W)|0,n=n+Math.imul(w,q)|0,c=c+Math.imul(w,W)|0,r=r+Math.imul(v,G)|0,n=n+Math.imul(v,V)|0,n=n+Math.imul(m,G)|0,c=c+Math.imul(m,V)|0,r=r+Math.imul(h,J)|0,n=n+Math.imul(h,X)|0,n=n+Math.imul(p,J)|0,c=c+Math.imul(p,X)|0,r=r+Math.imul(u,Q)|0,n=n+Math.imul(u,ee)|0,n=n+Math.imul(b,Q)|0,c=c+Math.imul(b,ee)|0;var ye=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(ye>>>26)|0,ye&=67108863,r=Math.imul(A,D),n=Math.imul(A,H),n=n+Math.imul(P,D)|0,c=Math.imul(P,H),r=r+Math.imul(k,q)|0,n=n+Math.imul(k,W)|0,n=n+Math.imul(S,q)|0,c=c+Math.imul(S,W)|0,r=r+Math.imul(y,G)|0,n=n+Math.imul(y,V)|0,n=n+Math.imul(w,G)|0,c=c+Math.imul(w,V)|0,r=r+Math.imul(v,J)|0,n=n+Math.imul(v,X)|0,n=n+Math.imul(m,J)|0,c=c+Math.imul(m,X)|0,r=r+Math.imul(h,Q)|0,n=n+Math.imul(h,ee)|0,n=n+Math.imul(p,Q)|0,c=c+Math.imul(p,ee)|0,r=r+Math.imul(u,ae)|0,n=n+Math.imul(u,re)|0,n=n+Math.imul(b,ae)|0,c=c+Math.imul(b,re)|0;var we=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(we>>>26)|0,we&=67108863,r=Math.imul(C,D),n=Math.imul(C,H),n=n+Math.imul(T,D)|0,c=Math.imul(T,H),r=r+Math.imul(A,q)|0,n=n+Math.imul(A,W)|0,n=n+Math.imul(P,q)|0,c=c+Math.imul(P,W)|0,r=r+Math.imul(k,G)|0,n=n+Math.imul(k,V)|0,n=n+Math.imul(S,G)|0,c=c+Math.imul(S,V)|0,r=r+Math.imul(y,J)|0,n=n+Math.imul(y,X)|0,n=n+Math.imul(w,J)|0,c=c+Math.imul(w,X)|0,r=r+Math.imul(v,Q)|0,n=n+Math.imul(v,ee)|0,n=n+Math.imul(m,Q)|0,c=c+Math.imul(m,ee)|0,r=r+Math.imul(h,ae)|0,n=n+Math.imul(h,re)|0,n=n+Math.imul(p,ae)|0,c=c+Math.imul(p,re)|0,r=r+Math.imul(u,ce)|0,n=n+Math.imul(u,ie)|0,n=n+Math.imul(b,ce)|0,c=c+Math.imul(b,ie)|0;var _e=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(_e>>>26)|0,_e&=67108863,r=Math.imul(j,D),n=Math.imul(j,H),n=n+Math.imul(N,D)|0,c=Math.imul(N,H),r=r+Math.imul(C,q)|0,n=n+Math.imul(C,W)|0,n=n+Math.imul(T,q)|0,c=c+Math.imul(T,W)|0,r=r+Math.imul(A,G)|0,n=n+Math.imul(A,V)|0,n=n+Math.imul(P,G)|0,c=c+Math.imul(P,V)|0,r=r+Math.imul(k,J)|0,n=n+Math.imul(k,X)|0,n=n+Math.imul(S,J)|0,c=c+Math.imul(S,X)|0,r=r+Math.imul(y,Q)|0,n=n+Math.imul(y,ee)|0,n=n+Math.imul(w,Q)|0,c=c+Math.imul(w,ee)|0,r=r+Math.imul(v,ae)|0,n=n+Math.imul(v,re)|0,n=n+Math.imul(m,ae)|0,c=c+Math.imul(m,re)|0,r=r+Math.imul(h,ce)|0,n=n+Math.imul(h,ie)|0,n=n+Math.imul(p,ce)|0,c=c+Math.imul(p,ie)|0,r=r+Math.imul(u,fe)|0,n=n+Math.imul(u,de)|0,n=n+Math.imul(b,fe)|0,c=c+Math.imul(b,de)|0;var ke=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(ke>>>26)|0,ke&=67108863,r=Math.imul(R,D),n=Math.imul(R,H),n=n+Math.imul(M,D)|0,c=Math.imul(M,H),r=r+Math.imul(j,q)|0,n=n+Math.imul(j,W)|0,n=n+Math.imul(N,q)|0,c=c+Math.imul(N,W)|0,r=r+Math.imul(C,G)|0,n=n+Math.imul(C,V)|0,n=n+Math.imul(T,G)|0,c=c+Math.imul(T,V)|0,r=r+Math.imul(A,J)|0,n=n+Math.imul(A,X)|0,n=n+Math.imul(P,J)|0,c=c+Math.imul(P,X)|0,r=r+Math.imul(k,Q)|0,n=n+Math.imul(k,ee)|0,n=n+Math.imul(S,Q)|0,c=c+Math.imul(S,ee)|0,r=r+Math.imul(y,ae)|0,n=n+Math.imul(y,re)|0,n=n+Math.imul(w,ae)|0,c=c+Math.imul(w,re)|0,r=r+Math.imul(v,ce)|0,n=n+Math.imul(v,ie)|0,n=n+Math.imul(m,ce)|0,c=c+Math.imul(m,ie)|0,r=r+Math.imul(h,fe)|0,n=n+Math.imul(h,de)|0,n=n+Math.imul(p,fe)|0,c=c+Math.imul(p,de)|0,r=r+Math.imul(u,ue)|0,n=n+Math.imul(u,be)|0,n=n+Math.imul(b,ue)|0,c=c+Math.imul(b,be)|0;var Se=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Se>>>26)|0,Se&=67108863,r=Math.imul(L,D),n=Math.imul(L,H),n=n+Math.imul($,D)|0,c=Math.imul($,H),r=r+Math.imul(R,q)|0,n=n+Math.imul(R,W)|0,n=n+Math.imul(M,q)|0,c=c+Math.imul(M,W)|0,r=r+Math.imul(j,G)|0,n=n+Math.imul(j,V)|0,n=n+Math.imul(N,G)|0,c=c+Math.imul(N,V)|0,r=r+Math.imul(C,J)|0,n=n+Math.imul(C,X)|0,n=n+Math.imul(T,J)|0,c=c+Math.imul(T,X)|0,r=r+Math.imul(A,Q)|0,n=n+Math.imul(A,ee)|0,n=n+Math.imul(P,Q)|0,c=c+Math.imul(P,ee)|0,r=r+Math.imul(k,ae)|0,n=n+Math.imul(k,re)|0,n=n+Math.imul(S,ae)|0,c=c+Math.imul(S,re)|0,r=r+Math.imul(y,ce)|0,n=n+Math.imul(y,ie)|0,n=n+Math.imul(w,ce)|0,c=c+Math.imul(w,ie)|0,r=r+Math.imul(v,fe)|0,n=n+Math.imul(v,de)|0,n=n+Math.imul(m,fe)|0,c=c+Math.imul(m,de)|0,r=r+Math.imul(h,ue)|0,n=n+Math.imul(h,be)|0,n=n+Math.imul(p,ue)|0,c=c+Math.imul(p,be)|0,r=r+Math.imul(u,he)|0,n=n+Math.imul(u,pe)|0,n=n+Math.imul(b,he)|0,c=c+Math.imul(b,pe)|0;var Ee=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,r=Math.imul(L,q),n=Math.imul(L,W),n=n+Math.imul($,q)|0,c=Math.imul($,W),r=r+Math.imul(R,G)|0,n=n+Math.imul(R,V)|0,n=n+Math.imul(M,G)|0,c=c+Math.imul(M,V)|0,r=r+Math.imul(j,J)|0,n=n+Math.imul(j,X)|0,n=n+Math.imul(N,J)|0,c=c+Math.imul(N,X)|0,r=r+Math.imul(C,Q)|0,n=n+Math.imul(C,ee)|0,n=n+Math.imul(T,Q)|0,c=c+Math.imul(T,ee)|0,r=r+Math.imul(A,ae)|0,n=n+Math.imul(A,re)|0,n=n+Math.imul(P,ae)|0,c=c+Math.imul(P,re)|0,r=r+Math.imul(k,ce)|0,n=n+Math.imul(k,ie)|0,n=n+Math.imul(S,ce)|0,c=c+Math.imul(S,ie)|0,r=r+Math.imul(y,fe)|0,n=n+Math.imul(y,de)|0,n=n+Math.imul(w,fe)|0,c=c+Math.imul(w,de)|0,r=r+Math.imul(v,ue)|0,n=n+Math.imul(v,be)|0,n=n+Math.imul(m,ue)|0,c=c+Math.imul(m,be)|0,r=r+Math.imul(h,he)|0,n=n+Math.imul(h,pe)|0,n=n+Math.imul(p,he)|0,c=c+Math.imul(p,pe)|0;var Ae=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,r=Math.imul(L,G),n=Math.imul(L,V),n=n+Math.imul($,G)|0,c=Math.imul($,V),r=r+Math.imul(R,J)|0,n=n+Math.imul(R,X)|0,n=n+Math.imul(M,J)|0,c=c+Math.imul(M,X)|0,r=r+Math.imul(j,Q)|0,n=n+Math.imul(j,ee)|0,n=n+Math.imul(N,Q)|0,c=c+Math.imul(N,ee)|0,r=r+Math.imul(C,ae)|0,n=n+Math.imul(C,re)|0,n=n+Math.imul(T,ae)|0,c=c+Math.imul(T,re)|0,r=r+Math.imul(A,ce)|0,n=n+Math.imul(A,ie)|0,n=n+Math.imul(P,ce)|0,c=c+Math.imul(P,ie)|0,r=r+Math.imul(k,fe)|0,n=n+Math.imul(k,de)|0,n=n+Math.imul(S,fe)|0,c=c+Math.imul(S,de)|0,r=r+Math.imul(y,ue)|0,n=n+Math.imul(y,be)|0,n=n+Math.imul(w,ue)|0,c=c+Math.imul(w,be)|0,r=r+Math.imul(v,he)|0,n=n+Math.imul(v,pe)|0,n=n+Math.imul(m,he)|0,c=c+Math.imul(m,pe)|0;var Pe=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Pe>>>26)|0,Pe&=67108863,r=Math.imul(L,J),n=Math.imul(L,X),n=n+Math.imul($,J)|0,c=Math.imul($,X),r=r+Math.imul(R,Q)|0,n=n+Math.imul(R,ee)|0,n=n+Math.imul(M,Q)|0,c=c+Math.imul(M,ee)|0,r=r+Math.imul(j,ae)|0,n=n+Math.imul(j,re)|0,n=n+Math.imul(N,ae)|0,c=c+Math.imul(N,re)|0,r=r+Math.imul(C,ce)|0,n=n+Math.imul(C,ie)|0,n=n+Math.imul(T,ce)|0,c=c+Math.imul(T,ie)|0,r=r+Math.imul(A,fe)|0,n=n+Math.imul(A,de)|0,n=n+Math.imul(P,fe)|0,c=c+Math.imul(P,de)|0,r=r+Math.imul(k,ue)|0,n=n+Math.imul(k,be)|0,n=n+Math.imul(S,ue)|0,c=c+Math.imul(S,be)|0,r=r+Math.imul(y,he)|0,n=n+Math.imul(y,pe)|0,n=n+Math.imul(w,he)|0,c=c+Math.imul(w,pe)|0;var Oe=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Oe>>>26)|0,Oe&=67108863,r=Math.imul(L,Q),n=Math.imul(L,ee),n=n+Math.imul($,Q)|0,c=Math.imul($,ee),r=r+Math.imul(R,ae)|0,n=n+Math.imul(R,re)|0,n=n+Math.imul(M,ae)|0,c=c+Math.imul(M,re)|0,r=r+Math.imul(j,ce)|0,n=n+Math.imul(j,ie)|0,n=n+Math.imul(N,ce)|0,c=c+Math.imul(N,ie)|0,r=r+Math.imul(C,fe)|0,n=n+Math.imul(C,de)|0,n=n+Math.imul(T,fe)|0,c=c+Math.imul(T,de)|0,r=r+Math.imul(A,ue)|0,n=n+Math.imul(A,be)|0,n=n+Math.imul(P,ue)|0,c=c+Math.imul(P,be)|0,r=r+Math.imul(k,he)|0,n=n+Math.imul(k,pe)|0,n=n+Math.imul(S,he)|0,c=c+Math.imul(S,pe)|0;var Ce=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Ce>>>26)|0,Ce&=67108863,r=Math.imul(L,ae),n=Math.imul(L,re),n=n+Math.imul($,ae)|0,c=Math.imul($,re),r=r+Math.imul(R,ce)|0,n=n+Math.imul(R,ie)|0,n=n+Math.imul(M,ce)|0,c=c+Math.imul(M,ie)|0,r=r+Math.imul(j,fe)|0,n=n+Math.imul(j,de)|0,n=n+Math.imul(N,fe)|0,c=c+Math.imul(N,de)|0,r=r+Math.imul(C,ue)|0,n=n+Math.imul(C,be)|0,n=n+Math.imul(T,ue)|0,c=c+Math.imul(T,be)|0,r=r+Math.imul(A,he)|0,n=n+Math.imul(A,pe)|0,n=n+Math.imul(P,he)|0,c=c+Math.imul(P,pe)|0;var Te=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Te>>>26)|0,Te&=67108863,r=Math.imul(L,ce),n=Math.imul(L,ie),n=n+Math.imul($,ce)|0,c=Math.imul($,ie),r=r+Math.imul(R,fe)|0,n=n+Math.imul(R,de)|0,n=n+Math.imul(M,fe)|0,c=c+Math.imul(M,de)|0,r=r+Math.imul(j,ue)|0,n=n+Math.imul(j,be)|0,n=n+Math.imul(N,ue)|0,c=c+Math.imul(N,be)|0,r=r+Math.imul(C,he)|0,n=n+Math.imul(C,pe)|0,n=n+Math.imul(T,he)|0,c=c+Math.imul(T,pe)|0;var Ie=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Ie>>>26)|0,Ie&=67108863,r=Math.imul(L,fe),n=Math.imul(L,de),n=n+Math.imul($,fe)|0,c=Math.imul($,de),r=r+Math.imul(R,ue)|0,n=n+Math.imul(R,be)|0,n=n+Math.imul(M,ue)|0,c=c+Math.imul(M,be)|0,r=r+Math.imul(j,he)|0,n=n+Math.imul(j,pe)|0,n=n+Math.imul(N,he)|0,c=c+Math.imul(N,pe)|0;var je=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(je>>>26)|0,je&=67108863,r=Math.imul(L,ue),n=Math.imul(L,be),n=n+Math.imul($,ue)|0,c=Math.imul($,be),r=r+Math.imul(R,he)|0,n=n+Math.imul(R,pe)|0,n=n+Math.imul(M,he)|0,c=c+Math.imul(M,pe)|0;var Ne=(d+r|0)+((8191&n)<<13)|0;d=(c+(n>>>13)|0)+(Ne>>>26)|0,Ne&=67108863,r=Math.imul(L,he),n=Math.imul(L,pe),n=n+Math.imul($,he)|0,c=Math.imul($,pe);var Be=(d+r|0)+((8191&n)<<13)|0;return d=(c+(n>>>13)|0)+(Be>>>26)|0,Be&=67108863,f[0]=xe,f[1]=ve,f[2]=me,f[3]=ge,f[4]=ye,f[5]=we,f[6]=_e,f[7]=ke,f[8]=Se,f[9]=Ee,f[10]=Ae,f[11]=Pe,f[12]=Oe,f[13]=Ce,f[14]=Te,f[15]=Ie,f[16]=je,f[17]=Ne,f[18]=Be,0!==d&&(f[19]=d,a.length++),a};function m(e,t,a){a.negative=t.negative^e.negative,a.length=e.length+t.length;for(var r=0,n=0,c=0;c>>26)|0,n+=i>>>26,i&=67108863}a.words[c]=o,r=i,i=n}return 0!==r?a.words[c]=r:a.length--,a._strip()}function g(e,t,a){return m(e,t,a)}function y(e,t){this.x=e,this.y=t}Math.imul||(v=x),c.prototype.mulTo=function(e,t){var a,r=this.length+e.length;return a=10===this.length&&10===e.length?v(this,e,t):r<63?x(this,e,t):r<1024?m(this,e,t):g(this,e,t),a},y.prototype.makeRBT=function(e){for(var t=new Array(e),a=c.prototype._countBits(e)-1,r=0;r>=1;return r},y.prototype.permute=function(e,t,a,r,n,c){for(var i=0;i>>=1)n++;return 1<>>=13,a[2*i+1]=8191&c,c>>>=13;for(i=2*t;i>=26,a+=c/67108864|0,a+=i>>>26,this.words[n]=67108863&i}return 0!==a&&(this.words[n]=a,this.length++),t?this.ineg():this},c.prototype.muln=function(e){return this.clone().imuln(e)},c.prototype.sqr=function(){return this.mul(this)},c.prototype.isqr=function(){return this.imul(this.clone())},c.prototype.pow=function(e){var t=p(e);if(0===t.length)return new c(1);for(var a=this,r=0;r=0);var t,a=e%26,n=(e-a)/26,c=67108863>>>26-a<<26-a;if(0!==a){var i=0;for(t=0;t>>26-a}i&&(this.words[t]=i,this.length++)}if(0!==n){for(t=this.length-1;t>=0;t--)this.words[t+n]=this.words[t];for(t=0;t=0),n=t?(t-t%26)/26:0;var c=e%26,i=Math.min((e-c)/26,this.length),o=67108863^67108863>>>c<i)for(this.length-=i,d=0;d=0&&(0!==s||d>=n);d--){var u=0|this.words[d];this.words[d]=s<<26-c|u>>>c,s=u&o}return f&&0!==s&&(f.words[f.length++]=s),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},c.prototype.ishrn=function(e,t,a){return r(0===this.negative),this.iushrn(e,t,a)},c.prototype.shln=function(e){return this.clone().ishln(e)},c.prototype.ushln=function(e){return this.clone().iushln(e)},c.prototype.shrn=function(e){return this.clone().ishrn(e)},c.prototype.ushrn=function(e){return this.clone().iushrn(e)},c.prototype.testn=function(e){r("number"===typeof e&&e>=0);var t=e%26,a=(e-t)/26,n=1<=0);var t=e%26,a=(e-t)/26;if(r(0===this.negative,"imaskn works only with positive numbers"),this.length<=a)return this;if(0!==t&&a++,this.length=Math.min(a,this.length),0!==t){var n=67108863^67108863>>>t<=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},c.prototype.isubn=function(e){if(r("number"===typeof e),r(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t>26)-(f/67108864|0),this.words[n+a]=67108863&c}for(;n>26,this.words[n+a]=67108863&c;if(0===o)return this._strip();for(r(-1===o),o=0,n=0;n>26,this.words[n]=67108863&c;return this.negative=1,this._strip()},c.prototype._wordDiv=function(e,t){var a=this.length-e.length,r=this.clone(),n=e,i=0|n.words[n.length-1],o=this._countBits(i);a=26-o,0!==a&&(n=n.ushln(a),r.iushln(a),i=0|n.words[n.length-1]);var f,d=r.length-n.length;if("mod"!==t){f=new c(null),f.length=d+1,f.words=new Array(f.length);for(var s=0;s=0;b--){var l=67108864*(0|r.words[n.length+b])+(0|r.words[n.length+b-1]);l=Math.min(l/i|0,67108863),r._ishlnsubmul(n,l,b);while(0!==r.negative)l--,r.negative=0,r._ishlnsubmul(n,1,b),r.isZero()||(r.negative^=1);f&&(f.words[b]=l)}return f&&f._strip(),r._strip(),"div"!==t&&0!==a&&r.iushrn(a),{div:f||null,mod:r}},c.prototype.divmod=function(e,t,a){return r(!e.isZero()),this.isZero()?{div:new c(0),mod:new c(0)}:0!==this.negative&&0===e.negative?(o=this.neg().divmod(e,t),"mod"!==t&&(n=o.div.neg()),"div"!==t&&(i=o.mod.neg(),a&&0!==i.negative&&i.iadd(e)),{div:n,mod:i}):0===this.negative&&0!==e.negative?(o=this.divmod(e.neg(),t),"mod"!==t&&(n=o.div.neg()),{div:n,mod:o.mod}):0!==(this.negative&e.negative)?(o=this.neg().divmod(e.neg(),t),"div"!==t&&(i=o.mod.neg(),a&&0!==i.negative&&i.isub(e)),{div:o.div,mod:i}):e.length>this.length||this.cmp(e)<0?{div:new c(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new c(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new c(this.modrn(e.words[0]))}:this._wordDiv(e,t);var n,i,o},c.prototype.div=function(e){return this.divmod(e,"div",!1).div},c.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},c.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},c.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var a=0!==t.div.negative?t.mod.isub(e):t.mod,r=e.ushrn(1),n=e.andln(1),c=a.cmp(r);return c<0||1===n&&0===c?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},c.prototype.modrn=function(e){var t=e<0;t&&(e=-e),r(e<=67108863);for(var a=(1<<26)%e,n=0,c=this.length-1;c>=0;c--)n=(a*n+(0|this.words[c]))%e;return t?-n:n},c.prototype.modn=function(e){return this.modrn(e)},c.prototype.idivn=function(e){var t=e<0;t&&(e=-e),r(e<=67108863);for(var a=0,n=this.length-1;n>=0;n--){var c=(0|this.words[n])+67108864*a;this.words[n]=c/e|0,a=c%e}return this._strip(),t?this.ineg():this},c.prototype.divn=function(e){return this.clone().idivn(e)},c.prototype.egcd=function(e){r(0===e.negative),r(!e.isZero());var t=this,a=e.clone();t=0!==t.negative?t.umod(e):t.clone();var n=new c(1),i=new c(0),o=new c(0),f=new c(1),d=0;while(t.isEven()&&a.isEven())t.iushrn(1),a.iushrn(1),++d;var s=a.clone(),u=t.clone();while(!t.isZero()){for(var b=0,l=1;0===(t.words[0]&l)&&b<26;++b,l<<=1);if(b>0){t.iushrn(b);while(b-- >0)(n.isOdd()||i.isOdd())&&(n.iadd(s),i.isub(u)),n.iushrn(1),i.iushrn(1)}for(var h=0,p=1;0===(a.words[0]&p)&&h<26;++h,p<<=1);if(h>0){a.iushrn(h);while(h-- >0)(o.isOdd()||f.isOdd())&&(o.iadd(s),f.isub(u)),o.iushrn(1),f.iushrn(1)}t.cmp(a)>=0?(t.isub(a),n.isub(o),i.isub(f)):(a.isub(t),o.isub(n),f.isub(i))}return{a:o,b:f,gcd:a.iushln(d)}},c.prototype._invmp=function(e){r(0===e.negative),r(!e.isZero());var t=this,a=e.clone();t=0!==t.negative?t.umod(e):t.clone();var n,i=new c(1),o=new c(0),f=a.clone();while(t.cmpn(1)>0&&a.cmpn(1)>0){for(var d=0,s=1;0===(t.words[0]&s)&&d<26;++d,s<<=1);if(d>0){t.iushrn(d);while(d-- >0)i.isOdd()&&i.iadd(f),i.iushrn(1)}for(var u=0,b=1;0===(a.words[0]&b)&&u<26;++u,b<<=1);if(u>0){a.iushrn(u);while(u-- >0)o.isOdd()&&o.iadd(f),o.iushrn(1)}t.cmp(a)>=0?(t.isub(a),i.isub(o)):(a.isub(t),o.isub(i))}return n=0===t.cmpn(1)?i:o,n.cmpn(0)<0&&n.iadd(e),n},c.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),a=e.clone();t.negative=0,a.negative=0;for(var r=0;t.isEven()&&a.isEven();r++)t.iushrn(1),a.iushrn(1);do{while(t.isEven())t.iushrn(1);while(a.isEven())a.iushrn(1);var n=t.cmp(a);if(n<0){var c=t;t=a,a=c}else if(0===n||0===a.cmpn(1))break;t.isub(a)}while(1);return a.iushln(r)},c.prototype.invm=function(e){return this.egcd(e).a.umod(e)},c.prototype.isEven=function(){return 0===(1&this.words[0])},c.prototype.isOdd=function(){return 1===(1&this.words[0])},c.prototype.andln=function(e){return this.words[0]&e},c.prototype.bincn=function(e){r("number"===typeof e);var t=e%26,a=(e-t)/26,n=1<>>26,o&=67108863,this.words[i]=o}return 0!==c&&(this.words[i]=c,this.length++),this},c.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},c.prototype.cmpn=function(e){var t,a=e<0;if(0!==this.negative&&!a)return-1;if(0===this.negative&&a)return 1;if(this._strip(),this.length>1)t=1;else{a&&(e=-e),r(e<=67108863,"Number is too big");var n=0|this.words[0];t=n===e?0:ne.length)return 1;if(this.length=0;a--){var r=0|this.words[a],n=0|e.words[a];if(r!==n){rn&&(t=1);break}}return t},c.prototype.gtn=function(e){return 1===this.cmpn(e)},c.prototype.gt=function(e){return 1===this.cmp(e)},c.prototype.gten=function(e){return this.cmpn(e)>=0},c.prototype.gte=function(e){return this.cmp(e)>=0},c.prototype.ltn=function(e){return-1===this.cmpn(e)},c.prototype.lt=function(e){return-1===this.cmp(e)},c.prototype.lten=function(e){return this.cmpn(e)<=0},c.prototype.lte=function(e){return this.cmp(e)<=0},c.prototype.eqn=function(e){return 0===this.cmpn(e)},c.prototype.eq=function(e){return 0===this.cmp(e)},c.red=function(e){return new P(e)},c.prototype.toRed=function(e){return r(!this.red,"Already a number in reduction context"),r(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},c.prototype.fromRed=function(){return r(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},c.prototype._forceRed=function(e){return this.red=e,this},c.prototype.forceRed=function(e){return r(!this.red,"Already a number in reduction context"),this._forceRed(e)},c.prototype.redAdd=function(e){return r(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},c.prototype.redIAdd=function(e){return r(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},c.prototype.redSub=function(e){return r(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},c.prototype.redISub=function(e){return r(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},c.prototype.redShl=function(e){return r(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},c.prototype.redMul=function(e){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},c.prototype.redIMul=function(e){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},c.prototype.redSqr=function(){return r(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},c.prototype.redISqr=function(){return r(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},c.prototype.redSqrt=function(){return r(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},c.prototype.redInvm=function(){return r(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},c.prototype.redNeg=function(){return r(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},c.prototype.redPow=function(e){return r(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var w={k256:null,p224:null,p192:null,p25519:null};function _(e,t){this.name=e,this.p=new c(t,16),this.n=this.p.bitLength(),this.k=new c(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function k(){_.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function S(){_.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function E(){_.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function A(){_.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function P(e){if("string"===typeof e){var t=c._prime(e);this.m=t.p,this.prime=t}else r(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function O(e){P.call(this,e),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new c(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}_.prototype._tmp=function(){var e=new c(null);return e.words=new Array(Math.ceil(this.n/13)),e},_.prototype.ireduce=function(e){var t,a=e;do{this.split(a,this.tmp),a=this.imulK(a),a=a.iadd(this.tmp),t=a.bitLength()}while(t>this.n);var r=t0?a.isub(this.p):void 0!==a.strip?a.strip():a._strip(),a},_.prototype.split=function(e,t){e.iushrn(this.n,0,t)},_.prototype.imulK=function(e){return e.imul(this.k)},n(k,_),k.prototype.split=function(e,t){for(var a=4194303,r=Math.min(e.length,9),n=0;n>>22,c=i}c>>>=22,e.words[n-10]=c,0===c&&e.length>10?e.length-=10:e.length-=9},k.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,a=0;a>>=26,e.words[a]=n,t=r}return 0!==t&&(e.words[e.length++]=t),e},c._prime=function(e){if(w[e])return w[e];var t;if("k256"===e)t=new k;else if("p224"===e)t=new S;else if("p192"===e)t=new E;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new A}return w[e]=t,t},P.prototype._verify1=function(e){r(0===e.negative,"red works only with positives"),r(e.red,"red works only with red numbers")},P.prototype._verify2=function(e,t){r(0===(e.negative|t.negative),"red works only with positives"),r(e.red&&e.red===t.red,"red works only with red numbers")},P.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(d(e,e.umod(this.m)._forceRed(this)),e)},P.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},P.prototype.add=function(e,t){this._verify2(e,t);var a=e.add(t);return a.cmp(this.m)>=0&&a.isub(this.m),a._forceRed(this)},P.prototype.iadd=function(e,t){this._verify2(e,t);var a=e.iadd(t);return a.cmp(this.m)>=0&&a.isub(this.m),a},P.prototype.sub=function(e,t){this._verify2(e,t);var a=e.sub(t);return a.cmpn(0)<0&&a.iadd(this.m),a._forceRed(this)},P.prototype.isub=function(e,t){this._verify2(e,t);var a=e.isub(t);return a.cmpn(0)<0&&a.iadd(this.m),a},P.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},P.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},P.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},P.prototype.isqr=function(e){return this.imul(e,e.clone())},P.prototype.sqr=function(e){return this.mul(e,e)},P.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(r(t%2===1),3===t){var a=this.m.add(new c(1)).iushrn(2);return this.pow(e,a)}var n=this.m.subn(1),i=0;while(!n.isZero()&&0===n.andln(1))i++,n.iushrn(1);r(!n.isZero());var o=new c(1).toRed(this),f=o.redNeg(),d=this.m.subn(1).iushrn(1),s=this.m.bitLength();s=new c(2*s*s).toRed(this);while(0!==this.pow(s,d).cmp(f))s.redIAdd(f);var u=this.pow(s,n),b=this.pow(e,n.addn(1).iushrn(1)),l=this.pow(e,n),h=i;while(0!==l.cmp(o)){for(var p=l,x=0;0!==p.cmp(o);x++)p=p.redSqr();r(x=0;n--){for(var s=t.words[n],u=d-1;u>=0;u--){var b=s>>u&1;i!==r[0]&&(i=this.sqr(i)),0!==b||0!==o?(o<<=1,o|=b,f++,(f===a||0===n&&0===u)&&(i=this.mul(i,r[o]),f=0,o=0)):f=0}d=26}return i},P.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},P.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},c.mont=function(e){return new O(e)},n(O,P),O.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},O.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},O.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var a=e.imul(t),r=a.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),n=a.isub(r).iushrn(this.shift),c=n;return n.cmp(this.m)>=0?c=n.isub(this.m):n.cmpn(0)<0&&(c=n.iadd(this.m)),c._forceRed(this)},O.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new c(0)._forceRed(this);var a=e.mul(t),r=a.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),n=a.isub(r).iushrn(this.shift),i=n;return n.cmp(this.m)>=0?i=n.isub(this.m):n.cmpn(0)<0&&(i=n.iadd(this.m)),i._forceRed(this)},O.prototype.invm=function(e){var t=this.imod(e._invmp(this.m).mul(this.r2));return t._forceRed(this)}})(e,this)}).call(this,a("62e4")(e))},"39f5":function(e,t,a){var r=a("8707").Buffer;function n(e){r.isBuffer(e)||(e=r.from(e));for(var t=e.length/4|0,a=new Array(t),n=0;n>>24]^s[h>>>16&255]^u[p>>>8&255]^b[255&x]^t[v++],i=d[h>>>24]^s[p>>>16&255]^u[x>>>8&255]^b[255&l]^t[v++],o=d[p>>>24]^s[x>>>16&255]^u[l>>>8&255]^b[255&h]^t[v++],f=d[x>>>24]^s[l>>>16&255]^u[h>>>8&255]^b[255&p]^t[v++],l=c,h=i,p=o,x=f;return c=(r[l>>>24]<<24|r[h>>>16&255]<<16|r[p>>>8&255]<<8|r[255&x])^t[v++],i=(r[h>>>24]<<24|r[p>>>16&255]<<16|r[x>>>8&255]<<8|r[255&l])^t[v++],o=(r[p>>>24]<<24|r[x>>>16&255]<<16|r[l>>>8&255]<<8|r[255&h])^t[v++],f=(r[x>>>24]<<24|r[l>>>16&255]<<16|r[h>>>8&255]<<8|r[255&p])^t[v++],c>>>=0,i>>>=0,o>>>=0,f>>>=0,[c,i,o,f]}var o=[0,1,2,4,8,16,32,64,128,27,54],f=function(){for(var e=new Array(256),t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;for(var a=[],r=[],n=[[],[],[],[]],c=[[],[],[],[]],i=0,o=0,f=0;f<256;++f){var d=o^o<<1^o<<2^o<<3^o<<4;d=d>>>8^255&d^99,a[i]=d,r[d]=i;var s=e[i],u=e[s],b=e[u],l=257*e[d]^16843008*d;n[0][i]=l<<24|l>>>8,n[1][i]=l<<16|l>>>16,n[2][i]=l<<8|l>>>24,n[3][i]=l,l=16843009*b^65537*u^257*s^16843008*i,c[0][d]=l<<24|l>>>8,c[1][d]=l<<16|l>>>16,c[2][d]=l<<8|l>>>24,c[3][d]=l,0===i?i=o=1:(i=s^e[e[e[b^s]]],o^=e[e[o]])}return{SBOX:a,INV_SBOX:r,SUB_MIX:n,INV_SUB_MIX:c}}();function d(e){this._key=n(e),this._reset()}d.blockSize=16,d.keySize=32,d.prototype.blockSize=d.blockSize,d.prototype.keySize=d.keySize,d.prototype._reset=function(){for(var e=this._key,t=e.length,a=t+6,r=4*(a+1),n=[],c=0;c>>24,i=f.SBOX[i>>>24]<<24|f.SBOX[i>>>16&255]<<16|f.SBOX[i>>>8&255]<<8|f.SBOX[255&i],i^=o[c/t|0]<<24):t>6&&c%t===4&&(i=f.SBOX[i>>>24]<<24|f.SBOX[i>>>16&255]<<16|f.SBOX[i>>>8&255]<<8|f.SBOX[255&i]),n[c]=n[c-t]^i}for(var d=[],s=0;s>>24]]^f.INV_SUB_MIX[1][f.SBOX[b>>>16&255]]^f.INV_SUB_MIX[2][f.SBOX[b>>>8&255]]^f.INV_SUB_MIX[3][f.SBOX[255&b]]}this._nRounds=a,this._keySchedule=n,this._invKeySchedule=d},d.prototype.encryptBlockRaw=function(e){return e=n(e),i(e,this._keySchedule,f.SUB_MIX,f.SBOX,this._nRounds)},d.prototype.encryptBlock=function(e){var t=this.encryptBlockRaw(e),a=r.allocUnsafe(16);return a.writeUInt32BE(t[0],0),a.writeUInt32BE(t[1],4),a.writeUInt32BE(t[2],8),a.writeUInt32BE(t[3],12),a},d.prototype.decryptBlock=function(e){e=n(e);var t=e[1];e[1]=e[3],e[3]=t;var a=i(e,this._invKeySchedule,f.INV_SUB_MIX,f.INV_SBOX,this._nRounds),c=r.allocUnsafe(16);return c.writeUInt32BE(a[0],0),c.writeUInt32BE(a[3],4),c.writeUInt32BE(a[2],8),c.writeUInt32BE(a[1],12),c},d.prototype.scrub=function(){c(this._keySchedule),c(this._invKeySchedule),c(this._key)},e.exports.AES=d},"3a7c":function(e,t){e.exports="/static/tongyonh/xg.png"},"3a7cf":function(e,t,a){(function(e){function a(e){return Array.isArray?Array.isArray(e):"[object Array]"===x(e)}function r(e){return"boolean"===typeof e}function n(e){return null===e}function c(e){return null==e}function i(e){return"number"===typeof e}function o(e){return"string"===typeof e}function f(e){return"symbol"===typeof e}function d(e){return void 0===e}function s(e){return"[object RegExp]"===x(e)}function u(e){return"object"===typeof e&&null!==e}function b(e){return"[object Date]"===x(e)}function l(e){return"[object Error]"===x(e)||e instanceof Error}function h(e){return"function"===typeof e}function p(e){return null===e||"boolean"===typeof e||"number"===typeof e||"string"===typeof e||"symbol"===typeof e||"undefined"===typeof e}function x(e){return Object.prototype.toString.call(e)}t.isArray=a,t.isBoolean=r,t.isNull=n,t.isNullOrUndefined=c,t.isNumber=i,t.isString=o,t.isSymbol=f,t.isUndefined=d,t.isRegExp=s,t.isObject=u,t.isDate=b,t.isError=l,t.isFunction=h,t.isPrimitive=p,t.isBuffer=e.isBuffer}).call(this,a("b639").Buffer)},"3b09":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var r=c(a("3ce7")),n=c(a("a148"));function c(e){return e&&e.__esModule?e:{default:e}}var i={ignore_whitespace:!1};function o(e,t){return(0,r.default)(e),t=(0,n.default)(t,i),0===(t.ignore_whitespace?e.trim().length:e.length)}e.exports=t.default,e.exports.default=t.default},"3b49":function(e,t,a){"use strict";function r(){return uni.getSystemInfoSync().platform}function n(){return uni.getSystemInfoSync()}Object.defineProperty(t,"__esModule",{value:!0}),t.os=r,t.sys=n},"3b61":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.isCommunityResourcable=x,t.isCommunityResource=v,t.showThrottleMessage=g,t.Formatter=void 0;var r=a("0f1c"),n=a("846b"),c=a("ecb6"),i=a("7f4a"),o=a("16a3"),f=a("e43f"),d=a("20ed"),s=a("9684");function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function b(e,t){for(var a=0;a":""},d.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},d.prototype._extDbl=function(){var e=this.x.redSqr(),t=this.y.redSqr(),a=this.z.redSqr();a=a.redIAdd(a);var r=this.curve._mulA(e),n=this.x.redAdd(this.y).redSqr().redISub(e).redISub(t),c=r.redAdd(t),i=c.redSub(a),o=r.redSub(t),f=n.redMul(i),d=c.redMul(o),s=n.redMul(o),u=i.redMul(c);return this.curve.point(f,d,u,s)},d.prototype._projDbl=function(){var e,t,a,r=this.x.redAdd(this.y).redSqr(),n=this.x.redSqr(),c=this.y.redSqr();if(this.curve.twisted){var i=this.curve._mulA(n),o=i.redAdd(c);if(this.zOne)e=r.redSub(n).redSub(c).redMul(o.redSub(this.curve.two)),t=o.redMul(i.redSub(c)),a=o.redSqr().redSub(o).redSub(o);else{var f=this.z.redSqr(),d=o.redSub(f).redISub(f);e=r.redSub(n).redISub(c).redMul(d),t=o.redMul(i.redSub(c)),a=o.redMul(d)}}else{i=n.redAdd(c),f=this.curve._mulC(this.z).redSqr(),d=i.redSub(f).redSub(f);e=this.curve._mulC(r.redISub(i)).redMul(d),t=this.curve._mulC(i).redMul(n.redISub(c)),a=i.redMul(d)}return this.curve.point(e,t,a)},d.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},d.prototype._extAdd=function(e){var t=this.y.redSub(this.x).redMul(e.y.redSub(e.x)),a=this.y.redAdd(this.x).redMul(e.y.redAdd(e.x)),r=this.t.redMul(this.curve.dd).redMul(e.t),n=this.z.redMul(e.z.redAdd(e.z)),c=a.redSub(t),i=n.redSub(r),o=n.redAdd(r),f=a.redAdd(t),d=c.redMul(i),s=o.redMul(f),u=c.redMul(f),b=i.redMul(o);return this.curve.point(d,s,b,u)},d.prototype._projAdd=function(e){var t,a,r=this.z.redMul(e.z),n=r.redSqr(),c=this.x.redMul(e.x),i=this.y.redMul(e.y),o=this.curve.d.redMul(c).redMul(i),f=n.redSub(o),d=n.redAdd(o),s=this.x.redAdd(this.y).redMul(e.x.redAdd(e.y)).redISub(c).redISub(i),u=r.redMul(f).redMul(s);return this.curve.twisted?(t=r.redMul(d).redMul(i.redSub(this.curve._mulA(c))),a=f.redMul(d)):(t=r.redMul(d).redMul(i.redSub(c)),a=this.curve._mulC(f).redMul(d)),this.curve.point(u,t,a)},d.prototype.add=function(e){return this.isInfinity()?e:e.isInfinity()?this:this.curve.extended?this._extAdd(e):this._projAdd(e)},d.prototype.mul=function(e){return this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve._wnafMul(this,e)},d.prototype.mulAdd=function(e,t,a){return this.curve._wnafMulAdd(1,[this,t],[e,a],2,!1)},d.prototype.jmulAdd=function(e,t,a){return this.curve._wnafMulAdd(1,[this,t],[e,a],2,!0)},d.prototype.normalize=function(){if(this.zOne)return this;var e=this.z.redInvm();return this.x=this.x.redMul(e),this.y=this.y.redMul(e),this.t&&(this.t=this.t.redMul(e)),this.z=this.curve.one,this.zOne=!0,this},d.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},d.prototype.getX=function(){return this.normalize(),this.x.fromRed()},d.prototype.getY=function(){return this.normalize(),this.y.fromRed()},d.prototype.eq=function(e){return this===e||0===this.getX().cmp(e.getX())&&0===this.getY().cmp(e.getY())},d.prototype.eqXToP=function(e){var t=e.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(t))return!0;for(var a=e.clone(),r=this.curve.redN.redMul(this.z);;){if(a.iadd(this.curve.n),a.cmp(this.curve.p)>=0)return!1;if(t.redIAdd(r),0===this.x.cmp(t))return!0}},d.prototype.toP=d.prototype.normalize,d.prototype.mixedAdd=d.prototype.add},"3e4a":function(e,t,a){"use strict";a.r(t);var r=a("6cde"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},"3e70":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=c;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}function c(e){return(0,r.default)(e),e=Date.parse(e),isNaN(e)?null:new Date(e)}e.exports=t.default,e.exports.default=t.default},"3e93":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/[^\x00-\x7F]/;function i(e){return(0,r.default)(e),c.test(e)}e.exports=t.default,e.exports.default=t.default},"3ecb":function(e,t,a){"use strict";var r;function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];a?r||(r=!0,"function"===typeof e&&e(),setTimeout((function(){r=!1}),t)):r||(r=!0,setTimeout((function(){r=!1,"function"===typeof e&&e()}),t))}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var c=n;t.default=c},"3ed2":function(e,t,a){"use strict";function r(e){return r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=X;var n=d(a("3ce7")),c=f(a("17d4")),i=d(a("07f2"));function o(){if("function"!==typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function f(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!==typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var a={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in e)if(Object.prototype.hasOwnProperty.call(e,c)){var i=n?Object.getOwnPropertyDescriptor(e,c):null;i&&(i.get||i.set)?Object.defineProperty(a,c,i):a[c]=e[c]}return a.default=e,t&&t.set(e,a),a}function d(e){return e&&e.__esModule?e:{default:e}}function s(e){return h(e)||l(e)||b(e)||u()}function u(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function b(e,t){if(e){if("string"===typeof e)return p(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?p(e,t):void 0}}function l(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function h(e){if(Array.isArray(e))return p(e)}function p(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,r=new Array(t);a40?(a-=40,t="20".concat(t)):a>20?(a-=20,t="18".concat(t)):t="19".concat(t),a<10&&(a="0".concat(a));var r="".concat(t,"/").concat(a,"/").concat(e.slice(4,6));if(!(0,i.default)(r,"YYYY/MM/DD"))return!1;for(var n=e.split("").map((function(e){return parseInt(e,10)})),c=[2,4,8,5,10,9,7,3,6],o=0,f=0;f50&&(a-=50),a>20){if(parseInt(t,10)<2004)return!1;a-=20}a<10&&(a="0".concat(a));var r="".concat(t,"/").concat(a,"/").concat(e.slice(4,6));if(!(0,i.default)(r,"YYYY/MM/DD"))return!1;if(10===e.length&&parseInt(e,10)%11!==0){var n=parseInt(e.slice(0,9),10)%11;if(!(parseInt(t,10)<1986&&10===n))return!1;if(0!==parseInt(e.slice(9),10))return!1}return!0}function m(e){return c.luhnCheck(e)}function g(e){for(var t=e.split("").map((function(e){return parseInt(e,10)})),a=[],r=0;r1})),2!==a.length&&3!==a.length)return!1;if(3===a[0].length){for(var i=a[0].split("").map((function(e){return parseInt(e,10)})),o=0,f=0;f58))return!1;t="18".concat(t)}break}3===t.length&&(t=[t.slice(0,2),"0",t.slice(2)].join(""));var r="".concat(t,"/").concat(e.slice(2,4),"/").concat(e.slice(0,2));if(!(0,i.default)(r,"YYYY/MM/DD"))return!1;for(var n=e.split("").map((function(e){return parseInt(e,10)})),c=0,o=4,f=0;f<9;f++)c+=n[f]*o,o-=1,1===o&&(o=7);return c%=11,1!==c&&(0===c?0===n[9]:n[9]===11-c)}function w(e){for(var t=e.slice(0,8).split("").map((function(e){return parseInt(e,10)})),a=0,r=1;r4&&(a+=2));return String.fromCharCode(a%26+65)===e.charAt(8)}function _(e){for(var t=e.split("").map((function(e){return parseInt(e,10)})),a=0,r=0;r<8;r++)a+=t[r]*Math.pow(2,8-r);return a%11%10===t[8]}function k(e){var t=c.reverseMultiplyAndSum(e.split("").slice(0,7).map((function(e){return parseInt(e,10)})),8);return 9===e.length&&"W"!==e[8]&&(t+=9*(e[8].charCodeAt(0)-64)),t%=23,0===t?"W"===e[7].toUpperCase():e[7].toUpperCase()===String.fromCharCode(64+t)}var S={andover:["10","12"],atlanta:["60","67"],austin:["50","53"],brookhaven:["01","02","03","04","05","06","11","13","14","16","21","22","23","25","34","51","52","54","55","56","57","58","59","65"],cincinnati:["30","32","35","36","37","38","61"],fresno:["15","24"],internet:["20","26","27","45","46","47"],kansas:["40","44"],memphis:["94","95"],ogden:["80","90"],philadelphia:["33","39","41","42","43","46","48","62","63","64","66","68","71","72","73","74","75","76","77","81","82","83","84","85","86","87","88","91","92","93","98","99"],sba:["31"]};function E(){var e=[];for(var t in S)S.hasOwnProperty(t)&&e.push.apply(e,s(S[t]));return e}function A(e){return-1!==E().indexOf(e.substr(0,2))}function P(e){var t=e.toUpperCase().split("");if(isNaN(parseInt(t[0],10))&&t.length>1){var a=0;switch(t[0]){case"Y":a=1;break;case"Z":a=2;break;default:}t.splice(0,1,a)}else while(t.length<9)t.unshift(0);var r=["T","R","W","A","G","M","Y","F","P","D","X","B","N","J","Z","S","Q","V","H","L","C","K","E"];t=t.join("");var n=parseInt(t.slice(0,8),10)%23;return t[8]===r[n]}function O(e){var t=e.slice(1,3),a=e.slice(0,1);switch(a){case"1":case"2":t="18".concat(t);break;case"3":case"4":t="19".concat(t);break;default:t="20".concat(t);break}var r="".concat(t,"/").concat(e.slice(3,5),"/").concat(e.slice(5,7));if(!(0,i.default)(r,"YYYY/MM/DD"))return!1;for(var n=e.split("").map((function(e){return parseInt(e,10)})),c=0,o=1,f=0;f<10;f++)c+=n[f]*o,o+=1,10===o&&(o=1);if(c%11===10){c=0,o=3;for(var d=0;d<10;d++)c+=n[d]*o,o+=1,10===o&&(o=1);if(c%11===10)return 0===n[10]}return c%11===n[10]}function C(e){var t=e.slice(4,6),a=e.slice(6,7);switch(a){case"+":t="18".concat(t);break;case"-":t="19".concat(t);break;default:t="20".concat(t);break}var r="".concat(t,"/").concat(e.slice(2,4),"/").concat(e.slice(0,2));if(!(0,i.default)(r,"YYYY/MM/DD"))return!1;var n=parseInt(e.slice(0,6)+e.slice(7,10),10)%31;if(n<10)return n===parseInt(e.slice(10),10);n-=10;var c=["A","B","C","D","E","F","H","J","K","L","M","N","P","R","S","T","U","V","W","X","Y"];return c[n]===e.slice(10)}function T(e){if("00"!==e.slice(2,4)||"00"!==e.slice(4,6)){var t="".concat(e.slice(0,2),"/").concat(e.slice(2,4),"/").concat(e.slice(4,6));if(!(0,i.default)(t,"YY/MM/DD"))return!1}var a=97-parseInt(e.slice(0,9),10)%97,r=parseInt(e.slice(9,11),10);return a===r||(a=97-parseInt("2".concat(e.slice(0,9)),10)%97,a===r)}function I(e){e=e.replace(/\s/g,"");var t=parseInt(e.slice(0,10),10)%511,a=parseInt(e.slice(10,13),10);return t===a}function j(e){var t="".concat(e.slice(0,4),"/").concat(e.slice(4,6),"/").concat(e.slice(6,8));return!!(0,i.default)(t,"YYYY/MM/DD")&&(!!c.luhnCheck(e.slice(0,12))&&c.verhoeffCheck("".concat(e.slice(0,11)).concat(e[12])))}function N(e){return c.iso7064Check(e)}function B(e){for(var t=e.split("").map((function(e){return parseInt(e,10)})),a=8,r=1;r<9;r++)a+=t[r]*(r+1);return a%11===t[9]}function R(e){for(var t=!1,a=!1,r=0;r<3;r++)if(!t&&/[AEIOU]/.test(e[r]))t=!0;else if(!a&&t&&"X"===e[r])a=!0;else if(r>0){if(t&&!a&&!/[AEIOU]/.test(e[r]))return!1;if(a&&!/X/.test(e[r]))return!1}return!0}function M(e){var t=e.toUpperCase().split("");if(!R(t.slice(0,3)))return!1;if(!R(t.slice(3,6)))return!1;for(var a=[6,7,9,10,12,13,14],r={L:"0",M:"1",N:"2",P:"3",Q:"4",R:"5",S:"6",T:"7",U:"8",V:"9"},n=0,c=a;n40&&(s-=40),s<10&&(s="0".concat(s));var u="".concat(t[6]).concat(t[7],"/").concat(d,"/").concat(s);if(!(0,i.default)(u,"YY/MM/DD"))return!1;for(var b=0,l=1;l4&&(v+=2)}b+=v}return String.fromCharCode(65+b%26)===t[15]}function U(e){e=e.replace(/\W/,"");var t=e.slice(0,2);if("32"!==t){var a=e.slice(2,4);if("00"!==a){var r=e.slice(4,6);switch(e[6]){case"0":r="18".concat(r);break;case"1":r="19".concat(r);break;default:r="20".concat(r);break}var n="".concat(r,"/").concat(e.slice(2,4),"/").concat(t);if(!(0,i.default)(n,"YYYY/MM/DD"))return!1}for(var c=1101,o=[1,6,3,7,9,10,5,8,4,2],f=0;f32e3)return!1;var r=parseInt(t.join("").slice(5,7),10);if(a===r)return!1}}return!0}function $(e){return c.reverseMultiplyAndSum(e.split("").slice(0,8).map((function(e){return parseInt(e,10)})),9)%11===parseInt(e[8],10)}function F(e){if(10===e.length){for(var t=[6,5,7,2,3,4,5,6,7],a=0,r=0;r80?(n="18".concat(n),c-=80):c>60?(n="22".concat(n),c-=60):c>40?(n="21".concat(n),c-=40):c>20?(n="20".concat(n),c-=20):n="19".concat(n),c<10&&(c="0".concat(c));var o="".concat(n,"/").concat(c,"/").concat(e.slice(4,6));if(!(0,i.default)(o,"YYYY/MM/DD"))return!1;for(var f=0,d=1,s=0;s10?d=1:5===d&&(d+=2);return f=10-f%10,f===parseInt(e[10],10)}function D(e){if(11===e.length){var t,a;if(t=0,"11111111111"===e||"22222222222"===e||"33333333333"===e||"44444444444"===e||"55555555555"===e||"66666666666"===e||"77777777777"===e||"88888888888"===e||"99999999999"===e||"00000000000"===e)return!1;for(var r=1;r<=9;r++)t+=parseInt(e.substring(r-1,r),10)*(11-r);if(a=10*t%11,10===a&&(a=0),a!==parseInt(e.substring(9,10),10))return!1;t=0;for(var n=1;n<=10;n++)t+=parseInt(e.substring(n-1,n),10)*(12-n);return a=10*t%11,10===a&&(a=0),a===parseInt(e.substring(10,11),10)}if("00000000000000"===e||"11111111111111"===e||"22222222222222"===e||"33333333333333"===e||"44444444444444"===e||"55555555555555"===e||"66666666666666"===e||"77777777777777"===e||"88888888888888"===e||"99999999999999"===e)return!1;for(var c=e.length-2,i=e.substring(0,c),o=e.substring(c),f=0,d=c-7,s=c;s>=1;s--)f+=i.charAt(c-s)*d,d-=1,d<2&&(d=9);var u=f%11<2?0:11-f%11;if(u!==parseInt(o.charAt(0),10))return!1;c+=1,i=e.substring(0,c),f=0,d=c-7;for(var b=c;b>=1;b--)f+=i.charAt(c-b)*d,d-=1,d<2&&(d=9);return u=f%11<2?0:11-f%11,u===parseInt(o.charAt(1),10)}function H(e){var t=11-c.reverseMultiplyAndSum(e.split("").slice(0,8).map((function(e){return parseInt(e,10)})),9)%11;return t>9?0===parseInt(e[8],10):t===parseInt(e[8],10)}function z(e){if("9000"!==e.slice(0,4)){var t=e.slice(1,3);switch(e[0]){case"1":case"2":t="19".concat(t);break;case"3":case"4":t="18".concat(t);break;case"5":case"6":t="20".concat(t);break;default:}var a="".concat(t,"/").concat(e.slice(3,5),"/").concat(e.slice(5,7));if(8===a.length){if(!(0,i.default)(a,"YY/MM/DD"))return!1}else if(!(0,i.default)(a,"YYYY/MM/DD"))return!1;for(var r=e.split("").map((function(e){return parseInt(e,10)})),n=[2,7,9,1,4,6,3,5,8,2,7,9],c=0,o=0;o53)return!1;t=t<10?"190".concat(t):"19".concat(t);var a=parseInt(e.slice(2,4),10);a>50&&(a-=50),a<10&&(a="0".concat(a));var r="".concat(t,"/").concat(a,"/").concat(e.slice(4,6));if(!(0,i.default)(r,"YYYY/MM/DD"))return!1}return!0}function W(e){var t=11-c.reverseMultiplyAndSum(e.split("").slice(0,7).map((function(e){return parseInt(e,10)})),8)%11;return 10===t?0===parseInt(e[7],10):t===parseInt(e[7],10)}function K(e){var t=e.slice(0);e.length>11&&(t=t.slice(2));var a="",r=t.slice(2,4),n=parseInt(t.slice(4,6),10);if(e.length>11)a=e.slice(0,4);else if(a=e.slice(0,2),11===e.length&&n<60){var o=(new Date).getFullYear().toString(),f=parseInt(o.slice(0,2),10);if(o=parseInt(o,10),"-"===e[6])a=parseInt("".concat(f).concat(a),10)>o?"".concat(f-1).concat(a):"".concat(f).concat(a);else if(a="".concat(f-1).concat(a),o-parseInt(a,10)<100)return!1}n>60&&(n-=60),n<10&&(n="0".concat(n));var d="".concat(a,"/").concat(r,"/").concat(n);if(8===d.length){if(!(0,i.default)(d,"YY/MM/DD"))return!1}else if(!(0,i.default)(d,"YYYY/MM/DD"))return!1;return c.luhnCheck(e.replace(/\W/,""))}var G={"bg-BG":/^\d{10}$/,"cs-CZ":/^\d{6}\/{0,1}\d{3,4}$/,"de-AT":/^\d{9}$/,"de-DE":/^[1-9]\d{10}$/,"dk-DK":/^\d{6}-{0,1}\d{4}$/,"el-CY":/^[09]\d{7}[A-Z]$/,"el-GR":/^([0-4]|[7-9])\d{8}$/,"en-GB":/^\d{10}$|^(?!GB|NK|TN|ZZ)(?![DFIQUV])[A-Z](?![DFIQUVO])[A-Z]\d{6}[ABCD ]$/i,"en-IE":/^\d{7}[A-W][A-IW]{0,1}$/i,"en-US":/^\d{2}[- ]{0,1}\d{7}$/,"es-ES":/^(\d{0,8}|[XYZKLM]\d{7})[A-HJ-NP-TV-Z]$/i,"et-EE":/^[1-6]\d{6}(00[1-9]|0[1-9][0-9]|[1-6][0-9]{2}|70[0-9]|710)\d$/,"fi-FI":/^\d{6}[-+A]\d{3}[0-9A-FHJ-NPR-Y]$/i,"fr-BE":/^\d{11}$/,"fr-FR":/^[0-3]\d{12}$|^[0-3]\d\s\d{2}(\s\d{3}){3}$/,"fr-LU":/^\d{13}$/,"hr-HR":/^\d{11}$/,"hu-HU":/^8\d{9}$/,"it-IT":/^[A-Z]{6}[L-NP-V0-9]{2}[A-EHLMPRST][L-NP-V0-9]{2}[A-ILMZ][L-NP-V0-9]{3}[A-Z]$/i,"lv-LV":/^\d{6}-{0,1}\d{5}$/,"mt-MT":/^\d{3,7}[APMGLHBZ]$|^([1-8])\1\d{7}$/i,"nl-NL":/^\d{9}$/,"pl-PL":/^\d{10,11}$/,"pt-BR":/(?:^\d{11}$)|(?:^\d{14}$)/,"pt-PT":/^\d{9}$/,"ro-RO":/^\d{13}$/,"sk-SK":/^\d{6}\/{0,1}\d{3,4}$/,"sl-SI":/^[1-9]\d{7}$/,"sv-SE":/^(\d{6}[-+]{0,1}\d{4}|(18|19|20)\d{6}[-+]{0,1}\d{4})$/};G["lb-LU"]=G["fr-LU"],G["lt-LT"]=G["et-EE"],G["nl-BE"]=G["fr-BE"];var V={"bg-BG":x,"cs-CZ":v,"de-AT":m,"de-DE":g,"dk-DK":y,"el-CY":w,"el-GR":_,"en-IE":k,"en-US":A,"es-ES":P,"et-EE":O,"fi-FI":C,"fr-BE":T,"fr-FR":I,"fr-LU":j,"hr-HR":N,"hu-HU":B,"it-IT":M,"lv-LV":U,"mt-MT":L,"nl-NL":$,"pl-PL":F,"pt-BR":D,"pt-PT":H,"ro-RO":z,"sk-SK":q,"sl-SI":W,"sv-SE":K};V["lb-LU"]=V["fr-LU"],V["lt-LT"]=V["et-EE"],V["nl-BE"]=V["fr-BE"];var Z=/[-\\\/!@#$%\^&\*\(\)\+\=\[\]]+/g,J={"de-AT":Z,"de-DE":/[\/\\]/g,"fr-BE":Z};function X(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-US";(0,n.default)(e);var a=e.slice(0);if(t in G)return t in J&&(a=a.replace(J[t],"")),!!G[t].test(a)&&(!(t in V)||V[t](a));throw new Error("Invalid locale '".concat(t,"'"))}J["nl-BE"]=J["fr-BE"],e.exports=t.default,e.exports.default=t.default},"3efa":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("6bda"),n=Math.pow(2,31)-1;function c(e){return r.UInt32(e)&&e<=n}function i(e){return r.String(e)&&!!e.match(/^(m\/)?(\d+'?\/)*\d+'?$/)}function o(e){return(r.Buffer(e.publicKey)||"function"===typeof e.getPublicKey)&&"function"===typeof e.sign}t.UInt31=c,t.BIP32Path=i,i.toJSON=function(){return"BIP32 derivation path"},t.Signer=o;var f=21e14;function d(e){return r.UInt53(e)&&e<=f}t.Satoshi=d,t.ECPoint=r.quacksLike("Point"),t.Network=r.compile({messagePrefix:r.oneOf(r.Buffer,r.String),bip32:{public:r.UInt32,private:r.UInt32},pubKeyHash:r.UInt8,scriptHash:r.UInt8,wif:r.UInt8}),t.Buffer256bit=r.BufferN(32),t.Hash160bit=r.BufferN(20),t.Hash256bit=r.BufferN(32),t.Number=r.Number,t.Array=r.Array,t.Boolean=r.Boolean,t.String=r.String,t.Buffer=r.Buffer,t.Hex=r.Hex,t.maybe=r.maybe,t.tuple=r.tuple,t.UInt8=r.UInt8,t.UInt32=r.UInt32,t.Function=r.Function,t.BufferN=r.BufferN,t.Null=r.Null,t.oneOf=r.oneOf},"3f17":function(e,t){e.exports="/static/tongyonh/tron_icon.png"},"3f62":function(e,t,a){var r=a("8707").Buffer,n=r.alloc(16,0);function c(e){return[e.readUInt32BE(0),e.readUInt32BE(4),e.readUInt32BE(8),e.readUInt32BE(12)]}function i(e){var t=r.allocUnsafe(16);return t.writeUInt32BE(e[0]>>>0,0),t.writeUInt32BE(e[1]>>>0,4),t.writeUInt32BE(e[2]>>>0,8),t.writeUInt32BE(e[3]>>>0,12),t}function o(e){this.h=e,this.state=r.alloc(16,0),this.cache=r.allocUnsafe(0)}o.prototype.ghash=function(e){var t=-1;while(++t0;e--)r[e]=r[e]>>>1|(1&r[e-1])<<31;r[0]=r[0]>>>1,a&&(r[0]=r[0]^225<<24)}this.state=i(n)},o.prototype.update=function(e){var t;this.cache=r.concat([this.cache,e]);while(this.cache.length>=16)t=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(t)},o.prototype.final=function(e,t){return this.cache.length&&this.ghash(r.concat([this.cache,n],16)),this.ghash(i([0,e,0,t])),this.state},e.exports=o},"3f67":function(e){e.exports=JSON.parse('{"_from":"web3@^1.6.0","_id":"web3@1.6.0","_inBundle":false,"_integrity":"sha1-2PoM2ee/JS+f5Du3fcQrxmca/94=","_location":"/web3","_phantomChildren":{},"_requested":{"type":"range","registry":true,"raw":"web3@^1.6.0","name":"web3","escapedName":"web3","rawSpec":"^1.6.0","saveSpec":null,"fetchSpec":"^1.6.0"},"_requiredBy":["#USER","/"],"_resolved":"https://registry.npmmirror.com/web3/download/web3-1.6.0.tgz?cache=0&sync_timestamp=1633745194975&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fweb3%2Fdownload%2Fweb3-1.6.0.tgz","_shasum":"d8fa0cd9e7bf252f9fe43bb77dc42bc6671affde","_spec":"web3@^1.6.0","_where":"C:\\\\Users\\\\Administrator\\\\Desktop\\\\bitcoo","author":{"name":"ethereum.org"},"authors":[{"name":"Fabian Vogelsteller","email":"fabian@ethereum.org","homepage":"http://frozeman.de"},{"name":"Marek Kotewicz","email":"marek@parity.io","url":"https://github.com/debris"},{"name":"Marian Oancea","url":"https://github.com/cubedro"},{"name":"Gav Wood","email":"g@parity.io","homepage":"http://gavwood.com"},{"name":"Jeffery Wilcke","email":"jeffrey.wilcke@ethereum.org","url":"https://github.com/obscuren"}],"bugs":{"url":"https://github.com/ethereum/web3.js/issues"},"bundleDependencies":false,"dependencies":{"web3-bzz":"1.6.0","web3-core":"1.6.0","web3-eth":"1.6.0","web3-eth-personal":"1.6.0","web3-net":"1.6.0","web3-shh":"1.6.0","web3-utils":"1.6.0"},"deprecated":false,"description":"Ethereum JavaScript API","devDependencies":{"@types/node":"^12.12.6","dtslint":"^3.4.1","typescript":"^3.9.5","web3-core-helpers":"1.6.0"},"engines":{"node":">=8.0.0"},"gitHead":"a34afae56647615d7cbdfa227af8a1389476e2d6","homepage":"https://github.com/ethereum/web3.js#readme","keywords":["Ethereum","JavaScript","API"],"license":"LGPL-3.0","main":"lib/index.js","name":"web3","repository":{"type":"git","url":"git+https://github.com/ethereum/web3.js.git"},"scripts":{"compile":"tsc -b tsconfig.json","dtslint":"dtslint --localTs ../../node_modules/typescript/lib types","postinstall":"echo \\"WARNING: the web3-shh and web3-bzz api will be deprecated in the next version\\""},"types":"types/index.d.ts","version":"1.6.0"}')},"3f9e":function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var r={navigation:a("8e09").default},n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("view",[a("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[a("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}})]),a("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[a("view",{staticClass:e._$s(4,"sc","title1"),attrs:{_i:4}}),a("view",{staticClass:e._$s(5,"sc","title"),attrs:{_i:5}}),a("view",{staticClass:e._$s(6,"sc","area"),attrs:{_i:6}}),a("view",{staticClass:e._$s(7,"sc","conf"),attrs:{_i:7}})])],1)},c=[]},"3fb5":function(e,t){"function"===typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var a=function(){};a.prototype=t.prototype,e.prototype=new a,e.prototype.constructor=e}}},"3fcd":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={};(function(){function e(e){var t,a,r;return e<128?[e]:e<2048?(t=192+(e>>6),a=128+(63&e),[t,a]):(t=224+(e>>12),a=128+(e>>6&63),r=128+(63&e),[t,a,r])}function t(t){for(var a=[],r=0;r=7&&this.setupTypeNumber(!0),this.mapData(this.dataCache,e)},setupPositionProbePattern:function(e,t){for(var a=-1;a<=7;a++)if(!(e+a<=-1||this.moduleCount<=e+a))for(var r=-1;r<=7;r++)t+r<=-1||this.moduleCount<=t+r||(this.modules[e+a][t+r]=0<=a&&a<=6&&(0==r||6==r)||0<=r&&r<=6&&(0==a||6==a)||2<=a&&a<=4&&2<=r&&r<=4)},createQrcode:function(){for(var e=0,t=0,a=null,r=0;r<8;r++){this.makeImpl(r);var n=i.getLostPoint(this);(0==r||e>n)&&(e=n,t=r,a=this.modules)}this.modules=a,this.setupTypeInfo(!1,t),this.typeNumber>=7&&this.setupTypeNumber(!1)},setupTimingPattern:function(){for(var e=8;e>a&1);this.modules[Math.floor(a/3)][a%3+this.moduleCount-8-3]=r,this.modules[a%3+this.moduleCount-8-3][Math.floor(a/3)]=r}},setupTypeInfo:function(e,t){for(var a=n[this.errorCorrectLevel]<<3|t,r=i.getBCHTypeInfo(a),c=0;c<15;c++){var o=!e&&1==(r>>c&1);c<6?this.modules[c][8]=o:c<8?this.modules[c+1][8]=o:this.modules[this.moduleCount-15+c][8]=o;o=!e&&1==(r>>c&1);c<8?this.modules[8][this.moduleCount-c-1]=o:c<9?this.modules[8][15-c-1+1]=o:this.modules[8][15-c-1]=o}this.modules[this.moduleCount-8][8]=!e},createData:function(){var e=new u,t=this.typeNumber>9?16:8;e.put(4,4),e.put(this.utf8bytes.length,t);for(var r=0,n=this.utf8bytes.length;r=8*this.totalDataCount)break;if(e.put(a.PAD0,8),e.length>=8*this.totalDataCount)break;e.put(a.PAD1,8)}return this.createBytes(e)},createBytes:function(e){for(var t=0,a=0,r=0,n=this.rsBlock.length/3,c=new Array,o=0;o=0?y.get(w):0}}var _=new Array(this.totalDataCount),k=0;for(o=0;o0;o-=2){6==o&&o--;while(1){for(var f=0;f<2;f++)if(null==this.modules[r][o-f]){var d=!1;c>>n&1));var s=i.getMask(t,r,o-f);s&&(d=!d),this.modules[r][o-f]=d,n--,-1==n&&(c++,n=7)}if(r+=a,r<0||this.moduleCount<=r){r-=a,a=-a;break}}}}},a.PAD0=236,a.PAD1=17;for(var n=[1,0,3,2],c={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},i={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(e){var t=e<<10;while(i.getBCHDigit(t)-i.getBCHDigit(i.G15)>=0)t^=i.G15<=0)t^=i.G18<>>=1;return t},getPatternPosition:function(e){return i.PATTERN_POSITION_TABLE[e-1]},getMask:function(e,t,a){switch(e){case c.PATTERN000:return(t+a)%2==0;case c.PATTERN001:return t%2==0;case c.PATTERN010:return a%3==0;case c.PATTERN011:return(t+a)%3==0;case c.PATTERN100:return(Math.floor(t/2)+Math.floor(a/3))%2==0;case c.PATTERN101:return t*a%2+t*a%3==0;case c.PATTERN110:return(t*a%2+t*a%3)%2==0;case c.PATTERN111:return(t*a%3+(t+a)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}},getErrorCorrectPolynomial:function(e){for(var t=new d([1],0),a=0;a3&&e.modules[n][o-1]&&e.modules[n][o-2]&&e.modules[n][o-3]&&e.modules[n][o-4]&&(a+=40)),n=5&&(a+=3+c-5),c=1),f&&r++}for(o=0;o3&&e.modules[n-1][o]&&e.modules[n-2][o]&&e.modules[n-3][o]&&e.modules[n-4][o]&&(a+=40)),i^f?c++:(i=f,c>=5&&(a+=3+c-5),c=1)}var s=Math.abs(100*r/t/t-50)/5;return a+=10*s,a}},o={glog:function(e){if(e<1)throw new Error("glog("+e+")");return o.LOG_TABLE[e]},gexp:function(e){while(e<0)e+=255;while(e>=256)e-=255;return o.EXP_TABLE[e]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},f=0;f<8;f++)o.EXP_TABLE[f]=1<=a){var c=o.glog(r[0])-o.glog(e.get(0));for(n=0;n9?2:1;if(this.utf8bytes.length+o>>7-e%8&1},put:function(e,t){for(var a=0;a>>t-a-1&1)},putBit:function(e){var t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),e&&(this.buffer[t]|=128>>>this.length%8),this.length++}};var b=[];r=function(e){if(this.options={text:"",size:256,correctLevel:3,background:"#ffffff",foreground:"#000000",pdground:"#000000",image:"",imageSize:30,canvasId:e.canvasId,context:e.context,usingComponents:e.usingComponents,showLoading:e.showLoading,loadingText:e.loadingText},"string"===typeof e&&(e={text:e}),e)for(var t in e)this.options[t]=e[t];for(var r=null,n=(t=0,b.length);t1&&e.row<5&&e.col>1&&e.col<5||e.row>e.count-6&&e.row1&&e.col<5||e.row>1&&e.row<5&&e.col>e.count-6&&e.col16)throw new Error("unable to decrypt data");var a=-1;while(++a16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t}else if(this.cache.length>=16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t;return null},b.prototype.flush=function(){if(this.cache.length)return this.cache},t.createDecipher=p,t.createDecipheriv=h},"423d":function(e,t,a){"use strict";a.r(t);var r=a("5f02"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},"425a":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i,t.fullWidth=void 0;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/[^\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/;function i(e){return(0,r.default)(e),c.test(e)}t.fullWidth=c},4272:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^magnet:\?xt(?:\.1)?=urn:(?:aich|bitprint|btih|ed2k|ed2khash|kzhash|md5|sha1|tree:tiger):[a-z0-9]{32}(?:[a-z0-9]{8})?($|&)/i;function i(e){return(0,r.default)(e),c.test(e.trim())}e.exports=t.default,e.exports.default=t.default},4292:function(e,t,a){var r,n;(function(a,c){r=[],n=function(){return c()}.apply(t,r),void 0===n||(e.exports=n)})(0,(function(){var e=[new Uint32Array([2157250,2157314,2157378,2157442,2157506,2157570,2157634,0,2157698,2157762,2157826,2157890,2157954,0,2158018,0]),new Uint32Array([2179041,6291456,2179073,6291456,2179105,6291456,2179137,6291456,2179169,6291456,2179201,6291456,2179233,6291456,2179265,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,14680064,14680064,14680064,14680064,14680064]),new Uint32Array([0,2113729,2197345,2197377,2113825,2197409,2197441,2113921,2197473,2114017,2197505,2197537,2197569,2197601,2197633,2197665]),new Uint32Array([6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,23068672,23068672,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,0,23068672,23068672,23068672,0,0,0,0,23068672]),new Uint32Array([14680064,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,14680064,14680064]),new Uint32Array([2196001,2196033,2196065,2196097,2196129,2196161,2196193,2196225,2196257,2196289,2196321,2196353,2196385,2196417,2196449,2196481]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,6291456,0,0,0,0,0]),new Uint32Array([2097281,2105921,2097729,2106081,0,2097601,2162337,2106017,2133281,2097505,2105889,2097185,2097697,2135777,2097633,2097441]),new Uint32Array([2177025,6291456,2177057,6291456,2177089,6291456,2177121,6291456,2177153,6291456,2177185,6291456,2177217,6291456,2177249,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,0,6291456,6291456,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456]),new Uint32Array([0,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,6291456]),new Uint32Array([2134435,2134531,2134627,2134723,2134723,2134819,2134819,2134915,2134915,2135011,2105987,2135107,2135203,2135299,2131587,2135395]),new Uint32Array([0,0,0,0,0,0,0,6291456,2168673,2169249,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2147906,2147970,2148034,2148098,2148162,2148226,2148290,2148354,2147906,2147970,2148034,2148098,2148162,2148226,2148290,2148354]),new Uint32Array([2125219,2125315,2152834,2152898,2125411,2152962,2153026,2125506,2125507,2125603,2153090,2153154,2153218,2153282,2153346,2105348]),new Uint32Array([2203393,6291456,2203425,6291456,2203457,6291456,2203489,6291456,6291456,6291456,6291456,2203521,6291456,2181281,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,23068672,6291456,2145538,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,6291456]),new Uint32Array([2139426,2160834,2160898,2160962,2134242,2161026,2161090,2161154,2161218,2161282,2161346,2161410,2138658,2161474,2161538,2134722]),new Uint32Array([2119939,2124930,2125026,2106658,2125218,2128962,2129058,2129154,2129250,2129346,2129442,2108866,2108770,2150466,2150530,2150594]),new Uint32Array([2201601,6291456,2201633,6291456,2201665,6291456,2201697,6291456,2201729,6291456,2201761,6291456,2201793,6291456,2201825,6291456]),new Uint32Array([2193537,2193569,2193601,2193633,2193665,2193697,2193729,2193761,2193793,2193825,2193857,2193889,2193921,2193953,2193985,2194017]),new Uint32Array([6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2190561,6291456,2190593,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2190625,6291456,2190657,6291456,23068672]),new Uint32Array([2215905,2215937,2215969,2216001,2216033,2216065,2216097,2216129,2216161,2216193,2216225,2216257,2105441,2216289,2216321,2216353]),new Uint32Array([23068672,18884130,23068672,23068672,23068672,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2191233,2191265,2191297,2191329,2191361,2191393,2191425,2117377,2191457,2191489,2191521,2191553,2191585,2191617,2191649,2117953]),new Uint32Array([2132227,2132323,2132419,2132419,2132515,2132515,2132611,2132707,2132707,2132803,2132899,2132899,2132995,2132995,2133091,2133187]),new Uint32Array([0,0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,6291456,0,0]),new Uint32Array([2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,10609889,10610785,10609921,10610817,2222241]),new Uint32Array([6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,0,0]),new Uint32Array([2219969,2157121,2157441,2157505,2157889,2157953,2220001,2158465,2158529,10575617,2156994,2157058,2129923,2130019,2157122,2157186]),new Uint32Array([6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0]),new Uint32Array([2185249,6291456,2185281,6291456,2185313,6291456,2185345,6291456,2185377,6291456,2185409,6291456,2185441,6291456,2185473,6291456]),new Uint32Array([0,0,0,0,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,0,23068672,23068672,0,0,23068672,23068672,23068672,6291456,0]),new Uint32Array([2183361,6291456,2183393,6291456,2183425,6291456,2183457,6291456,2183489,6291456,2183521,6291456,2183553,6291456,2183585,6291456]),new Uint32Array([2192161,2192193,2192225,2192257,2192289,2192321,2192353,2192385,2192417,2192449,2192481,2192513,2192545,2192577,2192609,2192641]),new Uint32Array([2212001,2212033,2212065,2212097,2212129,2212161,2212193,2212225,2212257,2212289,2212321,2212353,2212385,2212417,2212449,2207265]),new Uint32Array([2249825,2249857,2249889,2249921,2249954,2250018,2250082,2250145,2250177,2250209,2250241,2250274,2250337,2250370,2250433,2250465]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2147905,2147969,2148033,2148097,2148161,2148225,2148289,2148353]),new Uint32Array([10485857,6291456,2197217,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,23068672,23068672]),new Uint32Array([0,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([2180353,2180385,2144033,2180417,2180449,2180481,2180513,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,10610209,10610465,10610241,10610753,10609857]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,0,0]),new Uint32Array([2223842,2223906,2223970,2224034,2224098,2224162,2224226,2224290,2224354,2224418,2224482,2224546,2224610,2224674,2224738,2224802]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,6291456,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456]),new Uint32Array([23068672,23068672,23068672,18923650,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,18923714,23068672,23068672]),new Uint32Array([2126179,2125538,2126275,2126371,2126467,2125634,2126563,2105603,2105604,2125346,2126659,2126755,2126851,2098179,2098181,2098182]),new Uint32Array([2227426,2227490,2227554,2227618,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2192353,2240642,2240642,2240705,2240737,2240737,2240769,2240802,2240866,2240929,2240961,2240993,2241025,2241057,2241089,2241121]),new Uint32Array([6291456,2170881,2170913,2170945,6291456,2170977,6291456,2171009,2171041,6291456,6291456,6291456,2171073,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2132226,2132514,2163586,2132610,2160386,2133090,2133186,2160450,2160514,2160578,2133570,2106178,2160642,2133858,2160706,2160770]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,10532162,10532226,10532290,10532354,10532418,10532482,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,23068672]),new Uint32Array([2098209,2108353,2108193,2108481,2170241,2111713,2105473,2105569,2105601,2112289,2112481,2098305,2108321,0,0,0]),new Uint32Array([2209121,2209153,2209185,2209217,2209249,2209281,2209313,2209345,2209377,2209409,2209441,2209473,2207265,2209505,2209537,2209569]),new Uint32Array([2189025,6291456,2189057,6291456,2189089,6291456,2189121,6291456,2189153,6291456,2189185,6291456,2189217,6291456,2189249,6291456]),new Uint32Array([2173825,2153473,2173857,2173889,2173921,2173953,2173985,2173761,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233057]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2165764,2140004]),new Uint32Array([2215105,6291456,2215137,6291456,6291456,2215169,2215201,6291456,6291456,6291456,2215233,2215265,2215297,2215329,2215361,2215393]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,6291456,6291456,6291456,23068672,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([10505091,10505187,10505283,10505379,10505475,10505571,10505667,10505763,10505859,10505955,10506051,10506147,10506243,10506339,10506435,10506531]),new Uint32Array([2229730,2229794,2229858,2229922,2229986,2230050,2230114,2230178,2230242,2230306,2230370,2230434,2230498,2230562,2230626,2230690]),new Uint32Array([2105505,2098241,2108353,2108417,2105825,0,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177]),new Uint32Array([6291456,6291456,6291456,6291456,10502115,10502178,10502211,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456]),new Uint32Array([2190305,6291456,2190337,6291456,2190369,6291456,2190401,6291456,2190433,6291456,2190465,6291456,2190497,6291456,2190529,6291456]),new Uint32Array([2173793,2173985,2174017,6291456,2173761,2173697,6291456,2174689,6291456,2174017,2174721,6291456,6291456,2174753,2174785,2174817]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2099521,2099105,2120705,2098369,2120801,2103361,2097985,2098433,2121377,2121473,2099169,2099873,2098401,2099393,2152609,2100033]),new Uint32Array([2132898,2163842,2163906,2133282,2132034,2131938,2137410,2132802,2132706,2164866,2133282,2160578,2165186,2165186,6291456,6291456]),new Uint32Array([10500003,10500099,10500195,10500291,10500387,10500483,10500579,10500675,10500771,10500867,10500963,10501059,10501155,10501251,10501347,10501443]),new Uint32Array([2163458,2130978,2131074,2131266,2131362,2163522,2160130,2132066,2131010,2131106,2106018,2131618,2131298,2132034,2131938,2137410]),new Uint32Array([2212961,2116993,2212993,2213025,2213057,2213089,2213121,2213153,2213185,2213217,2213249,2209633,2213281,2213313,2213345,2213377]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([2113729,2113825,2113921,2114017,2114113,2114209,2114305,2114401,2114497,2114593,2114689,2114785,2114881,2114977,2115073,2115169]),new Uint32Array([2238177,2238209,2238241,2238273,2238305,2238337,2238337,2217537,2238369,2238401,2238433,2238465,2215649,2238497,2238529,2238561]),new Uint32Array([2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905]),new Uint32Array([6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,0]),new Uint32Array([6291456,0,6291456,2145026,0,6291456,2145090,0,6291456,6291456,0,0,23068672,0,23068672,23068672]),new Uint32Array([2099233,2122017,2200673,2098113,2121537,2103201,2200705,2104033,2121857,2121953,2122401,2099649,2099969,2123009,2100129,2100289]),new Uint32Array([6291456,23068672,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,23068672,23068672,0,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0]),new Uint32Array([2187681,2187713,2187745,2187777,2187809,2187841,2187873,2187905,2187937,2187969,2188001,2188033,2188065,2188097,2188129,2188161]),new Uint32Array([0,10554498,10554562,10554626,10554690,10554754,10554818,10554882,10554946,10555010,10555074,6291456,6291456,0,0,0]),new Uint32Array([2235170,2235234,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0]),new Uint32Array([2181153,6291456,2188897,6291456,6291456,2188929,6291456,6291456,6291456,6291456,6291456,6291456,2111905,2100865,2188961,2188993]),new Uint32Array([2100833,2100897,0,0,2101569,2101697,2101825,2101953,2102081,2102209,10575617,2187041,10502177,10489601,10489697,2112289]),new Uint32Array([6291456,2172833,6291456,2172865,2172897,2172929,2172961,6291456,2172993,6291456,2173025,6291456,2173057,6291456,2173089,6291456]),new Uint32Array([6291456,0,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,0,0,23068672,6291456,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,2190721]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,23068672,6291456,6291456]),new Uint32Array([2184993,6291456,2185025,6291456,2185057,6291456,2185089,6291456,2185121,6291456,2185153,6291456,2185185,6291456,2185217,6291456]),new Uint32Array([2115265,2115361,2115457,2115553,2115649,2115745,2115841,2115937,2116033,2116129,2116225,2116321,2150658,2150722,2200225,6291456]),new Uint32Array([2168321,6291456,2168353,6291456,2168385,6291456,2168417,6291456,2168449,6291456,2168481,6291456,2168513,6291456,2168545,6291456]),new Uint32Array([23068672,23068672,23068672,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,0,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,0,6291456,0,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,2186625,0,0,6291456,6291456,2186657,2186689,2186721,2173505,0,10496067,10496163,10496259]),new Uint32Array([2178785,6291456,2178817,6291456,2178849,6291456,2178881,6291456,2178913,6291456,2178945,6291456,2178977,6291456,2179009,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0]),new Uint32Array([2097152,0,0,0,2097152,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,2197857,2197889,2197921,2197953,2197985,2198017,0,0,2198049,2198081,2198113,2198145,2198177,2198209]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2098209,2167297,2111137,6291456]),new Uint32Array([2171393,6291456,2171425,6291456,2171457,6291456,2171489,6291456,2171521,6291456,2171553,6291456,2171585,6291456,2171617,6291456]),new Uint32Array([2206753,2206785,2195457,2206817,2206849,2206881,2206913,2197153,2197153,2206945,2117857,2206977,2207009,2207041,2207073,2207105]),new Uint32Array([0,0,0,0,0,0,0,23068672,0,0,0,0,2144834,2144898,0,2144962]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,23068672]),new Uint32Array([2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,0,2105505,2098241]),new Uint32Array([6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,2202049,6291456,2202081,6291456,2202113,6291456,2202145,6291456,2202177,6291456,2202209,6291456,2202241,6291456]),new Uint32Array([10501155,10501251,10501347,10501443,10501539,10501635,10501731,10501827,10501923,10502019,2141731,2105505,2098177,2155586,2166530,0]),new Uint32Array([2102081,2102209,2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,2100833,2100737,2098337,2101441]),new Uint32Array([2146882,2146946,2147010,2147074,2147138,2147202,2147266,2147330,2146882,2146946,2147010,2147074,2147138,2147202,2147266,2147330]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([10502307,10502403,10502499,10502595,10502691,10502787,10502883,10502979,10503075,10503171,10503267,10503363,10503459,10503555,10503651,10503747]),new Uint32Array([2179937,2179969,2180001,2180033,2156545,2180065,2156577,2180097,2180129,2180161,2180193,2180225,2180257,2180289,2156737,2180321]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,0,0,0,6291456,0,0,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0]),new Uint32Array([2227682,2227746,2227810,2227874,2227938,2228002,2228066,2228130,2228194,2228258,2228322,2228386,2228450,2228514,2228578,2228642]),new Uint32Array([2105601,2169121,2108193,2170049,2181025,2181057,2112481,2108321,2108289,2181089,2170497,2100865,2181121,2173601,2173633,2173665]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2180641,6291456,6291456,6291456]),new Uint32Array([0,6291456,6291456,6291456,0,6291456,0,6291456,0,0,6291456,6291456,0,6291456,6291456,6291456]),new Uint32Array([2178273,6291456,2178305,6291456,2178337,6291456,2178369,6291456,2178401,6291456,2178433,6291456,2178465,6291456,2178497,6291456]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,6291456,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,14680064,14680064,14680064,14680064,14680064,14680064]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456]),new Uint32Array([2237377,2237409,2236225,2237441,2237473,2217441,2215521,2215553,2217473,2237505,2237537,2209697,2237569,2215585,2237601,2237633]),new Uint32Array([2221985,2165601,2165601,2165665,2165665,2222017,2222017,2165729,2165729,2158913,2158913,2158913,2158913,2097281,2097281,2105921]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2149634,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2176897,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,2176929,6291456,2176961,6291456,2176993,6291456]),new Uint32Array([2172641,6291456,2172673,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2172705,2172737,6291456,2172769,2172801,6291456]),new Uint32Array([2099173,2104196,2121667,2099395,2121763,2152258,2152322,2098946,2152386,2121859,2121955,2099333,2122051,2104324,2099493,2122147]),new Uint32Array([6291456,6291456,6291456,2145794,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,2145858,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,0,0,6291456,0]),new Uint32Array([0,2105921,2097729,0,2097377,0,0,2106017,0,2097505,2105889,2097185,2097697,2135777,2097633,2097441]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2239074,2239138,2239201,2239233,2239265,2239297,2239329,2239361,0,2239393,2239425,2239425,2239458,2239521,2239553,2209569]),new Uint32Array([14680064,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,6291456,23068672]),new Uint32Array([2108321,2108289,2113153,2098209,2180897,2180929,2180961,2111137,2098241,2108353,2170241,2170273,2180993,2105825,6291456,2105473]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2146114,6291456,6291456,6291456,0,0,0]),new Uint32Array([2105921,2105921,2105921,2222049,2222049,2130977,2130977,2130977,2130977,2160065,2160065,2160065,2160065,2097729,2097729,2097729]),new Uint32Array([2218145,2214785,2207937,2218177,2218209,2192993,2210113,2212769,2218241,2218273,2216129,2218305,2216161,2218337,2218369,2218401]),new Uint32Array([0,0,0,2156546,2156610,2156674,2156738,2156802,0,0,0,0,0,2156866,23068672,2156930]),new Uint32Array([23068672,23068672,23068672,0,0,0,0,23068672,23068672,0,0,23068672,23068672,23068672,0,0]),new Uint32Array([2213409,2213441,2213473,2213505,2213537,2213569,2213601,2213633,2213665,2195681,2213697,2213729,2213761,2213793,2213825,2213857]),new Uint32Array([2100033,2099233,2122017,2200673,2098113,2121537,2103201,2200705,2104033,2121857,2121953,2122401,2099649,2099969,2123009,2100129]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0]),new Uint32Array([2201857,6291456,2201889,6291456,2201921,6291456,2201953,6291456,2201985,6291456,2202017,6291456,2176193,2176257,23068672,23068672]),new Uint32Array([6291456,6291456,23068672,23068672,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2188193,2188225,2188257,2188289,2188321,2188353,2188385,2188417,2188449,2188481,2188513,2188545,2188577,2188609,2188641,0]),new Uint32Array([10554529,2221089,0,10502113,10562017,10537921,10538049,2221121,2221153,0,0,0,0,0,0,0]),new Uint32Array([2213889,2213921,2213953,2213985,2214017,2214049,2214081,2194177,2214113,2214145,2214177,2214209,2214241,2214273,2214305,2214337]),new Uint32Array([2166978,2167042,2099169,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2180545,6291456,6291456,6291456]),new Uint32Array([10518915,10519011,10519107,10519203,2162242,2162306,2159554,2162370,2159362,2159618,2105922,2162434,2159746,2162498,2159810,2159874]),new Uint32Array([2161730,2161794,2135586,2161858,2161922,2137186,2131810,2160290,2135170,2161986,2137954,2162050,2162114,2162178,10518723,10518819]),new Uint32Array([10506627,10506723,10506819,10506915,10507011,10507107,10507203,10507299,10507395,10507491,10507587,10507683,10507779,10507875,10507971,10508067]),new Uint32Array([6291456,23068672,23068672,23068672,0,23068672,23068672,0,0,0,0,0,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0]),new Uint32Array([2175873,2175905,2175937,2175969,2176001,2176033,2176065,2176097,2176129,2176161,2176193,2176225,2176257,2176289,2176321,2176353]),new Uint32Array([2140006,2140198,2140390,2140582,2140774,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,23068672,23068672,23068672]),new Uint32Array([2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241]),new Uint32Array([0,23068672,0,0,0,0,0,0,0,2145154,2145218,2145282,6291456,0,2145346,0]),new Uint32Array([0,0,0,0,10531458,10495395,2148545,2143201,2173473,2148865,2173505,0,2173537,0,2173569,2149121]),new Uint32Array([10537282,10495683,2148738,2148802,2148866,0,6291456,2148930,2186593,2173473,2148737,2148865,2148802,10495779,10495875,10495971]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2215425,2215457,2215489,2215521,2215553,2215585,2215617,2215649,2215681,2215713,2215745,2215777,2192033,2215809,2215841,2215873]),new Uint32Array([2242049,2242081,2242113,2242145,2242177,2242209,2242241,2242273,2215937,2242305,2242338,2242401,2242433,2242465,2242497,2216001]),new Uint32Array([10554529,2221089,0,0,10562017,10502113,10538049,10537921,2221185,10489601,10489697,10609889,10609921,2141729,2141793,10610273]),new Uint32Array([2141923,2142019,2142115,2142211,2142307,2142403,2142499,2142595,2142691,0,0,0,0,0,0,0]),new Uint32Array([0,2221185,2221217,10609857,10609857,10489601,10489697,10609889,10609921,2141729,2141793,2221345,2221377,2221409,2221441,2187105]),new Uint32Array([6291456,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,18923970,23068672,23068672,23068672,0,6291456,6291456]),new Uint32Array([2183105,6291456,2183137,6291456,2183169,6291456,2183201,6291456,2183233,6291456,2183265,6291456,2183297,6291456,2183329,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456]),new Uint32Array([2134434,2134818,2097666,2097186,2097474,2097698,2105986,2131586,2132450,2131874,2131778,2135970,2135778,2161602,2136162,2161666]),new Uint32Array([2236865,2236897,2236930,2236993,2237025,2235681,2237058,2237121,2237153,2237185,2237217,2217281,2237250,2191233,2237313,2237345]),new Uint32Array([2190049,6291456,2190081,6291456,2190113,6291456,2190145,6291456,2190177,6291456,2190209,6291456,2190241,6291456,2190273,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2101922,2102050,2102178,2102306,10498755,10498851,10498947,10499043,10499139,10499235,10499331,10499427,10499523,10489604,10489732,10489860]),new Uint32Array([2166914,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0]),new Uint32Array([2181601,2170561,2181633,2181665,2170753,2181697,2172897,2170881,2181729,2170913,2172929,2113441,2181761,2181793,2171009,2173761]),new Uint32Array([0,2105921,2097729,2106081,0,2097601,2162337,2106017,2133281,2097505,0,2097185,2097697,2135777,2097633,2097441]),new Uint32Array([6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,0,0,0,0]),new Uint32Array([2248001,2248033,2248066,2248130,2248193,2248226,2248289,2248322,2248385,2248417,2216673,2248450,2248514,2248577,2248610,2248673]),new Uint32Array([6291456,6291456,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,0,0,0]),new Uint32Array([2169729,6291456,2169761,6291456,2169793,6291456,2169825,6291456,2169857,2169889,6291456,2169921,6291456,2143329,6291456,2098305]),new Uint32Array([2162178,2163202,2163266,2135170,2136226,2161986,2137954,2159426,2159490,2163330,2159554,2163394,2159682,2139522,2136450,2159746]),new Uint32Array([2173953,2173985,0,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2174209,2174241,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,4271169,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2174273]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,0,0,0,0,0,0,0,6291456,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,2190785,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2189793,6291456,2189825,6291456,2189857,6291456,2189889,6291456,2189921,6291456,2189953,6291456,2189985,6291456,2190017,6291456]),new Uint32Array([2105601,2112289,2108193,2112481,2112577,0,2098305,2108321,2108289,2100865,2113153,2108481,2113345,0,2098209,2111137]),new Uint32Array([2172129,6291456,2172161,6291456,2172193,6291456,2172225,6291456,2172257,6291456,2172289,6291456,2172321,6291456,2172353,6291456]),new Uint32Array([2214753,6291456,2214785,6291456,6291456,2214817,2214849,2214881,2214913,2214945,2214977,2215009,2215041,2215073,2194401,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,6291456,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([0,0,0,0,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([10610305,10610337,10575617,2221761,10610401,10610433,10502177,0,10610465,10610497,10610529,10610561,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,23068672,0,0,0,0,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2187105,2187137,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2199393,2199425,2199457,2199489,2199521,2199553,2199585,2199617,2199649,2199681,2199713,2199745,2199777,2199809,2199841,0]),new Uint32Array([2217249,2217281,2217313,2217345,2217377,2217409,2217441,2217473,2215617,2217505,2217537,2217569,2214753,2217601,2217633,2217665]),new Uint32Array([2170273,2170305,6291456,2170337,2170369,6291456,2170401,2170433,2170465,6291456,6291456,6291456,2170497,2170529,6291456,2170561]),new Uint32Array([2188673,6291456,2188705,2188737,2188769,6291456,6291456,2188801,6291456,2188833,6291456,2188865,6291456,2180929,2181505,2180897]),new Uint32Array([10489988,10490116,10490244,10490372,10490500,10490628,10490756,10490884,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2147393,2147457,2147521,2147585,2147649,2147713,2147777,2147841]),new Uint32Array([23068672,23068672,0,23068672,23068672,0,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0]),new Uint32Array([2241153,2241185,2241217,2215809,2241250,2241313,2241345,2241377,2217921,2241377,2241409,2215873,2241441,2241473,2241505,2241537]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2220417,2220417,2220449,2220449,2220481,2220481,2220513,2220513,2220545,2220545,2220577,2220577,2220609,2220609,2220641,2220641]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,2144002,0,6291456,6291456,0,0,6291456,6291456,6291456]),new Uint32Array([2167105,2167137,2167169,2167201,2167233,2167265,2167297,2167329,2167361,2167393,2167425,2167457,2167489,2167521,2167553,2167585]),new Uint32Array([10575521,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193]),new Uint32Array([2234146,2234210,2234274,2234338,2234402,2234466,2234530,2234594,2234658,2234722,2234786,2234850,2234914,2234978,2235042,2235106]),new Uint32Array([0,0,0,0,0,0,0,2180577,0,0,0,0,0,2180609,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,0,0,6291456,6291456]),new Uint32Array([2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2242529,2242561,2242593,2242625,2242657,2242689,2242721,2242753,2207937,2218177,2242785,2242817,2242849,2242882,2242945,2242977]),new Uint32Array([2118049,2105345,2118241,2105441,2118433,2118529,2118625,2118721,2118817,2200257,2200289,2191809,2200321,2200353,2200385,2200417]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0]),new Uint32Array([2185505,6291456,2185537,6291456,2185569,6291456,2185601,6291456,2185633,6291456,2185665,6291456,2185697,6291456,2185729,6291456]),new Uint32Array([2231970,2232034,2232098,2232162,2232226,2232290,2232354,2232418,2232482,2232546,2232610,2232674,2232738,2232802,2232866,2232930]),new Uint32Array([2218625,2246402,2246466,2246530,2246594,2246657,2246689,2246689,2218657,2219681,2246721,2246753,2246785,2246818,2246881,2208481]),new Uint32Array([2197025,2197057,2197089,2197121,2197153,2197185,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2219137,2216961,2219169,2219201,2219233,2219265,2219297,2217025,2215041,2219329,2217057,2219361,2217089,2219393,2197153,2219426]),new Uint32Array([23068672,23068672,23068672,0,0,0,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,0,0]),new Uint32Array([2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713]),new Uint32Array([2243522,2243585,2243617,2243649,2243681,2210113,2243713,2243746,2243810,2243874,2243937,2243970,2244033,2244065,2244097,2244129]),new Uint32Array([2178017,6291456,2178049,6291456,2178081,6291456,2178113,6291456,2178145,6291456,2178177,6291456,2178209,6291456,2178241,6291456]),new Uint32Array([10553858,2165314,10518722,6291456,10518818,0,10518914,2130690,10519010,2130786,10519106,2130882,10519202,2165378,10554050,2165506]),new Uint32Array([0,0,2135491,2135587,2135683,2135779,2135875,2135971,2135971,2136067,2136163,2136259,2136355,2136355,2136451,2136547]),new Uint32Array([23068672,23068672,23068672,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2220033,2220033,2220065,2220065,2220065,2220065,2220097,2220097,2220097,2220097,2220129,2220129,2220129,2220129,2220161,2220161]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,23068672,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2100897,2100898,2100899,2150018,2100865,2100866,2100867,2100868,2150082,2108481,2109858,2109859,2105569,2105505,2098241,2105601]),new Uint32Array([2097217,2097505,2097505,2097505,2097505,2165570,2165570,2165634,2165634,2165698,2165698,2097858,2097858,0,0,2097152]),new Uint32Array([23068672,6291456,23068672,23068672,23068672,6291456,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,23068672,23068672]),new Uint32Array([23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([10503843,10503939,10504035,10504131,10504227,10504323,10504419,10504515,10504611,10504707,10504803,10504899,10504995,10491140,10491268,0]),new Uint32Array([2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953,2173985,2173761,2174017,2174049]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2134145,2097153,2134241,2105953,2132705,2130977,2160065,2131297,2162049,2133089,2160577,2133857,2235297,2220769,2235329,2235361]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2222401,2222433,2222465,10531394,2222497,2222529,2222561,0,2222593,2222625,2222657,2222689,2222721,2222753,2222785,0]),new Uint32Array([2184481,6291456,2184513,6291456,2184545,6291456,2184577,6291456,2184609,6291456,2184641,6291456,2184673,6291456,2184705,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,0,0,0,0,0,0,0,0,0]),new Uint32Array([2105570,2156034,2126947,2156098,2153666,2127043,2127139,2156162,0,2127235,2156226,2156290,2156354,2156418,2127331,2127427]),new Uint32Array([2215905,2207041,2153185,2241569,2241601,2241633,2241665,2241697,2241730,2241793,2241825,2241857,2241889,2241921,2241954,2242017]),new Uint32Array([2203777,6291456,2203809,6291456,2203841,6291456,2203873,6291456,2203905,6291456,2173121,2180993,2181249,2203937,2181313,0]),new Uint32Array([2168577,6291456,2168609,6291456,2168641,6291456,2168673,6291456,2168705,6291456,2168737,6291456,2168769,6291456,2168801,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,23068672,23068672,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,0,23068672,23068672,23068672,0,0]),new Uint32Array([2210113,2195521,2210145,2210177,2210209,2210241,2210273,2210305,2210337,2210369,2210401,2210433,2210465,2210497,2210529,2210561]),new Uint32Array([6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([2228706,2228770,2228834,2228898,2228962,2229026,2229090,2229154,2229218,2229282,2229346,2229410,2229474,2229538,2229602,2229666]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,18874368,18874368,18874368,0,0]),new Uint32Array([2133089,2133281,2133281,2133281,2133281,2160577,2160577,2160577,2160577,2097441,2097441,2097441,2097441,2133857,2133857,2133857]),new Uint32Array([6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2173825,2153473,2173857,2173889,2173921,2173953,2173985,2174017,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233089]),new Uint32Array([2178529,6291456,2178561,6291456,2178593,6291456,2178625,6291456,2178657,6291456,2178689,6291456,2178721,6291456,2178753,6291456]),new Uint32Array([2221025,2221025,2221057,2221057,2159329,2159329,2159329,2159329,2097217,2097217,2158914,2158914,2158978,2158978,2159042,2159042]),new Uint32Array([2208161,2208193,2208225,2208257,2194433,2208289,2208321,2208353,2208385,2208417,2208449,2208481,2208513,2208545,2208577,2208609]),new Uint32Array([2169217,6291456,2169249,6291456,2169281,6291456,2169313,6291456,2169345,6291456,2169377,6291456,2169409,6291456,2169441,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456]),new Uint32Array([2133187,2133283,2133283,2133379,2133475,2133571,2133667,2133667,2133763,2133859,2133955,2134051,2134147,2134147,2134243,2134339]),new Uint32Array([2197697,2114113,2114209,2197729,2197761,2114305,2197793,2114401,2114497,2197825,2114593,2114689,2114785,2114881,2114977,0]),new Uint32Array([2193089,2193121,2193153,2193185,2117665,2117569,2193217,2193249,2193281,2193313,2193345,2193377,2193409,2193441,2193473,2193505]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2184225,6291456,2184257,6291456,2184289,6291456,2184321,6291456,2184353,6291456,2184385,6291456,2184417,6291456,2184449,6291456]),new Uint32Array([2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2100833,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2098657,2098049,2200737,2123489,2123681,2200769,2098625,2100321,2098145,2100449,2098017,2098753,2200801,2200833,2200865,0]),new Uint32Array([23068672,23068672,23068672,0,0,0,0,0,0,0,0,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0]),new Uint32Array([2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,0,2098241,2108353,2108417,2105825,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2181153,2105505,2181185,2167617,2180993]),new Uint32Array([2160002,2160066,2160130,2160194,2160258,2132066,2131010,2131106,2106018,2131618,2160322,2131298,2132034,2131938,2137410,2132226]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,6291456]),new Uint32Array([2183617,6291456,2183649,6291456,2183681,6291456,2183713,6291456,2183745,6291456,2183777,6291456,2183809,6291456,2183841,6291456]),new Uint32Array([0,6291456,6291456,0,6291456,0,0,6291456,6291456,0,6291456,0,0,6291456,0,0]),new Uint32Array([2250977,2251009,2251041,2251073,2195009,2251106,2251169,2251201,2251233,2251265,2251297,2251330,2251394,2251457,2251489,2251521]),new Uint32Array([2205729,2205761,2205793,2205825,2205857,2205889,2205921,2205953,2205985,2206017,2206049,2206081,2206113,2206145,2206177,2206209]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2143170,2168993,6291456,2169025,6291456,2169057,6291456,2169089,6291456,2143234,2169121,6291456,2169153,6291456,2169185,6291456]),new Uint32Array([23068672,23068672,2190689,6291456,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2248706,2248769,2248801,2248833,2248865,2248897,2248929,2248962,2249026,2249090,2249154,2240705,2249217,2249249,2249281,2249313]),new Uint32Array([10485857,6291456,6291456,6291456,6291456,6291456,6291456,6291456,10495394,6291456,2098209,6291456,6291456,2097152,6291456,10531394]),new Uint32Array([0,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([14680064,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2173985,2173953,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889]),new Uint32Array([6291456,2186977,6291456,6291456,6291456,6291456,6291456,10537858,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2209601,2209633,2209665,2209697,2209729,2209761,2209793,2209825,2209857,2209889,2209921,2209953,2209985,2210017,2210049,2210081]),new Uint32Array([10501539,10501635,10501731,10501827,10501923,10502019,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905]),new Uint32Array([2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953,2173985,2174017,2174017,2174049]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2194561,2194593,2194625,2119777,2119873,2194657,2194689,2194721,2194753,2194785,2194817,2194849,2194881,2194913,2194945,2194977]),new Uint32Array([2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569]),new Uint32Array([2222818,2222882,2222946,2223010,2223074,2223138,2223202,2223266,2223330,2223394,2223458,2223522,2223586,2223650,2223714,2223778]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672]),new Uint32Array([0,2179553,2179585,2179617,2179649,2144001,2179681,2179713,2179745,2179777,2179809,2156705,2179841,2156833,2179873,2179905]),new Uint32Array([6291456,23068672,6291456,2145602,23068672,23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,6291456,0,0]),new Uint32Array([2196513,2196545,2196577,2196609,2196641,2196673,2196705,2196737,2196769,2196801,2196833,2196865,2196897,2196929,2196961,2196993]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2177281,6291456,2177313,6291456,2177345,6291456,2177377,6291456,2177409,6291456,2177441,6291456,2177473,6291456,2177505,6291456]),new Uint32Array([2187137,2221473,2221505,2221537,2221569,6291456,6291456,10610209,10610241,10537986,10537986,10537986,10537986,10609857,10609857,10609857]),new Uint32Array([2243009,2243041,2216033,2243074,2243137,2243169,2243201,2219617,2243233,2243265,2243297,2243329,2243362,2243425,2243457,2243489]),new Uint32Array([10485857,10485857,10485857,10485857,10485857,10485857,10485857,10485857,10485857,10485857,10485857,2097152,4194304,4194304,0,0]),new Uint32Array([2143042,6291456,2143106,2143106,2168833,6291456,2168865,6291456,6291456,2168897,6291456,2168929,6291456,2168961,6291456,2143170]),new Uint32Array([6291456,6291456,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2204193,2204225,2204257,2204289,2204321,2204353,2204385,2204417,2204449,2204481,2204513,2204545,2204577,2204609,2204641,2204673]),new Uint32Array([2202753,6291456,2202785,6291456,2202817,6291456,2202849,6291456,2202881,6291456,2202913,6291456,2202945,6291456,2202977,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321]),new Uint32Array([2147394,2147458,2147522,2147586,2147650,2147714,2147778,2147842,2147394,2147458,2147522,2147586,2147650,2147714,2147778,2147842]),new Uint32Array([2253313,2253346,2253409,2253441,2253473,2253505,2253537,2253569,2253601,2253634,2219393,2253697,2253729,2253761,2253793,2253825]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([2162562,2162626,2131362,2162690,2159938,2160002,2162754,2162818,2160130,2162882,2160194,2160258,2160834,2160898,2161026,2161090]),new Uint32Array([2175361,2175393,2175425,2175457,2175489,2175521,2175553,2175585,2175617,2175649,2175681,2175713,2175745,2175777,2175809,2175841]),new Uint32Array([2253858,2253921,2253954,2254018,2254082,2196737,2254145,2196865,2254177,2254209,2254241,2254273,2197025,2254306,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2202113,2204129,2188705,2204161]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([2173985,2174017,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233089,2173697,2173761,2173793,2174113,2173985,2173953]),new Uint32Array([2101569,2101697,2101825,2101953,2102081,2102209,2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209]),new Uint32Array([2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,0,2108417,0,2111713,2100897,2111905]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0]),new Uint32Array([2175425,2175489,2175809,2175905,2175937,2175937,2176193,2176417,2180865,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,2143298,2143298,2143298,2143362,2143362,2143362,2143426,2143426,2143426,2171105,6291456,2171137]),new Uint32Array([2120162,2120258,2151618,2151682,2151746,2151810,2151874,2151938,2152002,2120035,2120131,2120227,2152066,2120323,2152130,2120419]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2195361,2142433,2236065,2236097,2236129,2236161,2118241,2117473,2236193,2236225,2236257,2236289,0,0,0,0]),new Uint32Array([2189281,6291456,2189313,6291456,2189345,6291456,2189377,6291456,2189409,6291456,2189441,6291456,2189473,6291456,2189505,6291456]),new Uint32Array([6291456,6291456,2145922,6291456,6291456,6291456,6291456,2145986,6291456,6291456,6291456,6291456,2146050,6291456,6291456,6291456]),new Uint32Array([2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,10502113,10562017,10610401,10502177,10610433,10538049]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,2186401,0,2186433,0,2186465,0,2186497]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,23068672,23068672,23068672]),new Uint32Array([0,0,2198241,2198273,2198305,2198337,2198369,2198401,0,0,2198433,2198465,2198497,0,0,0]),new Uint32Array([6291456,0,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,0,6291456,0,23068672,23068672,23068672,23068672,23068672,23068672,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,0,0,23068672,6291456,23068672,23068672]),new Uint32Array([0,2105921,2097729,0,2097377,0,0,2106017,2133281,2097505,2105889,0,2097697,2135777,2097633,2097441]),new Uint32Array([2197889,2197921,2197953,2197985,2198017,2198049,2198081,2198113,2198145,2198177,2198209,2198241,2198273,2198305,2198337,2198369]),new Uint32Array([2132514,2132610,2160386,2133090,2133186,2160450,2160514,2133282,2160578,2133570,2106178,2160642,2133858,2160706,2160770,2134146]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,0,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,23068672,23068672,6291456,23068672,23068672,6291456,23068672,0,0,0,0,0,0,0,0]),new Uint32Array([2184737,6291456,2184769,6291456,2184801,6291456,2184833,6291456,2184865,6291456,2184897,6291456,2184929,6291456,2184961,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,6291456,6291456,6291456,6291456,0,6291456]),new Uint32Array([6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,23068672,23068672,23068672,6291456,23068672,23068672,23068672,23068672,23068672,0,0]),new Uint32Array([6291456,6291456,6291456,2186753,6291456,6291456,6291456,6291456,2186785,2186817,2186849,2173569,2186881,10496355,10495395,10575521]),new Uint32Array([0,0,2097729,0,0,0,0,2106017,0,2097505,0,2097185,0,2135777,2097633,2097441]),new Uint32Array([2189537,6291456,2189569,6291456,2189601,6291456,2189633,6291456,2189665,6291456,2189697,6291456,2189729,6291456,2189761,6291456]),new Uint32Array([2202497,6291456,2202529,6291456,2202561,6291456,2202593,6291456,2202625,6291456,2202657,6291456,2202689,6291456,2202721,6291456]),new Uint32Array([2245217,2218369,2245249,2245282,2245345,2245377,2245410,2245474,2245537,2245569,2245601,2245633,2245665,2245665,2245697,2245729]),new Uint32Array([6291456,0,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,0,0,0,0,0,0,23068672,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,6291456,23068672,6291456,23068672,6291456,6291456,6291456,6291456,23068672,23068672]),new Uint32Array([0,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0]),new Uint32Array([2097281,2105921,2097729,2106081,2097377,2097601,2162337,2106017,2133281,2097505,0,2097185,2097697,2135777,2097633,2097441]),new Uint32Array([2176641,6291456,2176673,6291456,2176705,6291456,2176737,6291456,2176769,6291456,2176801,6291456,2176833,6291456,2176865,6291456]),new Uint32Array([2174145,2174177,2149057,2233089,2173697,2173761,2173793,2174113,2173985,2173953,2174369,2174369,0,0,2100833,2100737]),new Uint32Array([2116513,2190817,2190849,2190881,2190913,2190945,2116609,2190977,2191009,2191041,2191073,2117185,2191105,2191137,2191169,2191201]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,6291456,6291456,6291456]),new Uint32Array([0,0,0,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456]),new Uint32Array([2167617,2167649,2167681,2167713,2167745,2167777,2167809,6291456,2167841,2167873,2167905,2167937,2167969,2168001,2168033,4240130]),new Uint32Array([2165122,2163970,2164034,2164098,2164162,2164226,2164290,2164354,2164418,2164482,2164546,2133122,2134562,2132162,2132834,2136866]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,2186209,2186241,2186273,2186305,2186337,2186369,0,0]),new Uint32Array([2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,14680064,14680064,14680064,14680064,14680064]),new Uint32Array([0,0,23068672,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456]),new Uint32Array([0,10537921,10610689,10610273,10610497,10610529,10610305,10610721,10489601,10489697,10610337,10575617,10554529,2221761,2197217,10496577]),new Uint32Array([2105473,2105569,2105601,2112289,0,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441]),new Uint32Array([2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481]),new Uint32Array([2125346,2153410,2153474,2127394,2153538,2153602,2153666,2153730,2105507,2105476,2153794,2153858,2153922,2153986,2154050,2105794]),new Uint32Array([2200449,2119681,2200481,2153313,2199873,2199905,2199937,2200513,2200545,2200577,2200609,2119105,2119201,2119297,2119393,2119489]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2175777,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2222273,2197217,2221473,2221505,2221089,2222305,2200865,2099681,2104481,2222337,2099905,2120737,2222369,2103713,2100225,2098785]),new Uint32Array([2201377,6291456,2201409,6291456,2201441,6291456,2201473,6291456,2201505,6291456,2201537,6291456,2201569,6291456,6291456,23068672]),new Uint32Array([2174081,2174113,2174145,2174177,2149057,2233057,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793]),new Uint32Array([2200897,6291456,2200929,6291456,2200961,6291456,2200993,6291456,2201025,6291456,2180865,6291456,2201057,6291456,2201089,6291456]),new Uint32Array([0,0,0,0,0,23068672,23068672,0,6291456,6291456,6291456,0,0,0,0,0]),new Uint32Array([2161154,2161410,2138658,2161474,2161538,2097666,2097186,2097474,2162946,2132450,2163010,2163074,2136162,2163138,2161666,2161730]),new Uint32Array([2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953]),new Uint32Array([0,0,0,0,0,0,23068672,23068672,0,0,0,0,2145410,2145474,0,6291456]),new Uint32Array([2244161,2216065,2212769,2244193,2244225,2244257,2244290,2244353,2244385,2244417,2244449,2218273,2244481,2244514,2244577,2244609]),new Uint32Array([2125730,2125699,2125795,2125891,2125987,2154114,2154178,2154242,2154306,2154370,2154434,2154498,2126082,2126178,2126274,2126083]),new Uint32Array([2237665,2237697,2237697,2237697,2237730,2237793,2237825,2237857,2237890,2237953,2237985,2238017,2238049,2238081,2238113,2238145]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2150146,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,0,23068672,23068672,0,0,23068672,23068672,23068672,0,0]),new Uint32Array([2214369,2238593,2238625,2238657,2238689,2238721,2238753,2238785,2238817,2238850,2238913,2238945,2238977,2235457,2239009,2239041]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([2252066,2252130,2252193,2252225,2252257,2252290,2252353,2252385,2252417,2252449,2252481,2252513,2252545,2252578,2252641,2252673]),new Uint32Array([2197697,2114113,2114209,2197729,2197761,2114305,2197793,2114401,2114497,2197825,2114593,2114689,2114785,2114881,2114977,2197857]),new Uint32Array([2224866,2224930,2224994,2225058,2225122,2225186,2225250,2225314,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2219490,2219554,2219617,2219649,2219681,2219714,2219778,2219842,2219905,2219937,0,0,0,0,0,0]),new Uint32Array([6291456,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456]),new Uint32Array([2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289]),new Uint32Array([2174081,2174113,2174145,2174177,2149057,2233089,2173697,2173761,2173793,2174113,2173985,2173953,2148481,2173601,2173633,2173665]),new Uint32Array([2220161,2220161,2220193,2220193,2220193,2220193,2220225,2220225,2220225,2220225,2220257,2220257,2220257,2220257,2220289,2220289]),new Uint32Array([2192673,2192705,2192737,2192769,2192801,2192833,2192865,2118049,2192897,2117473,2117761,2192929,2192961,2192993,2193025,2193057]),new Uint32Array([2179297,6291456,2179329,6291456,2179361,6291456,2179393,6291456,2179425,6291456,2179457,6291456,2179489,6291456,2179521,6291456]),new Uint32Array([6291456,6291456,6291456,23068672,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0]),new Uint32Array([2235745,2235777,2193633,2235809,2235841,2235873,2235905,2235937,2235969,2116513,2116705,2236001,2200513,2199905,2200545,2236033]),new Uint32Array([2113153,2108481,2113345,2113441,2232993,2233025,0,0,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761]),new Uint32Array([2170593,6291456,2170625,6291456,2170657,6291456,2170689,2170721,6291456,2170753,6291456,6291456,2170785,6291456,2170817,2170849]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2166786,2166850,0,0,0,0]),new Uint32Array([23068672,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,10575617,2187041,10502177,10489601,10489697,0]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2134562,2132162,2132834,2136866,2136482,2164610,2164674,2164738,2164802,2132802,2132706,2164866,2132898,2164930,2164994,2165058]),new Uint32Array([6291456,6291456,2098337,2101441,10531458,2153473,6291456,6291456,10531522,2100737,2108193,6291456,2106499,2106595,2106691,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,0]),new Uint32Array([2233122,2233186,2233250,2233314,2233378,2233442,2233506,2233570,2233634,2233698,2233762,2233826,2233890,2233954,2234018,2234082]),new Uint32Array([23068672,6291456,23068672,23068672,23068672,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2205217,2205249,2205281,2205313,2205345,2205377,2205409,2205441,2205473,2205505,2205537,2205569,2205601,2205633,2205665,2205697]),new Uint32Array([6291456,0,6291456,0,0,0,6291456,6291456,6291456,6291456,0,0,23068672,6291456,23068672,23068672]),new Uint32Array([2173601,2173761,2174081,2173569,2174241,2174113,2173953,6291456,2174305,6291456,2174337,6291456,2174369,6291456,2174401,6291456]),new Uint32Array([6291456,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([2152450,2152514,2099653,2104452,2099813,2122243,2099973,2152578,2122339,2122435,2122531,2122627,2122723,2104580,2122819,2152642]),new Uint32Array([2236385,2236417,2236449,2236482,2236545,2215425,2236577,2236609,2236641,2236673,2215457,2236705,2236737,2236770,2215489,2236833]),new Uint32Array([2163394,2159746,2163458,2131362,2163522,2160130,2163778,2132226,2163842,2132898,2163906,2161410,2138658,2097666,2136162,2163650]),new Uint32Array([2218721,2246913,2246946,2216385,2247010,2247074,2215009,2247137,2247169,2216481,2247201,2247233,2247266,2247330,2247330,0]),new Uint32Array([2129730,2129762,2129858,2129731,2129827,2156482,2156482,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,0,0,0,0,6291456,0,0]),new Uint32Array([2203969,2204001,2181377,2204033,2204065,6291456,2204097,6291456,0,0,0,0,0,0,0,0]),new Uint32Array([2169473,6291456,2169505,6291456,2169537,6291456,2169569,6291456,2169601,6291456,2169633,6291456,2169665,6291456,2169697,6291456]),new Uint32Array([2141542,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2220801,2220801,2220801,2220801,2220833,2220833,2220865,2220865,2220865,2220865,2220897,2220897,2220897,2220897,2139873,2139873]),new Uint32Array([0,0,0,0,0,23068672,23068672,0,0,0,0,0,0,0,6291456,0]),new Uint32Array([2214849,2218433,2218465,2218497,2218529,2218561,2214881,2218593,2218625,2218657,2218689,2218721,2218753,2216545,2218785,2218817]),new Uint32Array([23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,0,0,0,6291456]),new Uint32Array([2136482,2164610,2164674,2164738,2164802,2132802,2132706,2164866,2132898,2164930,2164994,2165058,2165122,2132802,2132706,2164866]),new Uint32Array([2207649,2207681,2207713,2207745,2207777,2207809,2207841,2207873,2207905,2207937,2207969,2208001,2208033,2208065,2208097,2208129]),new Uint32Array([2123683,2105092,2152706,2123779,2105220,2152770,2100453,2098755,2123906,2124002,2124098,2124194,2124290,2124386,2124482,2124578]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,6291456,0,0,0,0,0,0,0,10485857]),new Uint32Array([6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([10508163,10508259,10508355,10508451,2200129,2200161,2192737,2200193,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2203553,6291456,2203585,6291456,6291456,6291456,2203617,6291456,2203649,6291456,2203681,6291456,2203713,6291456,2203745,6291456]),new Uint32Array([18884449,18884065,23068672,18884417,18884034,18921185,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,18874368]),new Uint32Array([2247393,2247426,2247489,2247521,2247553,2247586,2247649,2247681,2247713,2247745,2247777,2247810,2247873,2247905,2247937,2247969]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,23068672]),new Uint32Array([2134145,2097153,2134241,0,2132705,2130977,2160065,2131297,0,2133089,2160577,2133857,2235297,0,2235329,0]),new Uint32Array([2182593,6291456,2182625,6291456,2182657,6291456,2182689,6291456,2182721,6291456,2182753,6291456,2182785,6291456,2182817,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2102402,2102403,6291456,2110050]),new Uint32Array([2149890,2108323,2149954,6291456,2113441,6291456,2149057,6291456,2113441,6291456,2105473,2167265,2111137,2105505,6291456,2108353]),new Uint32Array([2219105,2219137,2195233,2251554,2251617,2251649,2251681,2251713,2251746,2251810,2251873,2251905,2251937,2251970,2252033,2219169]),new Uint32Array([2203009,6291456,2203041,6291456,2203073,6291456,2203105,6291456,2203137,6291456,2203169,6291456,2203201,6291456,2203233,6291456]),new Uint32Array([2128195,2128291,2128387,2128483,2128579,2128675,2128771,2128867,2128963,2129059,2129155,2129251,2129347,2129443,2129539,2129635]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2140964,2141156,2140966,2141158,2141350]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2225378,2225442,2225506,2225570,2225634,2225698,2225762,2225826,2225890,2225954,2226018,2226082,2226146,2226210,2226274,2226338]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137,2105505,2098241,2108353,2108417]),new Uint32Array([2108353,2108417,0,2105601,2108193,2157121,2157313,2157377,2157441,2100897,6291456,2108419,2173953,2173633,2173633,2173953]),new Uint32Array([2111713,2173121,2111905,2098177,2173153,2173185,2173217,2113153,2113345,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,2190753]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,2197249,6291456,2117377,2197281,2197313,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,0,0,0,0,0,0,23068672,0,0,0,0,0,6291456,6291456,6291456]),new Uint32Array([2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,2100833,2100737,2098337,2101441,2101569,2101697,2101825,2101953]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0]),new Uint32Array([0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,23068672,23068672,23068672]),new Uint32Array([2173281,6291456,2173313,6291456,2173345,6291456,2173377,6291456,0,0,10532546,6291456,6291456,6291456,10562017,2173441]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,0,0]),new Uint32Array([23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2159426,2159490,2159554,2159362,2159618,2159682,2139522,2136450,2159746,2159810,2159874,2130978,2131074,2131266,2131362,2159938]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2203233,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2203265,6291456,2203297,6291456,2203329,2203361,6291456]),new Uint32Array([6291456,6291456,2148418,2148482,2148546,0,6291456,2148610,2186529,2186561,2148417,2148545,2148482,10495778,2143969,10495778]),new Uint32Array([2134146,2139426,2160962,2134242,2161218,2161282,2161346,2161410,2138658,2134722,2134434,2134818,2097666,2097346,2097698,2105986]),new Uint32Array([2198881,2198913,2198945,2198977,2199009,2199041,2199073,2199105,2199137,2199169,2199201,2199233,2199265,2199297,2199329,2199361]),new Uint32Array([0,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456]),new Uint32Array([10610561,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193]),new Uint32Array([2183873,6291456,2183905,6291456,2183937,6291456,2183969,6291456,2184001,6291456,2184033,6291456,2184065,6291456,2184097,6291456]),new Uint32Array([2244642,2244706,2244769,2244801,2218305,2244833,2244865,2244897,2244929,2244961,2244993,2245026,2245089,2245122,2245185,0]),new Uint32Array([6291456,6291456,2116513,2116609,2116705,2116801,2199873,2199905,2199937,2199969,2190913,2200001,2200033,2200065,2200097,2191009]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,2180673,2180705,2180737,2180769,2180801,2180833,0,0]),new Uint32Array([2098081,2099521,2099105,2120705,2098369,2120801,2103361,2097985,2098433,2121377,2121473,2099169,2099873,2098401,2099393,2152609]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2150402]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,2145666,2145730,6291456,6291456]),new Uint32Array([2173921,2173953,2173985,2173761,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233057,2148481,2173601,2173633,2173665]),new Uint32Array([2187073,6291456,6291456,6291456,6291456,2098241,2098241,2108353,2100897,2111905,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2102404,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,2100612,6291456,6291456,6291456,6291456,6291456,6291456,6291456,10485857]),new Uint32Array([2149057,2233057,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889]),new Uint32Array([2217697,2217729,2217761,2217793,2217825,2217857,2217889,2217921,2217953,2215873,2217985,2215905,2218017,2218049,2218081,2218113]),new Uint32Array([2211233,2218849,2216673,2218881,2218913,2218945,2218977,2219009,2216833,2219041,2215137,2219073,2216865,2209505,2219105,2216897]),new Uint32Array([2240097,2240129,2240161,2240193,2240225,2240257,2240289,2240321,2240353,2240386,2240449,2240481,2240513,2240545,2207905,2240578]),new Uint32Array([6291456,6291456,2202273,6291456,2202305,6291456,2202337,6291456,2202369,6291456,2202401,6291456,2202433,6291456,2202465,6291456]),new Uint32Array([0,23068672,23068672,18923394,23068672,18923458,18923522,18884099,18923586,18884195,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2201121,6291456,2201153,6291456,2201185,6291456,2201217,6291456,2201249,6291456,2201281,6291456,2201313,6291456,2201345,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,6291456]),new Uint32Array([2211041,2211073,2211105,2211137,2211169,2211201,2211233,2211265,2211297,2211329,2211361,2211393,2211425,2211457,2211489,2211521]),new Uint32Array([2181825,6291456,2181857,6291456,2181889,6291456,2181921,6291456,2181953,6291456,2181985,6291456,2182017,6291456,2182049,6291456]),new Uint32Array([2162337,2097633,2097633,2097633,2097633,2132705,2132705,2132705,2132705,2097153,2097153,2097153,2097153,2133089,2133089,2133089]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,2148545,6291456,2173473,6291456,2148865,6291456,2173505,6291456,2173537,6291456,2173569,6291456,2149121,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,0,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0]),new Uint32Array([2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953,2173985,2174017,2174017,2174049,2174081,2174113]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2207137,2207169,2207201,2207233,2207265,2207297,2207329,2207361,2207393,2207425,2207457,2207489,2207521,2207553,2207585,2207617]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,6291456,6291456,0,23068672,23068672,0,0,0,0,0,0]),new Uint32Array([2198401,2198433,2198465,2198497,0,2198529,2198561,2198593,2198625,2198657,2198689,2198721,2198753,2198785,2198817,2198849]),new Uint32Array([2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,0,0]),new Uint32Array([2216385,2118721,2216417,2216449,2216481,2216513,2216545,2211233,2216577,2216609,2216641,2216673,2216705,2216737,2216737,2216769]),new Uint32Array([2216801,2216833,2216865,2216897,2216929,2216961,2216993,2215169,2217025,2217057,2217089,2217121,2217154,2217217,0,0]),new Uint32Array([2210593,2191809,2210625,2210657,2210689,2210721,2210753,2210785,2210817,2210849,2191297,2210881,2210913,2210945,2210977,2211009]),new Uint32Array([0,0,2105825,0,0,2111905,2105473,0,0,2112289,2108193,2112481,2112577,0,2098305,2108321]),new Uint32Array([0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,2097153,2134241,0,2132705,0,0,2131297,0,2133089,0,2133857,0,2220769,0,2235361]),new Uint32Array([14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,6291456,6291456,14680064]),new Uint32Array([23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0]),new Uint32Array([2171873,6291456,2171905,6291456,2171937,6291456,2171969,6291456,2172001,6291456,2172033,6291456,2172065,6291456,2172097,6291456]),new Uint32Array([2220929,2220929,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2133857,2134145,2134145,2134145,2134145,2134241,2134241,2134241,2134241,2105889,2105889,2105889,2105889,2097185,2097185,2097185]),new Uint32Array([2173697,2173761,2173793,2174113,2173985,2173953,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,10499619,10499715,10499811,10499907]),new Uint32Array([0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,0,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,0,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,0,23068672,23068672,23068672,0,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,6291456,23068672,23068672]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,2144322,2144386,2144450,2144514,2144578,2144642,2144706,2144770]),new Uint32Array([23068672,23068672,23068672,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456]),new Uint32Array([2113153,2108481,2113345,2113441,2098209,2111137,0,2098241,2108353,2108417,2105825,0,0,2111905,2105473,2105569]),new Uint32Array([2236321,2236353,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2152194,2121283,2103684,2103812,2097986,2098533,2097990,2098693,2098595,2098853,2099013,2103940,2121379,2121475,2121571,2104068]),new Uint32Array([2206241,2206273,2206305,2206337,2206369,2206401,2206433,2206465,2206497,2206529,2206561,2206593,2206625,2206657,2206689,2206721]),new Uint32Array([6291456,6291456,6291456,6291456,16777216,16777216,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,23068672,23068672,10538818,10538882,6291456,6291456,2150338]),new Uint32Array([6291456,6291456,6291456,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2214369,2214401,2214433,2214465,2214497,2214529,2214561,2214593,2194977,2214625,2195073,2214657,2214689,2214721,6291456,6291456]),new Uint32Array([2097152,2097152,2097152,2097152,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2182081,6291456,2182113,6291456,2182145,6291456,2182177,6291456,2182209,6291456,2182241,6291456,2182273,6291456,2182305,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2146881,2146945,2147009,2147073,2147137,2147201,2147265,2147329]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,23068672,23068672]),new Uint32Array([0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2122915,2123011,2123107,2104708,2123203,2123299,2123395,2100133,2104836,2100290,2100293,2104962,2104964,2098052,2123491,2123587]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456]),new Uint32Array([6291456,2171169,6291456,2171201,6291456,2171233,6291456,2171265,6291456,2171297,6291456,2171329,6291456,6291456,2171361,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,2148994,2149058,2149122,0,6291456,2149186,2186945,2173537,2148993,2149121,2149058,10531458,10496066,0]),new Uint32Array([2195009,2195041,2195073,2195105,2195137,2195169,2195201,2195233,2195265,2195297,2195329,2195361,2195393,2195425,2195457,2195489]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,0,0,6291456,6291456]),new Uint32Array([2182849,6291456,2182881,6291456,2182913,6291456,2182945,6291456,2182977,6291456,2183009,6291456,2183041,6291456,2183073,6291456]),new Uint32Array([2211553,2210081,2211585,2211617,2211649,2211681,2211713,2211745,2211777,2211809,2209569,2211841,2211873,2211905,2211937,2211969]),new Uint32Array([2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2166594,2127298,2166658,2142978,2141827,2166722]),new Uint32Array([2173985,2173761,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233057,2148481,2173601,2173633,2173665,2173697,2173729]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,0,0,2185761,2185793,2185825,2185857,2185889,2185921,0,0]),new Uint32Array([6291456,2148481,2173601,2173633,2173665,2173697,2173729,2148801,2173761,2143969,2173793,2173825,2153473,2173857,2173889,2173921]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,6291456]),new Uint32Array([0,0,0,2220961,2220961,2220961,2220961,2144193,2144193,2159201,2159201,2159265,2159265,2144194,2220993,2220993]),new Uint32Array([2192641,2235393,2235425,2152257,2116609,2235457,2235489,2200065,2235521,2235553,2235585,2212449,2235617,2235649,2235681,2235713]),new Uint32Array([2194049,2194081,2194113,2194145,2194177,2194209,2194241,2194273,2194305,2194337,2194369,2194401,2194433,2194465,2194497,2194529]),new Uint32Array([2196673,2208641,2208673,2208705,2208737,2208769,2208801,2208833,2208865,2208897,2208929,2208961,2208993,2209025,2209057,2209089]),new Uint32Array([2191681,2191713,2191745,2191777,2153281,2191809,2191841,2191873,2191905,2191937,2191969,2192001,2192033,2192065,2192097,2192129]),new Uint32Array([2230946,2231010,2231074,2231138,2231202,2231266,2231330,2231394,2231458,2231522,2231586,2231650,2231714,2231778,2231842,2231906]),new Uint32Array([14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064,14680064]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,2185953,2185985,2186017,2186049,2186081,2186113,2186145,2186177]),new Uint32Array([2139811,2139907,2097284,2105860,2105988,2106116,2106244,2097444,2097604,2097155,10485778,10486344,2106372,6291456,0,0]),new Uint32Array([2110051,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2172385,6291456,2172417,6291456,2172449,6291456,2172481,6291456,2172513,6291456,2172545,6291456,2172577,6291456,2172609,6291456]),new Uint32Array([0,0,23068672,23068672,6291456,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2249345,2249377,2249409,2249441,2249473,2249505,2249537,2249570,2210209,2249633,2249665,2249697,2249729,2249761,2249793,2216769]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,6291456,6291456,6291456,6291456]),new Uint32Array([2187169,2187201,2187233,2187265,2187297,2187329,2187361,2187393,2187425,2187457,2187489,2187521,2187553,2187585,2187617,2187649]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([0,0,0,6291456,6291456,0,0,0,6291456,6291456,6291456,0,0,0,6291456,6291456]),new Uint32Array([2182337,6291456,2182369,6291456,2182401,6291456,2182433,6291456,2182465,6291456,2182497,6291456,2182529,6291456,2182561,6291456]),new Uint32Array([2138179,2138275,2138371,2138467,2134243,2134435,2138563,2138659,2138755,2138851,2138947,2139043,2138947,2138755,2139139,2139235]),new Uint32Array([23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0]),new Uint32Array([0,0,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2250498,2250562,2250625,2250657,2208321,2250689,2250721,2250753,2250785,2250817,2250849,2218945,2250881,2250913,2250945,0]),new Uint32Array([2170369,2105569,2098305,2108481,2173249,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456]),new Uint32Array([2100897,2111905,2105473,2105569,2105601,0,2108193,0,0,0,2098305,2108321,2108289,2100865,2113153,2108481]),new Uint32Array([2100897,2100897,2105569,2105569,6291456,2112289,2149826,6291456,6291456,2112481,2112577,2098177,2098177,2098177,6291456,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,6291456,6291456,6291456]),new Uint32Array([6291456,2169953,2169985,6291456,2170017,6291456,2170049,2170081,6291456,2170113,2170145,2170177,6291456,6291456,2170209,2170241]),new Uint32Array([6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([0,0,0,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2220641,2220641,2220673,2220673,2220673,2220673,2220705,2220705,2220705,2220705,2220737,2220737,2220737,2220737,2220769,2220769]),new Uint32Array([2127650,2127746,2127842,2127938,2128034,2128130,2128226,2128322,2128418,2127523,2127619,2127715,2127811,2127907,2128003,2128099]),new Uint32Array([2143969,2173793,2173825,2153473,2173857,2173889,2173921,2173953,2173985,2173761,2174017,2174049,2174081,2174113,2174145,2174177]),new Uint32Array([0,0,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([2204705,2204737,2204769,2204801,2204833,2204865,2204897,2204929,2204961,2204993,2205025,2205057,2205089,2205121,2205153,2205185]),new Uint32Array([2176385,6291456,2176417,6291456,2176449,6291456,2176481,6291456,2176513,6291456,2176545,6291456,2176577,6291456,2176609,6291456]),new Uint32Array([2195521,2195553,2195585,2195617,2195649,2195681,2117857,2195713,2195745,2195777,2195809,2195841,2195873,2195905,2195937,2195969]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,6291456,6291456]),new Uint32Array([2173921,2173953,2173985,2174017,2174017,2174049,2174081,2174113,2174145,2174177,2149057,2233089,2173697,2173761,2173793,2174113]),new Uint32Array([2131586,2132450,2135970,2135778,2161602,2136162,2163650,2161794,2135586,2163714,2137186,2131810,2160290,2135170,2097506,2159554]),new Uint32Array([2134145,2097153,2134241,2105953,2132705,2130977,2160065,2131297,2162049,2133089,2160577,2133857,0,0,0,0]),new Uint32Array([2116513,2116609,2116705,2116801,2116897,2116993,2117089,2117185,2117281,2117377,2117473,2117569,2117665,2117761,2117857,2117953]),new Uint32Array([2100737,2098337,2101441,2101569,2101697,2101825,2101953,2102081,2102209,2100802,2101154,2101282,2101410,2101538,2101666,2101794]),new Uint32Array([2100289,2098657,2098049,2200737,2123489,2123681,2200769,2098625,2100321,2098145,2100449,2098017,2098753,2098977,2150241,2150305]),new Uint32Array([6291456,6291456,6291456,0,6291456,6291456,6291456,6291456,6291456,2109955,6291456,6291456,0,0,0,0]),new Uint32Array([18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368,18874368]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,6291456,0,6291456,0,0]),new Uint32Array([2130979,2131075,2131075,2131171,2131267,2131363,2131459,2131555,2131651,2131651,2131747,2131843,2131939,2132035,2132131,2132227]),new Uint32Array([0,2177793,6291456,2177825,6291456,2177857,6291456,2177889,6291456,2177921,6291456,2177953,6291456,2177985,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672]),new Uint32Array([6291456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2113345,0,2098209,2111137,2105505,2098241,2108353,2108417,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289]),new Uint32Array([2136643,2136739,2136835,2136931,2137027,2137123,2137219,2137315,2137411,2137507,2137603,2137699,2137795,2137891,2137987,2138083]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0]),new Uint32Array([2174433,6291456,2174465,6291456,2174497,6291456,2174529,6291456,2174561,6291456,2174593,6291456,2174625,6291456,2174657,6291456]),new Uint32Array([0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441]),new Uint32Array([10496547,10496643,2105505,2149698,6291456,10496739,10496835,2170273,6291456,2149762,2105825,2111713,2111713,2111713,2111713,2168673]),new Uint32Array([6291456,2143490,2143490,2143490,2171649,6291456,2171681,2171713,2171745,6291456,2171777,6291456,2171809,6291456,2171841,6291456]),new Uint32Array([2159106,2159106,2159170,2159170,2159234,2159234,2159298,2159298,2159298,2159362,2159362,2159362,2106401,2106401,2106401,2106401]),new Uint32Array([2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865,2113153,2108481,2113345,2113441,2098209,2111137]),new Uint32Array([2108417,2181217,2181249,2181281,2170433,2170401,2181313,2181345,2181377,2181409,2181441,2181473,2181505,2181537,2170529,2181569]),new Uint32Array([2218433,2245761,2245793,2245825,2245857,2245890,2245953,2245986,2209665,2246050,2246113,2246146,2246210,2246274,2246337,2246369]),new Uint32Array([2230754,2230818,2230882,0,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([6291456,0,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,0,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2184129,6291456,2184161,6291456,2184193,6291456,6291456,6291456,6291456,6291456,2146818,2183361,6291456,6291456,2142978,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2135170,2097506,2130691,2130787,2130883,2163970,2164034,2164098,2164162,2164226,2164290,2164354,2164418,2164482,2164546,2133122]),new Uint32Array([2108515,2108611,2100740,2108707,2108803,2108899,2108995,2109091,2109187,2109283,2109379,2109475,2109571,2109667,2109763,2100738]),new Uint32Array([2102788,2102916,2103044,2120515,2103172,2120611,2120707,2098373,2103300,2120803,2120899,2120995,2103428,2103556,2121091,2121187]),new Uint32Array([2158082,2158146,0,2158210,2158274,0,2158338,2158402,2158466,2129922,2158530,2158594,2158658,2158722,2158786,2158850]),new Uint32Array([10499619,10499715,10499811,10499907,10500003,10500099,10500195,10500291,10500387,10500483,10500579,10500675,10500771,10500867,10500963,10501059]),new Uint32Array([2239585,2239618,2239681,2239713,0,2191969,2239745,2239777,2192033,2239809,2239841,2239874,2239937,2239970,2240033,2240065]),new Uint32Array([2252705,2252738,2252801,2252833,2252865,2252897,2252930,2252994,2253057,2253089,2253121,2253154,2253217,2253250,2219361,2219361]),new Uint32Array([2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,2108193,2112481,2112577,2098177,2098305,2108321,2108289,2100865]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,10538050,10538114,10538178,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([2226402,2226466,2226530,2226594,2226658,2226722,2226786,2226850,2226914,2226978,2227042,2227106,2227170,2227234,2227298,2227362]),new Uint32Array([23068672,6291456,6291456,6291456,6291456,2144066,2144130,2144194,2144258,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,23068672,23068672,23068672,6291456,23068672,23068672]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0]),new Uint32Array([2124674,2124770,2123875,2123971,2124067,2124163,2124259,2124355,2124451,2124547,2124643,2124739,2124835,2124931,2125027,2125123]),new Uint32Array([2168065,6291456,2168097,6291456,2168129,6291456,2168161,6291456,2168193,6291456,2168225,6291456,2168257,6291456,2168289,6291456]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0]),new Uint32Array([23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,2100610,2100611,6291456,2107842,2107843,6291456,6291456,6291456,6291456,10537922,6291456,10537986,6291456]),new Uint32Array([2174849,2174881,2174913,2174945,2174977,2175009,2175041,2175073,2175105,2175137,2175169,2175201,2175233,2175265,2175297,2175329]),new Uint32Array([2154562,2154626,2154690,2154754,2141858,2154818,2154882,2127298,2154946,2127298,2155010,2155074,2155138,2155202,2155266,2155202]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456,6291456,6291456,6291456,6291456,23068672,0]),new Uint32Array([2200641,2150786,2150850,2150914,2150978,2151042,2106562,2151106,2150562,2151170,2151234,2151298,2151362,2151426,2151490,2151554]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,23068672,0,0,0,0,0,0,0,0,6291456,6291456]),new Uint32Array([2220289,2220289,2220321,2220321,2220321,2220321,2220353,2220353,2220353,2220353,2220385,2220385,2220385,2220385,2220417,2220417]),new Uint32Array([2155330,2155394,0,2155458,2155522,2155586,2105732,0,2155650,2155714,2155778,2125314,2155842,2155906,2126274,2155970]),new Uint32Array([23068672,23068672,23068672,23068672,23068672,6291456,6291456,23068672,23068672,6291456,23068672,23068672,23068672,23068672,6291456,6291456]),new Uint32Array([6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,6291456,0,0,0,0,0,0]),new Uint32Array([2097729,2106017,2106017,2106017,2106017,2131297,2131297,2131297,2131297,2106081,2106081,2162049,2162049,2105953,2105953,2162337]),new Uint32Array([2097185,2097697,2097697,2097697,2097697,2135777,2135777,2135777,2135777,2097377,2097377,2097377,2097377,2097601,2097601,2097217]),new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23068672]),new Uint32Array([2139331,2139427,2139523,2139043,2133571,2132611,2139619,2139715,0,0,0,0,0,0,0,0]),new Uint32Array([2174113,2174145,2100897,2098177,2108289,2100865,2173601,2173633,2173985,2174113,2174145,6291456,6291456,6291456,6291456,6291456]),new Uint32Array([6291456,6291456,23068672,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456,23068672,6291456,6291456,6291456,6291456]),new Uint32Array([23068672,23068672,18923778,23068672,23068672,23068672,23068672,18923842,23068672,23068672,23068672,23068672,18923906,23068672,23068672,23068672]),new Uint32Array([2134145,2097153,2134241,0,2132705,2130977,2160065,2131297,0,2133089,0,2133857,0,0,0,0]),new Uint32Array([6291456,6291456,6291456,6291456,0,0,0,0,0,0,0,0,0,0,0,0]),new Uint32Array([2177537,6291456,2177569,6291456,2177601,6291456,2177633,6291456,2177665,6291456,2177697,6291456,2177729,6291456,2177761,6291456]),new Uint32Array([2212481,2212513,2212545,2212577,2197121,2212609,2212641,2212673,2212705,2212737,2212769,2212801,2212833,2212865,2212897,2212929]),new Uint32Array([6291456,6291456,23068672,23068672,23068672,6291456,6291456,0,0,0,0,0,0,0,0,0]),new Uint32Array([2098241,2108353,2170209,2105825,2111713,2100897,2111905,2105473,2105569,2105601,2112289,6291456,2108193,2172417,2112481,2098177]),new Uint32Array([6291456,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,23068672,6291456,6291456])],t=new Uint16Array([616,616,565,147,161,411,330,2,131,131,328,454,241,408,86,86,696,113,285,350,325,301,473,214,639,232,447,64,369,598,124,672,567,223,621,154,107,86,86,86,86,86,86,505,86,68,634,86,218,218,218,218,486,218,218,513,188,608,216,86,217,463,668,85,700,360,184,86,86,86,647,402,153,10,346,718,662,260,145,298,117,1,443,342,138,54,563,86,240,572,218,70,387,86,118,460,641,602,86,86,306,218,86,692,86,86,86,86,86,162,707,86,458,26,86,218,638,86,86,86,86,86,65,449,86,86,306,183,86,58,391,667,86,157,131,131,131,131,86,433,131,406,31,218,247,86,86,693,218,581,351,86,438,295,69,462,45,126,173,650,14,295,69,97,168,187,641,78,523,390,69,108,287,664,173,219,83,295,69,108,431,426,173,694,412,115,628,52,257,398,641,118,501,121,69,579,151,423,173,620,464,121,69,382,151,476,173,27,53,121,86,594,578,226,173,86,632,130,86,96,228,268,641,622,563,86,86,21,148,650,131,131,321,43,144,343,381,531,131,131,178,20,86,399,156,375,164,541,30,60,715,198,92,118,131,131,86,86,306,407,86,280,457,196,488,358,131,131,244,86,86,143,86,86,86,86,86,667,563,86,86,86,86,86,86,86,86,86,86,86,86,86,336,363,86,86,336,86,86,380,678,67,86,86,86,678,86,86,86,512,86,307,86,708,86,86,86,86,86,528,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,563,307,86,86,86,86,86,104,450,337,86,720,86,32,450,397,86,86,86,587,218,558,708,708,293,708,86,86,86,86,86,694,205,86,8,86,86,86,86,549,86,667,697,697,679,86,458,460,86,86,650,86,708,543,86,86,86,245,86,86,86,140,218,127,708,708,458,197,131,131,131,131,500,86,86,483,251,86,306,510,515,86,722,86,86,86,65,201,86,86,483,580,470,86,86,86,368,131,131,131,694,114,110,555,86,86,123,721,163,142,713,418,86,317,675,209,218,218,218,371,545,592,629,490,603,199,46,320,525,680,310,279,388,111,42,252,593,607,235,617,410,377,50,548,135,356,17,520,189,116,392,600,349,332,482,699,690,535,119,106,451,71,152,667,131,218,218,265,671,637,492,504,533,683,269,269,658,86,86,86,86,86,86,86,86,86,491,619,86,86,6,86,86,86,86,86,86,86,86,86,86,86,229,86,86,86,86,86,86,86,86,86,86,86,86,667,86,86,171,131,118,131,656,206,234,571,89,334,670,246,311,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,534,86,86,86,86,86,86,82,86,86,86,86,86,430,86,86,86,86,86,86,86,86,86,599,86,324,86,470,69,640,264,131,626,101,174,86,86,667,233,105,73,374,394,221,204,84,28,326,86,86,471,86,86,86,109,573,86,171,200,200,200,200,218,218,86,86,86,86,460,131,131,131,86,506,86,86,86,86,86,220,404,34,614,47,442,305,25,612,338,601,648,7,344,255,131,131,51,86,312,507,563,86,86,86,86,588,86,86,86,86,86,530,511,86,458,3,435,384,556,522,230,527,86,118,86,86,717,86,137,273,79,181,484,23,93,112,655,249,417,703,370,87,98,313,684,585,155,465,596,481,695,18,416,428,61,701,706,282,643,495,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,549,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,549,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,307,86,86,86,171,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,650,131,422,542,420,263,24,172,86,86,86,86,86,566,86,86,132,540,395,353,494,519,19,485,284,472,131,131,131,16,714,86,211,708,86,86,86,694,698,86,86,483,704,708,218,272,86,86,120,86,159,478,86,307,247,86,86,663,597,459,627,667,86,86,277,455,39,302,86,250,86,86,86,271,99,452,306,281,329,400,200,86,86,362,549,352,646,461,323,586,86,86,4,708,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,717,86,518,86,86,650,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,125,554,480,300,613,72,333,288,561,544,604,48,719,91,169,176,590,224,76,191,29,559,560,231,537,166,477,538,256,437,131,131,469,167,40,0,685,266,441,705,239,642,475,568,640,610,299,673,517,318,385,22,202,180,179,359,424,215,90,66,521,653,467,682,453,409,479,88,131,661,35,303,15,262,666,630,712,131,131,618,659,175,218,195,347,193,227,261,150,165,709,546,294,569,710,270,413,376,524,55,242,38,419,529,170,657,3,304,122,379,278,131,651,86,67,576,458,458,131,131,86,86,86,86,86,86,86,118,309,86,86,547,86,86,86,86,667,650,664,131,131,86,86,56,131,131,131,131,131,131,131,131,86,307,86,86,86,664,238,650,86,86,717,86,118,86,86,315,86,59,86,86,574,549,131,131,340,57,436,86,86,86,86,86,86,458,708,499,691,62,86,650,86,86,694,86,86,86,319,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,171,86,549,694,131,131,131,131,131,131,131,131,131,77,86,86,139,86,502,86,86,86,667,595,131,131,131,86,12,86,13,86,609,131,131,131,131,86,86,86,625,86,669,86,86,182,129,86,5,694,104,86,86,86,86,131,131,86,86,386,171,86,86,86,345,86,324,86,589,86,213,36,131,131,131,131,131,86,86,86,86,104,131,131,131,141,290,80,677,86,86,86,267,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,667,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,515,86,86,33,136,669,86,711,515,86,86,550,640,86,104,708,515,86,159,372,717,86,86,444,515,86,86,663,37,86,563,460,86,390,624,702,131,131,131,131,389,59,708,86,86,341,208,708,635,295,69,108,431,508,100,190,131,131,131,131,131,131,131,131,86,86,86,649,516,660,131,131,86,86,86,218,631,708,131,131,131,131,131,131,131,131,131,131,86,86,341,575,238,514,131,131,86,86,86,218,291,708,307,131,86,86,306,367,708,131,131,131,86,378,697,86,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,615,253,86,86,86,292,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,104,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,69,86,341,553,549,86,307,86,86,645,275,455,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,708,131,131,131,131,131,131,86,86,86,86,86,86,667,460,86,86,86,86,86,86,86,86,86,86,86,86,717,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,667,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,171,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,104,86,667,459,131,131,131,131,131,131,86,458,225,86,86,86,516,549,11,390,405,86,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,460,44,218,197,711,515,131,131,131,131,664,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,307,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,308,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,640,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,118,307,104,286,591,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,549,86,86,681,86,86,75,185,314,582,86,358,496,474,86,104,131,86,86,86,86,146,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,171,86,640,131,131,131,131,131,131,131,131,246,503,689,339,674,81,258,415,439,128,562,366,414,246,503,689,583,222,557,316,636,665,186,355,95,670,246,503,689,339,674,557,258,415,439,186,355,95,670,246,503,689,446,644,536,652,331,532,335,440,274,421,297,570,74,425,364,425,606,552,403,509,134,365,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,218,218,218,498,218,218,577,627,551,497,572,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,553,354,236,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,296,455,131,131,456,243,103,86,41,459,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,9,276,158,716,393,564,383,489,401,654,210,654,131,131,131,640,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,650,86,86,86,86,86,86,717,667,563,563,563,86,549,102,686,133,246,605,86,448,86,86,207,307,131,131,131,641,86,177,611,445,373,194,584,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,308,307,171,86,86,86,86,86,86,86,717,86,86,86,86,86,460,131,131,650,86,86,86,694,708,86,86,694,86,458,131,131,131,131,131,131,667,694,289,650,667,131,131,86,640,131,131,664,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,171,131,131,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,460,86,86,86,86,86,86,86,86,86,86,86,86,86,458,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,640,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,466,203,149,429,94,432,160,687,539,63,237,283,192,248,348,259,427,526,396,676,254,468,487,212,327,623,49,633,322,493,434,688,357,361,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131]),a="\u0635\u0644\u0649 \u0627\u0644\u0644\u0647 \u0639\u0644\u064a\u0647 \u0648\u0633\u0644\u0645\u062c\u0644 \u062c\u0644\u0627\u0644\u0647\u30ad\u30ed\u30e1\u30fc\u30c8\u30ebrad\u2215s2\u30a8\u30b9\u30af\u30fc\u30c9\u30ad\u30ed\u30b0\u30e9\u30e0\u30ad\u30ed\u30ef\u30c3\u30c8\u30b0\u30e9\u30e0\u30c8\u30f3\u30af\u30eb\u30bc\u30a4\u30ed\u30b5\u30f3\u30c1\u30fc\u30e0\u30d1\u30fc\u30bb\u30f3\u30c8\u30d4\u30a2\u30b9\u30c8\u30eb\u30d5\u30a1\u30e9\u30c3\u30c9\u30d6\u30c3\u30b7\u30a7\u30eb\u30d8\u30af\u30bf\u30fc\u30eb\u30de\u30f3\u30b7\u30e7\u30f3\u30df\u30ea\u30d0\u30fc\u30eb\u30ec\u30f3\u30c8\u30b2\u30f3\u2032\u2032\u2032\u20321\u204410viii(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)\u222b\u222b\u222b\u222b(\uc624\uc804)(\uc624\ud6c4)\u30a2\u30d1\u30fc\u30c8\u30a2\u30eb\u30d5\u30a1\u30a2\u30f3\u30da\u30a2\u30a4\u30cb\u30f3\u30b0\u30a8\u30fc\u30ab\u30fc\u30ab\u30e9\u30c3\u30c8\u30ab\u30ed\u30ea\u30fc\u30ad\u30e5\u30ea\u30fc\u30ae\u30eb\u30c0\u30fc\u30af\u30ed\u30fc\u30cd\u30b5\u30a4\u30af\u30eb\u30b7\u30ea\u30f3\u30b0\u30d0\u30fc\u30ec\u30eb\u30d5\u30a3\u30fc\u30c8\u30dd\u30a4\u30f3\u30c8\u30de\u30a4\u30af\u30ed\u30df\u30af\u30ed\u30f3\u30e1\u30ac\u30c8\u30f3\u30ea\u30c3\u30c8\u30eb\u30eb\u30fc\u30d6\u30eb\u682a\u5f0f\u4f1a\u793ekcalm\u2215s2c\u2215kg\u0627\u0643\u0628\u0631\u0645\u062d\u0645\u062f\u0635\u0644\u0639\u0645\u0631\u0633\u0648\u0644\u0631\u06cc\u0627\u06441\u204441\u204423\u20444 \u0308\u0301\u0fb2\u0f71\u0f80\u0fb3\u0f71\u0f80 \u0308\u0342 \u0313\u0300 \u0313\u0301 \u0313\u0342 \u0314\u0300 \u0314\u0301 \u0314\u0342 \u0308\u0300\u2035\u2035\u2035a/ca/sc/oc/utelfax1\u204471\u204491\u204432\u204431\u204452\u204453\u204454\u204451\u204465\u204461\u204483\u204485\u204487\u20448xii0\u20443\u222e\u222e\u222e(1)(2)(3)(4)(5)(6)(7)(8)(9)(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)(m)(n)(o)(p)(q)(r)(s)(t)(u)(v)(w)(x)(y)(z)::====(\u1100)(\u1102)(\u1103)(\u1105)(\u1106)(\u1107)(\u1109)(\u110b)(\u110c)(\u110e)(\u110f)(\u1110)(\u1111)(\u1112)(\uac00)(\ub098)(\ub2e4)(\ub77c)(\ub9c8)(\ubc14)(\uc0ac)(\uc544)(\uc790)(\ucc28)(\uce74)(\ud0c0)(\ud30c)(\ud558)(\uc8fc)(\u4e00)(\u4e8c)(\u4e09)(\u56db)(\u4e94)(\u516d)(\u4e03)(\u516b)(\u4e5d)(\u5341)(\u6708)(\u706b)(\u6c34)(\u6728)(\u91d1)(\u571f)(\u65e5)(\u682a)(\u6709)(\u793e)(\u540d)(\u7279)(\u8ca1)(\u795d)(\u52b4)(\u4ee3)(\u547c)(\u5b66)(\u76e3)(\u4f01)(\u8cc7)(\u5354)(\u796d)(\u4f11)(\u81ea)(\u81f3)pte10\u670811\u670812\u6708ergltd\u30a2\u30fc\u30eb\u30a4\u30f3\u30c1\u30a6\u30a9\u30f3\u30aa\u30f3\u30b9\u30aa\u30fc\u30e0\u30ab\u30a4\u30ea\u30ac\u30ed\u30f3\u30ac\u30f3\u30de\u30ae\u30cb\u30fc\u30b1\u30fc\u30b9\u30b3\u30eb\u30ca\u30b3\u30fc\u30dd\u30bb\u30f3\u30c1\u30c0\u30fc\u30b9\u30ce\u30c3\u30c8\u30cf\u30a4\u30c4\u30d1\u30fc\u30c4\u30d4\u30af\u30eb\u30d5\u30e9\u30f3\u30da\u30cb\u30d2\u30d8\u30eb\u30c4\u30da\u30f3\u30b9\u30da\u30fc\u30b8\u30d9\u30fc\u30bf\u30dc\u30eb\u30c8\u30dd\u30f3\u30c9\u30db\u30fc\u30eb\u30db\u30fc\u30f3\u30de\u30a4\u30eb\u30de\u30c3\u30cf\u30de\u30eb\u30af\u30e4\u30fc\u30c9\u30e4\u30fc\u30eb\u30e6\u30a2\u30f3\u30eb\u30d4\u30fc10\u70b911\u70b912\u70b913\u70b914\u70b915\u70b916\u70b917\u70b918\u70b919\u70b920\u70b921\u70b922\u70b923\u70b924\u70b9hpabardm2dm3khzmhzghzthzmm2cm2km2mm3cm3km3kpampagpalogmilmolppmv\u2215ma\u2215m10\u65e511\u65e512\u65e513\u65e514\u65e515\u65e516\u65e517\u65e518\u65e519\u65e520\u65e521\u65e522\u65e523\u65e524\u65e525\u65e526\u65e527\u65e528\u65e529\u65e530\u65e531\u65e5galffiffl\u05e9\u05bc\u05c1\u05e9\u05bc\u05c2 \u064c\u0651 \u064d\u0651 \u064e\u0651 \u064f\u0651 \u0650\u0651 \u0651\u0670\u0640\u064e\u0651\u0640\u064f\u0651\u0640\u0650\u0651\u062a\u062c\u0645\u062a\u062d\u062c\u062a\u062d\u0645\u062a\u062e\u0645\u062a\u0645\u062c\u062a\u0645\u062d\u062a\u0645\u062e\u062c\u0645\u062d\u062d\u0645\u064a\u062d\u0645\u0649\u0633\u062d\u062c\u0633\u062c\u062d\u0633\u062c\u0649\u0633\u0645\u062d\u0633\u0645\u062c\u0633\u0645\u0645\u0635\u062d\u062d\u0635\u0645\u0645\u0634\u062d\u0645\u0634\u062c\u064a\u0634\u0645\u062e\u0634\u0645\u0645\u0636\u062d\u0649\u0636\u062e\u0645\u0637\u0645\u062d\u0637\u0645\u0645\u0637\u0645\u064a\u0639\u062c\u0645\u0639\u0645\u0645\u0639\u0645\u0649\u063a\u0645\u0645\u063a\u0645\u064a\u063a\u0645\u0649\u0641\u062e\u0645\u0642\u0645\u062d\u0642\u0645\u0645\u0644\u062d\u0645\u0644\u062d\u064a\u0644\u062d\u0649\u0644\u062c\u062c\u0644\u062e\u0645\u0644\u0645\u062d\u0645\u062d\u062c\u0645\u062d\u064a\u0645\u062c\u062d\u0645\u062c\u0645\u0645\u062e\u0645\u0645\u062c\u062e\u0647\u0645\u062c\u0647\u0645\u0645\u0646\u062d\u0645\u0646\u062d\u0649\u0646\u062c\u0645\u0646\u062c\u0649\u0646\u0645\u064a\u0646\u0645\u0649\u064a\u0645\u0645\u0628\u062e\u064a\u062a\u062c\u064a\u062a\u062c\u0649\u062a\u062e\u064a\u062a\u062e\u0649\u062a\u0645\u064a\u062a\u0645\u0649\u062c\u0645\u064a\u062c\u062d\u0649\u062c\u0645\u0649\u0633\u062e\u0649\u0635\u062d\u064a\u0634\u062d\u064a\u0636\u062d\u064a\u0644\u062c\u064a\u0644\u0645\u064a\u064a\u062d\u064a\u064a\u062c\u064a\u064a\u0645\u064a\u0645\u0645\u064a\u0642\u0645\u064a\u0646\u062d\u064a\u0639\u0645\u064a\u0643\u0645\u064a\u0646\u062c\u062d\u0645\u062e\u064a\u0644\u062c\u0645\u0643\u0645\u0645\u062c\u062d\u064a\u062d\u062c\u064a\u0645\u062c\u064a\u0641\u0645\u064a\u0628\u062d\u064a\u0633\u062e\u064a\u0646\u062c\u064a\u0635\u0644\u06d2\u0642\u0644\u06d2\ud834\udd58\ud834\udd65\ud834\udd6e\ud834\udd58\ud834\udd65\ud834\udd6f\ud834\udd58\ud834\udd65\ud834\udd70\ud834\udd58\ud834\udd65\ud834\udd71\ud834\udd58\ud834\udd65\ud834\udd72\ud834\uddb9\ud834\udd65\ud834\udd6e\ud834\uddba\ud834\udd65\ud834\udd6e\ud834\uddb9\ud834\udd65\ud834\udd6f\ud834\uddba\ud834\udd65\ud834\udd6f\u3014s\u3015ppv\u3014\u672c\u3015\u3014\u4e09\u3015\u3014\u4e8c\u3015\u3014\u5b89\u3015\u3014\u70b9\u3015\u3014\u6253\u3015\u3014\u76d7\u3015\u3014\u52dd\u3015\u3014\u6557\u3015 \u0304 \u0301 \u0327ssi\u0307ijl\xb7\u02bcnd\u017eljnjdz \u0306 \u0307 \u030a \u0328 \u0303 \u030b \u03b9\u0565\u0582\u0627\u0674\u0648\u0674\u06c7\u0674\u064a\u0674\u0915\u093c\u0916\u093c\u0917\u093c\u091c\u093c\u0921\u093c\u0922\u093c\u092b\u093c\u092f\u093c\u09a1\u09bc\u09a2\u09bc\u09af\u09bc\u0a32\u0a3c\u0a38\u0a3c\u0a16\u0a3c\u0a17\u0a3c\u0a1c\u0a3c\u0a2b\u0a3c\u0b21\u0b3c\u0b22\u0b3c\u0e4d\u0e32\u0ecd\u0eb2\u0eab\u0e99\u0eab\u0ea1\u0f42\u0fb7\u0f4c\u0fb7\u0f51\u0fb7\u0f56\u0fb7\u0f5b\u0fb7\u0f40\u0fb5\u0f71\u0f72\u0f71\u0f74\u0fb2\u0f80\u0fb3\u0f80\u0f92\u0fb7\u0f9c\u0fb7\u0fa1\u0fb7\u0fa6\u0fb7\u0fab\u0fb7\u0f90\u0fb5a\u02be\u1f00\u03b9\u1f01\u03b9\u1f02\u03b9\u1f03\u03b9\u1f04\u03b9\u1f05\u03b9\u1f06\u03b9\u1f07\u03b9\u1f20\u03b9\u1f21\u03b9\u1f22\u03b9\u1f23\u03b9\u1f24\u03b9\u1f25\u03b9\u1f26\u03b9\u1f27\u03b9\u1f60\u03b9\u1f61\u03b9\u1f62\u03b9\u1f63\u03b9\u1f64\u03b9\u1f65\u03b9\u1f66\u03b9\u1f67\u03b9\u1f70\u03b9\u03b1\u03b9\u03ac\u03b9\u1fb6\u03b9 \u0342\u1f74\u03b9\u03b7\u03b9\u03ae\u03b9\u1fc6\u03b9\u1f7c\u03b9\u03c9\u03b9\u03ce\u03b9\u1ff6\u03b9 \u0333!! \u0305???!!?rs\xb0c\xb0fnosmtmivix\u2add\u0338 \u3099 \u309a\u3088\u308a\u30b3\u30c8333435\ucc38\uace0\uc8fc\uc758363738394042444546474849503\u67084\u67085\u67086\u67087\u67088\u67089\u6708hgev\u30ae\u30ac\u30c7\u30b7\u30c9\u30eb\u30ca\u30ce\u30d4\u30b3\u30d3\u30eb\u30da\u30bd\u30db\u30f3\u30ea\u30e9\u30ec\u30e0daauovpciu\u5e73\u6210\u662d\u548c\u5927\u6b63\u660e\u6cbbna\u03bcakakbmbgbpfnf\u03bcf\u03bcgmg\u03bclmldlklfmnm\u03bcmpsns\u03bcsmsnv\u03bcvkvpwnw\u03bcwmwkwk\u03c9m\u03c9bqcccddbgyhainkkktlnlxphprsrsvwbst\u0574\u0576\u0574\u0565\u0574\u056b\u057e\u0576\u0574\u056d\u05d9\u05b4\u05f2\u05b7\u05e9\u05c1\u05e9\u05c2\u05d0\u05b7\u05d0\u05b8\u05d0\u05bc\u05d1\u05bc\u05d2\u05bc\u05d3\u05bc\u05d4\u05bc\u05d5\u05bc\u05d6\u05bc\u05d8\u05bc\u05d9\u05bc\u05da\u05bc\u05db\u05bc\u05dc\u05bc\u05de\u05bc\u05e0\u05bc\u05e1\u05bc\u05e3\u05bc\u05e4\u05bc\u05e6\u05bc\u05e7\u05bc\u05e8\u05bc\u05ea\u05bc\u05d5\u05b9\u05d1\u05bf\u05db\u05bf\u05e4\u05bf\u05d0\u05dc\u0626\u0627\u0626\u06d5\u0626\u0648\u0626\u06c7\u0626\u06c6\u0626\u06c8\u0626\u06d0\u0626\u0649\u0626\u062c\u0626\u062d\u0626\u0645\u0626\u064a\u0628\u062c\u0628\u0645\u0628\u0649\u0628\u064a\u062a\u0649\u062a\u064a\u062b\u062c\u062b\u0645\u062b\u0649\u062b\u064a\u062e\u062d\u0636\u062c\u0636\u0645\u0637\u062d\u0638\u0645\u063a\u062c\u0641\u062c\u0641\u062d\u0641\u0649\u0641\u064a\u0642\u062d\u0642\u0649\u0642\u064a\u0643\u0627\u0643\u062c\u0643\u062d\u0643\u062e\u0643\u0644\u0643\u0649\u0643\u064a\u0646\u062e\u0646\u0649\u0646\u064a\u0647\u062c\u0647\u0649\u0647\u064a\u064a\u0649\u0630\u0670\u0631\u0670\u0649\u0670\u0626\u0631\u0626\u0632\u0626\u0646\u0628\u0632\u0628\u0646\u062a\u0631\u062a\u0632\u062a\u0646\u062b\u0631\u062b\u0632\u062b\u0646\u0645\u0627\u0646\u0631\u0646\u0632\u0646\u0646\u064a\u0631\u064a\u0632\u0626\u062e\u0626\u0647\u0628\u0647\u062a\u0647\u0635\u062e\u0646\u0647\u0647\u0670\u062b\u0647\u0633\u0647\u0634\u0647\u0637\u0649\u0637\u064a\u0639\u0649\u0639\u064a\u063a\u0649\u063a\u064a\u0633\u0649\u0633\u064a\u0634\u0649\u0634\u064a\u0635\u0649\u0635\u064a\u0636\u0649\u0636\u064a\u0634\u062e\u0634\u0631\u0633\u0631\u0635\u0631\u0636\u0631\u0627\u064b \u064b\u0640\u064b\u0640\u0651 \u0652\u0640\u0652\u0644\u0622\u0644\u0623\u0644\u0625\ud834\udd57\ud834\udd650,1,2,3,4,5,6,7,8,9,wzhvsdwcmcmddj\u307b\u304b\u30b3\u30b3\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf8\xf9\xfa\xfb\xfc\xfd\xfe\u0101\u0103\u0105\u0107\u0109\u010b\u010d\u010f\u0111\u0113\u0115\u0117\u0119\u011b\u011d\u011f\u0121\u0123\u0125\u0127\u0129\u012b\u012d\u012f\u0135\u0137\u013a\u013c\u013e\u0142\u0144\u0146\u0148\u014b\u014d\u014f\u0151\u0153\u0155\u0157\u0159\u015b\u015d\u015f\u0161\u0163\u0165\u0167\u0169\u016b\u016d\u016f\u0171\u0173\u0175\u0177\xff\u017a\u017c\u0253\u0183\u0185\u0254\u0188\u0256\u0257\u018c\u01dd\u0259\u025b\u0192\u0260\u0263\u0269\u0268\u0199\u026f\u0272\u0275\u01a1\u01a3\u01a5\u0280\u01a8\u0283\u01ad\u0288\u01b0\u028a\u028b\u01b4\u01b6\u0292\u01b9\u01bd\u01ce\u01d0\u01d2\u01d4\u01d6\u01d8\u01da\u01dc\u01df\u01e1\u01e3\u01e5\u01e7\u01e9\u01eb\u01ed\u01ef\u01f5\u0195\u01bf\u01f9\u01fb\u01fd\u01ff\u0201\u0203\u0205\u0207\u0209\u020b\u020d\u020f\u0211\u0213\u0215\u0217\u0219\u021b\u021d\u021f\u019e\u0223\u0225\u0227\u0229\u022b\u022d\u022f\u0231\u0233\u2c65\u023c\u019a\u2c66\u0242\u0180\u0289\u028c\u0247\u0249\u024b\u024d\u024f\u0266\u0279\u027b\u0281\u0295\u0371\u0373\u02b9\u0377;\u03f3\u03ad\u03af\u03cc\u03cd\u03b2\u03b3\u03b4\u03b5\u03b6\u03b8\u03ba\u03bb\u03bd\u03be\u03bf\u03c0\u03c1\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03ca\u03cb\u03d7\u03d9\u03db\u03dd\u03df\u03e1\u03e3\u03e5\u03e7\u03e9\u03eb\u03ed\u03ef\u03f8\u03fb\u037b\u037c\u037d\u0450\u0451\u0452\u0453\u0454\u0455\u0456\u0457\u0458\u0459\u045a\u045b\u045c\u045d\u045e\u045f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0461\u0463\u0465\u0467\u0469\u046b\u046d\u046f\u0471\u0473\u0475\u0477\u0479\u047b\u047d\u047f\u0481\u048b\u048d\u048f\u0491\u0493\u0495\u0497\u0499\u049b\u049d\u049f\u04a1\u04a3\u04a5\u04a7\u04a9\u04ab\u04ad\u04af\u04b1\u04b3\u04b5\u04b7\u04b9\u04bb\u04bd\u04bf\u04c2\u04c4\u04c6\u04c8\u04ca\u04cc\u04ce\u04d1\u04d3\u04d5\u04d7\u04d9\u04db\u04dd\u04df\u04e1\u04e3\u04e5\u04e7\u04e9\u04eb\u04ed\u04ef\u04f1\u04f3\u04f5\u04f7\u04f9\u04fb\u04fd\u04ff\u0501\u0503\u0505\u0507\u0509\u050b\u050d\u050f\u0511\u0513\u0515\u0517\u0519\u051b\u051d\u051f\u0521\u0523\u0525\u0527\u0529\u052b\u052d\u052f\u0561\u0562\u0563\u0564\u0566\u0567\u0568\u0569\u056a\u056c\u056e\u056f\u0570\u0571\u0572\u0573\u0575\u0577\u0578\u0579\u057a\u057b\u057c\u057d\u057f\u0580\u0581\u0583\u0584\u0585\u0586\u0f0b\u2d27\u2d2d\u10dc\u13f0\u13f1\u13f2\u13f3\u13f4\u13f5\ua64b\u0250\u0251\u1d02\u025c\u1d16\u1d17\u1d1d\u1d25\u0252\u0255\u025f\u0261\u0265\u026a\u1d7b\u029d\u026d\u1d85\u029f\u0271\u0270\u0273\u0274\u0278\u0282\u01ab\u1d1c\u0290\u0291\u1e01\u1e03\u1e05\u1e07\u1e09\u1e0b\u1e0d\u1e0f\u1e11\u1e13\u1e15\u1e17\u1e19\u1e1b\u1e1d\u1e1f\u1e21\u1e23\u1e25\u1e27\u1e29\u1e2b\u1e2d\u1e2f\u1e31\u1e33\u1e35\u1e37\u1e39\u1e3b\u1e3d\u1e3f\u1e41\u1e43\u1e45\u1e47\u1e49\u1e4b\u1e4d\u1e4f\u1e51\u1e53\u1e55\u1e57\u1e59\u1e5b\u1e5d\u1e5f\u1e61\u1e63\u1e65\u1e67\u1e69\u1e6b\u1e6d\u1e6f\u1e71\u1e73\u1e75\u1e77\u1e79\u1e7b\u1e7d\u1e7f\u1e81\u1e83\u1e85\u1e87\u1e89\u1e8b\u1e8d\u1e8f\u1e91\u1e93\u1e95\u1ea1\u1ea3\u1ea5\u1ea7\u1ea9\u1eab\u1ead\u1eaf\u1eb1\u1eb3\u1eb5\u1eb7\u1eb9\u1ebb\u1ebd\u1ebf\u1ec1\u1ec3\u1ec5\u1ec7\u1ec9\u1ecb\u1ecd\u1ecf\u1ed1\u1ed3\u1ed5\u1ed7\u1ed9\u1edb\u1edd\u1edf\u1ee1\u1ee3\u1ee5\u1ee7\u1ee9\u1eeb\u1eed\u1eef\u1ef1\u1ef3\u1ef5\u1ef7\u1ef9\u1efb\u1efd\u1eff\u1f10\u1f11\u1f12\u1f13\u1f14\u1f15\u1f30\u1f31\u1f32\u1f33\u1f34\u1f35\u1f36\u1f37\u1f40\u1f41\u1f42\u1f43\u1f44\u1f45\u1f51\u1f53\u1f55\u1f57\u1fb0\u1fb1\u1f72\u0390\u1fd0\u1fd1\u1f76\u03b0\u1fe0\u1fe1\u1f7a\u1fe5`\u1f78\u2010+\u2212\u2211\u3008\u3009\u2c30\u2c31\u2c32\u2c33\u2c34\u2c35\u2c36\u2c37\u2c38\u2c39\u2c3a\u2c3b\u2c3c\u2c3d\u2c3e\u2c3f\u2c40\u2c41\u2c42\u2c43\u2c44\u2c45\u2c46\u2c47\u2c48\u2c49\u2c4a\u2c4b\u2c4c\u2c4d\u2c4e\u2c4f\u2c50\u2c51\u2c52\u2c53\u2c54\u2c55\u2c56\u2c57\u2c58\u2c59\u2c5a\u2c5b\u2c5c\u2c5d\u2c5e\u2c61\u026b\u1d7d\u027d\u2c68\u2c6a\u2c6c\u2c73\u2c76\u023f\u0240\u2c81\u2c83\u2c85\u2c87\u2c89\u2c8b\u2c8d\u2c8f\u2c91\u2c93\u2c95\u2c97\u2c99\u2c9b\u2c9d\u2c9f\u2ca1\u2ca3\u2ca5\u2ca7\u2ca9\u2cab\u2cad\u2caf\u2cb1\u2cb3\u2cb5\u2cb7\u2cb9\u2cbb\u2cbd\u2cbf\u2cc1\u2cc3\u2cc5\u2cc7\u2cc9\u2ccb\u2ccd\u2ccf\u2cd1\u2cd3\u2cd5\u2cd7\u2cd9\u2cdb\u2cdd\u2cdf\u2ce1\u2ce3\u2cec\u2cee\u2cf3\u2d61\u6bcd\u9f9f\u4e28\u4e36\u4e3f\u4e59\u4e85\u4ea0\u4eba\u513f\u5165\u5182\u5196\u51ab\u51e0\u51f5\u5200\u529b\u52f9\u5315\u531a\u5338\u535c\u5369\u5382\u53b6\u53c8\u53e3\u56d7\u58eb\u5902\u590a\u5915\u5973\u5b50\u5b80\u5bf8\u5c0f\u5c22\u5c38\u5c6e\u5c71\u5ddb\u5de5\u5df1\u5dfe\u5e72\u5e7a\u5e7f\u5ef4\u5efe\u5f0b\u5f13\u5f50\u5f61\u5f73\u5fc3\u6208\u6236\u624b\u652f\u6534\u6587\u6597\u65a4\u65b9\u65e0\u66f0\u6b20\u6b62\u6b79\u6bb3\u6bcb\u6bd4\u6bdb\u6c0f\u6c14\u722a\u7236\u723b\u723f\u7247\u7259\u725b\u72ac\u7384\u7389\u74dc\u74e6\u7518\u751f\u7528\u7530\u758b\u7592\u7676\u767d\u76ae\u76bf\u76ee\u77db\u77e2\u77f3\u793a\u79b8\u79be\u7a74\u7acb\u7af9\u7c73\u7cf8\u7f36\u7f51\u7f8a\u7fbd\u8001\u800c\u8012\u8033\u807f\u8089\u81e3\u81fc\u820c\u821b\u821f\u826e\u8272\u8278\u864d\u866b\u8840\u884c\u8863\u897e\u898b\u89d2\u8a00\u8c37\u8c46\u8c55\u8c78\u8c9d\u8d64\u8d70\u8db3\u8eab\u8eca\u8f9b\u8fb0\u8fb5\u9091\u9149\u91c6\u91cc\u9577\u9580\u961c\u96b6\u96b9\u96e8\u9751\u975e\u9762\u9769\u97cb\u97ed\u97f3\u9801\u98a8\u98db\u98df\u9996\u9999\u99ac\u9aa8\u9ad8\u9adf\u9b25\u9b2f\u9b32\u9b3c\u9b5a\u9ce5\u9e75\u9e7f\u9ea5\u9ebb\u9ec3\u9ecd\u9ed1\u9ef9\u9efd\u9f0e\u9f13\u9f20\u9f3b\u9f4a\u9f52\u9f8d\u9f9c\u9fa0.\u3012\u5344\u5345\u1101\u11aa\u11ac\u11ad\u1104\u11b0\u11b1\u11b2\u11b3\u11b4\u11b5\u111a\u1108\u1121\u110a\u110d\u1161\u1162\u1163\u1164\u1165\u1166\u1167\u1168\u1169\u116a\u116b\u116c\u116d\u116e\u116f\u1170\u1171\u1172\u1173\u1174\u1175\u1114\u1115\u11c7\u11c8\u11cc\u11ce\u11d3\u11d7\u11d9\u111c\u11dd\u11df\u111d\u111e\u1120\u1122\u1123\u1127\u1129\u112b\u112c\u112d\u112e\u112f\u1132\u1136\u1140\u1147\u114c\u11f1\u11f2\u1157\u1158\u1159\u1184\u1185\u1188\u1191\u1192\u1194\u119e\u11a1\u4e0a\u4e2d\u4e0b\u7532\u4e19\u4e01\u5929\u5730\u554f\u5e7c\u7b8f\uc6b0\u79d8\u7537\u9069\u512a\u5370\u6ce8\u9805\u5199\u5de6\u53f3\u533b\u5b97\u591c\u30c6\u30cc\u30e2\u30e8\u30f0\u30f1\u30f2\ua641\ua643\ua645\ua647\ua649\ua64d\ua64f\ua651\ua653\ua655\ua657\ua659\ua65b\ua65d\ua65f\ua661\ua663\ua665\ua667\ua669\ua66b\ua66d\ua681\ua683\ua685\ua687\ua689\ua68b\ua68d\ua68f\ua691\ua693\ua695\ua697\ua699\ua69b\ua723\ua725\ua727\ua729\ua72b\ua72d\ua72f\ua733\ua735\ua737\ua739\ua73b\ua73d\ua73f\ua741\ua743\ua745\ua747\ua749\ua74b\ua74d\ua74f\ua751\ua753\ua755\ua757\ua759\ua75b\ua75d\ua75f\ua761\ua763\ua765\ua767\ua769\ua76b\ua76d\ua76f\ua77a\ua77c\u1d79\ua77f\ua781\ua783\ua785\ua787\ua78c\ua791\ua793\ua797\ua799\ua79b\ua79d\ua79f\ua7a1\ua7a3\ua7a5\ua7a7\ua7a9\u026c\u029e\u0287\uab53\ua7b5\ua7b7\uab37\uab52\u13a0\u13a1\u13a2\u13a3\u13a4\u13a5\u13a6\u13a7\u13a8\u13a9\u13aa\u13ab\u13ac\u13ad\u13ae\u13af\u13b0\u13b1\u13b2\u13b3\u13b4\u13b5\u13b6\u13b7\u13b8\u13b9\u13ba\u13bb\u13bc\u13bd\u13be\u13bf\u13c0\u13c1\u13c2\u13c3\u13c4\u13c5\u13c6\u13c7\u13c8\u13c9\u13ca\u13cb\u13cc\u13cd\u13ce\u13cf\u13d0\u13d1\u13d2\u13d3\u13d4\u13d5\u13d6\u13d7\u13d8\u13d9\u13da\u13db\u13dc\u13dd\u13de\u13df\u13e0\u13e1\u13e2\u13e3\u13e4\u13e5\u13e6\u13e7\u13e8\u13e9\u13ea\u13eb\u13ec\u13ed\u13ee\u13ef\u8c48\u66f4\u8cc8\u6ed1\u4e32\u53e5\u5951\u5587\u5948\u61f6\u7669\u7f85\u863f\u87ba\u88f8\u908f\u6a02\u6d1b\u70d9\u73de\u843d\u916a\u99f1\u4e82\u5375\u6b04\u721b\u862d\u9e1e\u5d50\u6feb\u85cd\u8964\u62c9\u81d8\u881f\u5eca\u6717\u6d6a\u72fc\u90ce\u4f86\u51b7\u52de\u64c4\u6ad3\u7210\u76e7\u8606\u865c\u8def\u9732\u9b6f\u9dfa\u788c\u797f\u7da0\u83c9\u9304\u8ad6\u58df\u5f04\u7c60\u807e\u7262\u78ca\u8cc2\u96f7\u58d8\u5c62\u6a13\u6dda\u6f0f\u7d2f\u7e37\u964b\u52d2\u808b\u51dc\u51cc\u7a1c\u7dbe\u83f1\u9675\u8b80\u62cf\u8afe\u4e39\u5be7\u6012\u7387\u7570\u5317\u78fb\u4fbf\u5fa9\u4e0d\u6ccc\u6578\u7d22\u53c3\u585e\u7701\u8449\u8aaa\u6bba\u6c88\u62fe\u82e5\u63a0\u7565\u4eae\u5169\u51c9\u6881\u7ce7\u826f\u8ad2\u91cf\u52f5\u5442\u5eec\u65c5\u6ffe\u792a\u95ad\u9a6a\u9e97\u9ece\u66c6\u6b77\u8f62\u5e74\u6190\u6200\u649a\u6f23\u7149\u7489\u79ca\u7df4\u806f\u8f26\u84ee\u9023\u934a\u5217\u52a3\u54bd\u70c8\u88c2\u5ec9\u5ff5\u637b\u6bae\u7c3e\u7375\u4ee4\u56f9\u5dba\u601c\u73b2\u7469\u7f9a\u8046\u9234\u96f6\u9748\u9818\u4f8b\u79ae\u91b4\u96b8\u60e1\u4e86\u50da\u5bee\u5c3f\u6599\u71ce\u7642\u84fc\u907c\u6688\u962e\u5289\u677b\u67f3\u6d41\u6e9c\u7409\u7559\u786b\u7d10\u985e\u622e\u9678\u502b\u5d19\u6dea\u8f2a\u5f8b\u6144\u6817\u9686\u5229\u540f\u5c65\u6613\u674e\u68a8\u6ce5\u7406\u75e2\u7f79\u88cf\u88e1\u96e2\u533f\u6eba\u541d\u71d0\u7498\u85fa\u96a3\u9c57\u9e9f\u6797\u6dcb\u81e8\u7b20\u7c92\u72c0\u7099\u8b58\u4ec0\u8336\u523a\u5207\u5ea6\u62d3\u7cd6\u5b85\u6d1e\u66b4\u8f3b\u964d\u5ed3\u5140\u55c0\u585a\u6674\u51de\u732a\u76ca\u793c\u795e\u7965\u798f\u9756\u7cbe\u8612\u8af8\u9038\u90fd\u98ef\u98fc\u9928\u9db4\u90de\u96b7\u4fae\u50e7\u514d\u52c9\u52e4\u5351\u559d\u5606\u5668\u5840\u58a8\u5c64\u6094\u6168\u618e\u61f2\u654f\u65e2\u6691\u6885\u6d77\u6e1a\u6f22\u716e\u722b\u7422\u7891\u7949\u7948\u7950\u7956\u798d\u798e\u7a40\u7a81\u7bc0\u7e09\u7e41\u7f72\u8005\u81ed\u8279\u8457\u8910\u8996\u8b01\u8b39\u8cd3\u8d08\u8fb6\u96e3\u97ff\u983b\u6075\ud850\udeee\u8218\u4e26\u51b5\u5168\u4f80\u5145\u5180\u52c7\u52fa\u5555\u5599\u55e2\u58b3\u5944\u5954\u5a62\u5b28\u5ed2\u5ed9\u5f69\u5fad\u60d8\u614e\u6108\u6160\u6234\u63c4\u641c\u6452\u6556\u671b\u6756\u6edb\u6ecb\u701e\u77a7\u7235\u72af\u7471\u7506\u753b\u761d\u761f\u76db\u76f4\u774a\u7740\u78cc\u7ab1\u7c7b\u7d5b\u7f3e\u8352\u83ef\u8779\u8941\u8986\u8abf\u8acb\u8aed\u8b8a\u8f38\u9072\u9199\u9276\u967c\u97db\u980b\u9b12\ud84a\udc4a\ud84a\udc44\ud84c\udfd5\u3b9d\u4018\u4039\ud854\ude49\ud857\udcd0\ud85f\uded3\u9f43\u9f8e\u05e2\u05dd\u0671\u067b\u067e\u0680\u067a\u067f\u0679\u06a4\u06a6\u0684\u0683\u0686\u0687\u068d\u068c\u068e\u0688\u0698\u0691\u06a9\u06af\u06b3\u06b1\u06ba\u06bb\u06c0\u06c1\u06be\u06d3\u06ad\u06cb\u06c5\u06c9\u3001\u3016\u3017\u2014\u2013_{}\u3010\u3011\u300a\u300b\u300c\u300d\u300e\u300f[]#&*-<>\\$%@\u0621\u0624\u0629\"'^|~\u2985\u2986\u30fb\u30a5\u30e3\xa2\xa3\xac\xa6\xa5\u20a9\u2502\u2190\u2191\u2192\u2193\u25a0\u25cb\ud801\udc28\ud801\udc29\ud801\udc2a\ud801\udc2b\ud801\udc2c\ud801\udc2d\ud801\udc2e\ud801\udc2f\ud801\udc30\ud801\udc31\ud801\udc32\ud801\udc33\ud801\udc34\ud801\udc35\ud801\udc36\ud801\udc37\ud801\udc38\ud801\udc39\ud801\udc3a\ud801\udc3b\ud801\udc3c\ud801\udc3d\ud801\udc3e\ud801\udc3f\ud801\udc40\ud801\udc41\ud801\udc42\ud801\udc43\ud801\udc44\ud801\udc45\ud801\udc46\ud801\udc47\ud801\udc48\ud801\udc49\ud801\udc4a\ud801\udc4b\ud801\udc4c\ud801\udc4d\ud801\udc4e\ud801\udc4f\ud801\udcd8\ud801\udcd9\ud801\udcda\ud801\udcdb\ud801\udcdc\ud801\udcdd\ud801\udcde\ud801\udcdf\ud801\udce0\ud801\udce1\ud801\udce2\ud801\udce3\ud801\udce4\ud801\udce5\ud801\udce6\ud801\udce7\ud801\udce8\ud801\udce9\ud801\udcea\ud801\udceb\ud801\udcec\ud801\udced\ud801\udcee\ud801\udcef\ud801\udcf0\ud801\udcf1\ud801\udcf2\ud801\udcf3\ud801\udcf4\ud801\udcf5\ud801\udcf6\ud801\udcf7\ud801\udcf8\ud801\udcf9\ud801\udcfa\ud801\udcfb\ud803\udcc0\ud803\udcc1\ud803\udcc2\ud803\udcc3\ud803\udcc4\ud803\udcc5\ud803\udcc6\ud803\udcc7\ud803\udcc8\ud803\udcc9\ud803\udcca\ud803\udccb\ud803\udccc\ud803\udccd\ud803\udcce\ud803\udccf\ud803\udcd0\ud803\udcd1\ud803\udcd2\ud803\udcd3\ud803\udcd4\ud803\udcd5\ud803\udcd6\ud803\udcd7\ud803\udcd8\ud803\udcd9\ud803\udcda\ud803\udcdb\ud803\udcdc\ud803\udcdd\ud803\udcde\ud803\udcdf\ud803\udce0\ud803\udce1\ud803\udce2\ud803\udce3\ud803\udce4\ud803\udce5\ud803\udce6\ud803\udce7\ud803\udce8\ud803\udce9\ud803\udcea\ud803\udceb\ud803\udcec\ud803\udced\ud803\udcee\ud803\udcef\ud803\udcf0\ud803\udcf1\ud803\udcf2\ud806\udcc0\ud806\udcc1\ud806\udcc2\ud806\udcc3\ud806\udcc4\ud806\udcc5\ud806\udcc6\ud806\udcc7\ud806\udcc8\ud806\udcc9\ud806\udcca\ud806\udccb\ud806\udccc\ud806\udccd\ud806\udcce\ud806\udccf\ud806\udcd0\ud806\udcd1\ud806\udcd2\ud806\udcd3\ud806\udcd4\ud806\udcd5\ud806\udcd6\ud806\udcd7\ud806\udcd8\ud806\udcd9\ud806\udcda\ud806\udcdb\ud806\udcdc\ud806\udcdd\ud806\udcde\ud806\udcdf\u0131\u0237\u2207\u2202\ud83a\udd22\ud83a\udd23\ud83a\udd24\ud83a\udd25\ud83a\udd26\ud83a\udd27\ud83a\udd28\ud83a\udd29\ud83a\udd2a\ud83a\udd2b\ud83a\udd2c\ud83a\udd2d\ud83a\udd2e\ud83a\udd2f\ud83a\udd30\ud83a\udd31\ud83a\udd32\ud83a\udd33\ud83a\udd34\ud83a\udd35\ud83a\udd36\ud83a\udd37\ud83a\udd38\ud83a\udd39\ud83a\udd3a\ud83a\udd3b\ud83a\udd3c\ud83a\udd3d\ud83a\udd3e\ud83a\udd3f\ud83a\udd40\ud83a\udd41\ud83a\udd42\ud83a\udd43\u066e\u06a1\u066f\u5b57\u53cc\u591a\u89e3\u4ea4\u6620\u7121\u524d\u5f8c\u518d\u65b0\u521d\u7d42\u8ca9\u58f0\u5439\u6f14\u6295\u6355\u904a\u6307\u7981\u7a7a\u5408\u6e80\u7533\u5272\u55b6\u914d\u5f97\u53ef\u4e3d\u4e38\u4e41\ud840\udd22\u4f60\u4fbb\u5002\u507a\u5099\u50cf\u349e\ud841\ude3a\u5154\u5164\u5177\ud841\udd1c\u34b9\u5167\ud841\udd4b\u5197\u51a4\u4ecc\u51ac\ud864\udddf\u5203\u34df\u523b\u5246\u5277\u3515\u5305\u5306\u5349\u535a\u5373\u537d\u537f\ud842\ude2c\u7070\u53ca\u53df\ud842\udf63\u53eb\u53f1\u5406\u549e\u5438\u5448\u5468\u54a2\u54f6\u5510\u5553\u5563\u5584\u55ab\u55b3\u55c2\u5716\u5717\u5651\u5674\u58ee\u57ce\u57f4\u580d\u578b\u5832\u5831\u58ac\ud845\udce4\u58f2\u58f7\u5906\u5922\u5962\ud845\udea8\ud845\udeea\u59ec\u5a1b\u5a27\u59d8\u5a66\u36ee\u5b08\u5b3e\ud846\uddc8\u5bc3\u5bd8\u5bf3\ud846\udf18\u5bff\u5c06\u3781\u5c60\u5cc0\u5c8d\ud847\udde4\u5d43\ud847\udde6\u5d6e\u5d6b\u5d7c\u5de1\u5de2\u382f\u5dfd\u5e28\u5e3d\u5e69\u3862\ud848\udd83\u387c\u5eb0\u5eb3\u5eb6\ud868\udf92\ud848\udf31\u8201\u5f22\u38c7\ud84c\udeb8\ud858\uddda\u5f62\u5f6b\u38e3\u5f9a\u5fcd\u5fd7\u5ff9\u6081\u393a\u391c\ud849\uded4\u60c7\u6148\u614c\u617a\u61b2\u61a4\u61af\u61de\u621b\u625d\u62b1\u62d4\u6350\ud84a\udf0c\u633d\u62fc\u6368\u6383\u63e4\ud84a\udff1\u6422\u63c5\u63a9\u3a2e\u6469\u647e\u649d\u6477\u3a6c\u656c\ud84c\udc0a\u65e3\u66f8\u6649\u3b19\u3b08\u3ae4\u5192\u5195\u6700\u669c\u80ad\u43d9\u6721\u675e\u6753\ud84c\udfc3\u3b49\u67fa\u6785\u6852\ud84d\udc6d\u688e\u681f\u6914\u6942\u69a3\u69ea\u6aa8\ud84d\udea3\u6adb\u3c18\u6b21\ud84e\udca7\u6b54\u3c4e\u6b72\u6b9f\u6bbb\ud84e\ude8d\ud847\udd0b\ud84e\udefa\u6c4e\ud84f\udcbc\u6cbf\u6ccd\u6c67\u6d16\u6d3e\u6d69\u6d78\u6d85\ud84f\udd1e\u6d34\u6e2f\u6e6e\u3d33\u6ec7\ud84f\uded1\u6df9\u6f6e\ud84f\udf5e\ud84f\udf8e\u6fc6\u7039\u701b\u3d96\u704a\u707d\u7077\u70ad\ud841\udd25\u7145\ud850\ude63\u719c\u7228\u7250\ud851\ude08\u7280\u7295\ud851\udf35\ud852\udc14\u737a\u738b\u3eac\u73a5\u3eb8\u7447\u745c\u7485\u74ca\u3f1b\u7524\ud853\udc36\u753e\ud853\udc92\ud848\udd9f\u7610\ud853\udfa1\ud853\udfb8\ud854\udc44\u3ffc\u4008\ud854\udcf3\ud854\udcf2\ud854\udd19\ud854\udd33\u771e\u771f\u778b\u4046\u4096\ud855\udc1d\u784e\u40e3\ud855\ude26\ud855\ude9a\ud855\udec5\u79eb\u412f\u7a4a\u7a4f\ud856\udd7c\ud856\udea7\u4202\ud856\udfab\u7bc6\u7bc9\u4227\ud857\udc80\u7cd2\u42a0\u7ce8\u7ce3\u7d00\ud857\udf86\u7d63\u4301\u7dc7\u7e02\u7e45\u4334\ud858\ude28\ud858\ude47\u4359\ud858\uded9\u7f7a\ud858\udf3e\u7f95\u7ffa\ud859\udcda\ud859\udd23\u8060\ud859\udda8\u8070\ud84c\udf5f\u43d5\u80b2\u8103\u440b\u813e\u5ab5\ud859\udfa7\ud859\udfb5\ud84c\udf93\ud84c\udf9c\u8204\u8f9e\u446b\u8291\u828b\u829d\u52b3\u82b1\u82b3\u82bd\u82e6\ud85a\udf3c\u831d\u8363\u83ad\u8323\u83bd\u83e7\u8353\u83ca\u83cc\u83dc\ud85b\udc36\ud85b\udd6b\ud85b\udcd5\u452b\u84f1\u84f3\u8516\ud85c\udfca\u8564\ud85b\udf2c\u455d\u4561\ud85b\udfb1\ud85c\udcd2\u456b\u8650\u8667\u8669\u86a9\u8688\u870e\u86e2\u8728\u876b\u8786\u87e1\u8801\u45f9\u8860\ud85d\ude67\u88d7\u88de\u4635\u88fa\u34bb\ud85e\udcae\ud85e\udd66\u46be\u46c7\u8aa0\ud85f\udca8\u8cab\u8cc1\u8d1b\u8d77\ud85f\udf2f\ud842\udc04\u8dcb\u8dbc\u8df0\ud842\udcde\u8ed4\ud861\uddd2\ud861\udded\u9094\u90f1\u9111\ud861\udf2e\u911b\u9238\u92d7\u92d8\u927c\u93f9\u9415\ud862\udffa\u958b\u4995\u95b7\ud863\udd77\u49e6\u96c3\u5db2\u9723\ud864\udd45\ud864\ude1a\u4a6e\u4a76\u97e0\ud865\udc0a\u4ab2\ud865\udc96\u9829\ud865\uddb6\u98e2\u4b33\u9929\u99a7\u99c2\u99fe\u4bce\ud866\udf30\u9c40\u9cfd\u4cce\u4ced\u9d67\ud868\udcce\u4cf8\ud868\udd05\ud868\ude0e\ud868\ude91\u4d56\u9efe\u9f05\u9f0f\u9f16\ud869\ude00";function r(a){return a>=196608?a>=917760&&a<=917999?18874368:0:e[t[a>>4]][15&a]}return{mapStr:a,mapChar:r}}))},"429b":function(e,t,a){e.exports=a("faa1").EventEmitter},"42be":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(a("38a2"));function n(e){return e&&e.__esModule?e:{default:e}}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e||(e=Number(new Date)),10==e.toString().length&&(e*=1e3);var a=+new Date(Number(e)),n=(Number(new Date)-a)/1e3,c="";switch(!0){case n<300:c="\u521a\u521a";break;case n>=300&&n<3600:c=parseInt(n/60)+"\u5206\u949f\u524d";break;case n>=3600&&n<86400:c=parseInt(n/3600)+"\u5c0f\u65f6\u524d";break;case n>=86400&&n<2592e3:c=parseInt(n/86400)+"\u5929\u524d";break;default:c=!1===t?n>=2592e3&&n<31536e3?parseInt(n/2592e3)+"\u4e2a\u6708\u524d":parseInt(n/31536e3)+"\u5e74\u524d":(0,r.default)(a,t)}return c}var i=c;t.default=i},"42d2":function(e,t,a){var r=a("a9ab"),n=a("8796"),c=function(){};function i(e,t){delete e.uri;var a=!1;"json"===e.responseType&&(e.responseType="text",a=!0);var i=r(e,(function(r,i,o){if(a&&!r)try{var f=i.rawRequest.responseText;o=JSON.parse(f)}catch(d){r=d}i=n(e,i),t(r,r?null:o,i),t=c})),o=i.onabort;return i.onabort=function(){var e=o.apply(i,Array.prototype.slice.call(arguments));return t(new Error("XHR Aborted")),t=c,e},i}e.exports=i},"42d4":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=c;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}function c(e,t){return(0,r.default)(e),e.replace(new RegExp("[".concat(t,"]+"),"g"),"")}e.exports=t.default,e.exports.default=t.default},4362:function(e,t,a){t.nextTick=function(e){var t=Array.prototype.slice.call(arguments);t.shift(),setTimeout((function(){e.apply(null,t)}),0)},t.platform=t.arch=t.execPath=t.title="browser",t.pid=1,t.browser=!0,t.env={},t.argv=[],t.binding=function(e){throw new Error("No such module. (Possibly not yet loaded)")},function(){var e,r="/";t.cwd=function(){return r},t.chdir=function(t){e||(e=a("df7c")),r=e.resolve(t,r)}}(),t.exit=t.kill=t.umask=t.dlopen=t.uptime=t.memoryUsage=t.uvCounters=function(){},t.features={}},"43c6":function(e,t,a){var r=a("8707").Buffer;function n(e){if(e.length<8)return!1;if(e.length>72)return!1;if(48!==e[0])return!1;if(e[1]!==e.length-2)return!1;if(2!==e[2])return!1;var t=e[3];if(0===t)return!1;if(5+t>=e.length)return!1;if(2!==e[4+t])return!1;var a=e[5+t];return 0!==a&&(6+t+a===e.length&&(!(128&e[4])&&(!(t>1&&0===e[4]&&!(128&e[5]))&&(!(128&e[t+6])&&!(a>1&&0===e[t+6]&&!(128&e[t+7]))))))}function c(e){if(e.length<8)throw new Error("DER sequence length is too short");if(e.length>72)throw new Error("DER sequence length is too long");if(48!==e[0])throw new Error("Expected DER sequence");if(e[1]!==e.length-2)throw new Error("DER sequence length is invalid");if(2!==e[2])throw new Error("Expected DER integer");var t=e[3];if(0===t)throw new Error("R length is zero");if(5+t>=e.length)throw new Error("R length is too long");if(2!==e[4+t])throw new Error("Expected DER integer (2)");var a=e[5+t];if(0===a)throw new Error("S length is zero");if(6+t+a!==e.length)throw new Error("S length is invalid");if(128&e[4])throw new Error("R value is negative");if(t>1&&0===e[4]&&!(128&e[5]))throw new Error("R value excessively padded");if(128&e[t+6])throw new Error("S value is negative");if(a>1&&0===e[t+6]&&!(128&e[t+7]))throw new Error("S value excessively padded");return{r:e.slice(4,4+t),s:e.slice(6+t)}}function i(e,t){var a=e.length,n=t.length;if(0===a)throw new Error("R length is zero");if(0===n)throw new Error("S length is zero");if(a>33)throw new Error("R length is too long");if(n>33)throw new Error("S length is too long");if(128&e[0])throw new Error("R value is negative");if(128&t[0])throw new Error("S value is negative");if(a>1&&0===e[0]&&!(128&e[1]))throw new Error("R value excessively padded");if(n>1&&0===t[0]&&!(128&t[1]))throw new Error("S value excessively padded");var c=r.allocUnsafe(6+a+n);return c[0]=48,c[1]=c.length-2,c[2]=2,c[3]=e.length,e.copy(c,4),c[4+a]=2,c[5+a]=t.length,t.copy(c,6+a),c}e.exports={check:n,decode:c,encode:i}},"442b":function(e,t){e.exports="/static/tongyonh/Polygon2.png"},"448a":function(e,t,a){var r=a("2236"),n=a("11b0"),c=a("6613"),i=a("0676");function o(e){return r(e)||n(e)||c(e)||i()}e.exports=o},"44a3":function(e,t,a){"use strict";var r=a("399f"),n=a("f3a3"),c=n.assert,i=n.cachedProperty,o=n.parseBytes;function f(e,t){this.eddsa=e,"object"!==typeof t&&(t=o(t)),Array.isArray(t)&&(t={R:t.slice(0,e.encodingLength),S:t.slice(e.encodingLength)}),c(t.R&&t.S,"Signature without R or S"),e.isPoint(t.R)&&(this._R=t.R),t.S instanceof r&&(this._S=t.S),this._Rencoded=Array.isArray(t.R)?t.R:t.Rencoded,this._Sencoded=Array.isArray(t.S)?t.S:t.Sencoded}i(f,"S",(function(){return this.eddsa.decodeInt(this.Sencoded())})),i(f,"R",(function(){return this.eddsa.decodePoint(this.Rencoded())})),i(f,"Rencoded",(function(){return this.eddsa.encodePoint(this.R())})),i(f,"Sencoded",(function(){return this.eddsa.encodeInt(this.S())})),f.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},f.prototype.toHex=function(){return n.encode(this.toBytes(),"hex").toUpperCase()},e.exports=f},"44e6":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;r(a("8e09"));function r(e){return e&&e.__esModule?e:{default:e}}var n={data:function(){return{checked:!1}},methods:{change:function(e){}}};t.default=n},"44ec":function(e){e.exports=JSON.parse('{"name":"EIP-2537","number":2537,"comment":"BLS12-381 precompiles","url":"https://eips.ethereum.org/EIPS/eip-2537","status":"Draft","minimumHardfork":"chainstart","gasConfig":{},"gasPrices":{"Bls12381G1AddGas":{"v":600,"d":"Gas cost of a single BLS12-381 G1 addition precompile-call"},"Bls12381G1MulGas":{"v":12000,"d":"Gas cost of a single BLS12-381 G1 multiplication precompile-call"},"Bls12381G2AddGas":{"v":4500,"d":"Gas cost of a single BLS12-381 G2 addition precompile-call"},"Bls12381G2MulGas":{"v":55000,"d":"Gas cost of a single BLS12-381 G2 multiplication precompile-call"},"Bls12381PairingBaseGas":{"v":115000,"d":"Base gas cost of BLS12-381 pairing check"},"Bls12381PairingPerPairGas":{"v":23000,"d":"Per-pair gas cost of BLS12-381 pairing check"},"Bls12381MapG1Gas":{"v":5500,"d":"Gas cost of BLS12-381 map field element to G1"},"Bls12381MapG2Gas":{"v":110000,"d":"Gas cost of BLS12-381 map field element to G2"},"Bls12381MultiExpGasDiscount":{"v":[[1,1200],[2,888],[3,764],[4,641],[5,594],[6,547],[7,500],[8,453],[9,438],[10,423],[11,408],[12,394],[13,379],[14,364],[15,349],[16,334],[17,330],[18,326],[19,322],[20,318],[21,314],[22,310],[23,306],[24,302],[25,298],[26,294],[27,289],[28,285],[29,281],[30,277],[31,273],[32,269],[33,268],[34,266],[35,265],[36,263],[37,262],[38,260],[39,259],[40,257],[41,256],[42,254],[43,253],[44,251],[45,250],[46,248],[47,247],[48,245],[49,244],[50,242],[51,241],[52,239],[53,238],[54,236],[55,235],[56,233],[57,232],[58,231],[59,229],[60,228],[61,226],[62,225],[63,223],[64,222],[65,221],[66,220],[67,219],[68,219],[69,218],[70,217],[71,216],[72,216],[73,215],[74,214],[75,213],[76,213],[77,212],[78,211],[79,211],[80,210],[81,209],[82,208],[83,208],[84,207],[85,206],[86,205],[87,205],[88,204],[89,203],[90,202],[91,202],[92,201],[93,200],[94,199],[95,199],[96,198],[97,197],[98,196],[99,196],[100,195],[101,194],[102,193],[103,193],[104,192],[105,191],[106,191],[107,190],[108,189],[109,188],[110,188],[111,187],[112,186],[113,185],[114,185],[115,184],[116,183],[117,182],[118,182],[119,181],[120,180],[121,179],[122,179],[123,178],[124,177],[125,176],[126,176],[127,175],[128,174]],"d":"Discount gas costs of calls to the MultiExp precompiles with `k` (point, scalar) pair"}},"vm":{},"pow":{}}')},4600:function(e,t,a){"use strict";a.r(t);var r=a("ba85"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},"462b":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^[\x00-\x7F]+$/;function i(e){return(0,r.default)(e),c.test(e)}e.exports=t.default,e.exports.default=t.default},"467a":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.encode=s,t.decode=l;var r=a("ecb6"),n=a("20ed"),c=a("6400"),i=new n.Logger(c.version);function o(e){var t=[];while(e)t.unshift(255&e),e>>=8;return t}function f(e,t,a){for(var r=0,n=0;nt+1+r&&i.throwError("child data too short",n.Logger.errors.BUFFER_OVERRUN,{})}return{consumed:1+r,result:c}}function b(e,t){if(0===e.length&&i.throwError("data too short",n.Logger.errors.BUFFER_OVERRUN,{}),e[t]>=248){var a=e[t]-247;t+1+a>e.length&&i.throwError("data short segment too short",n.Logger.errors.BUFFER_OVERRUN,{});var c=f(e,t+1,a);return t+1+a+c>e.length&&i.throwError("data long segment too short",n.Logger.errors.BUFFER_OVERRUN,{}),u(e,t,t+1+a,a+c)}if(e[t]>=192){var o=e[t]-192;return t+1+o>e.length&&i.throwError("data array too short",n.Logger.errors.BUFFER_OVERRUN,{}),u(e,t,t+1,o)}if(e[t]>=184){var d=e[t]-183;t+1+d>e.length&&i.throwError("data array too short",n.Logger.errors.BUFFER_OVERRUN,{});var s=f(e,t+1,d);t+1+d+s>e.length&&i.throwError("data array too short",n.Logger.errors.BUFFER_OVERRUN,{});var b=(0,r.hexlify)(e.slice(t+1+d,t+1+d+s));return{consumed:1+d+s,result:b}}if(e[t]>=128){var l=e[t]-128;t+1+l>e.length&&i.throwError("data too short",n.Logger.errors.BUFFER_OVERRUN,{});var h=(0,r.hexlify)(e.slice(t+1,t+1+l));return{consumed:1+l,result:h}}return{consumed:1,result:(0,r.hexlify)(e[t])}}function l(e){var t=(0,r.arrayify)(e),a=b(t,0);return a.consumed!==t.length&&i.throwArgumentError("invalid rlp data","data",e),a.result}},4681:function(e,t,a){"use strict";var r=a("966d");function n(e,t){var a=this,n=this._readableState&&this._readableState.destroyed,c=this._writableState&&this._writableState.destroyed;return n||c?(t?t(e):!e||this._writableState&&this._writableState.errorEmitted||r.nextTick(i,this,e),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?(r.nextTick(i,a,e),a._writableState&&(a._writableState.errorEmitted=!0)):t&&t(e)})),this)}function c(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function i(e,t){e.emit("error",t)}e.exports={destroy:n,undestroy:c}},"46af":function(e,t){e.exports="/static/tongyonh/Frame71.png"},"46be":function(e,t){var a=function(e){var t=function(e){return e.length%2===0?e:"0"+e},a=function(e){return t(e.toString(16))},r=function(e,t){return e<56?a(t+e):a(t+a(e).length/2+55)+a(e)},n=function e(t){if("string"===typeof t){var a=t.slice(2),n=2!=a.length||a>="80"?r(a.length/2,128):"";return n+a}var c=t.map(e).join(""),i=r(c.length/2,192);return i+c};return"0x"+n(e)},r=function(e){var t=2,a=function(){if(t>=e.length)throw"";var a=e.slice(t,t+2);return a<"80"?(t+=2,"0x"+a):a<"c0"?n():c()},r=function(){var a=parseInt(e.slice(t,t+=2),16)%64;return a<56?a:parseInt(e.slice(t,t+=2*(a-55)),16)},n=function(){var a=r();return"0x"+e.slice(t,t+=2*a)},c=function(){var e=2*r()+t,n=[];while(te.length)&&(t=e.length);for(var a=0,r=new Array(t);a]/.test(e))return!1;if(0===e.indexOf("mailto:"))return!1;if(t=(0,i.default)(t,h),t.validate_length&&e.length>=2083)return!1;if(!t.allow_fragments&&e.includes("#"))return!1;if(!t.allow_query_components&&(e.includes("?")||e.includes("&")))return!1;var a,o,d,s,u,b,l,x;if(l=e.split("#"),e=l.shift(),l=e.split("?"),e=l.shift(),l=e.split("://"),l.length>1){if(a=l.shift().toLowerCase(),t.require_valid_protocol&&-1===t.protocols.indexOf(a))return!1}else{if(t.require_protocol)return!1;if("//"===e.substr(0,2)){if(!t.allow_protocol_relative_urls)return!1;l[0]=e.substr(2)}}if(e=l.join("://"),""===e)return!1;if(l=e.split("/"),e=l.shift(),""===e&&!t.require_host)return!0;if(l=e.split("@"),l.length>1){if(t.disallow_auth)return!1;if(""===l[0])return!1;if(o=l.shift(),o.indexOf(":")>=0&&o.split(":").length>2)return!1;var m=o.split(":"),g=f(m,2),y=g[0],w=g[1];if(""===y&&""===w)return!1}s=l.join("@"),b=null,x=null;var _=s.match(p);if(_?(d="",x=_[1],b=_[2]||null):(l=s.split(":"),d=l.shift(),l.length&&(b=l.join(":"))),null!==b&&b.length>0){if(u=parseInt(b,10),!/^[0-9]+$/.test(b)||u<=0||u>65535)return!1}else if(t.require_port)return!1;return t.host_whitelist?v(d,t.host_whitelist):!!((0,c.default)(d)||(0,n.default)(d,t)||x&&(0,c.default)(x,6))&&(d=d||x,!t.host_blacklist||!v(d,t.host_blacklist))}e.exports=t.default,e.exports.default=t.default},4879:function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var r={navigation:a("8e09").default,uTabs:a("12bb").default},n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[e._$s(2,"i","Bitcoin"==e.userObject.coinList[0].xname)?r("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}}):e._e(),e._$s(3,"i","Ethereum"==e.userObject.coinList[0].xname)?r("text",{staticClass:e._$s(3,"sc","big_title"),attrs:{_i:3}}):e._e(),e._$s(4,"i","TRON"==e.userObject.coinList[0].xname)?r("text",{staticClass:e._$s(4,"sc","big_title"),attrs:{_i:4}}):e._e()]),r("view",{staticClass:e._$s(5,"sc","main"),attrs:{_i:5}},[r("view",{staticClass:e._$s(6,"sc","money_con"),class:e._$s(6,"c",{money_con:"Ethereum"==e.userObject.coinList[0].xname,money_con2:"Bitcoin"==e.userObject.coinList[0].xname,money_con3:"TRON"==e.userObject.coinList[0].xname}),attrs:{_i:6}},[r("view",{staticClass:e._$s(7,"sc","textcon1"),attrs:{_i:7}},[r("text",{staticClass:e._$s(8,"sc","text1"),attrs:{_i:8}},[e._$s(9,"i","Bitcoin"==e.userObject.coinList[0].xname)?r("view"):e._e(),e._$s(10,"i","Ethereum"==e.userObject.coinList[0].xname)?r("view"):e._e(),e._$s(11,"i","TRON"==e.userObject.coinList[0].xname)?r("view"):e._e(),r("text",{staticClass:e._$s(12,"sc","text2"),attrs:{_i:12}})]),e._$s(13,"i","Ethereum"==e.userObject.coinList[0].xname)?r("image",{staticClass:e._$s(13,"sc","img1"),attrs:{src:e._$s(13,"a-src",a("acc1")),_i:13}}):e._e(),e._$s(14,"i","Bitcoin"==e.userObject.coinList[0].xname)?r("image",{staticClass:e._$s(14,"sc","img1"),attrs:{src:e._$s(14,"a-src",a("8099")),_i:14}}):e._e(),e._$s(15,"i","TRON"==e.userObject.coinList[0].xname)?r("image",{staticClass:e._$s(15,"sc","img1"),attrs:{src:e._$s(15,"a-src",a("88da")),_i:15}}):e._e()]),r("view",{staticClass:e._$s(16,"sc","textcon1"),attrs:{_i:16}},[r("view",{staticClass:e._$s(17,"sc","v1"),attrs:{_i:17}},[r("view",{staticClass:e._$s(18,"sc","t1"),attrs:{_i:18}}),r("view",{staticClass:e._$s(19,"sc","t2"),attrs:{_i:19}})]),r("view",{staticClass:e._$s(20,"sc","v1 v2"),attrs:{_i:20}},[r("view",{staticClass:e._$s(21,"sc","t1"),attrs:{_i:21}}),r("view",{staticClass:e._$s(22,"sc","t2"),attrs:{_i:22}})])])]),r("view",{staticClass:e._$s(23,"sc","select_con"),attrs:{_i:23}},[r("view",{staticClass:e._$s(24,"sc","select"),attrs:{_i:24}},[r("u-tabs",{attrs:{height:"120","bar-width":"172","active-color":"#6F69FF","inactive-color":"#A3AED0",list:e.list,"is-scroll":!1,current:e.current,_i:25},on:{change:e.change}}),r("view",{staticClass:e._$s(26,"sc","item1"),attrs:{_i:26}},[r("view",{staticClass:e._$s(27,"sc","lef_con"),attrs:{_i:27}},[r("image",{staticClass:e._$s(28,"sc","img1"),attrs:{src:e._$s(28,"a-src",a("4d1b")),_i:28}}),r("view",{staticClass:e._$s(29,"sc","textcon"),attrs:{_i:29}},[r("view",{staticClass:e._$s(30,"sc","text1"),attrs:{_i:30}}),r("view",{staticClass:e._$s(31,"sc","text2"),attrs:{_i:31}})])]),r("view",{staticClass:e._$s(32,"sc","rig_con"),attrs:{_i:32}},[r("view",{staticClass:e._$s(33,"sc","text1"),attrs:{_i:33}},[e._$s(34,"i","Bitcoin"==e.userObject.coinList[0].xname)?r("text"):e._e(),e._$s(35,"i","Ethereum"==e.userObject.coinList[0].xname)?r("text"):e._e(),e._$s(36,"i","TRON"==e.userObject.coinList[0].xname)?r("text"):e._e()]),r("image",{staticClass:e._$s(37,"sc","img1"),attrs:{src:e._$s(37,"a-src",a("11ae")),_i:37}})])]),r("view",{staticClass:e._$s(38,"sc","item1"),attrs:{_i:38}},[r("view",{staticClass:e._$s(39,"sc","lef_con"),attrs:{_i:39}},[r("image",{staticClass:e._$s(40,"sc","img1"),attrs:{src:e._$s(40,"a-src",a("4d1b")),_i:40}}),r("view",{staticClass:e._$s(41,"sc","textcon"),attrs:{_i:41}},[r("view",{staticClass:e._$s(42,"sc","text1"),attrs:{_i:42}}),r("view",{staticClass:e._$s(43,"sc","text2"),attrs:{_i:43}})])]),r("view",{staticClass:e._$s(44,"sc","rig_con"),attrs:{_i:44}},[r("view",{staticClass:e._$s(45,"sc","text1"),attrs:{_i:45}},[e._$s(46,"i","Bitcoin"==e.userObject.coinList[0].xname)?r("text"):e._e(),e._$s(47,"i","Ethereum"==e.userObject.coinList[0].xname)?r("text"):e._e(),e._$s(48,"i","TRON"==e.userObject.coinList[0].xname)?r("text"):e._e()]),r("image",{staticClass:e._$s(49,"sc","img1"),attrs:{src:e._$s(49,"a-src",a("11ae")),_i:49}})])]),r("view",{staticClass:e._$s(50,"sc","item1"),attrs:{_i:50}},[r("view",{staticClass:e._$s(51,"sc","lef_con"),attrs:{_i:51}},[r("image",{staticClass:e._$s(52,"sc","img1"),attrs:{src:e._$s(52,"a-src",a("4d1b")),_i:52}}),r("view",{staticClass:e._$s(53,"sc","textcon"),attrs:{_i:53}},[r("view",{staticClass:e._$s(54,"sc","text1"),attrs:{_i:54}}),r("view",{staticClass:e._$s(55,"sc","text2"),attrs:{_i:55}})])]),r("view",{staticClass:e._$s(56,"sc","rig_con"),attrs:{_i:56}},[r("view",{staticClass:e._$s(57,"sc","text1"),attrs:{_i:57}},[e._$s(58,"i","Bitcoin"==e.userObject.coinList[0].xname)?r("text"):e._e(),e._$s(59,"i","Ethereum"==e.userObject.coinList[0].xname)?r("text"):e._e(),e._$s(60,"i","TRON"==e.userObject.coinList[0].xname)?r("text"):e._e()]),r("image",{staticClass:e._$s(61,"sc","img1"),attrs:{src:e._$s(61,"a-src",a("11ae")),_i:61}})])])],1)]),r("view",{staticClass:e._$s(62,"sc","btnconn"),attrs:{_i:62}},[r("view",{staticClass:e._$s(63,"sc","btn active"),attrs:{_i:63}},[r("image",{staticClass:e._$s(64,"sc","arrow-up-left"),attrs:{src:e._$s(64,"a-src",a("a0e4")),_i:64}})]),r("view",{staticClass:e._$s(65,"sc","btn"),attrs:{_i:65}},[r("image",{staticClass:e._$s(66,"sc","arrow-up-left"),attrs:{src:e._$s(66,"a-src",a("0e7b")),_i:66}}),r("text",{staticClass:e._$s(67,"sc","btn13"),attrs:{_i:67}})])])])],1)},c=[]},"48f2":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var r=c(a("3ce7")),n=a("3c37");function c(e){return e&&e.__esModule?e:{default:e}}var i=/^[0-9]+$/;function o(e,t){return(0,r.default)(e),t&&t.no_symbols?i.test(e):new RegExp("^[+-]?([0-9]*[".concat((t||{}).locale?n.decimal[t.locale]:".","])?[0-9]+$")).test(e)}e.exports=t.default,e.exports.default=t.default},"490b":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Web3Provider=void 0;var r=a("16a3"),n=a("20ed"),c=a("9684"),i=a("c383");function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){for(var a=0;a0){var r=new Object;r.address=this.bigAddress,r.name=this.addressName,r.coinList=[{name:"BTC",xname:"Bitcoin",icon:a("5c76")}];var n=[];n=uni.getStorageSync("BTCAddressInfo"),n.push(r),uni.setStorageSync("BTCAddressInfo",n),e("log",n,1111," at pages/menu/sendToken/addAddress/index.vue:197"),uni.showToast({title:"Successfully",icon:"success",duration:1500}),uni.reLaunch({url:"../address/index"})}else{var c=new Object;c.address=this.bigAddress,c.name=this.addressName,c.coinList=[{name:"BTC",xname:"Bitcoin",icon:a("5c76")}],e("log",c,4444," at pages/menu/sendToken/addAddress/index.vue:215");var i=[];i.push(c),e("log",i,4444," at pages/menu/sendToken/addAddress/index.vue:218"),uni.setStorageSync("BTCAddressInfo",i),uni.showToast({title:"Successfully",icon:"success",duration:1500}),setTimeout((function(){uni.reLaunch({url:"../address/index"})}),1500)}if("ETH"==this.info.name)if(e("log",uni.getStorageSync("ETHAddressInfo"),777," at pages/menu/sendToken/addAddress/index.vue:237"),uni.getStorageSync("ETHAddressInfo").length>0){var o=new Object;o.address=this.bigAddress,o.name=this.addressName,o.coinList=[{name:"ETH",xname:"Ethereum",icon:a("6def")}];var f=[];f=uni.getStorageSync("ETHAddressInfo"),f.push(o),uni.setStorageSync("ETHAddressInfo",f),e("log",f,1111," at pages/menu/sendToken/addAddress/index.vue:251"),uni.showToast({title:"Successfully",icon:"success",duration:1500}),setTimeout((function(){uni.reLaunch({url:"../address/index"})}),1500)}else{var d=new Object;d.address=this.bigAddress,d.name=this.addressName,d.coinList=[{name:"ETH",xname:"Ethereum",icon:a("6def")}],e("log",d,4444," at pages/menu/sendToken/addAddress/index.vue:273");var s=[];s.push(d),e("log",s,4444," at pages/menu/sendToken/addAddress/index.vue:276"),uni.setStorageSync("ETHAddressInfo",s),uni.showToast({title:"Successfully",icon:"success",duration:1500}),setTimeout((function(){uni.reLaunch({url:"../address/index"})}),1500)}if("TRX"==this.info.name)if(e("log",uni.getStorageSync("TRXAddressInfo"),777," at pages/menu/sendToken/addAddress/index.vue:294"),uni.getStorageSync("TRXAddressInfo").length>0){var u=new Object;u.address=this.bigAddress,u.name=this.addressName,u.coinList=[{name:"TRX",xname:"TRON",icon:a("1de7")}];var b=[];b=uni.getStorageSync("TRXAddressInfo"),b.push(u),uni.setStorageSync("TRXAddressInfo",b),e("log",b,1111," at pages/menu/sendToken/addAddress/index.vue:308"),uni.showToast({title:"Successfully",icon:"success",duration:1500}),setTimeout((function(){uni.reLaunch({url:"../address/index"})}),1500)}else{var l=new Object;l.address=this.bigAddress,l.name=this.addressName,l.coinList=[{name:"TRX",xname:"TRON",icon:a("1de7")}],e("log",l,4444," at pages/menu/sendToken/addAddress/index.vue:328");var h=[];h.push(l),e("log",h,4444," at pages/menu/sendToken/addAddress/index.vue:331"),uni.setStorageSync("TRXAddressInfo",h),uni.showToast({title:"Successfully",icon:"success",duration:1500}),setTimeout((function(){uni.reLaunch({url:"../address/index"})}),1500)}},showSelect:function(){this.show=!0}}};t.default=c}).call(this,a("0de9")["default"])},4995:function(e,t){e.exports="/static/tongyonh/chevron_right_24px.png"},"49b2":function(e,t,a){"use strict";(function(e){function a(t){function a(e){if(e.key[0]!==t)throw new Error("Decode Error: could not decode redeemScript with key 0x"+e.key.toString("hex"));return e.value}function r(a){var r=e.from([t]);return{key:r,value:a}}var n="Buffer";function c(t){return e.isBuffer(t)}function i(e,t){return!!e&&!!t&&void 0===e.redeemScript}return{decode:a,encode:r,check:c,expected:n,canAdd:i}}Object.defineProperty(t,"__esModule",{value:!0}),t.makeConverter=a}).call(this,a("b639").Buffer)},"49c4":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^[A-HJ-NP-Za-km-z1-9]*$/;function i(e){return(0,r.default)(e),!!c.test(e)}e.exports=t.default,e.exports.default=t.default},"49e6":function(e){e.exports=JSON.parse('{"name":"homestead","comment":"Homestead hardfork with protocol and network changes","url":"https://eips.ethereum.org/EIPS/eip-606","status":"Final","gasConfig":{},"gasPrices":{"delegatecall":{"v":40,"d":"Base fee of the DELEGATECALL opcode"}},"vm":{},"pow":{}}')},"49ff":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WebSocket=void 0;var r=a("20ed"),n=a("9684"),c=null;t.WebSocket=c;try{if(t.WebSocket=c=WebSocket,null==c)throw new Error("inject please")}catch(o){var i=new r.Logger(n.version);t.WebSocket=c=function(){i.throwError("WebSockets not supported in this environment",r.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new WebSocket()"})}}},"4a05":function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var r={navigation:a("8e09").default,uButton:a("11f3").default,uMask:a("0610").default},n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",[r("navigation",{attrs:{showBack:!0,_i:1}},[e._v("")]),r("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[r("view",{staticClass:e._$s(3,"sc","title"),attrs:{_i:3}}),r("textarea",{directives:[{name:"model",rawName:"v-model",value:e.wordInfo,expression:"wordInfo"}],staticClass:e._$s(4,"sc","textareaa"),attrs:{_i:4},domProps:{value:e._$s(4,"v-model",e.wordInfo)},on:{input:function(t){t.target.composing||(e.wordInfo=t.target.value)}}}),r("u-button",{staticClass:e._$s(5,"sc","custom-style"),attrs:{_i:5},on:{click:e.confirm}},[e._v("")]),e._$s(6,"i",e.show)?r("view",{staticClass:e._$s(6,"sc","info_con"),attrs:{_i:6}},[r("image",{staticClass:e._$s(7,"sc","img2"),attrs:{src:e._$s(7,"a-src",a("3a7c")),_i:7},on:{click:function(t){e.show=!1}}}),r("image",{staticClass:e._$s(8,"sc","img"),attrs:{src:e._$s(8,"a-src",a("c7f0")),_i:8}}),r("view",{staticClass:e._$s(9,"sc","info"),attrs:{_i:9}}),r("view",{staticClass:e._$s(10,"sc","text"),attrs:{_i:10}}),r("view",{staticClass:e._$s(11,"sc","btn"),attrs:{_i:11}})]):e._e(),e._$s(12,"i",e.show2)?r("view",{staticClass:e._$s(12,"sc","info_con"),attrs:{_i:12}},[r("image",{staticClass:e._$s(13,"sc","img2"),attrs:{src:e._$s(13,"a-src",a("3a7c")),_i:13},on:{click:function(t){e.show2=!1}}}),r("image",{staticClass:e._$s(14,"sc","img"),attrs:{src:e._$s(14,"a-src",a("796e")),_i:14}}),r("view",{staticClass:e._$s(15,"sc","info"),attrs:{_i:15}}),r("view",{staticClass:e._$s(16,"sc","text"),attrs:{_i:16}},[r("br")]),r("view",{staticClass:e._$s(18,"sc","btncon"),attrs:{_i:18}},[r("view",{staticClass:e._$s(19,"sc","can"),attrs:{_i:19},on:{click:function(t){e.show2=!1}}}),r("view",{staticClass:e._$s(20,"sc","con"),attrs:{_i:20},on:{click:e.restart}})])]):e._e(),r("u-mask",{attrs:{show:e.show,"z-index":"10",_i:21}}),r("u-mask",{attrs:{show:e.show2,"z-index":"10",_i:22}})],1)],1)},c=[]},"4a12":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.VoidSigner=t.Signer=void 0;var r=o(a("a34a")),n=a("16a3"),c=a("20ed"),i=a("90d4");function o(e){return e&&e.__esModule?e:{default:e}}function f(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}function d(e,t){return d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},d(e,t)}function s(e){var t=l();return function(){var a,r=h(e);if(t){var n=h(this).constructor;a=Reflect.construct(r,arguments,n)}else a=r.apply(this,arguments);return u(this,a)}}function u(e,t){return!t||"object"!==typeof t&&"function"!==typeof t?b(e):t}function b(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function l(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function h(e){return h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},h(e)}function p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function x(e,t){for(var a=0;a=0)throw e;return g.throwError("cannot estimate gas; transaction may fail or may require manual gas limit",c.Logger.errors.UNPREDICTABLE_GAS_LIMIT,{error:e,tx:a})}))),null==a.chainId?a.chainId=this.getChainId():a.chainId=Promise.all([Promise.resolve(a.chainId),this.getChainId()]).then((function(t){return 0!==t[1]&&t[0]!==t[1]&&g.throwArgumentError("chainId address mismatch","transaction",e),t[0]})),t.next=23,(0,n.resolveProperties)(a);case 23:return t.abrupt("return",t.sent);case 24:case"end":return t.stop()}}),t,this)})))}},{key:"_checkProvider",value:function(e){this.provider||g.throwError("missing provider",c.Logger.errors.UNSUPPORTED_OPERATION,{operation:e||"_checkProvider"})}}],[{key:"isSigner",value:function(e){return!(!e||!e._isSigner)}}]),e}();t.Signer=_;var k=function(e){f(a,e);var t=s(a);function a(e,r){var c;return p(this,a),g.checkNew(this instanceof a?this.constructor:void 0,a),c=t.call(this),(0,n.defineReadOnly)(b(c),"address",e),(0,n.defineReadOnly)(b(c),"provider",r||null),c}return v(a,[{key:"getAddress",value:function(){return Promise.resolve(this.address)}},{key:"_fail",value:function(e,t){return Promise.resolve().then((function(){g.throwError(e,c.Logger.errors.UNSUPPORTED_OPERATION,{operation:t})}))}},{key:"signMessage",value:function(e){return this._fail("VoidSigner cannot sign messages","signMessage")}},{key:"signTransaction",value:function(e){return this._fail("VoidSigner cannot sign transactions","signTransaction")}},{key:"_signTypedData",value:function(e,t,a){return this._fail("VoidSigner cannot sign typed data","signTypedData")}},{key:"connect",value:function(e){return new a(this.address,e)}}]),a}(_);t.VoidSigner=k},"4a4b":function(e,t){function a(t,r){return e.exports=a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},a(t,r)}e.exports=a},"4a7c":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={name:"u-switch",props:{loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},size:{type:[Number,String],default:50},activeColor:{type:String,default:"#2979ff"},inactiveColor:{type:String,default:"#ffffff"},value:{type:Boolean,default:!1},vibrateShort:{type:Boolean,default:!1},activeValue:{type:[Number,String,Boolean],default:!0},inactiveValue:{type:[Number,String,Boolean],default:!1}},data:function(){return{}},computed:{switchStyle:function(){var e={};return e.fontSize=this.size+"rpx",e.backgroundColor=this.value?this.activeColor:this.inactiveColor,e},loadingColor:function(){return this.value?this.activeColor:null}},methods:{onClick:function(){var e=this;this.disabled||this.loading||(this.vibrateShort&&uni.vibrateShort(),this.$emit("input",!this.value),this.$nextTick((function(){e.$emit("change",e.value?e.activeValue:e.inactiveValue)})))}}};t.default=r},"4aba":function(e,t,a){"use strict";(function(e,r){function n(e,t){return o(e)||i(e,t)||u(e,t)||c()}function c(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function i(e,t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e)){var a=[],r=!0,n=!1,c=void 0;try{for(var i,o=e[Symbol.iterator]();!(r=(i=o.next()).done);r=!0)if(a.push(i.value),t&&a.length===t)break}catch(f){n=!0,c=f}finally{try{r||null==o["return"]||o["return"]()}finally{if(n)throw c}}return a}}function o(e){if(Array.isArray(e))return e}function f(e,t){var a;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(a=u(e))||t&&e&&"number"===typeof e.length){a&&(e=a);var r=0,n=function(){};return{s:n,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var c,i=!0,o=!1;return{s:function(){a=e[Symbol.iterator]()},n:function(){var e=a.next();return i=e.done,e},e:function(e){o=!0,c=e},f:function(){try{i||null==a.return||a.return()}finally{if(o)throw c}}}}function d(e){return l(e)||b(e)||u(e)||s()}function s(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function u(e,t){if(e){if("string"===typeof e)return h(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?h(e,t):void 0}}function b(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function l(e){if(Array.isArray(e))return h(e)}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,r=new Array(t);a0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new m.Psbt(new j);p(this,t),this.data=a,this.opts=Object.assign({},C,e),this.__CACHE={__NON_WITNESS_UTXO_TX_CACHE:[],__NON_WITNESS_UTXO_BUF_CACHE:[],__TX_IN_CACHE:{},__TX:this.data.globalMap.unsignedTx.tx,__UNSAFE_SIGN_NONSEGWIT:!1},0===this.data.inputs.length&&this.setVersion(2);var r=function(e,t,a,r){return Object.defineProperty(e,t,{enumerable:a,writable:r})};r(this,"__CACHE",!1,!0),r(this,"opts",!1,!0)}return v(t,[{key:"combine",value:function(){for(var e,t=arguments.length,a=new Array(t),r=0;r1||!e||void 0===e.hash||void 0===e.index)throw new Error("Invalid arguments for Psbt.addInput. Requires single object with at least [hash] and [index]");G(this.data.inputs,"addInput"),e.witnessScript&&Ae(e.witnessScript);var t=this.__CACHE;this.data.addInput(e);var a=t.__TX.ins[t.__TX.ins.length-1];Y(t,a);var r=this.data.inputs.length-1,n=this.data.inputs[r];return n.nonWitnessUtxo&&pe(this.__CACHE,n,r),t.__FEE=void 0,t.__FEE_RATE=void 0,t.__EXTRACTED_TX=void 0,this}},{key:"addOutputs",value:function(e){var t=this;return e.forEach((function(e){return t.addOutput(e)})),this}},{key:"addOutput",value:function(e){if(arguments.length>1||!e||void 0===e.value||void 0===e.address&&void 0===e.script)throw new Error("Invalid arguments for Psbt.addOutput. Requires single object with at least [script or address] and [value]");G(this.data.inputs,"addOutput");var t=e,a=t.address;if("string"===typeof a){var r=this.opts.network,n=w.toOutputScript(a,r);e=Object.assign(e,{script:n})}var c=this.__CACHE;return this.data.addOutput(e),c.__FEE=void 0,c.__FEE_RATE=void 0,c.__EXTRACTED_TX=void 0,this}},{key:"extractTransaction",value:function(e){if(!this.data.inputs.every(M))throw new Error("Not finalized");var t=this.__CACHE;if(e||K(this,t,this.opts),t.__EXTRACTED_TX)return t.__EXTRACTED_TX;var a=t.__TX.clone();return xe(this.data.inputs,a,t,!0),a}},{key:"getFeeRate",value:function(){return ae("__FEE_RATE","fee rate",this.data.inputs,this.__CACHE)}},{key:"getFee",value:function(){return ae("__FEE","fee",this.data.inputs,this.__CACHE)}},{key:"finalizeAllInputs",value:function(){var e=this;return y.checkForInput(this.data.inputs,0),Ce(this.data.inputs.length).forEach((function(t){return e.finalizeInput(t)})),this}},{key:"finalizeInput",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:re,a=y.checkForInput(this.data.inputs,e),r=de(e,a,this.__CACHE),n=r.script,c=r.isP2SH,i=r.isP2WSH,o=r.isSegwit;if(!n)throw new Error("No script found for input #".concat(e));V(a);var f=t(e,a,n,o,c,i),d=f.finalScriptSig,s=f.finalScriptWitness;if(d&&this.data.updateInput(e,{finalScriptSig:d}),s&&this.data.updateInput(e,{finalScriptWitness:s}),!d&&!s)throw new Error("Unknown error finalizing input #".concat(e));return this.data.clearFinalizedInput(e),this}},{key:"getInputType",value:function(e){var t=y.checkForInput(this.data.inputs,e),a=me(e,t,this.__CACHE),r=Ee(a,e,"input",t.redeemScript||we(t.finalScriptSig),t.witnessScript||_e(t.finalScriptWitness)),n="raw"===r.type?"":r.type+"-",c=Oe(r.meaningfulScript);return n+c}},{key:"inputHasPubkey",value:function(e,t){var a=y.checkForInput(this.data.inputs,e);return ge(t,a,e,this.__CACHE)}},{key:"inputHasHDKey",value:function(e,t){var a=y.checkForInput(this.data.inputs,e),r=q(t);return!!a.bip32Derivation&&a.bip32Derivation.some(r)}},{key:"outputHasPubkey",value:function(e,t){var a=y.checkForOutput(this.data.outputs,e);return ye(t,a,e,this.__CACHE)}},{key:"outputHasHDKey",value:function(e,t){var a=y.checkForOutput(this.data.outputs,e),r=q(t);return!!a.bip32Derivation&&a.bip32Derivation.some(r)}},{key:"validateSignaturesOfAllInputs",value:function(){var e=this;y.checkForInput(this.data.inputs,0);var t=Ce(this.data.inputs.length).map((function(t){return e.validateSignaturesOfInput(t)}));return t.reduce((function(e,t){return!0===t&&e}),!0)}},{key:"validateSignaturesOfInput",value:function(e,t){var a=this.data.inputs[e],r=(a||{}).partialSig;if(!a||!r||r.length<1)throw new Error("No signatures to validate");var n=t?r.filter((function(e){return e.pubkey.equals(t)})):r;if(n.length<1)throw new Error("No signatures for this pubkey");var c,i,o,d,s=[],u=f(n);try{for(u.s();!(d=u.n()).done;){var b=d.value,l=P.signature.decode(b.signature),h=o!==l.hashType?ie(e,Object.assign({},a,{sighashType:l.hashType}),this.__CACHE,!0):{hash:c,script:i},p=h.hash,x=h.script;o=l.hashType,c=p,i=x,Z(b.pubkey,x,"verify");var v=S.fromPublicKey(b.pubkey);s.push(v.verify(p,l.signature))}}catch(m){u.e(m)}finally{u.f()}return s.every((function(e){return!0===e}))}},{key:"signAllInputsHD",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[O.Transaction.SIGHASH_ALL];if(!e||!e.publicKey||!e.fingerprint)throw new Error("Need HDSigner to sign input");var a,r=[],n=f(Ce(this.data.inputs.length));try{for(n.s();!(a=n.n()).done;){var c=a.value;try{this.signInputHD(c,e,t),r.push(!0)}catch(i){r.push(!1)}}}catch(i){n.e(i)}finally{n.f()}if(r.every((function(e){return!1===e})))throw new Error("No inputs were signed");return this}},{key:"signAllInputsHDAsync",value:function(e){var t=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[O.Transaction.SIGHASH_ALL];return new Promise((function(r,n){if(!e||!e.publicKey||!e.fingerprint)return n(new Error("Need HDSigner to sign input"));var c,i=[],o=[],d=f(Ce(t.data.inputs.length));try{for(d.s();!(c=d.n()).done;){var s=c.value;o.push(t.signInputHDAsync(s,e,a).then((function(){i.push(!0)}),(function(){i.push(!1)})))}}catch(u){d.e(u)}finally{d.f()}return Promise.all(o).then((function(){if(i.every((function(e){return!1===e})))return n(new Error("No inputs were signed"));r()}))}))}},{key:"signInputHD",value:function(e,t){var a=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[O.Transaction.SIGHASH_ALL];if(!t||!t.publicKey||!t.fingerprint)throw new Error("Need HDSigner to sign input");var n=se(e,this.data.inputs,t);return n.forEach((function(t){return a.signInput(e,t,r)})),this}},{key:"signInputHDAsync",value:function(e,t){var a=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[O.Transaction.SIGHASH_ALL];return new Promise((function(n,c){if(!t||!t.publicKey||!t.fingerprint)return c(new Error("Need HDSigner to sign input"));var i=se(e,a.data.inputs,t),o=i.map((function(t){return a.signInputAsync(e,t,r)}));return Promise.all(o).then((function(){n()})).catch(c)}))}},{key:"signAllInputs",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[O.Transaction.SIGHASH_ALL];if(!e||!e.publicKey)throw new Error("Need Signer to sign input");var a,r=[],n=f(Ce(this.data.inputs.length));try{for(n.s();!(a=n.n()).done;){var c=a.value;try{this.signInput(c,e,t),r.push(!0)}catch(i){r.push(!1)}}}catch(i){n.e(i)}finally{n.f()}if(r.every((function(e){return!1===e})))throw new Error("No inputs were signed");return this}},{key:"signAllInputsAsync",value:function(e){var t=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[O.Transaction.SIGHASH_ALL];return new Promise((function(r,c){if(!e||!e.publicKey)return c(new Error("Need Signer to sign input"));var i,o=[],d=[],s=f(t.data.inputs.entries());try{for(s.s();!(i=s.n()).done;){var u=n(i.value,1),b=u[0];d.push(t.signInputAsync(b,e,a).then((function(){o.push(!0)}),(function(){o.push(!1)})))}}catch(l){s.e(l)}finally{s.f()}return Promise.all(d).then((function(){if(o.every((function(e){return!1===e})))return c(new Error("No inputs were signed"));r()}))}))}},{key:"signInput",value:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[O.Transaction.SIGHASH_ALL];if(!t||!t.publicKey)throw new Error("Need Signer to sign input");var r=ce(this.data.inputs,e,t.publicKey,this.__CACHE,a),n=r.hash,c=r.sighashType,i=[{pubkey:t.publicKey,signature:P.signature.encode(t.sign(n),c)}];return this.data.updateInput(e,{partialSig:i}),this}},{key:"signInputAsync",value:function(e,t){var a=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[O.Transaction.SIGHASH_ALL];return Promise.resolve().then((function(){if(!t||!t.publicKey)throw new Error("Need Signer to sign input");var n=ce(a.data.inputs,e,t.publicKey,a.__CACHE,r),c=n.hash,i=n.sighashType;return Promise.resolve(t.sign(c)).then((function(r){var n=[{pubkey:t.publicKey,signature:P.signature.encode(r,i)}];a.data.updateInput(e,{partialSig:n})}))}))}},{key:"toBuffer",value:function(){return B(this.__CACHE),this.data.toBuffer()}},{key:"toHex",value:function(){return B(this.__CACHE),this.data.toHex()}},{key:"toBase64",value:function(){return B(this.__CACHE),this.data.toBase64()}},{key:"updateGlobal",value:function(e){return this.data.updateGlobal(e),this}},{key:"updateInput",value:function(e,t){return t.witnessScript&&Ae(t.witnessScript),this.data.updateInput(e,t),t.nonWitnessUtxo&&pe(this.__CACHE,this.data.inputs[e],e),this}},{key:"updateOutput",value:function(e,t){return this.data.updateOutput(e,t),this}},{key:"addUnknownKeyValToGlobal",value:function(e){return this.data.addUnknownKeyValToGlobal(e),this}},{key:"addUnknownKeyValToInput",value:function(e,t){return this.data.addUnknownKeyValToInput(e,t),this}},{key:"addUnknownKeyValToOutput",value:function(e,t){return this.data.addUnknownKeyValToOutput(e,t),this}},{key:"clearFinalizedInput",value:function(e){return this.data.clearFinalizedInput(e),this}},{key:"inputCount",get:function(){return this.data.inputs.length}},{key:"version",get:function(){return this.__CACHE.__TX.version},set:function(e){this.setVersion(e)}},{key:"locktime",get:function(){return this.__CACHE.__TX.locktime},set:function(e){this.setLocktime(e)}},{key:"txInputs",get:function(){return this.__CACHE.__TX.ins.map((function(e){return{hash:_.cloneBuffer(e.hash),index:e.index,sequence:e.sequence}}))}},{key:"txOutputs",get:function(){var e=this;return this.__CACHE.__TX.outs.map((function(t){var a;try{a=w.fromOutputScript(t.script,e.opts.network)}catch(r){}return{script:_.cloneBuffer(t.script),value:t.value,address:a}}))}}],[{key:"fromBase64",value:function(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=e.from(t,"base64");return this.fromBuffer(r,a)}},{key:"fromHex",value:function(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=e.from(t,"hex");return this.fromBuffer(r,a)}},{key:"fromBuffer",value:function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=m.Psbt.fromBuffer(e,I),n=new t(a,r);return X(n.__CACHE.__TX,n.__CACHE),n}}]),t}();t.Psbt=T;var I=function(e){return new j(e)},j=function(){function t(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:e.from([2,0,0,0,0,0,0,0,0,0]);p(this,t),this.tx=O.Transaction.fromBuffer(a),J(this.tx),Object.defineProperty(this,"tx",{enumerable:!1,writable:!0})}return v(t,[{key:"getInputOutputCounts",value:function(){return{inputCount:this.tx.ins.length,outputCount:this.tx.outs.length}}},{key:"addInput",value:function(t){if(void 0===t.hash||void 0===t.index||!e.isBuffer(t.hash)&&"string"!==typeof t.hash||"number"!==typeof t.index)throw new Error("Error adding input.");var a="string"===typeof t.hash?_.reverseBuffer(e.from(t.hash,"hex")):t.hash;this.tx.addInput(a,t.index,t.sequence)}},{key:"addOutput",value:function(t){if(void 0===t.script||void 0===t.value||!e.isBuffer(t.script)||"number"!==typeof t.value)throw new Error("Error adding output.");this.tx.addOutput(t.script,t.value)}},{key:"toBuffer",value:function(){return this.tx.toBuffer()}}]),t}();function N(e,t,a){switch(a){case"pubkey":case"pubkeyhash":case"witnesspubkeyhash":return R(1,e.partialSig);case"multisig":var r=A.p2ms({output:t});return R(r.m,e.partialSig,r.pubkeys);default:return!1}}function B(e){if(!1!==e.__UNSAFE_SIGN_NONSEGWIT)throw new Error("Not BIP174 compliant, can not export")}function R(e,t,a){if(!t)return!1;var r;if(r=a?a.map((function(e){var a=S.fromPublicKey(e,{compressed:!0}).publicKey;return t.find((function(e){return e.pubkey.equals(a)}))})).filter((function(e){return!!e})):t,r.length>e)throw new Error("Too many signatures");return r.length===e}function M(e){return!!e.finalScriptSig||!!e.finalScriptWitness}function U(e){return function(t){try{return e({output:t}),!0}catch(a){return!1}}}var L=U(A.p2ms),$=U(A.p2pk),F=U(A.p2pkh),D=U(A.p2wpkh),H=U(A.p2wsh),z=U(A.p2sh);function q(e){return function(t){return!!t.masterFingerprint.equals(e.fingerprint)&&!!e.derivePath(t.path).publicKey.equals(t.pubkey)}}function W(e){if("number"!==typeof e||e!==Math.floor(e)||e>4294967295||e<0)throw new Error("Invalid 32 bit integer")}function K(e,t,a){var r=t.__FEE_RATE||e.getFeeRate(),n=t.__EXTRACTED_TX.virtualSize(),c=r*n;if(r>=a.maximumFeeRate)throw new Error("Warning: You are paying around ".concat((c/1e8).toFixed(8)," in ")+"fees, which is ".concat(r," satoshi per byte for a transaction ")+"with a VSize of ".concat(n," bytes (segwit counted as 0.25 byte per ")+"byte). Use setMaximumFeeRate method to raise your threshold, or pass true to the first arg of extractTransaction.")}function G(e,t){e.forEach((function(e){var a=!1,r=[];if(0===(e.partialSig||[]).length){if(!e.finalScriptSig&&!e.finalScriptWitness)return;r=fe(e)}else r=e.partialSig;if(r.forEach((function(e){var r=P.signature.decode(e.signature),n=r.hashType,c=[],i=n&O.Transaction.SIGHASH_ANYONECANPAY;i&&c.push("addInput");var o=31&n;switch(o){case O.Transaction.SIGHASH_ALL:break;case O.Transaction.SIGHASH_SINGLE:case O.Transaction.SIGHASH_NONE:c.push("addOutput"),c.push("setInputSequence");break}-1===c.indexOf(t)&&(a=!0)})),a)throw new Error("Can not modify transaction, signatures exist.")}))}function V(e){if(e.sighashType&&e.partialSig){var t=e.partialSig,a=e.sighashType;t.forEach((function(e){var t=P.signature.decode(e.signature),r=t.hashType;if(a!==r)throw new Error("Signature sighash does not match input sighash type")}))}}function Z(e,t,a){if(!Pe(e,t))throw new Error("Can not ".concat(a," for this input with the key ").concat(e.toString("hex")))}function J(e){var t=e.ins.every((function(e){return e.script&&0===e.script.length&&e.witness&&0===e.witness.length}));if(!t)throw new Error("Format Error: Transaction ScriptSigs are not empty")}function X(e,t){e.ins.forEach((function(e){Y(t,e)}))}function Y(t,a){var r=_.reverseBuffer(e.from(a.hash)).toString("hex")+":"+a.index;if(t.__TX_IN_CACHE[r])throw new Error("Duplicate input detected.");t.__TX_IN_CACHE[r]=1}function Q(e,t){return function(a,r,n,c){var i=e({redeem:{output:n}}).output;if(!r.equals(i))throw new Error("".concat(t," for ").concat(c," #").concat(a," doesn't match the scriptPubKey in the prevout"))}}var ee=Q(A.p2sh,"Redeem script"),te=Q(A.p2wsh,"Witness script");function ae(e,t,a,r){if(!a.every(M))throw new Error("PSBT must be finalized to calculate ".concat(t));if("__FEE_RATE"===e&&r.__FEE_RATE)return r.__FEE_RATE;if("__FEE"===e&&r.__FEE)return r.__FEE;var n,c=!0;return r.__EXTRACTED_TX?(n=r.__EXTRACTED_TX,c=!1):n=r.__TX.clone(),xe(a,n,r,c),"__FEE_RATE"===e?r.__FEE_RATE:"__FEE"===e?r.__FEE:void 0}function re(e,t,a,r,n,c){var i=Oe(a);if(!N(t,a,i))throw new Error("Can not finalize input #".concat(e));return ne(a,i,t.partialSig,r,n,c)}function ne(e,t,a,r,n,c){var i,o,f=oe(e,t,a),d=c?A.p2wsh({redeem:f}):null,s=n?A.p2sh({redeem:d||f}):null;return r?(o=he(d?d.witness:f.witness),s&&(i=s.input)):i=s?s.input:f.input,{finalScriptSig:i,finalScriptWitness:o}}function ce(e,t,a,r,n){var c=y.checkForInput(e,t),i=ie(t,c,r,!1,n),o=i.hash,f=i.sighashType,d=i.script;return Z(a,d,"sign"),{hash:o,sighashType:f}}function ie(e,t,a,n,c){var i,o,f=a.__TX,d=t.sighashType||O.Transaction.SIGHASH_ALL;if(c&&c.indexOf(d)<0){var s=le(d);throw new Error("Sighash type is not allowed. Retry the sign method passing the "+"sighashTypes array of whitelisted types. Sighash type: ".concat(s))}if(t.nonWitnessUtxo){var u=ve(a,t,e),b=f.ins[e].hash,l=u.getHash();if(!b.equals(l))throw new Error("Non-witness UTXO hash for input #".concat(e," doesn't match the hash specified in the prevout"));var h=f.ins[e].index;o=u.outs[h]}else{if(!t.witnessUtxo)throw new Error("Need a Utxo input item for signing");o=t.witnessUtxo}var p=Ee(o.script,e,"input",t.redeemScript,t.witnessScript),x=p.meaningfulScript,v=p.type;if(["p2sh-p2wsh","p2wsh"].indexOf(v)>=0)i=f.hashForWitnessV0(e,x,o.value,d);else if(D(x)){var m=A.p2pkh({hash:x.slice(2)}).output;i=f.hashForWitnessV0(e,m,o.value,d)}else{if(void 0===t.nonWitnessUtxo&&!1===a.__UNSAFE_SIGN_NONSEGWIT)throw new Error("Input #".concat(e," has witnessUtxo but non-segwit script: ")+"".concat(x.toString("hex")));n||!1===a.__UNSAFE_SIGN_NONSEGWIT||r("warn","Warning: Signing non-segwit inputs without the full parent transaction means there is a chance that a miner could feed you incorrect information to trick you into paying large fees. This behavior is the same as the old TransactionBuilder class when signing non-segwit scripts. You are not able to export this Psbt with toBuffer|toBase64|toHex since it is not BIP174 compliant.\n*********************\nPROCEED WITH CAUTION!\n*********************"," at node_modules/bitcoinjs-lib/src/psbt.js:998"),i=f.hashForSignature(e,x,d)}return{script:x,sighashType:d,hash:i}}function oe(e,t,a){var r;switch(t){case"multisig":var n=ue(e,a);r=A.p2ms({output:e,signatures:n});break;case"pubkey":r=A.p2pk({output:e,signature:a[0].signature});break;case"pubkeyhash":r=A.p2pkh({output:e,pubkey:a[0].pubkey,signature:a[0].signature});break;case"witnesspubkeyhash":r=A.p2wpkh({output:e,pubkey:a[0].pubkey,signature:a[0].signature});break}return r}function fe(t){var a=t.finalScriptSig&&P.decompile(t.finalScriptSig)||[],r=t.finalScriptWitness&&P.decompile(t.finalScriptWitness)||[];return a.concat(r).filter((function(t){return e.isBuffer(t)&&P.isCanonicalScriptSignature(t)})).map((function(e){return{signature:e}}))}function de(e,t,a){var r=a.__TX,n={script:null,isSegwit:!1,isP2SH:!1,isP2WSH:!1};if(n.isP2SH=!!t.redeemScript,n.isP2WSH=!!t.witnessScript,t.witnessScript)n.script=t.witnessScript;else if(t.redeemScript)n.script=t.redeemScript;else if(t.nonWitnessUtxo){var c=ve(a,t,e),i=r.ins[e].index;n.script=c.outs[i].script}else t.witnessUtxo&&(n.script=t.witnessUtxo.script);return(t.witnessScript||D(n.script))&&(n.isSegwit=!0),n}function se(e,t,a){var r=y.checkForInput(t,e);if(!r.bip32Derivation||0===r.bip32Derivation.length)throw new Error("Need bip32Derivation to sign with HD");var n=r.bip32Derivation.map((function(e){return e.masterFingerprint.equals(a.fingerprint)?e:void 0})).filter((function(e){return!!e}));if(0===n.length)throw new Error("Need one bip32Derivation masterFingerprint to match the HDSigner fingerprint");var c=n.map((function(e){var t=a.derivePath(e.path);if(!e.pubkey.equals(t.publicKey))throw new Error("pubkey did not match bip32Derivation");return t}));return c}function ue(e,t){var a=A.p2ms({output:e});return a.pubkeys.map((function(e){return(t.filter((function(t){return t.pubkey.equals(e)}))[0]||{}).signature})).filter((function(e){return!!e}))}function be(e){var t=0;function a(a){return t+=a,e.slice(t-a,t)}function r(){var a=g.decode(e,t);return t+=g.decode.bytes,a}function n(){return a(r())}function c(){for(var e=r(),t=[],a=0;a").replace(///g,"/").replace(/\/g,"\\").replace(/`/g,"`").replace(/&/g,"&")}e.exports=t.default,e.exports.default=t.default},"4b6b":function(e,t,a){"use strict";var r=a("7045");e.exports=function(e,t,a){var n=a.config.validateStatus;a.status&&n&&!n(a.status)?t(r("Request failed with status code "+a.status,a.config,null,a.request,a)):e(a)}},"4c1e":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decryptSync=U,t.decrypt=L,t.encrypt=$,t.KeystoreAccount=void 0;var r=v(a("a34a")),n=v(a("87bb")),c=v(a("d518")),i=a("0f1c"),o=a("ecb6"),f=a("98a5"),d=a("183c"),s=a("c222"),u=a("83b7"),b=a("16a3"),l=a("e43f"),h=a("277d"),p=a("20ed"),x=a("55f9");function v(e){return e&&e.__esModule?e:{default:e}}function m(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function g(e,t){for(var a=0;a0)&&!(r=c.next()).done)i.push(r.value)}catch(o){n={error:o}}finally{try{r&&!r.done&&(a=c["return"])&&a.call(c)}finally{if(n)throw n.error}}return i};Object.defineProperty(t,"__esModule",{value:!0});var i=a("9678"),o=a("8b7e"),f=a("e95a"),d=0,s=function(t){function a(e,a){var r;void 0===a&&(a={});var c=t.call(this,n(n({},e),{type:d}))||this;if(c.common=c._validateTxV(c.v,a.common),c.gasPrice=new i.BN((0,i.toBuffer)(""===e.gasPrice?"0x":e.gasPrice)),c._validateCannotExceedMaxInteger({gasPrice:c.gasPrice}),c.common.gteHardfork("spuriousDragon"))if(c.isSigned()){var f=c.v,s=c.common.chainIdBN().muln(2);(f.eq(s.addn(35))||f.eq(s.addn(36)))&&c.activeCapabilities.push(o.Capability.EIP155ReplayProtection)}else c.activeCapabilities.push(o.Capability.EIP155ReplayProtection);var u=null===(r=null===a||void 0===a?void 0:a.freeze)||void 0===r||r;return u&&Object.freeze(c),c}return r(a,t),a.fromTxData=function(e,t){return void 0===t&&(t={}),new a(e,t)},a.fromSerializedTx=function(e,t){void 0===t&&(t={});var a=i.rlp.decode(e);if(!Array.isArray(a))throw new Error("Invalid serialized tx input. Must be array");return this.fromValuesArray(a,t)},a.fromRlpSerializedTx=function(e,t){return void 0===t&&(t={}),a.fromSerializedTx(e,t)},a.fromValuesArray=function(e,t){if(void 0===t&&(t={}),6!==e.length&&9!==e.length)throw new Error("Invalid transaction. Only expecting 6 values (for unsigned tx) or 9 values (for signed tx).");var r=c(e,9),n=r[0],i=r[1],o=r[2],f=r[3],d=r[4],s=r[5],u=r[6],b=r[7],l=r[8];return new a({nonce:n,gasPrice:i,gasLimit:o,to:f,value:d,data:s,v:u,r:b,s:l},t)},a.prototype.raw=function(){return[(0,i.bnToUnpaddedBuffer)(this.nonce),(0,i.bnToUnpaddedBuffer)(this.gasPrice),(0,i.bnToUnpaddedBuffer)(this.gasLimit),void 0!==this.to?this.to.buf:e.from([]),(0,i.bnToUnpaddedBuffer)(this.value),this.data,void 0!==this.v?(0,i.bnToUnpaddedBuffer)(this.v):e.from([]),void 0!==this.r?(0,i.bnToUnpaddedBuffer)(this.r):e.from([]),void 0!==this.s?(0,i.bnToUnpaddedBuffer)(this.s):e.from([])]},a.prototype.serialize=function(){return i.rlp.encode(this.raw())},a.prototype._getMessageToSign=function(){var t=[(0,i.bnToUnpaddedBuffer)(this.nonce),(0,i.bnToUnpaddedBuffer)(this.gasPrice),(0,i.bnToUnpaddedBuffer)(this.gasLimit),void 0!==this.to?this.to.buf:e.from([]),(0,i.bnToUnpaddedBuffer)(this.value),this.data];return this.supports(o.Capability.EIP155ReplayProtection)&&(t.push((0,i.toBuffer)(this.common.chainIdBN())),t.push((0,i.unpadBuffer)((0,i.toBuffer)(0))),t.push((0,i.unpadBuffer)((0,i.toBuffer)(0)))),t},a.prototype.getMessageToSign=function(e){void 0===e&&(e=!0);var t=this._getMessageToSign();return e?(0,i.rlphash)(t):t},a.prototype.getUpfrontCost=function(){return this.gasLimit.mul(this.gasPrice).add(this.value)},a.prototype.hash=function(){return Object.isFrozen(this)?(this.cache.hash||(this.cache.hash=(0,i.rlphash)(this.raw())),this.cache.hash):(0,i.rlphash)(this.raw())},a.prototype.getMessageToVerifySignature=function(){if(!this.isSigned())throw Error("This transaction is not signed");var e=this._getMessageToSign();return(0,i.rlphash)(e)},a.prototype.getSenderPublicKey=function(){var e,t=this.getMessageToVerifySignature();if(this.common.gteHardfork("homestead")&&(null===(e=this.s)||void 0===e?void 0:e.gt(o.N_DIV_2)))throw new Error("Invalid Signature: s-values greater than secp256k1n/2 are considered invalid");var a=this,r=a.v,n=a.r,c=a.s;try{return(0,i.ecrecover)(t,r,(0,i.bnToUnpaddedBuffer)(n),(0,i.bnToUnpaddedBuffer)(c),this.supports(o.Capability.EIP155ReplayProtection)?this.common.chainIdBN():void 0)}catch(f){throw new Error("Invalid Signature")}},a.prototype._processSignature=function(e,t,r){var n=new i.BN(e);this.supports(o.Capability.EIP155ReplayProtection)&&n.iadd(this.common.chainIdBN().muln(2).addn(8));var c={common:this.common};return a.fromTxData({nonce:this.nonce,gasPrice:this.gasPrice,gasLimit:this.gasLimit,to:this.to,value:this.value,data:this.data,v:n,r:new i.BN(t),s:new i.BN(r)},c)},a.prototype.toJSON=function(){return{nonce:(0,i.bnToHex)(this.nonce),gasPrice:(0,i.bnToHex)(this.gasPrice),gasLimit:(0,i.bnToHex)(this.gasLimit),to:void 0!==this.to?this.to.toString():void 0,value:(0,i.bnToHex)(this.value),data:"0x"+this.data.toString("hex"),v:void 0!==this.v?(0,i.bnToHex)(this.v):void 0,r:void 0!==this.r?(0,i.bnToHex)(this.r):void 0,s:void 0!==this.s?(0,i.bnToHex)(this.s):void 0}},a.prototype._validateTxV=function(e,t){var a;if(void 0!==e&&!e.eqn(0)&&(!t||t.gteHardfork("spuriousDragon"))&&!e.eqn(27)&&!e.eqn(28))if(t){var r=t.chainIdBN().muln(2),n=e.eq(r.addn(35))||e.eq(r.addn(36));if(!n)throw new Error("Incompatible EIP155-based V "+e.toString()+" and chain id "+t.chainIdBN().toString()+". See the Common parameter of the Transaction constructor to set the chain id.")}else{var c=void 0;c=e.subn(35).isEven()?35:36,a=e.subn(c).divn(2)}return this._getCommon(t,a)},a.prototype._unsignedTxImplementsEIP155=function(){return this.common.gteHardfork("spuriousDragon")},a.prototype._signedTxImplementsEIP155=function(){if(!this.isSigned())throw Error("This transaction is not signed");var e=this.common.gteHardfork("spuriousDragon"),t=this.v,a=this.common.chainIdBN().muln(2),r=t.eq(a.addn(35))||t.eq(a.addn(36));return r&&e},a}(f.BaseTransaction);t.default=s}).call(this,a("b639").Buffer)},"4d73":function(e,t){e.exports=n;var a=128,r=127;function n(e,t){var c,i=0,o=(t=t||0,0),f=t,d=e.length;do{if(f>=d)throw n.bytes=0,new RangeError("Could not decode varint");c=e[f++],i+=o<28?(c&r)<=a);return n.bytes=f-t,i}},"4dad":function(e){e.exports=JSON.parse('{"name":"muirGlacier","comment":"HF to delay the difficulty bomb","eip":{"url":"https://eips.ethereum.org/EIPS/eip-2384","status":"Last Call"},"gasConfig":{},"gasPrices":{},"vm":{},"pow":{},"casper":{},"sharding":{}}')},"4dd0":function(e,t,a){var r=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r\+\/\=]+)[\n\r]+/m,n=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,c=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r\+\/\=]+)-----END \1-----$/m,i=a("ae84"),o=a("fda6"),f=a("8707").Buffer;e.exports=function(e,t){var a,d=e.toString(),s=d.match(r);if(s){var u="aes"+s[1],b=f.from(s[2],"hex"),l=f.from(s[3].replace(/[\r\n]/g,""),"base64"),h=i(t,b.slice(0,8),parseInt(s[1],10)).key,p=[],x=o.createDecipheriv(u,h,b);p.push(x.update(l)),p.push(x.final()),a=f.concat(p)}else{var v=d.match(c);a=new f(v[2].replace(/[\r\n]/g,""),"base64")}var m=d.match(n)[1];return{tag:m,data:a}}},"4e2b":function(e,t,a){"use strict";var r=a("da3e"),n=a("3fb5"),c=a("5ee7"),i=a("0184");function o(){this.tmp=new Array(2),this.keys=null}function f(e){i.call(this,e);var t=new o;this._desState=t,this.deriveKeys(t,e.key)}n(f,i),e.exports=f,f.create=function(e){return new f(e)};var d=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];f.prototype.deriveKeys=function(e,t){e.keys=new Array(32),r.equal(t.length,this.blockSize,"Invalid key length");var a=c.readUInt32BE(t,0),n=c.readUInt32BE(t,4);c.pc1(a,n,e.tmp,0),a=e.tmp[0],n=e.tmp[1];for(var i=0;i>>1];a=c.r28shl(a,o),n=c.r28shl(n,o),c.pc2(a,n,e.keys,i)}},f.prototype._update=function(e,t,a,r){var n=this._desState,i=c.readUInt32BE(e,t),o=c.readUInt32BE(e,t+4);c.ip(i,o,n.tmp,0),i=n.tmp[0],o=n.tmp[1],"encrypt"===this.type?this._encrypt(n,i,o,n.tmp,0):this._decrypt(n,i,o,n.tmp,0),i=n.tmp[0],o=n.tmp[1],c.writeUInt32BE(a,i,r),c.writeUInt32BE(a,o,r+4)},f.prototype._pad=function(e,t){for(var a=e.length-t,r=t;r>>0,i=l}c.rip(o,i,r,n)},f.prototype._decrypt=function(e,t,a,r,n){for(var i=a,o=t,f=e.keys.length-2;f>=0;f-=2){var d=e.keys[f],s=e.keys[f+1];c.expand(i,e.tmp,0),d^=e.tmp[0],s^=e.tmp[1];var u=c.substitute(d,s),b=c.permute(u),l=i;i=(o^b)>>>0,o=l}c.rip(i,o,r,n)}},"4ebd":function(e,t,a){"use strict";var r=a("8707").Buffer,n=9007199254740991;function c(e){if(e<0||e>n||e%1!==0)throw new RangeError("value out of range")}function i(e,t,a){if(c(e),t||(t=r.allocUnsafe(f(e))),!r.isBuffer(t))throw new TypeError("buffer must be a Buffer instance");return a||(a=0),e<253?(t.writeUInt8(e,a),i.bytes=1):e<=65535?(t.writeUInt8(253,a),t.writeUInt16LE(e,a+1),i.bytes=3):e<=4294967295?(t.writeUInt8(254,a),t.writeUInt32LE(e,a+1),i.bytes=5):(t.writeUInt8(255,a),t.writeUInt32LE(e>>>0,a+1),t.writeUInt32LE(e/4294967296|0,a+5),i.bytes=9),t}function o(e,t){if(!r.isBuffer(e))throw new TypeError("buffer must be a Buffer instance");t||(t=0);var a=e.readUInt8(t);if(a<253)return o.bytes=1,a;if(253===a)return o.bytes=3,e.readUInt16LE(t+1);if(254===a)return o.bytes=5,e.readUInt32LE(t+1);o.bytes=9;var n=e.readUInt32LE(t+1),i=e.readUInt32LE(t+5),f=4294967296*i+n;return c(f),f}function f(e){return c(e),e<253?1:e<=65535?3:e<=4294967295?5:9}e.exports={encode:i,decode:o,encodingLength:f}},"4f09":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(a("3ce7"));function n(e){return e&&e.__esModule?e:{default:e}}var c=/^[^\s-_](?!.*?[-_]{2,})[a-z0-9-\\][^\s]*[^-_\s]$/;function i(e){return(0,r.default)(e),c.test(e)}e.exports=t.default,e.exports.default=t.default},"4f88":function(e,t,a){"use strict";a.r(t);var r=a("e464"),n=a("2ab6");for(var c in n)"default"!==c&&function(e){a.d(t,e,(function(){return n[e]}))}(c);var i,o=a("f0c5"),f=Object(o["a"])(n["default"],r["b"],r["c"],!1,null,"69221dd6",null,!1,r["a"],i);t["default"]=f.exports},"4fd1":function(e,t,a){var r=a("3fb5"),n=a("b672"),c=a("8707").Buffer,i=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],o=new Array(160);function f(){this.init(),this._w=o,n.call(this,128,112)}function d(e,t,a){return a^e&(t^a)}function s(e,t,a){return e&t|a&(e|t)}function u(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function b(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function l(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function h(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function p(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function x(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function v(e,t){return e>>>0>>0?1:0}r(f,n),f.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},f.prototype._update=function(e){for(var t=this._w,a=0|this._ah,r=0|this._bh,n=0|this._ch,c=0|this._dh,o=0|this._eh,f=0|this._fh,m=0|this._gh,g=0|this._hh,y=0|this._al,w=0|this._bl,_=0|this._cl,k=0|this._dl,S=0|this._el,E=0|this._fl,A=0|this._gl,P=0|this._hl,O=0;O<32;O+=2)t[O]=e.readInt32BE(4*O),t[O+1]=e.readInt32BE(4*O+4);for(;O<160;O+=2){var C=t[O-30],T=t[O-30+1],I=l(C,T),j=h(T,C);C=t[O-4],T=t[O-4+1];var N=p(C,T),B=x(T,C),R=t[O-14],M=t[O-14+1],U=t[O-32],L=t[O-32+1],$=j+M|0,F=I+R+v($,j)|0;$=$+B|0,F=F+N+v($,B)|0,$=$+L|0,F=F+U+v($,L)|0,t[O]=F,t[O+1]=$}for(var D=0;D<160;D+=2){F=t[D],$=t[D+1];var H=s(a,r,n),z=s(y,w,_),q=u(a,y),W=u(y,a),K=b(o,S),G=b(S,o),V=i[D],Z=i[D+1],J=d(o,f,m),X=d(S,E,A),Y=P+G|0,Q=g+K+v(Y,P)|0;Y=Y+X|0,Q=Q+J+v(Y,X)|0,Y=Y+Z|0,Q=Q+V+v(Y,Z)|0,Y=Y+$|0,Q=Q+F+v(Y,$)|0;var ee=W+z|0,te=q+H+v(ee,W)|0;g=m,P=A,m=f,A=E,f=o,E=S,S=k+Y|0,o=c+Q+v(S,k)|0,c=n,k=_,n=r,_=w,r=a,w=y,y=Y+ee|0,a=Q+te+v(y,Y)|0}this._al=this._al+y|0,this._bl=this._bl+w|0,this._cl=this._cl+_|0,this._dl=this._dl+k|0,this._el=this._el+S|0,this._fl=this._fl+E|0,this._gl=this._gl+A|0,this._hl=this._hl+P|0,this._ah=this._ah+a+v(this._al,y)|0,this._bh=this._bh+r+v(this._bl,w)|0,this._ch=this._ch+n+v(this._cl,_)|0,this._dh=this._dh+c+v(this._dl,k)|0,this._eh=this._eh+o+v(this._el,S)|0,this._fh=this._fh+f+v(this._fl,E)|0,this._gh=this._gh+m+v(this._gl,A)|0,this._hh=this._hh+g+v(this._hl,P)|0},f.prototype._hash=function(){var e=c.allocUnsafe(64);function t(t,a,r){e.writeInt32BE(t,r),e.writeInt32BE(a,r+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=f},5017:function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var r={uIcon:a("d733").default},n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("view",{staticClass:e._$s(0,"sc","u-radio"),style:e._$s(0,"s",[e.radioStyle]),attrs:{_i:0}},[a("view",{staticClass:e._$s(1,"sc","u-radio__icon-wrap"),class:e._$s(1,"c",[e.iconClass]),style:e._$s(1,"s",[e.iconStyle]),attrs:{_i:1},on:{click:e.toggle}},[a("u-icon",{staticClass:e._$s(2,"sc","u-radio__icon-wrap__icon"),attrs:{name:"checkbox-mark",size:e.elIconSize,color:e.iconColor,_i:2}})],1),a("view",{staticClass:e._$s(3,"sc","u-radio__label"),style:e._$s(3,"s",{fontSize:e.$u.addUnit(e.labelSize)}),attrs:{_i:3},on:{click:e.onClickLabel}},[e._t("default",null,{_i:4})],2)])},c=[]},"507b":function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var r={navigation:a("8e09").default,uMask:a("0610").default},n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("view",{staticClass:e._$s(0,"sc","ac"),attrs:{_i:0}},[r("navigation",{attrs:{showBack:!0,bgnum:!0,_i:1}},[r("text",{staticClass:e._$s(2,"sc","big_title"),attrs:{_i:2}})]),r("view",{staticClass:e._$s(3,"sc","main"),attrs:{_i:3}},[r("view",{staticClass:e._$s(4,"sc","main_con"),attrs:{_i:4}},[r("view",{staticClass:e._$s(5,"sc","yuan"),attrs:{_i:5}},[r("image",{staticClass:e._$s(6,"sc","img1"),attrs:{src:e._$s(6,"a-src",a("1de7")),_i:6}})]),r("view",{staticClass:e._$s(7,"sc","title"),attrs:{_i:7}}),r("view",{staticClass:e._$s(8,"sc","item"),attrs:{_i:8}},[r("view",{staticClass:e._$s(9,"sc","top flex"),attrs:{_i:9}},[r("view",{staticClass:e._$s(10,"sc","text1"),attrs:{_i:10}}),r("view",{staticClass:e._$s(11,"sc","text2"),attrs:{_i:11}})]),r("view",{staticClass:e._$s(12,"sc","inputcon"),attrs:{_i:12}},[r("input",{staticClass:e._$s(13,"sc","input1"),attrs:{_i:13}}),r("image",{staticClass:e._$s(14,"sc","img1"),attrs:{src:e._$s(14,"a-src",a("331b")),_i:14}})])]),r("view",{staticClass:e._$s(15,"sc","item"),attrs:{_i:15}},[r("view",{staticClass:e._$s(16,"sc","top flex"),attrs:{_i:16}},[r("view",{staticClass:e._$s(17,"sc","text1"),attrs:{_i:17}})]),r("view",{staticClass:e._$s(18,"sc","inputcon2 flex"),attrs:{_i:18}},[r("view",{staticClass:e._$s(19,"sc","inputc flex"),attrs:{_i:19}},[r("view",{staticClass:e._$s(20,"sc","textt"),attrs:{_i:20}}),r("input",{staticClass:e._$s(21,"sc","input3"),attrs:{_i:21}})]),r("text"),r("view",{staticClass:e._$s(23,"sc","inputc flex"),attrs:{_i:23}},[r("view",{staticClass:e._$s(24,"sc","textt"),attrs:{_i:24}}),r("input",{staticClass:e._$s(25,"sc","input3"),attrs:{_i:25}})])]),r("view",{staticClass:e._$s(26,"sc","top flex bottom"),attrs:{_i:26}},[r("view",{staticClass:e._$s(27,"sc","text3"),attrs:{_i:27}}),r("view",{staticClass:e._$s(28,"sc","text1 bg"),attrs:{_i:28}})])]),r("view",{staticClass:e._$s(29,"sc","item"),attrs:{_i:29}},[r("view",{staticClass:e._$s(30,"sc","top flex"),attrs:{_i:30}},[r("view",{staticClass:e._$s(31,"sc","text1"),attrs:{_i:31}}),r("view",{staticClass:e._$s(32,"sc","text2"),attrs:{_i:32}})]),r("view",{staticClass:e._$s(33,"sc","inputcon"),attrs:{_i:33}},[r("input",{staticClass:e._$s(34,"sc","input1"),attrs:{_i:34}})])]),r("view",{staticClass:e._$s(35,"sc","item"),attrs:{_i:35}},[r("view",{staticClass:e._$s(36,"sc","top flex"),attrs:{_i:36}},[r("view",{staticClass:e._$s(37,"sc","text1"),attrs:{_i:37}}),r("view",{staticClass:e._$s(38,"sc","text2"),attrs:{_i:38}})]),r("view",{staticClass:e._$s(39,"sc","inputcon"),attrs:{_i:39}},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.value,expression:"value"}],staticClass:e._$s(40,"sc","input2"),attrs:{_i:40},domProps:{value:e._$s(40,"v-model",e.value)},on:{input:function(t){t.target.composing||(e.value=t.target.value)}}}),r("view",{staticClass:e._$s(41,"sc","rig"),attrs:{_i:41}},[r("text",{staticClass:e._$s(42,"sc","text1 ac"),attrs:{_i:42}}),r("text",{staticClass:e._$s(43,"sc","text2"),attrs:{_i:43}})])])])])]),e._$s(44,"i",e.show)?r("view",{staticClass:e._$s(44,"sc","big_con"),attrs:{_i:44}},[r("view",{staticClass:e._$s(45,"sc","tiao"),attrs:{_i:45},on:{click:function(t){e.show=!1}}}),r("view",{staticClass:e._$s(46,"sc","bigtitle"),attrs:{_i:46}}),r("view",{staticClass:e._$s(47,"sc","bottom_con"),attrs:{_i:47}},[r("view",{staticClass:e._$s(48,"sc","yuan"),attrs:{_i:48}},[r("image",{staticClass:e._$s(49,"sc","img1"),attrs:{src:e._$s(49,"a-src",a("1de7")),_i:49}})]),r("view",{staticClass:e._$s(50,"sc","title"),attrs:{_i:50}}),r("view",{staticClass:e._$s(51,"sc","title_con flex"),attrs:{_i:51}},[r("view",{staticClass:e._$s(52,"sc","text1"),attrs:{_i:52}}),r("view",{staticClass:e._$s(53,"sc","text1"),attrs:{_i:53}})]),r("view",{staticClass:e._$s(54,"sc","item"),attrs:{_i:54}},[r("view",{staticClass:e._$s(55,"sc","text1"),attrs:{_i:55}}),r("view",{staticClass:e._$s(56,"sc","text2"),attrs:{_i:56}})]),r("view",{staticClass:e._$s(57,"sc","item"),attrs:{_i:57}},[r("view",{staticClass:e._$s(58,"sc","text1"),attrs:{_i:58}}),r("view",{staticClass:e._$s(59,"sc","text2"),attrs:{_i:59}})]),r("view",{staticClass:e._$s(60,"sc","item"),attrs:{_i:60}},[r("view",{staticClass:e._$s(61,"sc","text1"),attrs:{_i:61}}),r("view",{staticClass:e._$s(62,"sc","text2"),attrs:{_i:62}})]),r("view",{staticClass:e._$s(63,"sc","item"),attrs:{_i:63}},[r("view",{staticClass:e._$s(64,"sc","text1"),attrs:{_i:64}}),r("view",{staticClass:e._$s(65,"sc","text2"),attrs:{_i:65}})]),r("view",{staticClass:e._$s(66,"sc","goto"),attrs:{_i:66}})])]):e._e(),r("u-mask",{attrs:{"z-index":"10",show:e.show,_i:67},on:{click:function(t){e.show=!1}}}),r("u-mask",{attrs:{"z-index":"1000",show:e.show,_i:68},on:{click:function(t){e.show2=!1}}}),r("view",{staticClass:e._$s(69,"sc","zhiwen_con"),attrs:{_i:69}},[r("view",{staticClass:e._$s(70,"sc","tiao"),attrs:{_i:70}}),r("view",{staticClass:e._$s(71,"sc","bigtitle"),attrs:{_i:71}}),r("view",{staticClass:e._$s(72,"sc","bottom_con"),attrs:{_i:72}},[r("image",{staticClass:e._$s(73,"sc","img1"),attrs:{src:e._$s(73,"a-src",a("1d4a")),_i:73}}),r("view",{staticClass:e._$s(74,"sc","text1"),attrs:{_i:74}}),r("view",{staticClass:e._$s(75,"sc","flex con"),attrs:{_i:75}},[r("view",{staticClass:e._$s(76,"sc","textt1"),attrs:{_i:76}}),r("view",{staticClass:e._$s(77,"sc","textt2"),attrs:{_i:77}})])])]),r("view",{staticClass:e._$s(78,"sc","zhiwen_con"),attrs:{_i:78}},[r("view",{staticClass:e._$s(79,"sc","tiao"),attrs:{_i:79}}),r("view",{staticClass:e._$s(80,"sc","bigtitle"),attrs:{_i:80}}),r("view",{staticClass:e._$s(81,"sc","bottom_con"),attrs:{_i:81}},[r("image",{staticClass:e._$s(82,"sc","img1"),attrs:{src:e._$s(82,"a-src",a("a644")),_i:82}}),r("view",{staticClass:e._$s(83,"sc","text1 red"),attrs:{_i:83}},[r("br")]),r("view",{staticClass:e._$s(85,"sc","flex con"),attrs:{_i:85}},[r("view",{staticClass:e._$s(86,"sc","textt1"),attrs:{_i:86}}),r("view",{staticClass:e._$s(87,"sc","textt2"),attrs:{_i:87}})])])]),r("view",{staticClass:e._$s(88,"sc","zhiwen_con"),attrs:{_i:88}},[r("view",{staticClass:e._$s(89,"sc","tiao"),attrs:{_i:89}}),r("view",{staticClass:e._$s(90,"sc","bigtitle"),attrs:{_i:90}}),r("view",{staticClass:e._$s(91,"sc","bottom_con"),attrs:{_i:91}},[r("image",{staticClass:e._$s(92,"sc","img1"),attrs:{src:e._$s(92,"a-src",a("05d4")),_i:92}}),r("view",{staticClass:e._$s(93,"sc","text1 green"),attrs:{_i:93}}),r("view",{staticClass:e._$s(94,"sc","flex con"),attrs:{_i:94}},[r("view",{staticClass:e._$s(95,"sc","textt1"),attrs:{_i:95}}),r("view",{staticClass:e._$s(96,"sc","textt2"),attrs:{_i:96}})])])]),r("view",{staticClass:e._$s(97,"sc","btn_con"),attrs:{_i:97},on:{click:function(t){e.show=!0}}},[r("view",{staticClass:e._$s(98,"sc","btn"),attrs:{_i:98}})])],1)},c=[]},5165:function(e,t,a){(function(e){var r=a("8c8a");function n(e){return e._prev=e._cipher.encryptBlock(e._prev),e._prev}t.encrypt=function(t,a){while(t._cache.length>o%8,e._prev=c(e._prev,a?n:i);return d}function c(e,t){var a=e.length,n=-1,c=r.allocUnsafe(e.length);e=r.concat([e,r.from([t])]);while(++n>7;return c}t.encrypt=function(e,t,a){var c=t.length,i=r.allocUnsafe(c),o=-1;while(++o-1&&(t="tuple[]",e=e.slice(0,-2)),{type:t,name:e}},d.prototype.mapStructToCoderFormat=function(e){var t=this,a=[];return Object.keys(e).forEach((function(r){"object"!==typeof e[r]?a.push({name:r,type:e[r]}):a.push(Object.assign(t.mapStructNameAndType(r),{components:t.mapStructToCoderFormat(e[r])}))})),a},d.prototype.formatParam=function(e,t){var a=this,c=new RegExp(/^bytes([0-9]*)$/),i=new RegExp(/^bytes([0-9]*)\[\]$/),o=new RegExp(/^(u?int)([0-9]*)$/),f=new RegExp(/^(u?int)([0-9]*)\[\]$/);if(n.isBN(t)||n.isBigNumber(t))return t.toString(10);if(e.match(i)||e.match(f))return t.map((function(t){return a.formatParam(e.replace("[]",""),t)}));var d=e.match(o);if(d){var s=parseInt(d[2]||"256");s/80&&(!t||"0x"===t||"0X"===t))throw new Error("Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced.");var r=o.decode(this.mapTypes(e),"0x"+t.replace(/0x/i,""),a),n=new f;return n.__length__=0,e.forEach((function(e,t){var a=r[n.__length__];a="0x"===a?null:a,n[t]=a,("function"===typeof e||e&&"object"===typeof e)&&e.name&&(n[e.name]=a),n.__length__++})),n},d.prototype.decodeLog=function(e,t,a){var r=this;a=Array.isArray(a)?a:[a],t=t||"";var n=[],c=[],i=0;e.forEach((function(e,t){e.indexed?(c[t]=["bool","int","uint","address","fixed","ufixed"].find((function(t){return-1!==e.type.indexOf(t)}))?r.decodeParameter(e.type,a[i]):a[i],i++):n[t]=e}));var o=t,d=o?this.decodeParametersWith(n,o,!0):[],s=new f;return s.__length__=0,e.forEach((function(e,t){s[t]="string"===e.type?"":null,"undefined"!==typeof d[t]&&(s[t]=d[t]),"undefined"!==typeof c[t]&&(s[t]=c[t]),e.name&&(s[e.name]=s[t]),s.__length__++})),s};var s=new d;e.exports=s},"55e6":function(e,t,a){var r=a("1f87"),n=a("25b9"),c=n.hexStringToBuffer,i=n.profiles,o=a("2d66"),f=o.cidV0ToV1Base32;e.exports={helpers:{cidV0ToV1Base32:f},decode:function(e){var t=c(e),a=r.getCodec(t),n=r.rmPrefix(t),o=i[a];return o||(o=i["default"]),o.decode(n)},fromIpfs:function(e){return this.encode("ipfs-ns",e)},fromSwarm:function(e){return this.encode("swarm-ns",e)},encode:function(e,t){var a=i[e];a||(a=i["default"]);var n=a.encode(t);return r.addPrefix(e,n).toString("hex")},getCodec:function(e){var t=c(e);return r.getCodec(t)}}},"55f9":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.version=void 0;var r="json-wallets/5.5.0";t.version=r},"560f":function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return c})),a.d(t,"a",(function(){return r}));var r={navigation:a("8e09").default,uButton:a("11f3").default},n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("view",[a("navigation",{attrs:{showBack:!0,_i:1}},[e._v("")]),a("view",{staticClass:e._$s(2,"sc","main"),attrs:{_i:2}},[a("view",{staticClass:e._$s(3,"sc","title"),attrs:{_i:3}},[a("br")]),a("view",{staticClass:e._$s(5,"sc","mnemonic"),attrs:{_i:5}},e._l(e._$s(6,"f",{forItems:e.mnemonics}),(function(t,r,n,c){return a("view",{key:e._$s(6,"f",{forIndex:n,key:r}),staticClass:e._$s("6-"+c,"sc","mnemonicBlock u-rela"),attrs:{_i:"6-"+c}},[a("text",[e._v(e._$s("7-"+c,"t0-0",e._s(t)))]),a("view",{staticClass:e._$s("8-"+c,"sc","number u-abso"),attrs:{_i:"8-"+c},domProps:{textContent:e._s(e._$s("8-"+c,"v-text",r+1))}})])})),0),a("view",{staticClass:e._$s(9,"sc","title2"),attrs:{_i:9}}),a("u-button",{staticClass:e._$s(10,"sc","custom-style"),attrs:{_i:10},on:{click:e.test}},[e._v("")])],1)],1)},c=[]},"561d":function(e,t,a){(function(t){var r=a("399f"),n=a("7a10"),c=new n,i=new r(24),o=new r(11),f=new r(10),d=new r(3),s=new r(7),u=a("58a2"),b=a("11dc");function l(e,a){return a=a||"utf8",t.isBuffer(e)||(e=new t(e,a)),this._pub=new r(e),this}function h(e,a){return a=a||"utf8",t.isBuffer(e)||(e=new t(e,a)),this._priv=new r(e),this}e.exports=v;var p={};function x(e,t){var a=t.toString("hex"),r=[a,e.toString(16)].join("_");if(r in p)return p[r];var n,b=0;if(e.isEven()||!u.simpleSieve||!u.fermatTest(e)||!c.test(e))return b+=1,b+="02"===a||"05"===a?8:4,p[r]=b,b;switch(c.test(e.shrn(1))||(b+=2),a){case"02":e.mod(i).cmp(o)&&(b+=8);break;case"05":n=e.mod(f),n.cmp(d)&&n.cmp(s)&&(b+=8);break;default:b+=4}return p[r]=b,b}function v(e,t,a){this.setGenerator(t),this.__prime=new r(e),this._prime=r.mont(this.__prime),this._primeLen=e.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,a?(this.setPublicKey=l,this.setPrivateKey=h):this._primeCode=8}function m(e,a){var r=new t(e.toArray());return a?r.toString(a):r}Object.defineProperty(v.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!==typeof this._primeCode&&(this._primeCode=x(this.__prime,this.__gen)),this._primeCode}}),v.prototype.generateKeys=function(){return this._priv||(this._priv=new r(b(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},v.prototype.computeSecret=function(e){e=new r(e),e=e.toRed(this._prime);var a=e.redPow(this._priv).fromRed(),n=new t(a.toArray()),c=this.getPrime();if(n.length>23,b=s>>21&3,l=s>>5&65535,h=31&s,p=t.mapStr.substr(l,h);if(0===b||r&&1&u)throw new Error("Illegal char "+d);1===b?c.push(p):2===b?c.push(n?p:d):3===b&&c.push(d)}var x=c.join("").normalize("NFC");return x}function r(t,r,c){void 0===c&&(c=!1);var i=a(t,c,r),o=i.split(".");return o=o.map((function(t){return t.startsWith("xn--")?(t=e.decode(t.substring(4)),n(t,c,!1)):n(t,c,r),t})),o.join(".")}function n(e,r,n){if("-"===e[2]&&"-"===e[3])throw new Error("Failed to validate "+e);if(e.startsWith("-")||e.endsWith("-"))throw new Error("Failed to validate "+e);if(e.includes("."))throw new Error("Failed to validate "+e);if(a(e,r,n)!==e)throw new Error("Failed to validate "+e);var c=e.codePointAt(0);if(t.mapChar(c)&2<<23)throw new Error("Label contains illegal character: "+c)}function c(t,a){void 0===a&&(a={});var n,c=!("transitional"in a)||a.transitional,i="useStd3ASCII"in a&&a.useStd3ASCII,o="verifyDnsLength"in a&&a.verifyDnsLength,f=r(t,c,i).split("."),d=f.map(e.toASCII),s=d.join(".");if(o){if(s.length<1||s.length>253)throw new Error("DNS name has wrong length: "+s);for(n=0;n63)throw new Error("DNS label has wrong length: "+u)}}return s}function i(e,t){void 0===t&&(t={});var a="useStd3ASCII"in t&&t.useStd3ASCII;return r(e,!1,a)}return{toUnicode:i,toAscii:c}}))},"57a7":function(e,t,a){"use strict";(function(e){var r=this&&this.__extends||function(){var e=function(t,a){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},e(t,a)};return function(t,a){if("function"!==typeof a&&null!==a)throw new TypeError("Class extends value "+String(a)+" is not a constructor or null");function r(){this.constructor=t}e(t,a),t.prototype=null===a?Object.create(a):(r.prototype=a.prototype,new r)}}(),n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,a=1,r=arguments.length;a=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.ConsensusAlgorithm=t.ConsensusType=t.Hardfork=t.Chain=t.CustomChain=void 0;var i,o,f=a("faa1"),d=a("d1c2"),s=a("9678"),u=a("1e07"),b=a("eb3e"),l=a("908f");(function(e){e["PolygonMainnet"]="polygon-mainnet",e["PolygonMumbai"]="polygon-mumbai",e["ArbitrumRinkebyTestnet"]="arbitrum-rinkeby-testnet",e["xDaiChain"]="x-dai-chain"})(i=t.CustomChain||(t.CustomChain={})),function(e){e[e["Mainnet"]=1]="Mainnet",e[e["Ropsten"]=3]="Ropsten",e[e["Rinkeby"]=4]="Rinkeby",e[e["Kovan"]=42]="Kovan",e[e["Goerli"]=5]="Goerli"}(t.Chain||(t.Chain={})),function(e){e["Chainstart"]="chainstart",e["Homestead"]="homestead",e["Dao"]="dao",e["TangerineWhistle"]="tangerineWhistle",e["SpuriousDragon"]="spuriousDragon",e["Byzantium"]="byzantium",e["Constantinople"]="constantinople",e["Petersburg"]="petersburg",e["Istanbul"]="istanbul",e["MuirGlacier"]="muirGlacier",e["Berlin"]="berlin",e["London"]="london",e["Shanghai"]="shanghai",e["Merge"]="merge"}(o=t.Hardfork||(t.Hardfork={})),function(e){e["ProofOfStake"]="pos",e["ProofOfWork"]="pow",e["ProofOfAuthority"]="poa"}(t.ConsensusType||(t.ConsensusType={})),function(e){e["Ethash"]="ethash",e["Clique"]="clique",e["Casper"]="casper"}(t.ConsensusAlgorithm||(t.ConsensusAlgorithm={}));var h=function(t){function f(e){var a,r,n,i,f=t.call(this)||this;f._supportedHardforks=[],f._eips=[],f._customChains=null!==(n=e.customChains)&&void 0!==n?n:[],f._chainParams=f.setChain(e.chain),f.DEFAULT_HARDFORK=null!==(i=f._chainParams.defaultHardfork)&&void 0!==i?i:o.Istanbul;try{for(var d=c(f._chainParams.hardforks),s=d.next();!s.done;s=d.next()){var u=s.value;u.forkHash||(u.forkHash=f._calcForkHash(u.name))}}catch(b){a={error:b}}finally{try{s&&!s.done&&(r=d.return)&&r.call(d)}finally{if(a)throw a.error}}return f._hardfork=f.DEFAULT_HARDFORK,e.supportedHardforks&&(f._supportedHardforks=e.supportedHardforks),e.hardfork&&f.setHardfork(e.hardfork),e.eips&&f.setEIPs(e.eips),f}return r(f,t),f.custom=function(e,t){var a;void 0===t&&(t={});var r=null!==(a=t.baseChain)&&void 0!==a?a:"mainnet",c=n({},f._getChainParams(r));if(c["name"]="custom-chain","string"!==typeof e)return new f(n({chain:n(n({},c),e)},t));if(e===i.PolygonMainnet)return f.custom({name:i.PolygonMainnet,chainId:137,networkId:137});if(e===i.PolygonMumbai)return f.custom({name:i.PolygonMumbai,chainId:80001,networkId:80001});if(e===i.ArbitrumRinkebyTestnet)return f.custom({name:i.ArbitrumRinkebyTestnet,chainId:421611,networkId:421611});if(e===i.xDaiChain)return f.custom({name:i.xDaiChain,chainId:100,networkId:100});throw new Error("Custom chain "+e+" not supported")},f.forCustomChain=function(e,t,a,r){var c=f._getChainParams(e);return new f({chain:n(n({},c),t),hardfork:a,supportedHardforks:r})},f.isSupportedChainId=function(e){var t=(0,u._getInitializedChains)();return Boolean(t["names"][e.toString()])},f._getChainParams=function(e,t){var a=(0,u._getInitializedChains)(t);if("number"===typeof e||s.BN.isBN(e)){if(e=e.toString(),a["names"][e]){var r=a["names"][e];return a[r]}throw new Error("Chain with ID "+e+" not supported")}if(a[e])return a[e];throw new Error("Chain with name "+e+" not supported")},f.prototype.setChain=function(e){var t,a;if("number"===typeof e||"string"===typeof e||s.BN.isBN(e)){var r=void 0;r=this._customChains&&this._customChains.length>0&&Array.isArray(this._customChains[0])?this._customChains.map((function(e){return e[0]})):this._customChains,this._chainParams=f._getChainParams(e,r)}else{if("object"!==typeof e)throw new Error("Wrong input format");if(this._customChains.length>0)throw new Error("Chain must be a string, number, or BN when initialized with customChains passed in");var n=["networkId","genesis","hardforks","bootstrapNodes"];try{for(var i=c(n),o=i.next();!o.done;o=i.next()){var d=o.value;if(void 0===e[d])throw new Error("Missing required chain parameter: "+d)}}catch(u){t={error:u}}finally{try{o&&!o.done&&(a=i.return)&&a.call(i)}finally{if(t)throw t.error}}this._chainParams=e}return this._chainParams},f.prototype.setHardfork=function(e){var t,a;if(!this._isSupportedHardfork(e))throw new Error("Hardfork "+e+" not set as supported in supportedHardforks");var r=!1;try{for(var n=c(b.hardforks),i=n.next();!i.done;i=n.next()){var o=i.value;o[0]===e&&(this._hardfork!==e&&(this._hardfork=e,this.emit("hardforkChanged",e)),r=!0)}}catch(f){t={error:f}}finally{try{i&&!i.done&&(a=n.return)&&a.call(n)}finally{if(t)throw t.error}}if(!r)throw new Error("Hardfork with name "+e+" not supported")},f.prototype.getHardforkByBlockNumber=function(e,t){var a,r;e=(0,s.toType)(e,s.TypeOutput.BN),t=t?(0,s.toType)(t,s.TypeOutput.BN):void 0;var n,i,f,d=o.Chainstart;try{for(var u=c(this.hardforks()),b=u.next();!b.done;b=u.next()){var l=b.value;if(null!==l.block)e.gte(new s.BN(l.block))&&(d=l.name),t&&l.td&&(t.gten(l.td)?n=l.name:i=f),f=l.name;else if(t&&l.td&&t.gten(l.td))return l.name}}catch(x){a={error:x}}finally{try{b&&!b.done&&(r=u.return)&&r.call(u)}finally{if(a)throw a.error}}if(t){var h="block number: "+e+" (-> "+d+"), ";if(n&&!this.hardforkGteHardfork(d,n)){var p="HF determined by block number is lower than the minimum total difficulty HF";throw h+="total difficulty: "+t+" (-> "+n+")",new Error(p+": "+h)}if(i&&!this.hardforkGteHardfork(i,d)){p="Maximum HF determined by total difficulty is lower than the block number HF";throw h+="total difficulty: "+t+" (-> "+i+")",new Error(p+": "+h)}}return d},f.prototype.setHardforkByBlockNumber=function(e,t){var a=this.getHardforkByBlockNumber(e,t);return this.setHardfork(a),a},f.prototype._chooseHardfork=function(e,t){if(void 0===t&&(t=!0),e){if(t&&!this._isSupportedHardfork(e))throw new Error("Hardfork "+e+" not set as supported in supportedHardforks")}else e=this._hardfork;return e},f.prototype._getHardfork=function(e){var t,a,r=this.hardforks();try{for(var n=c(r),i=n.next();!i.done;i=n.next()){var o=i.value;if(o["name"]===e)return o}}catch(f){t={error:f}}finally{try{i&&!i.done&&(a=n.return)&&a.call(n)}finally{if(t)throw t.error}}throw new Error("Hardfork "+e+" not defined for chain "+this.chainName())},f.prototype._isSupportedHardfork=function(e){var t,a;if(!(this._supportedHardforks.length>0))return!0;try{for(var r=c(this._supportedHardforks),n=r.next();!n.done;n=r.next()){var i=n.value;if(e===i)return!0}}catch(o){t={error:o}}finally{try{n&&!n.done&&(a=r.return)&&a.call(r)}finally{if(t)throw t.error}}return!1},f.prototype.setEIPs=function(e){var t,a,r=this;void 0===e&&(e=[]);var n=function(t){if(!(t in l.EIPs))throw new Error(t+" not supported");var a=i.gteHardfork(l.EIPs[t]["minimumHardfork"]);if(!a)throw new Error(t+" cannot be activated on hardfork "+i.hardfork()+", minimumHardfork: "+a);l.EIPs[t].requiredEIPs&&l.EIPs[t].requiredEIPs.forEach((function(a){if(!e.includes(a)&&!r.isActivatedEIP(a))throw new Error(t+" requires EIP "+a+", but is not included in the EIP list")}))},i=this;try{for(var o=c(e),f=o.next();!f.done;f=o.next()){var d=f.value;n(d)}}catch(s){t={error:s}}finally{try{f&&!f.done&&(a=o.return)&&a.call(o)}finally{if(t)throw t.error}}this._eips=e},f.prototype.param=function(e,t){var a,r,n=null;try{for(var i=c(this._eips),o=i.next();!o.done;o=i.next()){var f=o.value;if(n=this.paramByEIP(e,t,f),null!==n)return n}}catch(d){a={error:d}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(a)throw a.error}}return this.paramByHardfork(e,t,this._hardfork)},f.prototype.paramByHardfork=function(e,t,a){var r,n,i,o;a=this._chooseHardfork(a);var f=null;try{for(var d=c(b.hardforks),s=d.next();!s.done;s=d.next()){var u=s.value;if("eips"in u[1]){var l=u[1]["eips"];try{for(var h=(i=void 0,c(l)),p=h.next();!p.done;p=h.next()){var x=p.value,v=this.paramByEIP(e,t,x);f=null!==v?v:f}}catch(m){i={error:m}}finally{try{p&&!p.done&&(o=h.return)&&o.call(h)}finally{if(i)throw i.error}}}else{if(!u[1][e])throw new Error("Topic "+e+" not defined");void 0!==u[1][e][t]&&(f=u[1][e][t].v)}if(u[0]===a)break}}catch(g){r={error:g}}finally{try{s&&!s.done&&(n=d.return)&&n.call(d)}finally{if(r)throw r.error}}return f},f.prototype.paramByEIP=function(e,t,a){if(!(a in l.EIPs))throw new Error(a+" not supported");var r=l.EIPs[a];if(!(e in r))throw new Error("Topic "+e+" not defined");if(void 0===r[e][t])return null;var n=r[e][t].v;return n},f.prototype.paramByBlock=function(e,t,a){var r=this.activeHardforks(a),n=r[r.length-1]["name"];return this.paramByHardfork(e,t,n)},f.prototype.isActivatedEIP=function(e){var t,a;if(this.eips().includes(e))return!0;try{for(var r=c(b.hardforks),n=r.next();!n.done;n=r.next()){var i=n.value,o=i[1];if(this.gteHardfork(o["name"])&&"eips"in o&&o["eips"].includes(e))return!0}}catch(f){t={error:f}}finally{try{n&&!n.done&&(a=r.return)&&a.call(r)}finally{if(t)throw t.error}}return!1},f.prototype.hardforkIsActiveOnBlock=function(e,t,a){var r;void 0===a&&(a={}),t=(0,s.toType)(t,s.TypeOutput.BN);var n=null!==(r=a.onlySupported)&&void 0!==r&&r;e=this._chooseHardfork(e,n);var c=this.hardforkBlockBN(e);return!(!c||!t.gte(c))},f.prototype.activeOnBlock=function(e,t){return this.hardforkIsActiveOnBlock(null,e,t)},f.prototype.hardforkGteHardfork=function(e,t,a){var r,n;void 0===a&&(a={});var i,o=void 0!==a.onlyActive&&a.onlyActive;e=this._chooseHardfork(e,a.onlySupported),i=o?this.activeHardforks(null,a):this.hardforks();var f=-1,d=-1,s=0;try{for(var u=c(i),b=u.next();!b.done;b=u.next()){var l=b.value;l["name"]===e&&(f=s),l["name"]===t&&(d=s),s+=1}}catch(h){r={error:h}}finally{try{b&&!b.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}return f>=d&&-1!==d},f.prototype.gteHardfork=function(e,t){return this.hardforkGteHardfork(null,e,t)},f.prototype.hardforkIsActiveOnChain=function(e,t){var a,r,n;void 0===t&&(t={});var i=null!==(n=t.onlySupported)&&void 0!==n&&n;e=this._chooseHardfork(e,i);try{for(var o=c(this.hardforks()),f=o.next();!f.done;f=o.next()){var d=f.value;if(d["name"]===e&&null!==d["block"])return!0}}catch(s){a={error:s}}finally{try{f&&!f.done&&(r=o.return)&&r.call(o)}finally{if(a)throw a.error}}return!1},f.prototype.activeHardforks=function(e,t){var a,r;void 0===t&&(t={});var n=[],i=this.hardforks();try{for(var o=c(i),f=o.next();!f.done;f=o.next()){var d=f.value;if(null!==d["block"]){if(void 0!==e&&null!==e&&e0)return a[a.length-1]["name"];throw new Error("No (supported) active hardfork found")},f.prototype.hardforkBlock=function(e){var t=this.hardforkBlockBN(e);return t?(0,s.toType)(t,s.TypeOutput.Number):null},f.prototype.hardforkBlockBN=function(e){e=this._chooseHardfork(e,!1);var t=this._getHardfork(e)["block"];return void 0===t||null===t?null:new s.BN(t)},f.prototype.hardforkTD=function(e){e=this._chooseHardfork(e,!1);var t=this._getHardfork(e)["td"];return void 0===t||null===t?null:new s.BN(t)},f.prototype.isHardforkBlock=function(e,t){e=(0,s.toType)(e,s.TypeOutput.BN),t=this._chooseHardfork(t,!1);var a=this.hardforkBlockBN(t);return!!a&&a.eq(e)},f.prototype.nextHardforkBlock=function(e){var t=this.nextHardforkBlockBN(e);return null===t?null:(0,s.toType)(t,s.TypeOutput.Number)},f.prototype.nextHardforkBlockBN=function(e){e=this._chooseHardfork(e,!1);var t=this.hardforkBlockBN(e);if(null===t)return null;var a=this.hardforks().reduce((function(e,a){var r=new s.BN(a.block);return r.gt(t)&&null===e?r:e}),null);return a},f.prototype.isNextHardforkBlock=function(e,t){e=(0,s.toType)(e,s.TypeOutput.BN),t=this._chooseHardfork(t,!1);var a=this.nextHardforkBlockBN(t);return null!==a&&a.eq(e)},f.prototype._calcForkHash=function(t){var a,r,n=e.from(this.genesis().hash.substr(2),"hex"),i=e.alloc(0),o=0;try{for(var f=c(this.hardforks()),u=f.next();!u.done;u=f.next()){var b=u.value,l=b.block;if(0!==l&&null!==l&&l!==o){var h=e.from(l.toString(16).padStart(16,"0"),"hex");i=e.concat([i,h])}if(b.name===t)break;null!==l&&(o=l)}}catch(v){a={error:v}}finally{try{u&&!u.done&&(r=f.return)&&r.call(f)}finally{if(a)throw a.error}}var p=e.concat([n,i]),x=(0,s.intToBuffer)((0,d.buf)(p)>>>0).toString("hex");return"0x"+x},f.prototype.forkHash=function(e){e=this._chooseHardfork(e,!1);var t=this._getHardfork(e);if(null===t["block"]){var a="No fork hash calculation possible for non-applied or future hardfork";throw new Error(a)}return void 0!==t["forkHash"]?t["forkHash"]:this._calcForkHash(e)},f.prototype.hardforkForForkHash=function(e){var t=this.hardforks().filter((function(t){return t.forkHash===e}));return t.length>=1?t[t.length-1]:null},f.prototype.genesis=function(){return this._chainParams["genesis"]},f.prototype.genesisState=function(){var e,t;switch(this.chainName()){case"mainnet":return a("3d92");case"ropsten":return a("046f");case"rinkeby":return a("87c8");case"kovan":return a("ad97");case"goerli":return a("f918")}if(this._customChains&&this._customChains.length>0&&Array.isArray(this._customChains[0]))try{for(var r=c(this._customChains),n=r.next();!n.done;n=r.next()){var i=n.value;if(i[0].name===this.chainName())return i[1]}}catch(o){e={error:o}}finally{try{n&&!n.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}return{}},f.prototype.hardforks=function(){return this._chainParams["hardforks"]},f.prototype.bootstrapNodes=function(){return this._chainParams["bootstrapNodes"]},f.prototype.dnsNetworks=function(){return this._chainParams["dnsNetworks"]},f.prototype.hardfork=function(){return this._hardfork},f.prototype.chainId=function(){return(0,s.toType)(this.chainIdBN(),s.TypeOutput.Number)},f.prototype.chainIdBN=function(){return new s.BN(this._chainParams["chainId"])},f.prototype.chainName=function(){return this._chainParams["name"]},f.prototype.networkId=function(){return(0,s.toType)(this.networkIdBN(),s.TypeOutput.Number)},f.prototype.networkIdBN=function(){return new s.BN(this._chainParams["networkId"])},f.prototype.eips=function(){return this._eips},f.prototype.consensusType=function(){var e,t,a,r=this.hardfork();try{for(var n=c(b.hardforks),i=n.next();!i.done;i=n.next()){var o=i.value;if("consensus"in o[1]&&(a=o[1]["consensus"]["type"]),o[0]===r)break}}catch(f){e={error:f}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}return a||this._chainParams["consensus"]["type"]},f.prototype.consensusAlgorithm=function(){var e,t,a,r=this.hardfork();try{for(var n=c(b.hardforks),i=n.next();!i.done;i=n.next()){var o=i.value;if("consensus"in o[1]&&(a=o[1]["consensus"]["algorithm"]),o[0]===r)break}}catch(f){e={error:f}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}return a||this._chainParams["consensus"]["algorithm"]},f.prototype.consensusConfig=function(){var e,t,a,r=this.hardfork();try{for(var n=c(b.hardforks),i=n.next();!i.done;i=n.next()){var o=i.value;if("consensus"in o[1]&&(a=o[1]["consensus"][o[1]["consensus"]["algorithm"]]),o[0]===r)break}}catch(d){e={error:d}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}if(a)return a;var f=this.consensusAlgorithm();return this._chainParams["consensus"][f]},f.prototype.copy=function(){return Object.assign(Object.create(Object.getPrototypeOf(this)),this)},f}(f.EventEmitter);t.default=h}).call(this,a("b639").Buffer)},5843:function(e,t,a){"use strict";(function(t){function r(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,r)}return a}function n(e){for(var t=1;t0&&e.topics.length!==r+1&&(t={anonymous:!0,inputs:[]})}var n=t.anonymous?e.topics:e.topics.slice(1);return a.returnValues=l.decodeLog(t.inputs,e.data,n),delete a.returnValues.__length__,a.event=t.name,a.signature=t.anonymous||!e.topics[0]?null:e.topics[0],a.raw={data:a.data,topics:a.topics},delete a.data,delete a.topics,a},h.prototype._encodeMethodABI=function(){var e=this._method.signature,t=this.arguments||[],a=!1,r=this._parent.options.jsonInterface.filter((function(t){return"constructor"===e&&t.type===e||(t.signature===e||t.signature===e.replace("0x","")||t.name===e)&&"function"===t.type})).map((function(e){var r=Array.isArray(e.inputs)?e.inputs.length:0;if(r!==t.length)throw new Error("The number of arguments is not matching the methods required number. You need to pass "+r+" arguments.");return"function"===e.type&&(a=e.signature),Array.isArray(e.inputs)?e.inputs:[]})).map((function(e){return l.encodeParameters(e,t).replace("0x","")}))[0]||"";if("constructor"===e){if(!this._deployData)throw new Error("The contract has no contract data option set. This is necessary to append the constructor parameters.");return this._deployData.startsWith("0x")||(this._deployData="0x"+this._deployData),this._deployData+r}var n=a?a+r:r;if(!n)throw new Error("Couldn't find a matching contract method named \""+this._method.name+'".');return n},h.prototype._decodeMethodReturn=function(e,t){if(!t)return null;t=t.length>=2?t.slice(2):t;var a=l.decodeParameters(e,t);return 1===a.__length__?a[0]:(delete a.__length__,a)},h.prototype.deploy=function(e,t){if(e=e||{},e.arguments=e.arguments||[],e=this._getOrSetDefaultOptions(e),!e.data){if("function"===typeof t)return t(u.ContractMissingDeployDataError());throw u.ContractMissingDeployDataError()}var a=this.options.jsonInterface.find((function(e){return"constructor"===e.type}))||{};return a.signature="constructor",this._createTxObject.apply({method:a,parent:this,deployData:e.data,_ethAccounts:this.constructor._ethAccounts},e.arguments)},h.prototype._generateEventOptions=function(){var e=Array.prototype.slice.call(arguments),t=this._getCallback(e),a="object"===(!!e[e.length-1]&&typeof e[e.length-1])?e.pop():{},r="string"===typeof e[0]?e[0]:"allevents",n="allevents"===r.toLowerCase()?{name:"ALLEVENTS",jsonInterface:this.options.jsonInterface}:this.options.jsonInterface.find((function(e){return"event"===e.type&&(e.name===r||e.signature==="0x"+r.replace("0x",""))}));if(!n)throw u.ContractEventDoesNotExistError(r);if(!f.isAddress(this.options.address))throw u.ContractNoAddressDefinedError();return{params:this._encodeEventABI(n,a),event:n,callback:t}},h.prototype.clone=function(){return new this.constructor(this.options.jsonInterface,this.options.address,this.options)},h.prototype.once=function(e,t,a){var r=Array.prototype.slice.call(arguments);if(a=this._getCallback(r),!a)throw u.ContractOnceRequiresCallbackError();t&&delete t.fromBlock,this._on(e,t,(function(e,t,r){r.unsubscribe(),"function"===typeof a&&a(e,t,r)}))},h.prototype._on=function(){var e=this._generateEventOptions.apply(this,arguments);e.params&&e.params.toBlock&&(delete e.params.toBlock,t("warn","Invalid option: toBlock. Use getPastEvents for specific range."," at node_modules/web3-eth-contract/lib/index.js:594")),this._checkListener("newListener",e.event.name),this._checkListener("removeListener",e.event.name);var a=new d({subscription:{params:1,inputFormatter:[s.inputLogFormatter],outputFormatter:this._decodeEventABI.bind(e.event),subscriptionHandler:function(e){e.removed?this.emit("changed",e):this.emit("data",e),"function"===typeof this.callback&&this.callback(null,e,this)}},type:"eth",requestManager:this._requestManager});return a.subscribe("logs",e.params,e.callback||function(){}),a},h.prototype.getPastEvents=function(){var e=this._generateEventOptions.apply(this,arguments),t=new o({name:"getPastLogs",call:"eth_getLogs",params:1,inputFormatter:[s.inputLogFormatter],outputFormatter:this._decodeEventABI.bind(e.event)});t.setRequestManager(this._requestManager);var a=t.buildCall();return t=null,a(e.params,e.callback)},h.prototype._createTxObject=function(){var e=Array.prototype.slice.call(arguments),t={};if("function"===this.method.type&&(t.call=this.parent._executeMethod.bind(t,"call"),t.call.request=this.parent._executeMethod.bind(t,"call",!0)),t.send=this.parent._executeMethod.bind(t,"send"),t.send.request=this.parent._executeMethod.bind(t,"send",!0),t.encodeABI=this.parent._encodeMethodABI.bind(t),t.estimateGas=this.parent._executeMethod.bind(t,"estimate"),e&&this.method.inputs&&e.length!==this.method.inputs.length){if(this.nextMethod)return this.nextMethod.apply(null,e);throw u.InvalidNumberOfParams(e.length,this.method.inputs.length,this.method.name)}return t.arguments=e||[],t._method=this.method,t._parent=this.parent,t._ethAccounts=this.parent.constructor._ethAccounts||this._ethAccounts,this.deployData&&(t._deployData=this.deployData),t},h.prototype._processExecuteArguments=function(e,t){var a={};if(a.type=e.shift(),a.callback=this._parent._getCallback(e),"call"!==a.type||!0===e[e.length-1]||"string"!==typeof e[e.length-1]&&!isFinite(e[e.length-1])||(a.defaultBlock=e.pop()),a.options="object"===(!!e[e.length-1]&&typeof e[e.length-1])?e.pop():{},a.generateRequest=!0===e[e.length-1]&&e.pop(),a.options=this._parent._getOrSetDefaultOptions(a.options),a.options.data=this.encodeABI(),!this._deployData&&!f.isAddress(this._parent.options.address))throw u.ContractNoAddressDefinedError();return this._deployData||(a.options.to=this._parent.options.address),a.options.data?a:f._fireError(new Error("Couldn't find a matching contract method, or the number of parameters is wrong."),t.eventEmitter,t.reject,a.callback)},h.prototype._executeMethod=function(){var e=this,t=this._parent._processExecuteArguments.call(this,Array.prototype.slice.call(arguments),a),a=b("send"!==t.type),r=e.constructor._ethAccounts||e._ethAccounts;if(t.generateRequest){var n={params:[s.inputCallFormatter.call(this._parent,t.options)],callback:t.callback};return"call"===t.type?(n.params.push(s.inputDefaultBlockNumberFormatter.call(this._parent,t.defaultBlock)),n.method="eth_call",n.format=this._parent._decodeMethodReturn.bind(null,this._method.outputs)):n.method="eth_sendTransaction",n}switch(t.type){case"estimate":var c=new o({name:"estimateGas",call:"eth_estimateGas",params:1,inputFormatter:[s.inputCallFormatter],outputFormatter:f.hexToNumber,requestManager:e._parent._requestManager,accounts:r,defaultAccount:e._parent.defaultAccount,defaultBlock:e._parent.defaultBlock}).createFunction();return c(t.options,t.callback);case"call":var i=new o({name:"call",call:"eth_call",params:2,inputFormatter:[s.inputCallFormatter,s.inputDefaultBlockNumberFormatter],outputFormatter:function(t){return e._parent._decodeMethodReturn(e._method.outputs,t)},requestManager:e._parent._requestManager,accounts:r,defaultAccount:e._parent.defaultAccount,defaultBlock:e._parent.defaultBlock,handleRevert:e._parent.handleRevert,abiCoder:l}).createFunction();return i(t.options,t.defaultBlock,t.callback);case"send":if(!f.isAddress(t.options.from))return f._fireError(u.ContractNoFromAddressDefinedError(),a.eventEmitter,a.reject,t.callback);if("boolean"===typeof this._method.payable&&!this._method.payable&&t.options.value&&t.options.value>0)return f._fireError(new Error("Can not send value to non-payable contract method or constructor"),a.eventEmitter,a.reject,t.callback);var d={receiptFormatter:function(t){if(Array.isArray(t.logs)){var a=t.logs.map((function(t){return e._parent._decodeEventABI.call({name:"ALLEVENTS",jsonInterface:e._parent.options.jsonInterface},t)}));t.events={};var r=0;a.forEach((function(e){e.event?t.events[e.event]?Array.isArray(t.events[e.event])?t.events[e.event].push(e):t.events[e.event]=[t.events[e.event],e]:t.events[e.event]=e:(t.events[r]=e,r++)})),delete t.logs}return t},contractDeployFormatter:function(t){var a=e._parent.clone();return a.options.address=t.contractAddress,a}},h=new o({name:"sendTransaction",call:"eth_sendTransaction",params:1,inputFormatter:[s.inputTransactionFormatter],requestManager:e._parent._requestManager,accounts:e.constructor._ethAccounts||e._ethAccounts,defaultAccount:e._parent.defaultAccount,defaultBlock:e._parent.defaultBlock,transactionBlockTimeout:e._parent.transactionBlockTimeout,transactionConfirmationBlocks:e._parent.transactionConfirmationBlocks,transactionPollingTimeout:e._parent.transactionPollingTimeout,defaultCommon:e._parent.defaultCommon,defaultChain:e._parent.defaultChain,defaultHardfork:e._parent.defaultHardfork,handleRevert:e._parent.handleRevert,extraFormatters:d,abiCoder:l}).createFunction();return h(t.options,t.callback);default:throw new Error('Method "'+t.type+'" not implemented.')}},e.exports=h}).call(this,a("0de9")["default"])},"58a2":function(e,t,a){var r=a("11dc");e.exports=g,g.simpleSieve=v,g.fermatTest=m;var n=a("399f"),c=new n(24),i=a("7a10"),o=new i,f=new n(1),d=new n(2),s=new n(5),u=(new n(16),new n(8),new n(10)),b=new n(3),l=(new n(7),new n(11)),h=new n(4),p=(new n(12),null);function x(){if(null!==p)return p;var e=1048576,t=[];t[0]=2;for(var a=1,r=3;re)a.ishrn(1);if(a.isEven()&&a.iadd(f),a.testn(1)||a.iadd(d),t.cmp(d)){if(!t.cmp(s))while(a.mod(u).cmp(b))a.iadd(h)}else while(a.mod(c).cmp(l))a.iadd(h);if(i=a.shrn(1),v(i)&&v(a)&&m(i)&&m(a)&&o.test(i)&&o.test(a))return a}}},"58b2":function(e,t,a){"use strict";a.r(t);var r=a("8c6c"),n=a("3662");for(var c in n)"default"!==c&&function(e){a.d(t,e,(function(){return n[e]}))}(c);var i,o=a("f0c5"),f=Object(o["a"])(n["default"],r["b"],r["c"],!1,null,"48f9e3b8",null,!1,r["a"],i);t["default"]=f.exports},"58b7":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a("5a80"),n=a("5a80");function c(e){var t=r.compile(e);return 34===t.length&&t[0]===n.OPS.OP_0&&32===t[1]}t.check=c,c.toJSON=function(){return"Witness scriptHash output"}},5914:function(e){e.exports=JSON.parse('{"name":"dao","comment":"DAO rescue hardfork","eip":{"url":"https://eips.ethereum.org/EIPS/eip-779","status":"Final"},"gasConfig":{},"gasPrices":{},"vm":{},"pow":{},"casper":{},"sharding":{}}')},5917:function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var r=a("3efa"),n=a("43c6"),c=a("6bda"),i=e.alloc(1,0);function o(t){var a=0;while(0===t[a])++a;return a===t.length?i:(t=t.slice(a),128&t[0]?e.concat([i,t],1+t.length):t)}function f(t){0===t[0]&&(t=t.slice(1));var a=e.alloc(32,0),r=Math.max(0,32-t.length);return t.copy(a,r),a}function d(t){var a=t.readUInt8(t.length-1),r=-129&a;if(r<=0||r>=4)throw new Error("Invalid hashType "+a);var c=n.decode(t.slice(0,-1)),i=f(c.r),o=f(c.s),d=e.concat([i,o],64);return{signature:d,hashType:a}}function s(t,a){c({signature:r.BufferN(64),hashType:r.UInt8},{signature:t,hashType:a});var i=-129&a;if(i<=0||i>=4)throw new Error("Invalid hashType "+a);var f=e.allocUnsafe(1);f.writeUInt8(a,0);var d=o(t.slice(0,32)),s=o(t.slice(32,64));return e.concat([n.encode(d,s),f])}t.decode=d,t.encode=s}).call(this,a("b639").Buffer)},5919:function(e,t,a){"use strict";t.sha1=a("13e2"),t.sha224=a("07f27"),t.sha256=a("6eed"),t.sha384=a("8b95"),t.sha512=a("b525")},"591f":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={name:"u-radio",props:{name:{type:[String,Number],default:""},shape:{type:String,default:""},disabled:{type:[String,Boolean],default:""},labelDisabled:{type:[String,Boolean],default:""},activeColor:{type:String,default:""},iconSize:{type:[String,Number],default:""},labelSize:{type:[String,Number],default:""}},data:function(){return{parentData:{iconSize:null,labelDisabled:null,disabled:null,shape:null,activeColor:null,size:null,width:null,height:null,value:null,wrap:null}}},created:function(){this.parent=!1,this.updateParentData(),this.parent.children.push(this)},computed:{elDisabled:function(){return""!==this.disabled?this.disabled:null!==this.parentData.disabled&&this.parentData.disabled},elLabelDisabled:function(){return""!==this.labelDisabled?this.labelDisabled:null!==this.parentData.labelDisabled&&this.parentData.labelDisabled},elSize:function(){return this.size?this.size:this.parentData.size?this.parentData.size:34},elIconSize:function(){return this.iconSize?this.iconSize:this.parentData.iconSize?this.parentData.iconSize:20},elActiveColor:function(){return this.activeColor?this.activeColor:this.parentData.activeColor?this.parentData.activeColor:"primary"},elShape:function(){return this.shape?this.shape:this.parentData.shape?this.parentData.shape:"circle"},iconStyle:function(){var e={};return this.elActiveColor&&this.parentData.value==this.name&&!this.elDisabled&&(e.borderColor=this.elActiveColor,e.backgroundColor=this.elActiveColor),e.width=this.$u.addUnit(this.elSize),e.height=this.$u.addUnit(this.elSize),e},iconColor:function(){return this.name==this.parentData.value?"#ffffff":"transparent"},iconClass:function(){var e=[];return e.push("u-radio__icon-wrap--"+this.elShape),this.name==this.parentData.value&&e.push("u-radio__icon-wrap--checked"),this.elDisabled&&e.push("u-radio__icon-wrap--disabled"),this.name==this.parentData.value&&this.elDisabled&&e.push("u-radio__icon-wrap--disabled--checked"),e.join(" ")},radioStyle:function(){var e={};return this.parentData.width&&(e.width=this.$u.addUnit(this.parentData.width),e.flex="0 0 ".concat(this.$u.addUnit(this.parentData.width))),this.parentData.wrap&&(e.width="100%",e.flex="0 0 100%"),e}},methods:{updateParentData:function(){this.getParentData("u-radio-group")},onClickLabel:function(){this.elLabelDisabled||this.elDisabled||this.setRadioCheckedStatus()},toggle:function(){this.elDisabled||this.setRadioCheckedStatus()},emitEvent:function(){this.parentData.value!=this.name&&this.$emit("change",this.name)},setRadioCheckedStatus:function(){this.emitEvent(),this.parent&&(this.parent.setValue(this.name),this.parentData.value=this.name)}}};t.default=r},"594b":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isValidName=u,t.namehash=b;var r=a("ecb6"),n=a("86c8"),c=a("183c"),i=a("20ed"),o=a("cc85"),f=new i.Logger(o.version),d=new Uint8Array(32);d.fill(0);var s=new RegExp("^((.*)\\.)?([^.]+)$");function u(e){try{for(var t=e.split("."),a=0;ae.length)&&(t=e.length);for(var a=0,r=new Array(t);a=t.OPS.OP_1&&e<=t.OPS.OP_16||e===t.OPS.OP_1NEGATE)}function l(e){return c.Buffer(e)||b(e)}function h(e){return c.Array(e)&&e.every(l)}function p(e){return 0===e.length?t.OPS.OP_0:1===e.length?e[0]>=1&&e[0]<=16?u+e[0]:129===e[0]?t.OPS.OP_1NEGATE:void 0:void 0}function x(t){return e.isBuffer(t)}function v(e){return c.Array(e)}function m(t){return e.isBuffer(t)}function g(t){if(x(t))return t;d(c.Array,t);var a=t.reduce((function(e,t){return m(t)?1===t.length&&void 0!==p(t)?e+1:e+f.encodingLength(t.length)+t.length:e+1}),0),r=e.allocUnsafe(a),n=0;if(t.forEach((function(e){if(m(e)){var t=p(e);if(void 0!==t)return r.writeUInt8(t,n),void(n+=1);n+=f.encode(r,e.length,n),e.copy(r,n),n+=e.length}else r.writeUInt8(e,n),n+=1})),n!==r.length)throw new Error("Could not decode chunks");return r}function y(e){if(v(e))return e;d(c.Buffer,e);var a=[],r=0;while(rt.OPS.OP_0&&n<=t.OPS.OP_PUSHDATA4){var i=f.decode(e,r);if(null===i)return null;if(r+=i.size,r+i.number>e.length)return null;var o=e.slice(r,r+i.number);r+=i.number;var s=p(o);void 0!==s?a.push(s):a.push(o)}else a.push(n),r+=1}return a}function w(e){return x(e)&&(e=y(e)),e.map((function(e){if(m(e)){var t=p(e);if(void 0===t)return e.toString("hex");e=t}return s[e]})).join(" ")}function _(a){return d(c.String,a),g(a.split(" ").map((function(a){return void 0!==t.OPS[a]?t.OPS[a]:(d(c.Hex,a),e.from(a,"hex"))})))}function k(a){return a=y(a),d(h,a),a.map((function(a){return m(a)?a:a===t.OPS.OP_0?e.allocUnsafe(0):r.encode(a-u)}))}function S(e){return o.isPoint(e)}function E(e){var t=-129&e;return t>0&&t<4}function A(t){return!!e.isBuffer(t)&&(!!E(t[t.length-1])&&i.check(t.slice(0,-1)))}t.isPushOnly=h,t.compile=g,t.decompile=y,t.toASM=w,t.fromASM=_,t.toStack=k,t.isCanonicalPubKey=S,t.isDefinedHashType=E,t.isCanonicalScriptSignature=A,t.number=r,t.signature=n}).call(this,a("b639").Buffer)},"5a8f":function(e){e.exports=JSON.parse('{"name":"EIP-3198","number":3198,"comment":"BASEFEE opcode","url":"https://eips.ethereum.org/EIPS/eip-3198","status":"Review","minimumHardfork":"london","gasConfig":{},"gasPrices":{"basefee":{"v":2,"d":"Gas cost of the BASEFEE opcode"}},"vm":{},"pow":{}}')},"5ac0":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r="1.8.4",n={v:r,version:r,type:["primary","success","info","error","warning"]};t.default=n},"5add":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;r(a("8e09"));function r(e){return e&&e.__esModule?e:{default:e}}var n={data:function(){return{password:"",password2:"",msg:"",msgLength:0,fes:!1,borNum:!0,borNum2:!1,info:!1,word:{},walletInfo:{}}},watch:{},methods:{setWalletInfo:function(e){this.word=uni.getStorageSync("word"),this.walletInfo=this.$Token.initialWallet(this.word,e),uni.setStorageSync("walletInfo",this.walletInfo)},back:function(e){e.length<6&&(this.info=!1)},finish2:function(t){var r=uni.getStorageSync("createWalletName");if(e("log",r," at pages/menu/backUp/transPaw/index.vue:74"),e("log","222222"," at pages/menu/backUp/transPaw/index.vue:75"),"BTC"==r&&""!=r&&void 0!=r){this.walletInfo=uni.getStorageSync("walletInfo");var n=uni.getStorageSync("word");e("log",n,7777777777," at pages/menu/backUp/transPaw/index.vue:79");var c=this.$Token.generateBtc(n);return c.mnemonic=n,c.password=t,c.coinList=[{name:"BTC",xname:"Bitcoin",icon:a("5c76")}],e("log",this.$store.state.btci,555566565," at pages/menu/backUp/transPaw/index.vue:90"),this.$store.commit("addBtci",1),uni.setStorageSync("wallet",c),uni.setStorageSync("walleti",c.privateKey),this.walletInfo.BTC[this.$store.state.btci]=c,e("log",this.$store.state.btci,555566565," at pages/menu/backUp/transPaw/index.vue:97"),e("log",this.walletInfo,44444," at pages/menu/backUp/transPaw/index.vue:98"),uni.setStorageSync("walletInfo",this.walletInfo),this.password!=t?void(this.info=!0):(uni.showToast({title:"successfully",icon:"success",duration:1500}),setTimeout((function(){uni.navigateTo({url:"../../wallet/index"})}),1500),void(this.info=!1))}if("ETH"==r&&""!=r&&void 0!=r){this.walletInfo=uni.getStorageSync("walletInfo");n=uni.getStorageSync("word");e("log",n,7777777777," at pages/menu/backUp/transPaw/index.vue:124");var i=this.$Token.generateEth(n);return i.mnemonic=n,i.password=t,i.coinList=[{name:"ETH",xname:"Ethereum",icon:a("6def")}],e("log",this.$store.state.ethi,555566565," at pages/menu/backUp/transPaw/index.vue:137"),this.$store.commit("addEthi",1),uni.setStorageSync("wallet",i),uni.setStorageSync("walleti",i.privateKey),this.walletInfo.ETH[this.$store.state.ethi]=i,e("log",this.$store.state.ethi,555566565," at pages/menu/backUp/transPaw/index.vue:144"),e("log",this.walletInfo,44444," at pages/menu/backUp/transPaw/index.vue:145"),uni.setStorageSync("walletInfo",this.walletInfo),this.password!=t?void(this.info=!0):(uni.showToast({title:"successfully",icon:"success",duration:1500}),setTimeout((function(){uni.navigateTo({url:"../../wallet/index"})}),1500),void(this.info=!1))}if("TRX"==r&&""!=r&&void 0!=r){this.walletInfo=uni.getStorageSync("walletInfo");n=uni.getStorageSync("word");var o=this.$Token.generateTron(n);return o.mnemonic=n,o.password=t,o.coinList=[{name:"TRX",xname:"TRON",icon:a("1de7")}],e("log",this.$store.state.troni,555566565," at pages/menu/backUp/transPaw/index.vue:178"),this.$store.commit("addTroni",1),uni.setStorageSync("wallet",o),uni.setStorageSync("walleti",o.privateKey),this.walletInfo.TRON[this.$store.state.troni]=o,uni.setStorageSync("walletInfo",this.walletInfo),this.password!=t?void(this.info=!0):(uni.showToast({title:"Set successfully",icon:"success",duration:1500}),setTimeout((function(){uni.navigateTo({url:"../../wallet/index"})}),1500),void(this.info=!1))}this.password==t?(uni.showToast({title:"Set successfully",icon:"success",duration:1500}),this.setWalletInfo(t),setTimeout((function(){uni.navigateTo({url:"../../wallet/index"})}),1500),this.info=!1):this.info=!0},finish:function(e){this.password=e;var t=this;t.borNum=!1,t.borNum2=!1,setTimeout((function(){t.borNum2=!0}),50)}},onLoad:function(){}};t.default=n}).call(this,a("0de9")["default"])},"5b0e":function(e,t,a){"use strict";a.r(t);var r=a("8be29"),n=a("2fd8");for(var c in n)"default"!==c&&function(e){a.d(t,e,(function(){return n[e]}))}(c);var i,o=a("f0c5"),f=Object(o["a"])(n["default"],r["b"],r["c"],!1,null,"abb5c6f6",null,!1,r["a"],i);t["default"]=f.exports},"5bc3":function(e,t){function a(e,t){for(var a=0;a0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";var t=this.head,a=""+t.data;while(t=t.next)a+=e+t.data;return a},e.prototype.concat=function(e){if(0===this.length)return n.alloc(0);if(1===this.length)return this.head.data;var t=n.allocUnsafe(e>>>0),a=this.head,r=0;while(a)i(a.data,t,r),r+=a.data.length,a=a.next;return t},e}(),c&&c.inspect&&c.inspect.custom&&(e.exports.prototype[c.inspect.custom]=function(){var e=c.inspect({length:this.length});return this.constructor.name+" "+e})},"5e36":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"logger",{enumerable:!0,get:function(){return r.logger}}),Object.defineProperty(t,"Wordlist",{enumerable:!0,get:function(){return r.Wordlist}}),Object.defineProperty(t,"wordlists",{enumerable:!0,get:function(){return n.wordlists}});var r=a("c9b1"),n=a("f4ee")},"5ead":function(e,t,a){"use strict";a.r(t);var r=a("d1c6"),n=a.n(r);for(var c in r)"default"!==c&&function(e){a.d(t,e,(function(){return r[e]}))}(c);t["default"]=n.a},"5ee7":function(e,t,a){"use strict";t.readUInt32BE=function(e,t){var a=e[0+t]<<24|e[1+t]<<16|e[2+t]<<8|e[3+t];return a>>>0},t.writeUInt32BE=function(e,t,a){e[0+a]=t>>>24,e[1+a]=t>>>16&255,e[2+a]=t>>>8&255,e[3+a]=255&t},t.ip=function(e,t,a,r){for(var n=0,c=0,i=6;i>=0;i-=2){for(var o=0;o<=24;o+=8)n<<=1,n|=t>>>o+i&1;for(o=0;o<=24;o+=8)n<<=1,n|=e>>>o+i&1}for(i=6;i>=0;i-=2){for(o=1;o<=25;o+=8)c<<=1,c|=t>>>o+i&1;for(o=1;o<=25;o+=8)c<<=1,c|=e>>>o+i&1}a[r+0]=n>>>0,a[r+1]=c>>>0},t.rip=function(e,t,a,r){for(var n=0,c=0,i=0;i<4;i++)for(var o=24;o>=0;o-=8)n<<=1,n|=t>>>o+i&1,n<<=1,n|=e>>>o+i&1;for(i=4;i<8;i++)for(o=24;o>=0;o-=8)c<<=1,c|=t>>>o+i&1,c<<=1,c|=e>>>o+i&1;a[r+0]=n>>>0,a[r+1]=c>>>0},t.pc1=function(e,t,a,r){for(var n=0,c=0,i=7;i>=5;i--){for(var o=0;o<=24;o+=8)n<<=1,n|=t>>o+i&1;for(o=0;o<=24;o+=8)n<<=1,n|=e>>o+i&1}for(o=0;o<=24;o+=8)n<<=1,n|=t>>o+i&1;for(i=1;i<=3;i++){for(o=0;o<=24;o+=8)c<<=1,c|=t>>o+i&1;for(o=0;o<=24;o+=8)c<<=1,c|=e>>o+i&1}for(o=0;o<=24;o+=8)c<<=1,c|=e>>o+i&1;a[r+0]=n>>>0,a[r+1]=c>>>0},t.r28shl=function(e,t){return e<