{"dependencies":[{"name":"@babel/runtime/helpers/defineProperty","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"X490zePjq+0IljAc8X0qcBg0iTo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"../../components/SendModal","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":52},"end":{"line":2,"column":51,"index":103}}],"key":"Vnt5o1Bpo+I1zNDHCYu+O5eNRHY=","exportNames":["*"],"imports":1}},{"name":"../../components/ReceiveModal","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":104},"end":{"line":3,"column":57,"index":161}}],"key":"KpBJwld70KXMjecipGQkwrJy9Jg=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":162},"end":{"line":13,"column":22,"index":295}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":296},"end":{"line":14,"column":46,"index":342}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"../../constants/colors","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":343},"end":{"line":15,"column":44,"index":387}}],"key":"fGrGUPNMLmLukL54XEqv2tSlgH0=","exportNames":["*"],"imports":1}},{"name":"../../constants/theme","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":388},"end":{"line":16,"column":82,"index":470}}],"key":"hMrjwT7TM4K6cGGTPMoVo6qhFRc=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}},{"name":"../../../assets/tokens/pez.png","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":45,"column":12,"index":1368},"end":{"line":45,"column":53,"index":1409}}],"key":"RocwAzMtS52NmOnguB+UhZOB8rc=","exportNames":["*"],"imports":1}},{"name":"../../../assets/tokens/hez.png","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":53,"column":12,"index":1548},"end":{"line":53,"column":53,"index":1589}}],"key":"1qOWmwF7b8y4xZK9YTBB+sBhZUc=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/Wallet/WalletScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return WalletScreen;\n }\n });\n var _babelRuntimeHelpersDefineProperty = require(_dependencyMap[0], \"@babel/runtime/helpers/defineProperty\");\n var _defineProperty = _interopDefault(_babelRuntimeHelpersDefineProperty);\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[1], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[2], \"react\");\n var _componentsSendModal = require(_dependencyMap[3], \"../../components/SendModal\");\n var SendModal = _interopDefault(_componentsSendModal);\n var _componentsReceiveModal = require(_dependencyMap[4], \"../../components/ReceiveModal\");\n var ReceiveModal = _interopDefault(_componentsReceiveModal);\n var _reactNative = require(_dependencyMap[5], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[6], \"@expo/vector-icons\");\n var _constantsColors = require(_dependencyMap[7], \"../../constants/colors\");\n var Colors = _interopDefault(_constantsColors);\n var _constantsTheme = require(_dependencyMap[8], \"../../constants/theme\");\n var _reactJsxDevRuntime = require(_dependencyMap[9], \"react/jsx-dev-runtime\");\n function WalletScreen(_ref) {\n var _this = this;\n _s();\n var navigation = _ref.navigation,\n route = _ref.route;\n var _useState = (0, _react.useState)({}),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n withdrawalAddresses = _useState2[0],\n setWithdrawalAddresses = _useState2[1];\n var _useState3 = (0, _react.useState)(false),\n _useState4 = (0, _slicedToArray.default)(_useState3, 2),\n sendModalVisible = _useState4[0],\n setSendModalVisible = _useState4[1];\n var _useState5 = (0, _react.useState)(false),\n _useState6 = (0, _slicedToArray.default)(_useState5, 2),\n receiveModalVisible = _useState6[0],\n setReceiveModalVisible = _useState6[1];\n var _useState7 = (0, _react.useState)(null),\n _useState8 = (0, _slicedToArray.default)(_useState7, 2),\n selectedToken = _useState8[0],\n setSelectedToken = _useState8[1];\n var _useState9 = (0, _react.useState)('50000'),\n _useState0 = (0, _slicedToArray.default)(_useState9, 1),\n totalReward = _useState0[0];\n var _useState1 = (0, _react.useState)('150000'),\n _useState10 = (0, _slicedToArray.default)(_useState1, 1),\n trustScore = _useState10[0];\n var _useState11 = (0, _react.useState)('500'),\n _useState12 = (0, _slicedToArray.default)(_useState11, 1),\n totalReferral = _useState12[0];\n var _useState13 = (0, _react.useState)('30000'),\n _useState14 = (0, _slicedToArray.default)(_useState13, 1),\n circleScore = _useState14[0];\n var _useState15 = (0, _react.useState)('1000'),\n _useState16 = (0, _slicedToArray.default)(_useState15, 1),\n eduScore = _useState16[0];\n var _useState17 = (0, _react.useState)('1000'),\n _useState18 = (0, _slicedToArray.default)(_useState17, 1),\n stakeAmount = _useState18[0];\n var coins = [{\n symbol: 'PEZ',\n name: 'PezkuwiChain',\n amount: '100',\n network: 'op',\n icon: require(_dependencyMap[10], \"../../../assets/tokens/pez.png\"),\n color: '#E8C896'\n }, {\n symbol: 'HEZ',\n name: 'Hemwelatî',\n amount: '100',\n network: 'op',\n icon: require(_dependencyMap[11], \"../../../assets/tokens/hez.png\"),\n color: '#98D8C8'\n }];\n var handleWithdraw = function handleWithdraw(coin) {\n setSelectedToken(coin);\n setSendModalVisible(true);\n };\n var handleDeposit = function handleDeposit(coin) {\n setSelectedToken(coin);\n setReceiveModalVisible(true);\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.SafeAreaView, {\n style: styles.container,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.topBand,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.bandSegment, {\n backgroundColor: '#E74C3C'\n }]\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 72,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.bandSegment, {\n backgroundColor: '#27AE60'\n }]\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.bandSegment, {\n backgroundColor: '#3498DB'\n }]\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.bandSegment, {\n backgroundColor: '#F39C12'\n }]\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n style: styles.content,\n showsVerticalScrollIndicator: false,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.mainSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.nftCard,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.nftHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.nftLabel,\n children: \"NFT\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.nftId,\n children: \"123456784444444444444444912\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.nftBody,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.nftAvatar,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"person\",\n size: 40,\n color: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.nftName,\n children: \"Satoshi Qazi M.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 86,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.nftFooter,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"trophy\",\n size: 20,\n color: \"#D4A017\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.nftRewardLabel,\n children: \"TOTAL REWARD\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.nftRewardValue,\n children: totalReward\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 95,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 81,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tableContainer,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tableHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: [styles.headerCell, {\n flex: 1\n }],\n children: \"coin\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 103,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: [styles.headerCell, {\n flex: 1\n }],\n children: \"amount\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 104,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: [styles.headerCell, {\n flex: 1\n }],\n children: \"Network\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: [styles.headerCell, {\n flex: 3\n }],\n children: \"Witdrawal adress\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 106,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: [styles.headerCell, {\n flex: 1.5\n }],\n children: \"withdraw deposit\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 13\n }, this), coins.map(function (coin) {\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.tableRow,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.cell, {\n flex: 1\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Image, {\n source: coin.icon,\n style: styles.coinIcon\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 19\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.coinSymbol,\n children: coin.symbol\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 19\n }, _this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 114,\n columnNumber: 17\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.cell, {\n flex: 1\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.cellText,\n children: coin.amount\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 121,\n columnNumber: 19\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 120,\n columnNumber: 17\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.cell, {\n flex: 1\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.cellText,\n children: coin.network\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 126,\n columnNumber: 19\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 17\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.cell, {\n flex: 3\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TextInput, {\n style: styles.addressInput,\n placeholder: \"Withdrawal adresinizi yazin\",\n placeholderTextColor: \"#999\",\n value: withdrawalAddresses[coin.symbol] || '',\n onChangeText: function onChangeText(text) {\n return setWithdrawalAddresses(Object.assign({}, withdrawalAddresses, (0, _defineProperty.default)({}, coin.symbol, text)));\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 131,\n columnNumber: 19\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 130,\n columnNumber: 17\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.cell, {\n flex: 1.5,\n flexDirection: 'row',\n gap: 8\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.actionButton,\n onPress: function onPress() {\n return handleWithdraw(coin);\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.withdrawButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-down\",\n size: 20,\n color: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 149,\n columnNumber: 23\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 148,\n columnNumber: 21\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 144,\n columnNumber: 19\n }, _this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.actionButton,\n onPress: function onPress() {\n return handleDeposit(coin);\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.depositButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-up\",\n size: 20,\n color: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 158,\n columnNumber: 23\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 157,\n columnNumber: 21\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 153,\n columnNumber: 19\n }, _this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 143,\n columnNumber: 17\n }, _this)]\n }, coin.symbol, true, {\n fileName: _jsxFileName,\n lineNumber: 112,\n columnNumber: 15\n }, _this);\n })]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.statsSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.statsCard, {\n backgroundColor: '#FFFFFF'\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.stakeButton,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.stakeLabel,\n children: \"STAKE\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 172,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.stakeValue,\n children: stakeAmount\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 173,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.stakeIcon,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-up\",\n size: 16,\n color: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 175,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 174,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 171,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.stakeDivider\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 179,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.unstakeButton,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.unstakeLabel,\n children: \"UNSTAKE\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 182,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.unstakeValue,\n children: stakeAmount\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 183,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.unstakeIcon,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-down\",\n size: 16,\n color: \"#FFFFFF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 185,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 184,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 181,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 170,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.statsCard, styles.scoreCard],\n onPress: function onPress() {\n return navigation.navigate('TrustScore');\n },\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"shield-checkmark\",\n size: 32,\n color: \"#D4A017\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 195,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.scoreLabel,\n children: \"TRUST SCORE\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 196,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.scoreValue,\n children: trustScore\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 197,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 191,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.statsCard, styles.scoreCard],\n onPress: function onPress() {\n return navigation.navigate('Referral');\n },\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"people\",\n size: 32,\n color: \"#D4A017\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 205,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.scoreLabel,\n children: \"TOTAL REFERAL\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 206,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.scoreValue,\n children: totalReferral\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 207,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 201,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.statsCard, styles.scoreCard],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"radio-button-on\",\n size: 32,\n color: \"#D4A017\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 212,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.scoreLabel,\n children: \"CIRCLE SCORE\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 213,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.scoreValue,\n children: circleScore\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 214,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 211,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: [styles.statsCard, styles.scoreCard],\n onPress: function onPress() {\n return navigation.navigate('Education');\n },\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"school\",\n size: 32,\n color: \"#D4A017\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 222,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.scoreLabel,\n children: \"EDU. SCORE\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 223,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.scoreValue,\n children: eduScore\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 224,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 218,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 168,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 7\n }, this), selectedToken && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SendModal.default, {\n visible: sendModalVisible,\n onClose: function onClose() {\n return setSendModalVisible(false);\n },\n token: {\n symbol: selectedToken.symbol,\n name: selectedToken.name,\n balance: selectedToken.amount,\n icon: selectedToken.icon,\n color: selectedToken.color\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 231,\n columnNumber: 9\n }, this), selectedToken && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ReceiveModal.default, {\n visible: receiveModalVisible,\n onClose: function onClose() {\n return setReceiveModalVisible(false);\n },\n token: {\n symbol: selectedToken.symbol,\n name: selectedToken.name,\n icon: selectedToken.icon,\n color: selectedToken.color\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 246,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 69,\n columnNumber: 5\n }, this);\n }\n _s(WalletScreen, \"ywBH2E2Gu5sQZVo+FCIIxW5LiWw=\");\n _c = WalletScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#E8F0F7'\n },\n topBand: {\n flexDirection: 'row',\n height: 8\n },\n bandSegment: {\n flex: 1\n },\n content: {\n flex: 1\n },\n mainSection: {\n padding: _constantsTheme.Spacing.lg,\n position: 'relative'\n },\n nftCard: Object.assign({\n position: 'absolute',\n top: _constantsTheme.Spacing.lg,\n right: _constantsTheme.Spacing.lg,\n width: 140,\n backgroundColor: '#FFFFFF',\n borderRadius: _constantsTheme.BorderRadius.large,\n padding: _constantsTheme.Spacing.md\n }, _constantsTheme.Shadow.medium, {\n zIndex: 10\n }),\n nftHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center',\n marginBottom: _constantsTheme.Spacing.sm\n },\n nftLabel: {\n fontSize: 12,\n fontWeight: '700',\n color: Colors.default.textDark\n },\n nftId: {\n fontSize: 8,\n color: Colors.default.textGray\n },\n nftBody: {\n alignItems: 'center',\n marginVertical: _constantsTheme.Spacing.sm\n },\n nftAvatar: {\n width: 60,\n height: 60,\n borderRadius: 30,\n backgroundColor: Colors.default.teal,\n justifyContent: 'center',\n alignItems: 'center',\n marginBottom: _constantsTheme.Spacing.xs\n },\n nftName: {\n fontSize: 11,\n fontWeight: '600',\n color: Colors.default.textDark,\n textAlign: 'center'\n },\n nftFooter: {\n alignItems: 'center',\n borderTopWidth: 1,\n borderTopColor: '#F0F0F0',\n paddingTop: _constantsTheme.Spacing.sm\n },\n nftRewardLabel: {\n fontSize: 9,\n fontWeight: '600',\n color: Colors.default.textGray,\n marginTop: 4\n },\n nftRewardValue: {\n fontSize: 16,\n fontWeight: '700',\n color: Colors.default.textDark,\n marginTop: 2\n },\n tableContainer: Object.assign({\n backgroundColor: '#FFFFFF',\n borderRadius: _constantsTheme.BorderRadius.large,\n padding: _constantsTheme.Spacing.md,\n marginRight: 160\n }, _constantsTheme.Shadow.small),\n tableHeader: {\n flexDirection: 'row',\n paddingBottom: _constantsTheme.Spacing.sm,\n borderBottomWidth: 2,\n borderBottomColor: '#E0E0E0',\n marginBottom: _constantsTheme.Spacing.sm\n },\n headerCell: {\n fontSize: 11,\n fontWeight: '700',\n color: Colors.default.textDark,\n textAlign: 'center'\n },\n tableRow: {\n flexDirection: 'row',\n paddingVertical: _constantsTheme.Spacing.md,\n borderBottomWidth: 1,\n borderBottomColor: '#F0F0F0',\n alignItems: 'center'\n },\n cell: {\n justifyContent: 'center',\n alignItems: 'center'\n },\n coinIcon: {\n width: 32,\n height: 32,\n marginBottom: 4\n },\n coinSymbol: {\n fontSize: 12,\n fontWeight: '700',\n color: Colors.default.textDark,\n marginTop: 2\n },\n cellText: {\n fontSize: 12,\n fontWeight: '600',\n color: Colors.default.textDark\n },\n addressInput: {\n flex: 1,\n backgroundColor: '#F5F5F5',\n borderRadius: _constantsTheme.BorderRadius.small,\n paddingHorizontal: _constantsTheme.Spacing.sm,\n paddingVertical: _constantsTheme.Spacing.xs,\n fontSize: 10,\n color: Colors.default.textDark\n },\n actionButton: {\n width: 32,\n height: 32,\n borderRadius: 8,\n justifyContent: 'center',\n alignItems: 'center'\n },\n withdrawButton: {\n width: '100%',\n height: '100%',\n backgroundColor: '#E74C3C',\n borderRadius: 8,\n justifyContent: 'center',\n alignItems: 'center'\n },\n depositButton: {\n width: '100%',\n height: '100%',\n backgroundColor: '#27AE60',\n borderRadius: 8,\n justifyContent: 'center',\n alignItems: 'center'\n },\n statsSection: {\n flexDirection: 'row',\n flexWrap: 'wrap',\n padding: _constantsTheme.Spacing.lg,\n gap: _constantsTheme.Spacing.md\n },\n statsCard: Object.assign({\n backgroundColor: '#F5F5F5',\n borderRadius: _constantsTheme.BorderRadius.large,\n padding: _constantsTheme.Spacing.lg\n }, _constantsTheme.Shadow.small),\n stakeButton: {\n alignItems: 'center'\n },\n stakeLabel: {\n fontSize: 12,\n fontWeight: '700',\n color: Colors.default.textDark\n },\n stakeValue: {\n fontSize: 18,\n fontWeight: '700',\n color: Colors.default.textDark,\n marginVertical: _constantsTheme.Spacing.xs\n },\n stakeIcon: {\n width: 28,\n height: 28,\n borderRadius: 14,\n backgroundColor: '#27AE60',\n justifyContent: 'center',\n alignItems: 'center'\n },\n stakeDivider: {\n height: 1,\n backgroundColor: '#E0E0E0',\n marginVertical: _constantsTheme.Spacing.md\n },\n unstakeButton: {\n alignItems: 'center'\n },\n unstakeLabel: {\n fontSize: 12,\n fontWeight: '700',\n color: Colors.default.textDark\n },\n unstakeValue: {\n fontSize: 18,\n fontWeight: '700',\n color: Colors.default.textDark,\n marginVertical: _constantsTheme.Spacing.xs\n },\n unstakeIcon: {\n width: 28,\n height: 28,\n borderRadius: 14,\n backgroundColor: '#E74C3C',\n justifyContent: 'center',\n alignItems: 'center'\n },\n scoreCard: {\n alignItems: 'center',\n minWidth: 110\n },\n scoreLabel: {\n fontSize: 10,\n fontWeight: '700',\n color: Colors.default.textDark,\n marginTop: _constantsTheme.Spacing.sm,\n textAlign: 'center'\n },\n scoreValue: {\n fontSize: 20,\n fontWeight: '700',\n color: Colors.default.textDark,\n marginTop: _constantsTheme.Spacing.xs\n }\n });\n var _c;\n $RefreshReg$(_c, \"WalletScreen\");\n});","lineCount":943,"map":[[14,2,27,15,"Object"],[14,8,27,15],[14,9,27,15,"defineProperty"],[14,23,27,15],[14,24,27,15,"exports"],[14,31,27,15],[15,4,27,15,"enumerable"],[15,14,27,15],[16,4,27,15,"get"],[16,7,27,15],[16,18,27,15,"get"],[16,19,27,15],[17,6,27,15],[17,13,27,15,"WalletScreen"],[17,25,27,15],[18,4,27,15],[19,2,27,15],[20,2,259,1],[20,6,259,1,"_babelRuntimeHelpersDefineProperty"],[20,40,259,1],[20,43,259,1,"require"],[20,50,259,1],[20,51,259,1,"_dependencyMap"],[20,65,259,1],[21,2,259,1],[21,6,259,1,"_defineProperty"],[21,21,259,1],[21,24,259,1,"_interopDefault"],[21,39,259,1],[21,40,259,1,"_babelRuntimeHelpersDefineProperty"],[21,74,259,1],[22,2,259,1],[22,6,259,1,"_babelRuntimeHelpersSlicedToArray"],[22,39,259,1],[22,42,259,1,"require"],[22,49,259,1],[22,50,259,1,"_dependencyMap"],[22,64,259,1],[23,2,259,1],[23,6,259,1,"_slicedToArray"],[23,20,259,1],[23,23,259,1,"_interopDefault"],[23,38,259,1],[23,39,259,1,"_babelRuntimeHelpersSlicedToArray"],[23,72,259,1],[24,2,1,0],[24,6,1,0,"_react"],[24,12,1,0],[24,15,1,0,"require"],[24,22,1,0],[24,23,1,0,"_dependencyMap"],[24,37,1,0],[25,2,2,0],[25,6,2,0,"_componentsSendModal"],[25,26,2,0],[25,29,2,0,"require"],[25,36,2,0],[25,37,2,0,"_dependencyMap"],[25,51,2,0],[26,2,2,0],[26,6,2,0,"SendModal"],[26,15,2,0],[26,18,2,0,"_interopDefault"],[26,33,2,0],[26,34,2,0,"_componentsSendModal"],[26,54,2,0],[27,2,3,0],[27,6,3,0,"_componentsReceiveModal"],[27,29,3,0],[27,32,3,0,"require"],[27,39,3,0],[27,40,3,0,"_dependencyMap"],[27,54,3,0],[28,2,3,0],[28,6,3,0,"ReceiveModal"],[28,18,3,0],[28,21,3,0,"_interopDefault"],[28,36,3,0],[28,37,3,0,"_componentsReceiveModal"],[28,60,3,0],[29,2,4,0],[29,6,4,0,"_reactNative"],[29,18,4,0],[29,21,4,0,"require"],[29,28,4,0],[29,29,4,0,"_dependencyMap"],[29,43,4,0],[30,2,14,0],[30,6,14,0,"_expoVectorIcons"],[30,22,14,0],[30,25,14,0,"require"],[30,32,14,0],[30,33,14,0,"_dependencyMap"],[30,47,14,0],[31,2,15,0],[31,6,15,0,"_constantsColors"],[31,22,15,0],[31,25,15,0,"require"],[31,32,15,0],[31,33,15,0,"_dependencyMap"],[31,47,15,0],[32,2,15,0],[32,6,15,0,"Colors"],[32,12,15,0],[32,15,15,0,"_interopDefault"],[32,30,15,0],[32,31,15,0,"_constantsColors"],[32,47,15,0],[33,2,16,0],[33,6,16,0,"_constantsTheme"],[33,21,16,0],[33,24,16,0,"require"],[33,31,16,0],[33,32,16,0,"_dependencyMap"],[33,46,16,0],[34,2,16,82],[34,6,16,82,"_reactJsxDevRuntime"],[34,25,16,82],[34,28,16,82,"require"],[34,35,16,82],[34,36,16,82,"_dependencyMap"],[34,50,16,82],[35,2,27,15],[35,11,27,24,"WalletScreen"],[35,23,27,36,"WalletScreen"],[35,24,27,36,"_ref"],[35,28,27,36],[35,30,27,65],[36,4,27,65],[36,8,27,65,"_this"],[36,13,27,65],[37,4,27,65,"_s"],[37,6,27,65],[38,4,27,65],[38,8,27,39,"navigation"],[38,18,27,49],[38,21,27,49,"_ref"],[38,25,27,49],[38,26,27,39,"navigation"],[38,36,27,49],[39,6,27,51,"route"],[39,11,27,56],[39,14,27,56,"_ref"],[39,18,27,56],[39,19,27,51,"route"],[39,24,27,56],[40,4,28,2],[40,8,28,2,"_useState"],[40,17,28,2],[40,20,28,56],[40,24,28,56,"useState"],[40,30,28,64],[40,31,28,64,"useState"],[40,39,28,64],[40,41,28,92],[40,42,28,93],[40,43,28,94],[40,44,28,95],[41,6,28,95,"_useState2"],[41,16,28,95],[41,23,28,95,"_slicedToArray"],[41,37,28,95],[41,38,28,95,"default"],[41,45,28,95],[41,47,28,95,"_useState"],[41,56,28,95],[42,6,28,9,"withdrawalAddresses"],[42,25,28,28],[42,28,28,28,"_useState2"],[42,38,28,28],[43,6,28,30,"setWithdrawalAddresses"],[43,28,28,52],[43,31,28,52,"_useState2"],[43,41,28,52],[44,4,29,2],[44,8,29,2,"_useState3"],[44,18,29,2],[44,21,29,50],[44,25,29,50,"useState"],[44,31,29,58],[44,32,29,58,"useState"],[44,40,29,58],[44,42,29,59],[44,47,29,64],[44,48,29,65],[45,6,29,65,"_useState4"],[45,16,29,65],[45,23,29,65,"_slicedToArray"],[45,37,29,65],[45,38,29,65,"default"],[45,45,29,65],[45,47,29,65,"_useState3"],[45,57,29,65],[46,6,29,9,"sendModalVisible"],[46,22,29,25],[46,25,29,25,"_useState4"],[46,35,29,25],[47,6,29,27,"setSendModalVisible"],[47,25,29,46],[47,28,29,46,"_useState4"],[47,38,29,46],[48,4,30,2],[48,8,30,2,"_useState5"],[48,18,30,2],[48,21,30,56],[48,25,30,56,"useState"],[48,31,30,64],[48,32,30,64,"useState"],[48,40,30,64],[48,42,30,65],[48,47,30,70],[48,48,30,71],[49,6,30,71,"_useState6"],[49,16,30,71],[49,23,30,71,"_slicedToArray"],[49,37,30,71],[49,38,30,71,"default"],[49,45,30,71],[49,47,30,71,"_useState5"],[49,57,30,71],[50,6,30,9,"receiveModalVisible"],[50,25,30,28],[50,28,30,28,"_useState6"],[50,38,30,28],[51,6,30,30,"setReceiveModalVisible"],[51,28,30,52],[51,31,30,52,"_useState6"],[51,41,30,52],[52,4,31,2],[52,8,31,2,"_useState7"],[52,18,31,2],[52,21,31,44],[52,25,31,44,"useState"],[52,31,31,52],[52,32,31,52,"useState"],[52,40,31,52],[52,42,31,69],[52,46,31,73],[52,47,31,74],[53,6,31,74,"_useState8"],[53,16,31,74],[53,23,31,74,"_slicedToArray"],[53,37,31,74],[53,38,31,74,"default"],[53,45,31,74],[53,47,31,74,"_useState7"],[53,57,31,74],[54,6,31,9,"selectedToken"],[54,19,31,22],[54,22,31,22,"_useState8"],[54,32,31,22],[55,6,31,24,"setSelectedToken"],[55,22,31,40],[55,25,31,40,"_useState8"],[55,35,31,40],[56,4,32,2],[56,8,32,2,"_useState9"],[56,18,32,2],[56,21,32,24],[56,25,32,24,"useState"],[56,31,32,32],[56,32,32,32,"useState"],[56,40,32,32],[56,42,32,33],[56,49,32,40],[56,50,32,41],[57,6,32,41,"_useState0"],[57,16,32,41],[57,23,32,41,"_slicedToArray"],[57,37,32,41],[57,38,32,41,"default"],[57,45,32,41],[57,47,32,41,"_useState9"],[57,57,32,41],[58,6,32,9,"totalReward"],[58,17,32,20],[58,20,32,20,"_useState0"],[58,30,32,20],[59,4,33,2],[59,8,33,2,"_useState1"],[59,18,33,2],[59,21,33,23],[59,25,33,23,"useState"],[59,31,33,31],[59,32,33,31,"useState"],[59,40,33,31],[59,42,33,32],[59,50,33,40],[59,51,33,41],[60,6,33,41,"_useState10"],[60,17,33,41],[60,24,33,41,"_slicedToArray"],[60,38,33,41],[60,39,33,41,"default"],[60,46,33,41],[60,48,33,41,"_useState1"],[60,58,33,41],[61,6,33,9,"trustScore"],[61,16,33,19],[61,19,33,19,"_useState10"],[61,30,33,19],[62,4,34,2],[62,8,34,2,"_useState11"],[62,19,34,2],[62,22,34,26],[62,26,34,26,"useState"],[62,32,34,34],[62,33,34,34,"useState"],[62,41,34,34],[62,43,34,35],[62,48,34,40],[62,49,34,41],[63,6,34,41,"_useState12"],[63,17,34,41],[63,24,34,41,"_slicedToArray"],[63,38,34,41],[63,39,34,41,"default"],[63,46,34,41],[63,48,34,41,"_useState11"],[63,59,34,41],[64,6,34,9,"totalReferral"],[64,19,34,22],[64,22,34,22,"_useState12"],[64,33,34,22],[65,4,35,2],[65,8,35,2,"_useState13"],[65,19,35,2],[65,22,35,24],[65,26,35,24,"useState"],[65,32,35,32],[65,33,35,32,"useState"],[65,41,35,32],[65,43,35,33],[65,50,35,40],[65,51,35,41],[66,6,35,41,"_useState14"],[66,17,35,41],[66,24,35,41,"_slicedToArray"],[66,38,35,41],[66,39,35,41,"default"],[66,46,35,41],[66,48,35,41,"_useState13"],[66,59,35,41],[67,6,35,9,"circleScore"],[67,17,35,20],[67,20,35,20,"_useState14"],[67,31,35,20],[68,4,36,2],[68,8,36,2,"_useState15"],[68,19,36,2],[68,22,36,21],[68,26,36,21,"useState"],[68,32,36,29],[68,33,36,29,"useState"],[68,41,36,29],[68,43,36,30],[68,49,36,36],[68,50,36,37],[69,6,36,37,"_useState16"],[69,17,36,37],[69,24,36,37,"_slicedToArray"],[69,38,36,37],[69,39,36,37,"default"],[69,46,36,37],[69,48,36,37,"_useState15"],[69,59,36,37],[70,6,36,9,"eduScore"],[70,14,36,17],[70,17,36,17,"_useState16"],[70,28,36,17],[71,4,37,2],[71,8,37,2,"_useState17"],[71,19,37,2],[71,22,37,24],[71,26,37,24,"useState"],[71,32,37,32],[71,33,37,32,"useState"],[71,41,37,32],[71,43,37,33],[71,49,37,39],[71,50,37,40],[72,6,37,40,"_useState18"],[72,17,37,40],[72,24,37,40,"_slicedToArray"],[72,38,37,40],[72,39,37,40,"default"],[72,46,37,40],[72,48,37,40,"_useState17"],[72,59,37,40],[73,6,37,9,"stakeAmount"],[73,17,37,20],[73,20,37,20,"_useState18"],[73,31,37,20],[74,4,39,2],[74,8,39,8,"coins"],[74,13,39,24],[74,16,39,27],[74,17,40,4],[75,6,41,6,"symbol"],[75,12,41,12],[75,14,41,14],[75,19,41,19],[76,6,42,6,"name"],[76,10,42,10],[76,12,42,12],[76,26,42,26],[77,6,43,6,"amount"],[77,12,43,12],[77,14,43,14],[77,19,43,19],[78,6,44,6,"network"],[78,13,44,13],[78,15,44,15],[78,19,44,19],[79,6,45,6,"icon"],[79,10,45,10],[79,12,45,12,"require"],[79,19,45,19],[79,20,45,19,"_dependencyMap"],[79,34,45,19],[79,72,45,52],[79,73,45,53],[80,6,46,6,"color"],[80,11,46,11],[80,13,46,13],[81,4,47,4],[81,5,47,5],[81,7,48,4],[82,6,49,6,"symbol"],[82,12,49,12],[82,14,49,14],[82,19,49,19],[83,6,50,6,"name"],[83,10,50,10],[83,12,50,12],[83,23,50,23],[84,6,51,6,"amount"],[84,12,51,12],[84,14,51,14],[84,19,51,19],[85,6,52,6,"network"],[85,13,52,13],[85,15,52,15],[85,19,52,19],[86,6,53,6,"icon"],[86,10,53,10],[86,12,53,12,"require"],[86,19,53,19],[86,20,53,19,"_dependencyMap"],[86,34,53,19],[86,72,53,52],[86,73,53,53],[87,6,54,6,"color"],[87,11,54,11],[87,13,54,13],[88,4,55,4],[88,5,55,5],[88,6,56,3],[89,4,58,2],[89,8,58,8,"handleWithdraw"],[89,22,58,22],[89,25,58,25],[89,34,58,8,"handleWithdraw"],[89,48,58,22,"handleWithdraw"],[89,49,58,26,"coin"],[89,53,58,39],[89,55,58,44],[90,6,59,4,"setSelectedToken"],[90,22,59,20],[90,23,59,21,"coin"],[90,27,59,25],[90,28,59,26],[91,6,60,4,"setSendModalVisible"],[91,25,60,23],[91,26,60,24],[91,30,60,28],[91,31,60,29],[92,4,61,2],[92,5,61,3],[93,4,63,2],[93,8,63,8,"handleDeposit"],[93,21,63,21],[93,24,63,24],[93,33,63,8,"handleDeposit"],[93,46,63,21,"handleDeposit"],[93,47,63,25,"coin"],[93,51,63,38],[93,53,63,43],[94,6,64,4,"setSelectedToken"],[94,22,64,20],[94,23,64,21,"coin"],[94,27,64,25],[94,28,64,26],[95,6,65,4,"setReceiveModalVisible"],[95,28,65,26],[95,29,65,27],[95,33,65,31],[95,34,65,32],[96,4,66,2],[96,5,66,3],[97,4,68,2],[97,24,69,4],[97,28,69,4,"_reactJsxDevRuntime"],[97,47,69,4],[97,48,69,4,"jsxDEV"],[97,54,69,4],[97,56,69,5,"_reactNative"],[97,68,69,17],[97,69,69,17,"SafeAreaView"],[97,81,69,17],[98,6,69,18,"style"],[98,11,69,23],[98,13,69,25,"styles"],[98,19,69,31],[98,20,69,32,"container"],[98,29,69,42],[99,6,69,42,"children"],[99,14,69,42],[99,30,71,6],[99,34,71,6,"_reactJsxDevRuntime"],[99,53,71,6],[99,54,71,6,"jsxDEV"],[99,60,71,6],[99,62,71,7,"_reactNative"],[99,74,71,11],[99,75,71,11,"View"],[99,79,71,11],[100,8,71,12,"style"],[100,13,71,17],[100,15,71,19,"styles"],[100,21,71,25],[100,22,71,26,"topBand"],[100,29,71,34],[101,8,71,34,"children"],[101,16,71,34],[101,32,72,8],[101,36,72,8,"_reactJsxDevRuntime"],[101,55,72,8],[101,56,72,8,"jsxDEV"],[101,62,72,8],[101,64,72,9,"_reactNative"],[101,76,72,13],[101,77,72,13,"View"],[101,81,72,13],[102,10,72,14,"style"],[102,15,72,19],[102,17,72,21],[102,18,72,22,"styles"],[102,24,72,28],[102,25,72,29,"bandSegment"],[102,36,72,40],[102,38,72,42],[103,12,72,44,"backgroundColor"],[103,27,72,59],[103,29,72,61],[104,10,72,71],[104,11,72,72],[105,8,72,74],[106,10,72,74,"fileName"],[106,18,72,74],[106,20,72,74,"_jsxFileName"],[106,32,72,74],[107,10,72,74,"lineNumber"],[107,20,72,74],[108,10,72,74,"columnNumber"],[108,22,72,74],[109,8,72,74],[109,15,72,76],[109,16,72,77],[109,31,73,8],[109,35,73,8,"_reactJsxDevRuntime"],[109,54,73,8],[109,55,73,8,"jsxDEV"],[109,61,73,8],[109,63,73,9,"_reactNative"],[109,75,73,13],[109,76,73,13,"View"],[109,80,73,13],[110,10,73,14,"style"],[110,15,73,19],[110,17,73,21],[110,18,73,22,"styles"],[110,24,73,28],[110,25,73,29,"bandSegment"],[110,36,73,40],[110,38,73,42],[111,12,73,44,"backgroundColor"],[111,27,73,59],[111,29,73,61],[112,10,73,71],[112,11,73,72],[113,8,73,74],[114,10,73,74,"fileName"],[114,18,73,74],[114,20,73,74,"_jsxFileName"],[114,32,73,74],[115,10,73,74,"lineNumber"],[115,20,73,74],[116,10,73,74,"columnNumber"],[116,22,73,74],[117,8,73,74],[117,15,73,76],[117,16,73,77],[117,31,74,8],[117,35,74,8,"_reactJsxDevRuntime"],[117,54,74,8],[117,55,74,8,"jsxDEV"],[117,61,74,8],[117,63,74,9,"_reactNative"],[117,75,74,13],[117,76,74,13,"View"],[117,80,74,13],[118,10,74,14,"style"],[118,15,74,19],[118,17,74,21],[118,18,74,22,"styles"],[118,24,74,28],[118,25,74,29,"bandSegment"],[118,36,74,40],[118,38,74,42],[119,12,74,44,"backgroundColor"],[119,27,74,59],[119,29,74,61],[120,10,74,71],[120,11,74,72],[121,8,74,74],[122,10,74,74,"fileName"],[122,18,74,74],[122,20,74,74,"_jsxFileName"],[122,32,74,74],[123,10,74,74,"lineNumber"],[123,20,74,74],[124,10,74,74,"columnNumber"],[124,22,74,74],[125,8,74,74],[125,15,74,76],[125,16,74,77],[125,31,75,8],[125,35,75,8,"_reactJsxDevRuntime"],[125,54,75,8],[125,55,75,8,"jsxDEV"],[125,61,75,8],[125,63,75,9,"_reactNative"],[125,75,75,13],[125,76,75,13,"View"],[125,80,75,13],[126,10,75,14,"style"],[126,15,75,19],[126,17,75,21],[126,18,75,22,"styles"],[126,24,75,28],[126,25,75,29,"bandSegment"],[126,36,75,40],[126,38,75,42],[127,12,75,44,"backgroundColor"],[127,27,75,59],[127,29,75,61],[128,10,75,71],[128,11,75,72],[129,8,75,74],[130,10,75,74,"fileName"],[130,18,75,74],[130,20,75,74,"_jsxFileName"],[130,32,75,74],[131,10,75,74,"lineNumber"],[131,20,75,74],[132,10,75,74,"columnNumber"],[132,22,75,74],[133,8,75,74],[133,15,75,76],[133,16,75,77],[134,6,75,77],[135,8,75,77,"fileName"],[135,16,75,77],[135,18,75,77,"_jsxFileName"],[135,30,75,77],[136,8,75,77,"lineNumber"],[136,18,75,77],[137,8,75,77,"columnNumber"],[137,20,75,77],[138,6,75,77],[138,13,76,12],[138,14,76,13],[138,29,78,6],[138,33,78,6,"_reactJsxDevRuntime"],[138,52,78,6],[138,53,78,6,"jsxDEV"],[138,59,78,6],[138,61,78,7,"_reactNative"],[138,73,78,17],[138,74,78,17,"ScrollView"],[138,84,78,17],[139,8,78,18,"style"],[139,13,78,23],[139,15,78,25,"styles"],[139,21,78,31],[139,22,78,32,"content"],[139,29,78,40],[140,8,78,41,"showsVerticalScrollIndicator"],[140,36,78,69],[140,38,78,71],[140,43,78,77],[141,8,78,77,"children"],[141,16,78,77],[141,32,79,8],[141,36,79,8,"_reactJsxDevRuntime"],[141,55,79,8],[141,56,79,8,"jsxDEV"],[141,62,79,8],[141,64,79,9,"_reactNative"],[141,76,79,13],[141,77,79,13,"View"],[141,81,79,13],[142,10,79,14,"style"],[142,15,79,19],[142,17,79,21,"styles"],[142,23,79,27],[142,24,79,28,"mainSection"],[142,35,79,40],[143,10,79,40,"children"],[143,18,79,40],[143,34,81,10],[143,38,81,10,"_reactJsxDevRuntime"],[143,57,81,10],[143,58,81,10,"jsxDEV"],[143,64,81,10],[143,66,81,11,"_reactNative"],[143,78,81,15],[143,79,81,15,"View"],[143,83,81,15],[144,12,81,16,"style"],[144,17,81,21],[144,19,81,23,"styles"],[144,25,81,29],[144,26,81,30,"nftCard"],[144,33,81,38],[145,12,81,38,"children"],[145,20,81,38],[145,36,82,12],[145,40,82,12,"_reactJsxDevRuntime"],[145,59,82,12],[145,60,82,12,"jsxDEV"],[145,66,82,12],[145,68,82,13,"_reactNative"],[145,80,82,17],[145,81,82,17,"View"],[145,85,82,17],[146,14,82,18,"style"],[146,19,82,23],[146,21,82,25,"styles"],[146,27,82,31],[146,28,82,32,"nftHeader"],[146,37,82,42],[147,14,82,42,"children"],[147,22,82,42],[147,38,83,14],[147,42,83,14,"_reactJsxDevRuntime"],[147,61,83,14],[147,62,83,14,"jsxDEV"],[147,68,83,14],[147,70,83,15,"_reactNative"],[147,82,83,19],[147,83,83,19,"Text"],[147,87,83,19],[148,16,83,20,"style"],[148,21,83,25],[148,23,83,27,"styles"],[148,29,83,33],[148,30,83,34,"nftLabel"],[148,38,83,43],[149,16,83,43,"children"],[149,24,83,43],[149,26,83,44],[150,14,83,47],[151,16,83,47,"fileName"],[151,24,83,47],[151,26,83,47,"_jsxFileName"],[151,38,83,47],[152,16,83,47,"lineNumber"],[152,26,83,47],[153,16,83,47,"columnNumber"],[153,28,83,47],[154,14,83,47],[154,21,83,53],[154,22,83,54],[154,37,84,14],[154,41,84,14,"_reactJsxDevRuntime"],[154,60,84,14],[154,61,84,14,"jsxDEV"],[154,67,84,14],[154,69,84,15,"_reactNative"],[154,81,84,19],[154,82,84,19,"Text"],[154,86,84,19],[155,16,84,20,"style"],[155,21,84,25],[155,23,84,27,"styles"],[155,29,84,33],[155,30,84,34,"nftId"],[155,35,84,40],[156,16,84,40,"children"],[156,24,84,40],[156,26,84,41],[157,14,84,68],[158,16,84,68,"fileName"],[158,24,84,68],[158,26,84,68,"_jsxFileName"],[158,38,84,68],[159,16,84,68,"lineNumber"],[159,26,84,68],[160,16,84,68,"columnNumber"],[160,28,84,68],[161,14,84,68],[161,21,84,74],[161,22,84,75],[162,12,84,75],[163,14,84,75,"fileName"],[163,22,84,75],[163,24,84,75,"_jsxFileName"],[163,36,84,75],[164,14,84,75,"lineNumber"],[164,24,84,75],[165,14,84,75,"columnNumber"],[165,26,84,75],[166,12,84,75],[166,19,85,18],[166,20,85,19],[166,35,86,12],[166,39,86,12,"_reactJsxDevRuntime"],[166,58,86,12],[166,59,86,12,"jsxDEV"],[166,65,86,12],[166,67,86,13,"_reactNative"],[166,79,86,17],[166,80,86,17,"View"],[166,84,86,17],[167,14,86,18,"style"],[167,19,86,23],[167,21,86,25,"styles"],[167,27,86,31],[167,28,86,32,"nftBody"],[167,35,86,40],[168,14,86,40,"children"],[168,22,86,40],[168,38,87,14],[168,42,87,14,"_reactJsxDevRuntime"],[168,61,87,14],[168,62,87,14,"jsxDEV"],[168,68,87,14],[168,70,87,15,"_reactNative"],[168,82,87,19],[168,83,87,19,"View"],[168,87,87,19],[169,16,87,20,"style"],[169,21,87,25],[169,23,87,27,"styles"],[169,29,87,33],[169,30,87,34,"nftAvatar"],[169,39,87,44],[170,16,87,44,"children"],[170,24,87,44],[170,39,88,16],[170,43,88,16,"_reactJsxDevRuntime"],[170,62,88,16],[170,63,88,16,"jsxDEV"],[170,69,88,16],[170,71,88,17,"_expoVectorIcons"],[170,87,88,25],[170,88,88,25,"Ionicons"],[170,96,88,25],[171,18,88,26,"name"],[171,22,88,30],[171,24,88,31],[171,32,88,39],[172,18,88,40,"size"],[172,22,88,44],[172,24,88,46],[172,26,88,49],[173,18,88,50,"color"],[173,23,88,55],[173,25,88,56],[174,16,88,65],[175,18,88,65,"fileName"],[175,26,88,65],[175,28,88,65,"_jsxFileName"],[175,40,88,65],[176,18,88,65,"lineNumber"],[176,28,88,65],[177,18,88,65,"columnNumber"],[177,30,88,65],[178,16,88,65],[178,23,88,67],[179,14,88,68],[180,16,88,68,"fileName"],[180,24,88,68],[180,26,88,68,"_jsxFileName"],[180,38,88,68],[181,16,88,68,"lineNumber"],[181,26,88,68],[182,16,88,68,"columnNumber"],[182,28,88,68],[183,14,88,68],[183,21,89,20],[183,22,89,21],[183,37,90,14],[183,41,90,14,"_reactJsxDevRuntime"],[183,60,90,14],[183,61,90,14,"jsxDEV"],[183,67,90,14],[183,69,90,15,"_reactNative"],[183,81,90,19],[183,82,90,19,"Text"],[183,86,90,19],[184,16,90,20,"style"],[184,21,90,25],[184,23,90,27,"styles"],[184,29,90,33],[184,30,90,34,"nftName"],[184,37,90,42],[185,16,90,42,"children"],[185,24,90,42],[185,26,90,43],[186,14,90,58],[187,16,90,58,"fileName"],[187,24,90,58],[187,26,90,58,"_jsxFileName"],[187,38,90,58],[188,16,90,58,"lineNumber"],[188,26,90,58],[189,16,90,58,"columnNumber"],[189,28,90,58],[190,14,90,58],[190,21,90,64],[190,22,90,65],[191,12,90,65],[192,14,90,65,"fileName"],[192,22,90,65],[192,24,90,65,"_jsxFileName"],[192,36,90,65],[193,14,90,65,"lineNumber"],[193,24,90,65],[194,14,90,65,"columnNumber"],[194,26,90,65],[195,12,90,65],[195,19,91,18],[195,20,91,19],[195,35,92,12],[195,39,92,12,"_reactJsxDevRuntime"],[195,58,92,12],[195,59,92,12,"jsxDEV"],[195,65,92,12],[195,67,92,13,"_reactNative"],[195,79,92,17],[195,80,92,17,"View"],[195,84,92,17],[196,14,92,18,"style"],[196,19,92,23],[196,21,92,25,"styles"],[196,27,92,31],[196,28,92,32,"nftFooter"],[196,37,92,42],[197,14,92,42,"children"],[197,22,92,42],[197,38,93,14],[197,42,93,14,"_reactJsxDevRuntime"],[197,61,93,14],[197,62,93,14,"jsxDEV"],[197,68,93,14],[197,70,93,15,"_expoVectorIcons"],[197,86,93,23],[197,87,93,23,"Ionicons"],[197,95,93,23],[198,16,93,24,"name"],[198,20,93,28],[198,22,93,29],[198,30,93,37],[199,16,93,38,"size"],[199,20,93,42],[199,22,93,44],[199,24,93,47],[200,16,93,48,"color"],[200,21,93,53],[200,23,93,54],[201,14,93,63],[202,16,93,63,"fileName"],[202,24,93,63],[202,26,93,63,"_jsxFileName"],[202,38,93,63],[203,16,93,63,"lineNumber"],[203,26,93,63],[204,16,93,63,"columnNumber"],[204,28,93,63],[205,14,93,63],[205,21,93,65],[205,22,93,66],[205,37,94,14],[205,41,94,14,"_reactJsxDevRuntime"],[205,60,94,14],[205,61,94,14,"jsxDEV"],[205,67,94,14],[205,69,94,15,"_reactNative"],[205,81,94,19],[205,82,94,19,"Text"],[205,86,94,19],[206,16,94,20,"style"],[206,21,94,25],[206,23,94,27,"styles"],[206,29,94,33],[206,30,94,34,"nftRewardLabel"],[206,44,94,49],[207,16,94,49,"children"],[207,24,94,49],[207,26,94,50],[208,14,94,62],[209,16,94,62,"fileName"],[209,24,94,62],[209,26,94,62,"_jsxFileName"],[209,38,94,62],[210,16,94,62,"lineNumber"],[210,26,94,62],[211,16,94,62,"columnNumber"],[211,28,94,62],[212,14,94,62],[212,21,94,68],[212,22,94,69],[212,37,95,14],[212,41,95,14,"_reactJsxDevRuntime"],[212,60,95,14],[212,61,95,14,"jsxDEV"],[212,67,95,14],[212,69,95,15,"_reactNative"],[212,81,95,19],[212,82,95,19,"Text"],[212,86,95,19],[213,16,95,20,"style"],[213,21,95,25],[213,23,95,27,"styles"],[213,29,95,33],[213,30,95,34,"nftRewardValue"],[213,44,95,49],[214,16,95,49,"children"],[214,24,95,49],[214,26,95,51,"totalReward"],[215,14,95,62],[216,16,95,62,"fileName"],[216,24,95,62],[216,26,95,62,"_jsxFileName"],[216,38,95,62],[217,16,95,62,"lineNumber"],[217,26,95,62],[218,16,95,62,"columnNumber"],[218,28,95,62],[219,14,95,62],[219,21,95,69],[219,22,95,70],[220,12,95,70],[221,14,95,70,"fileName"],[221,22,95,70],[221,24,95,70,"_jsxFileName"],[221,36,95,70],[222,14,95,70,"lineNumber"],[222,24,95,70],[223,14,95,70,"columnNumber"],[223,26,95,70],[224,12,95,70],[224,19,96,18],[224,20,96,19],[225,10,96,19],[226,12,96,19,"fileName"],[226,20,96,19],[226,22,96,19,"_jsxFileName"],[226,34,96,19],[227,12,96,19,"lineNumber"],[227,22,96,19],[228,12,96,19,"columnNumber"],[228,24,96,19],[229,10,96,19],[229,17,97,16],[229,18,97,17],[229,33,100,10],[229,37,100,10,"_reactJsxDevRuntime"],[229,56,100,10],[229,57,100,10,"jsxDEV"],[229,63,100,10],[229,65,100,11,"_reactNative"],[229,77,100,15],[229,78,100,15,"View"],[229,82,100,15],[230,12,100,16,"style"],[230,17,100,21],[230,19,100,23,"styles"],[230,25,100,29],[230,26,100,30,"tableContainer"],[230,40,100,45],[231,12,100,45,"children"],[231,20,100,45],[231,36,102,12],[231,40,102,12,"_reactJsxDevRuntime"],[231,59,102,12],[231,60,102,12,"jsxDEV"],[231,66,102,12],[231,68,102,13,"_reactNative"],[231,80,102,17],[231,81,102,17,"View"],[231,85,102,17],[232,14,102,18,"style"],[232,19,102,23],[232,21,102,25,"styles"],[232,27,102,31],[232,28,102,32,"tableHeader"],[232,39,102,44],[233,14,102,44,"children"],[233,22,102,44],[233,38,103,14],[233,42,103,14,"_reactJsxDevRuntime"],[233,61,103,14],[233,62,103,14,"jsxDEV"],[233,68,103,14],[233,70,103,15,"_reactNative"],[233,82,103,19],[233,83,103,19,"Text"],[233,87,103,19],[234,16,103,20,"style"],[234,21,103,25],[234,23,103,27],[234,24,103,28,"styles"],[234,30,103,34],[234,31,103,35,"headerCell"],[234,41,103,45],[234,43,103,47],[235,18,103,49,"flex"],[235,22,103,53],[235,24,103,55],[236,16,103,57],[236,17,103,58],[236,18,103,60],[237,16,103,60,"children"],[237,24,103,60],[237,26,103,61],[238,14,103,65],[239,16,103,65,"fileName"],[239,24,103,65],[239,26,103,65,"_jsxFileName"],[239,38,103,65],[240,16,103,65,"lineNumber"],[240,26,103,65],[241,16,103,65,"columnNumber"],[241,28,103,65],[242,14,103,65],[242,21,103,71],[242,22,103,72],[242,37,104,14],[242,41,104,14,"_reactJsxDevRuntime"],[242,60,104,14],[242,61,104,14,"jsxDEV"],[242,67,104,14],[242,69,104,15,"_reactNative"],[242,81,104,19],[242,82,104,19,"Text"],[242,86,104,19],[243,16,104,20,"style"],[243,21,104,25],[243,23,104,27],[243,24,104,28,"styles"],[243,30,104,34],[243,31,104,35,"headerCell"],[243,41,104,45],[243,43,104,47],[244,18,104,49,"flex"],[244,22,104,53],[244,24,104,55],[245,16,104,57],[245,17,104,58],[245,18,104,60],[246,16,104,60,"children"],[246,24,104,60],[246,26,104,61],[247,14,104,67],[248,16,104,67,"fileName"],[248,24,104,67],[248,26,104,67,"_jsxFileName"],[248,38,104,67],[249,16,104,67,"lineNumber"],[249,26,104,67],[250,16,104,67,"columnNumber"],[250,28,104,67],[251,14,104,67],[251,21,104,73],[251,22,104,74],[251,37,105,14],[251,41,105,14,"_reactJsxDevRuntime"],[251,60,105,14],[251,61,105,14,"jsxDEV"],[251,67,105,14],[251,69,105,15,"_reactNative"],[251,81,105,19],[251,82,105,19,"Text"],[251,86,105,19],[252,16,105,20,"style"],[252,21,105,25],[252,23,105,27],[252,24,105,28,"styles"],[252,30,105,34],[252,31,105,35,"headerCell"],[252,41,105,45],[252,43,105,47],[253,18,105,49,"flex"],[253,22,105,53],[253,24,105,55],[254,16,105,57],[254,17,105,58],[254,18,105,60],[255,16,105,60,"children"],[255,24,105,60],[255,26,105,61],[256,14,105,68],[257,16,105,68,"fileName"],[257,24,105,68],[257,26,105,68,"_jsxFileName"],[257,38,105,68],[258,16,105,68,"lineNumber"],[258,26,105,68],[259,16,105,68,"columnNumber"],[259,28,105,68],[260,14,105,68],[260,21,105,74],[260,22,105,75],[260,37,106,14],[260,41,106,14,"_reactJsxDevRuntime"],[260,60,106,14],[260,61,106,14,"jsxDEV"],[260,67,106,14],[260,69,106,15,"_reactNative"],[260,81,106,19],[260,82,106,19,"Text"],[260,86,106,19],[261,16,106,20,"style"],[261,21,106,25],[261,23,106,27],[261,24,106,28,"styles"],[261,30,106,34],[261,31,106,35,"headerCell"],[261,41,106,45],[261,43,106,47],[262,18,106,49,"flex"],[262,22,106,53],[262,24,106,55],[263,16,106,57],[263,17,106,58],[263,18,106,60],[264,16,106,60,"children"],[264,24,106,60],[264,26,106,61],[265,14,106,77],[266,16,106,77,"fileName"],[266,24,106,77],[266,26,106,77,"_jsxFileName"],[266,38,106,77],[267,16,106,77,"lineNumber"],[267,26,106,77],[268,16,106,77,"columnNumber"],[268,28,106,77],[269,14,106,77],[269,21,106,83],[269,22,106,84],[269,37,107,14],[269,41,107,14,"_reactJsxDevRuntime"],[269,60,107,14],[269,61,107,14,"jsxDEV"],[269,67,107,14],[269,69,107,15,"_reactNative"],[269,81,107,19],[269,82,107,19,"Text"],[269,86,107,19],[270,16,107,20,"style"],[270,21,107,25],[270,23,107,27],[270,24,107,28,"styles"],[270,30,107,34],[270,31,107,35,"headerCell"],[270,41,107,45],[270,43,107,47],[271,18,107,49,"flex"],[271,22,107,53],[271,24,107,55],[272,16,107,59],[272,17,107,60],[272,18,107,62],[273,16,107,62,"children"],[273,24,107,62],[273,26,107,63],[274,14,107,79],[275,16,107,79,"fileName"],[275,24,107,79],[275,26,107,79,"_jsxFileName"],[275,38,107,79],[276,16,107,79,"lineNumber"],[276,26,107,79],[277,16,107,79,"columnNumber"],[277,28,107,79],[278,14,107,79],[278,21,107,85],[278,22,107,86],[279,12,107,86],[280,14,107,86,"fileName"],[280,22,107,86],[280,24,107,86,"_jsxFileName"],[280,36,107,86],[281,14,107,86,"lineNumber"],[281,24,107,86],[282,14,107,86,"columnNumber"],[282,26,107,86],[283,12,107,86],[283,19,108,18],[283,20,108,19],[283,22,111,13,"coins"],[283,27,111,18],[283,28,111,19,"map"],[283,31,111,22],[283,32,111,23],[283,42,111,24,"coin"],[283,46,111,28],[284,14,111,28],[284,34,112,14],[284,38,112,14,"_reactJsxDevRuntime"],[284,57,112,14],[284,58,112,14,"jsxDEV"],[284,64,112,14],[284,66,112,15,"_reactNative"],[284,78,112,19],[284,79,112,19,"View"],[284,83,112,19],[285,16,112,38,"style"],[285,21,112,43],[285,23,112,45,"styles"],[285,29,112,51],[285,30,112,52,"tableRow"],[285,38,112,61],[286,16,112,61,"children"],[286,24,112,61],[286,40,114,16],[286,44,114,16,"_reactJsxDevRuntime"],[286,63,114,16],[286,64,114,16,"jsxDEV"],[286,70,114,16],[286,72,114,17,"_reactNative"],[286,84,114,21],[286,85,114,21,"View"],[286,89,114,21],[287,18,114,22,"style"],[287,23,114,27],[287,25,114,29],[287,26,114,30,"styles"],[287,32,114,36],[287,33,114,37,"cell"],[287,37,114,41],[287,39,114,43],[288,20,114,45,"flex"],[288,24,114,49],[288,26,114,51],[289,18,114,53],[289,19,114,54],[289,20,114,56],[290,18,114,56,"children"],[290,26,114,56],[290,42,115,18],[290,46,115,18,"_reactJsxDevRuntime"],[290,65,115,18],[290,66,115,18,"jsxDEV"],[290,72,115,18],[290,74,115,19,"_reactNative"],[290,86,115,24],[290,87,115,24,"Image"],[290,92,115,24],[291,20,115,25,"source"],[291,26,115,31],[291,28,115,33,"coin"],[291,32,115,37],[291,33,115,38,"icon"],[291,37,115,43],[292,20,115,44,"style"],[292,25,115,49],[292,27,115,51,"styles"],[292,33,115,57],[292,34,115,58,"coinIcon"],[293,18,115,67],[294,20,115,67,"fileName"],[294,28,115,67],[294,30,115,67,"_jsxFileName"],[294,42,115,67],[295,20,115,67,"lineNumber"],[295,30,115,67],[296,20,115,67,"columnNumber"],[296,32,115,67],[297,18,115,67],[297,21,115,67,"_this"],[297,26,115,69],[297,27,115,70],[297,42,116,18],[297,46,116,18,"_reactJsxDevRuntime"],[297,65,116,18],[297,66,116,18,"jsxDEV"],[297,72,116,18],[297,74,116,19,"_reactNative"],[297,86,116,23],[297,87,116,23,"Text"],[297,91,116,23],[298,20,116,24,"style"],[298,25,116,29],[298,27,116,31,"styles"],[298,33,116,37],[298,34,116,38,"coinSymbol"],[298,44,116,49],[299,20,116,49,"children"],[299,28,116,49],[299,30,116,51,"coin"],[299,34,116,55],[299,35,116,56,"symbol"],[300,18,116,62],[301,20,116,62,"fileName"],[301,28,116,62],[301,30,116,62,"_jsxFileName"],[301,42,116,62],[302,20,116,62,"lineNumber"],[302,30,116,62],[303,20,116,62,"columnNumber"],[303,32,116,62],[304,18,116,62],[304,21,116,62,"_this"],[304,26,116,69],[304,27,116,70],[305,16,116,70],[306,18,116,70,"fileName"],[306,26,116,70],[306,28,116,70,"_jsxFileName"],[306,40,116,70],[307,18,116,70,"lineNumber"],[307,28,116,70],[308,18,116,70,"columnNumber"],[308,30,116,70],[309,16,116,70],[309,19,116,70,"_this"],[309,24,117,22],[309,25,117,23],[309,40,120,16],[309,44,120,16,"_reactJsxDevRuntime"],[309,63,120,16],[309,64,120,16,"jsxDEV"],[309,70,120,16],[309,72,120,17,"_reactNative"],[309,84,120,21],[309,85,120,21,"View"],[309,89,120,21],[310,18,120,22,"style"],[310,23,120,27],[310,25,120,29],[310,26,120,30,"styles"],[310,32,120,36],[310,33,120,37,"cell"],[310,37,120,41],[310,39,120,43],[311,20,120,45,"flex"],[311,24,120,49],[311,26,120,51],[312,18,120,53],[312,19,120,54],[312,20,120,56],[313,18,120,56,"children"],[313,26,120,56],[313,41,121,18],[313,45,121,18,"_reactJsxDevRuntime"],[313,64,121,18],[313,65,121,18,"jsxDEV"],[313,71,121,18],[313,73,121,19,"_reactNative"],[313,85,121,23],[313,86,121,23,"Text"],[313,90,121,23],[314,20,121,24,"style"],[314,25,121,29],[314,27,121,31,"styles"],[314,33,121,37],[314,34,121,38,"cellText"],[314,42,121,47],[315,20,121,47,"children"],[315,28,121,47],[315,30,121,49,"coin"],[315,34,121,53],[315,35,121,54,"amount"],[316,18,121,60],[317,20,121,60,"fileName"],[317,28,121,60],[317,30,121,60,"_jsxFileName"],[317,42,121,60],[318,20,121,60,"lineNumber"],[318,30,121,60],[319,20,121,60,"columnNumber"],[319,32,121,60],[320,18,121,60],[320,21,121,60,"_this"],[320,26,121,67],[321,16,121,68],[322,18,121,68,"fileName"],[322,26,121,68],[322,28,121,68,"_jsxFileName"],[322,40,121,68],[323,18,121,68,"lineNumber"],[323,28,121,68],[324,18,121,68,"columnNumber"],[324,30,121,68],[325,16,121,68],[325,19,121,68,"_this"],[325,24,122,22],[325,25,122,23],[325,40,125,16],[325,44,125,16,"_reactJsxDevRuntime"],[325,63,125,16],[325,64,125,16,"jsxDEV"],[325,70,125,16],[325,72,125,17,"_reactNative"],[325,84,125,21],[325,85,125,21,"View"],[325,89,125,21],[326,18,125,22,"style"],[326,23,125,27],[326,25,125,29],[326,26,125,30,"styles"],[326,32,125,36],[326,33,125,37,"cell"],[326,37,125,41],[326,39,125,43],[327,20,125,45,"flex"],[327,24,125,49],[327,26,125,51],[328,18,125,53],[328,19,125,54],[328,20,125,56],[329,18,125,56,"children"],[329,26,125,56],[329,41,126,18],[329,45,126,18,"_reactJsxDevRuntime"],[329,64,126,18],[329,65,126,18,"jsxDEV"],[329,71,126,18],[329,73,126,19,"_reactNative"],[329,85,126,23],[329,86,126,23,"Text"],[329,90,126,23],[330,20,126,24,"style"],[330,25,126,29],[330,27,126,31,"styles"],[330,33,126,37],[330,34,126,38,"cellText"],[330,42,126,47],[331,20,126,47,"children"],[331,28,126,47],[331,30,126,49,"coin"],[331,34,126,53],[331,35,126,54,"network"],[332,18,126,61],[333,20,126,61,"fileName"],[333,28,126,61],[333,30,126,61,"_jsxFileName"],[333,42,126,61],[334,20,126,61,"lineNumber"],[334,30,126,61],[335,20,126,61,"columnNumber"],[335,32,126,61],[336,18,126,61],[336,21,126,61,"_this"],[336,26,126,68],[337,16,126,69],[338,18,126,69,"fileName"],[338,26,126,69],[338,28,126,69,"_jsxFileName"],[338,40,126,69],[339,18,126,69,"lineNumber"],[339,28,126,69],[340,18,126,69,"columnNumber"],[340,30,126,69],[341,16,126,69],[341,19,126,69,"_this"],[341,24,127,22],[341,25,127,23],[341,40,130,16],[341,44,130,16,"_reactJsxDevRuntime"],[341,63,130,16],[341,64,130,16,"jsxDEV"],[341,70,130,16],[341,72,130,17,"_reactNative"],[341,84,130,21],[341,85,130,21,"View"],[341,89,130,21],[342,18,130,22,"style"],[342,23,130,27],[342,25,130,29],[342,26,130,30,"styles"],[342,32,130,36],[342,33,130,37,"cell"],[342,37,130,41],[342,39,130,43],[343,20,130,45,"flex"],[343,24,130,49],[343,26,130,51],[344,18,130,53],[344,19,130,54],[344,20,130,56],[345,18,130,56,"children"],[345,26,130,56],[345,41,131,18],[345,45,131,18,"_reactJsxDevRuntime"],[345,64,131,18],[345,65,131,18,"jsxDEV"],[345,71,131,18],[345,73,131,19,"_reactNative"],[345,85,131,28],[345,86,131,28,"TextInput"],[345,95,131,28],[346,20,132,20,"style"],[346,25,132,25],[346,27,132,27,"styles"],[346,33,132,33],[346,34,132,34,"addressInput"],[346,46,132,47],[347,20,133,20,"placeholder"],[347,31,133,31],[347,33,133,32],[347,62,133,61],[348,20,134,20,"placeholderTextColor"],[348,40,134,40],[348,42,134,41],[348,48,134,47],[349,20,135,20,"value"],[349,25,135,25],[349,27,135,27,"withdrawalAddresses"],[349,46,135,46],[349,47,135,47,"coin"],[349,51,135,51],[349,52,135,52,"symbol"],[349,58,135,58],[349,59,135,59],[349,63,135,63],[349,65,135,66],[350,20,136,20,"onChangeText"],[350,32,136,32],[350,34,136,34],[350,43,136,20,"onChangeText"],[350,55,136,32,"onChangeText"],[350,56,136,35,"text"],[350,60,136,39],[351,22,136,39],[351,29,137,22,"setWithdrawalAddresses"],[351,51,137,44],[351,52,137,44,"Object"],[351,58,137,44],[351,59,137,44,"assign"],[351,65,137,44],[351,70,137,50,"withdrawalAddresses"],[351,89,137,69],[351,95,137,69,"_defineProperty"],[351,110,137,69],[351,111,137,69,"default"],[351,118,137,69],[351,124,137,72,"coin"],[351,128,137,76],[351,129,137,77,"symbol"],[351,135,137,83],[351,137,137,86,"text"],[351,141,137,90],[351,143,137,92],[351,144,137,93],[352,20,137,93],[353,18,138,21],[354,20,138,21,"fileName"],[354,28,138,21],[354,30,138,21,"_jsxFileName"],[354,42,138,21],[355,20,138,21,"lineNumber"],[355,30,138,21],[356,20,138,21,"columnNumber"],[356,32,138,21],[357,18,138,21],[357,21,138,21,"_this"],[357,26,139,19],[358,16,139,20],[359,18,139,20,"fileName"],[359,26,139,20],[359,28,139,20,"_jsxFileName"],[359,40,139,20],[360,18,139,20,"lineNumber"],[360,28,139,20],[361,18,139,20,"columnNumber"],[361,30,139,20],[362,16,139,20],[362,19,139,20,"_this"],[362,24,140,22],[362,25,140,23],[362,40,143,16],[362,44,143,16,"_reactJsxDevRuntime"],[362,63,143,16],[362,64,143,16,"jsxDEV"],[362,70,143,16],[362,72,143,17,"_reactNative"],[362,84,143,21],[362,85,143,21,"View"],[362,89,143,21],[363,18,143,22,"style"],[363,23,143,27],[363,25,143,29],[363,26,143,30,"styles"],[363,32,143,36],[363,33,143,37,"cell"],[363,37,143,41],[363,39,143,43],[364,20,143,45,"flex"],[364,24,143,49],[364,26,143,51],[364,29,143,54],[365,20,143,56,"flexDirection"],[365,33,143,69],[365,35,143,71],[365,40,143,76],[366,20,143,78,"gap"],[366,23,143,81],[366,25,143,83],[367,18,143,85],[367,19,143,86],[367,20,143,88],[368,18,143,88,"children"],[368,26,143,88],[368,42,144,18],[368,46,144,18,"_reactJsxDevRuntime"],[368,65,144,18],[368,66,144,18,"jsxDEV"],[368,72,144,18],[368,74,144,19,"_reactNative"],[368,86,144,35],[368,87,144,35,"TouchableOpacity"],[368,103,144,35],[369,20,145,20,"style"],[369,25,145,25],[369,27,145,27,"styles"],[369,33,145,33],[369,34,145,34,"actionButton"],[369,46,145,47],[370,20,146,20,"onPress"],[370,27,146,27],[370,29,146,29],[370,38,146,20,"onPress"],[370,45,146,27,"onPress"],[370,46,146,27],[371,22,146,27],[371,29,146,35,"handleWithdraw"],[371,43,146,49],[371,44,146,50,"coin"],[371,48,146,54],[371,49,146,55],[372,20,146,55],[372,21,146,56],[373,20,146,56,"children"],[373,28,146,56],[373,43,148,20],[373,47,148,20,"_reactJsxDevRuntime"],[373,66,148,20],[373,67,148,20,"jsxDEV"],[373,73,148,20],[373,75,148,21,"_reactNative"],[373,87,148,25],[373,88,148,25,"View"],[373,92,148,25],[374,22,148,26,"style"],[374,27,148,31],[374,29,148,33,"styles"],[374,35,148,39],[374,36,148,40,"withdrawButton"],[374,50,148,55],[375,22,148,55,"children"],[375,30,148,55],[375,45,149,22],[375,49,149,22,"_reactJsxDevRuntime"],[375,68,149,22],[375,69,149,22,"jsxDEV"],[375,75,149,22],[375,77,149,23,"_expoVectorIcons"],[375,93,149,31],[375,94,149,31,"Ionicons"],[375,102,149,31],[376,24,149,32,"name"],[376,28,149,36],[376,30,149,37],[376,42,149,49],[377,24,149,50,"size"],[377,28,149,54],[377,30,149,56],[377,32,149,59],[378,24,149,60,"color"],[378,29,149,65],[378,31,149,66],[379,22,149,75],[380,24,149,75,"fileName"],[380,32,149,75],[380,34,149,75,"_jsxFileName"],[380,46,149,75],[381,24,149,75,"lineNumber"],[381,34,149,75],[382,24,149,75,"columnNumber"],[382,36,149,75],[383,22,149,75],[383,25,149,75,"_this"],[383,30,149,77],[384,20,149,78],[385,22,149,78,"fileName"],[385,30,149,78],[385,32,149,78,"_jsxFileName"],[385,44,149,78],[386,22,149,78,"lineNumber"],[386,32,149,78],[387,22,149,78,"columnNumber"],[387,34,149,78],[388,20,149,78],[388,23,149,78,"_this"],[388,28,150,26],[389,18,150,27],[390,20,150,27,"fileName"],[390,28,150,27],[390,30,150,27,"_jsxFileName"],[390,42,150,27],[391,20,150,27,"lineNumber"],[391,30,150,27],[392,20,150,27,"columnNumber"],[392,32,150,27],[393,18,150,27],[393,21,150,27,"_this"],[393,26,151,36],[393,27,151,37],[393,42,153,18],[393,46,153,18,"_reactJsxDevRuntime"],[393,65,153,18],[393,66,153,18,"jsxDEV"],[393,72,153,18],[393,74,153,19,"_reactNative"],[393,86,153,35],[393,87,153,35,"TouchableOpacity"],[393,103,153,35],[394,20,154,20,"style"],[394,25,154,25],[394,27,154,27,"styles"],[394,33,154,33],[394,34,154,34,"actionButton"],[394,46,154,47],[395,20,155,20,"onPress"],[395,27,155,27],[395,29,155,29],[395,38,155,20,"onPress"],[395,45,155,27,"onPress"],[395,46,155,27],[396,22,155,27],[396,29,155,35,"handleDeposit"],[396,42,155,48],[396,43,155,49,"coin"],[396,47,155,53],[396,48,155,54],[397,20,155,54],[397,21,155,55],[398,20,155,55,"children"],[398,28,155,55],[398,43,157,20],[398,47,157,20,"_reactJsxDevRuntime"],[398,66,157,20],[398,67,157,20,"jsxDEV"],[398,73,157,20],[398,75,157,21,"_reactNative"],[398,87,157,25],[398,88,157,25,"View"],[398,92,157,25],[399,22,157,26,"style"],[399,27,157,31],[399,29,157,33,"styles"],[399,35,157,39],[399,36,157,40,"depositButton"],[399,49,157,54],[400,22,157,54,"children"],[400,30,157,54],[400,45,158,22],[400,49,158,22,"_reactJsxDevRuntime"],[400,68,158,22],[400,69,158,22,"jsxDEV"],[400,75,158,22],[400,77,158,23,"_expoVectorIcons"],[400,93,158,31],[400,94,158,31,"Ionicons"],[400,102,158,31],[401,24,158,32,"name"],[401,28,158,36],[401,30,158,37],[401,40,158,47],[402,24,158,48,"size"],[402,28,158,52],[402,30,158,54],[402,32,158,57],[403,24,158,58,"color"],[403,29,158,63],[403,31,158,64],[404,22,158,73],[405,24,158,73,"fileName"],[405,32,158,73],[405,34,158,73,"_jsxFileName"],[405,46,158,73],[406,24,158,73,"lineNumber"],[406,34,158,73],[407,24,158,73,"columnNumber"],[407,36,158,73],[408,22,158,73],[408,25,158,73,"_this"],[408,30,158,75],[409,20,158,76],[410,22,158,76,"fileName"],[410,30,158,76],[410,32,158,76,"_jsxFileName"],[410,44,158,76],[411,22,158,76,"lineNumber"],[411,32,158,76],[412,22,158,76,"columnNumber"],[412,34,158,76],[413,20,158,76],[413,23,158,76,"_this"],[413,28,159,26],[414,18,159,27],[415,20,159,27,"fileName"],[415,28,159,27],[415,30,159,27,"_jsxFileName"],[415,42,159,27],[416,20,159,27,"lineNumber"],[416,30,159,27],[417,20,159,27,"columnNumber"],[417,32,159,27],[418,18,159,27],[418,21,159,27,"_this"],[418,26,160,36],[418,27,160,37],[419,16,160,37],[420,18,160,37,"fileName"],[420,26,160,37],[420,28,160,37,"_jsxFileName"],[420,40,160,37],[421,18,160,37,"lineNumber"],[421,28,160,37],[422,18,160,37,"columnNumber"],[422,30,160,37],[423,16,160,37],[423,19,160,37,"_this"],[423,24,161,22],[423,25,161,23],[424,14,161,23],[424,17,112,25,"coin"],[424,21,112,29],[424,22,112,30,"symbol"],[424,28,112,36],[425,16,112,36,"fileName"],[425,24,112,36],[425,26,112,36,"_jsxFileName"],[425,38,112,36],[426,16,112,36,"lineNumber"],[426,26,112,36],[427,16,112,36,"columnNumber"],[427,28,112,36],[428,14,112,36],[428,17,112,36,"_this"],[428,22,162,20],[428,23,162,21],[429,12,162,21],[429,13,163,13],[429,14,163,14],[430,10,163,14],[431,12,163,14,"fileName"],[431,20,163,14],[431,22,163,14,"_jsxFileName"],[431,34,163,14],[432,12,163,14,"lineNumber"],[432,22,163,14],[433,12,163,14,"columnNumber"],[433,24,163,14],[434,10,163,14],[434,17,164,16],[434,18,164,17],[435,8,164,17],[436,10,164,17,"fileName"],[436,18,164,17],[436,20,164,17,"_jsxFileName"],[436,32,164,17],[437,10,164,17,"lineNumber"],[437,20,164,17],[438,10,164,17,"columnNumber"],[438,22,164,17],[439,8,164,17],[439,15,165,14],[439,16,165,15],[439,31,168,8],[439,35,168,8,"_reactJsxDevRuntime"],[439,54,168,8],[439,55,168,8,"jsxDEV"],[439,61,168,8],[439,63,168,9,"_reactNative"],[439,75,168,13],[439,76,168,13,"View"],[439,80,168,13],[440,10,168,14,"style"],[440,15,168,19],[440,17,168,21,"styles"],[440,23,168,27],[440,24,168,28,"statsSection"],[440,36,168,41],[441,10,168,41,"children"],[441,18,168,41],[441,34,170,10],[441,38,170,10,"_reactJsxDevRuntime"],[441,57,170,10],[441,58,170,10,"jsxDEV"],[441,64,170,10],[441,66,170,11,"_reactNative"],[441,78,170,15],[441,79,170,15,"View"],[441,83,170,15],[442,12,170,16,"style"],[442,17,170,21],[442,19,170,23],[442,20,170,24,"styles"],[442,26,170,30],[442,27,170,31,"statsCard"],[442,36,170,40],[442,38,170,42],[443,14,170,44,"backgroundColor"],[443,29,170,59],[443,31,170,61],[444,12,170,71],[444,13,170,72],[444,14,170,74],[445,12,170,74,"children"],[445,20,170,74],[445,36,171,12],[445,40,171,12,"_reactJsxDevRuntime"],[445,59,171,12],[445,60,171,12,"jsxDEV"],[445,66,171,12],[445,68,171,13,"_reactNative"],[445,80,171,29],[445,81,171,29,"TouchableOpacity"],[445,97,171,29],[446,14,171,30,"style"],[446,19,171,35],[446,21,171,37,"styles"],[446,27,171,43],[446,28,171,44,"stakeButton"],[446,39,171,56],[447,14,171,56,"children"],[447,22,171,56],[447,38,172,14],[447,42,172,14,"_reactJsxDevRuntime"],[447,61,172,14],[447,62,172,14,"jsxDEV"],[447,68,172,14],[447,70,172,15,"_reactNative"],[447,82,172,19],[447,83,172,19,"Text"],[447,87,172,19],[448,16,172,20,"style"],[448,21,172,25],[448,23,172,27,"styles"],[448,29,172,33],[448,30,172,34,"stakeLabel"],[448,40,172,45],[449,16,172,45,"children"],[449,24,172,45],[449,26,172,46],[450,14,172,51],[451,16,172,51,"fileName"],[451,24,172,51],[451,26,172,51,"_jsxFileName"],[451,38,172,51],[452,16,172,51,"lineNumber"],[452,26,172,51],[453,16,172,51,"columnNumber"],[453,28,172,51],[454,14,172,51],[454,21,172,57],[454,22,172,58],[454,37,173,14],[454,41,173,14,"_reactJsxDevRuntime"],[454,60,173,14],[454,61,173,14,"jsxDEV"],[454,67,173,14],[454,69,173,15,"_reactNative"],[454,81,173,19],[454,82,173,19,"Text"],[454,86,173,19],[455,16,173,20,"style"],[455,21,173,25],[455,23,173,27,"styles"],[455,29,173,33],[455,30,173,34,"stakeValue"],[455,40,173,45],[456,16,173,45,"children"],[456,24,173,45],[456,26,173,47,"stakeAmount"],[457,14,173,58],[458,16,173,58,"fileName"],[458,24,173,58],[458,26,173,58,"_jsxFileName"],[458,38,173,58],[459,16,173,58,"lineNumber"],[459,26,173,58],[460,16,173,58,"columnNumber"],[460,28,173,58],[461,14,173,58],[461,21,173,65],[461,22,173,66],[461,37,174,14],[461,41,174,14,"_reactJsxDevRuntime"],[461,60,174,14],[461,61,174,14,"jsxDEV"],[461,67,174,14],[461,69,174,15,"_reactNative"],[461,81,174,19],[461,82,174,19,"View"],[461,86,174,19],[462,16,174,20,"style"],[462,21,174,25],[462,23,174,27,"styles"],[462,29,174,33],[462,30,174,34,"stakeIcon"],[462,39,174,44],[463,16,174,44,"children"],[463,24,174,44],[463,39,175,16],[463,43,175,16,"_reactJsxDevRuntime"],[463,62,175,16],[463,63,175,16,"jsxDEV"],[463,69,175,16],[463,71,175,17,"_expoVectorIcons"],[463,87,175,25],[463,88,175,25,"Ionicons"],[463,96,175,25],[464,18,175,26,"name"],[464,22,175,30],[464,24,175,31],[464,34,175,41],[465,18,175,42,"size"],[465,22,175,46],[465,24,175,48],[465,26,175,51],[466,18,175,52,"color"],[466,23,175,57],[466,25,175,58],[467,16,175,67],[468,18,175,67,"fileName"],[468,26,175,67],[468,28,175,67,"_jsxFileName"],[468,40,175,67],[469,18,175,67,"lineNumber"],[469,28,175,67],[470,18,175,67,"columnNumber"],[470,30,175,67],[471,16,175,67],[471,23,175,69],[472,14,175,70],[473,16,175,70,"fileName"],[473,24,175,70],[473,26,175,70,"_jsxFileName"],[473,38,175,70],[474,16,175,70,"lineNumber"],[474,26,175,70],[475,16,175,70,"columnNumber"],[475,28,175,70],[476,14,175,70],[476,21,176,20],[476,22,176,21],[477,12,176,21],[478,14,176,21,"fileName"],[478,22,176,21],[478,24,176,21,"_jsxFileName"],[478,36,176,21],[479,14,176,21,"lineNumber"],[479,24,176,21],[480,14,176,21,"columnNumber"],[480,26,176,21],[481,12,176,21],[481,19,177,30],[481,20,177,31],[481,35,179,12],[481,39,179,12,"_reactJsxDevRuntime"],[481,58,179,12],[481,59,179,12,"jsxDEV"],[481,65,179,12],[481,67,179,13,"_reactNative"],[481,79,179,17],[481,80,179,17,"View"],[481,84,179,17],[482,14,179,18,"style"],[482,19,179,23],[482,21,179,25,"styles"],[482,27,179,31],[482,28,179,32,"stakeDivider"],[483,12,179,45],[484,14,179,45,"fileName"],[484,22,179,45],[484,24,179,45,"_jsxFileName"],[484,36,179,45],[485,14,179,45,"lineNumber"],[485,24,179,45],[486,14,179,45,"columnNumber"],[486,26,179,45],[487,12,179,45],[487,19,179,47],[487,20,179,48],[487,35,181,12],[487,39,181,12,"_reactJsxDevRuntime"],[487,58,181,12],[487,59,181,12,"jsxDEV"],[487,65,181,12],[487,67,181,13,"_reactNative"],[487,79,181,29],[487,80,181,29,"TouchableOpacity"],[487,96,181,29],[488,14,181,30,"style"],[488,19,181,35],[488,21,181,37,"styles"],[488,27,181,43],[488,28,181,44,"unstakeButton"],[488,41,181,58],[489,14,181,58,"children"],[489,22,181,58],[489,38,182,14],[489,42,182,14,"_reactJsxDevRuntime"],[489,61,182,14],[489,62,182,14,"jsxDEV"],[489,68,182,14],[489,70,182,15,"_reactNative"],[489,82,182,19],[489,83,182,19,"Text"],[489,87,182,19],[490,16,182,20,"style"],[490,21,182,25],[490,23,182,27,"styles"],[490,29,182,33],[490,30,182,34,"unstakeLabel"],[490,42,182,47],[491,16,182,47,"children"],[491,24,182,47],[491,26,182,48],[492,14,182,55],[493,16,182,55,"fileName"],[493,24,182,55],[493,26,182,55,"_jsxFileName"],[493,38,182,55],[494,16,182,55,"lineNumber"],[494,26,182,55],[495,16,182,55,"columnNumber"],[495,28,182,55],[496,14,182,55],[496,21,182,61],[496,22,182,62],[496,37,183,14],[496,41,183,14,"_reactJsxDevRuntime"],[496,60,183,14],[496,61,183,14,"jsxDEV"],[496,67,183,14],[496,69,183,15,"_reactNative"],[496,81,183,19],[496,82,183,19,"Text"],[496,86,183,19],[497,16,183,20,"style"],[497,21,183,25],[497,23,183,27,"styles"],[497,29,183,33],[497,30,183,34,"unstakeValue"],[497,42,183,47],[498,16,183,47,"children"],[498,24,183,47],[498,26,183,49,"stakeAmount"],[499,14,183,60],[500,16,183,60,"fileName"],[500,24,183,60],[500,26,183,60,"_jsxFileName"],[500,38,183,60],[501,16,183,60,"lineNumber"],[501,26,183,60],[502,16,183,60,"columnNumber"],[502,28,183,60],[503,14,183,60],[503,21,183,67],[503,22,183,68],[503,37,184,14],[503,41,184,14,"_reactJsxDevRuntime"],[503,60,184,14],[503,61,184,14,"jsxDEV"],[503,67,184,14],[503,69,184,15,"_reactNative"],[503,81,184,19],[503,82,184,19,"View"],[503,86,184,19],[504,16,184,20,"style"],[504,21,184,25],[504,23,184,27,"styles"],[504,29,184,33],[504,30,184,34,"unstakeIcon"],[504,41,184,46],[505,16,184,46,"children"],[505,24,184,46],[505,39,185,16],[505,43,185,16,"_reactJsxDevRuntime"],[505,62,185,16],[505,63,185,16,"jsxDEV"],[505,69,185,16],[505,71,185,17,"_expoVectorIcons"],[505,87,185,25],[505,88,185,25,"Ionicons"],[505,96,185,25],[506,18,185,26,"name"],[506,22,185,30],[506,24,185,31],[506,36,185,43],[507,18,185,44,"size"],[507,22,185,48],[507,24,185,50],[507,26,185,53],[508,18,185,54,"color"],[508,23,185,59],[508,25,185,60],[509,16,185,69],[510,18,185,69,"fileName"],[510,26,185,69],[510,28,185,69,"_jsxFileName"],[510,40,185,69],[511,18,185,69,"lineNumber"],[511,28,185,69],[512,18,185,69,"columnNumber"],[512,30,185,69],[513,16,185,69],[513,23,185,71],[514,14,185,72],[515,16,185,72,"fileName"],[515,24,185,72],[515,26,185,72,"_jsxFileName"],[515,38,185,72],[516,16,185,72,"lineNumber"],[516,26,185,72],[517,16,185,72,"columnNumber"],[517,28,185,72],[518,14,185,72],[518,21,186,20],[518,22,186,21],[519,12,186,21],[520,14,186,21,"fileName"],[520,22,186,21],[520,24,186,21,"_jsxFileName"],[520,36,186,21],[521,14,186,21,"lineNumber"],[521,24,186,21],[522,14,186,21,"columnNumber"],[522,26,186,21],[523,12,186,21],[523,19,187,30],[523,20,187,31],[524,10,187,31],[525,12,187,31,"fileName"],[525,20,187,31],[525,22,187,31,"_jsxFileName"],[525,34,187,31],[526,12,187,31,"lineNumber"],[526,22,187,31],[527,12,187,31,"columnNumber"],[527,24,187,31],[528,10,187,31],[528,17,188,16],[528,18,188,17],[528,33,191,10],[528,37,191,10,"_reactJsxDevRuntime"],[528,56,191,10],[528,57,191,10,"jsxDEV"],[528,63,191,10],[528,65,191,11,"_reactNative"],[528,77,191,27],[528,78,191,27,"TouchableOpacity"],[528,94,191,27],[529,12,192,12,"style"],[529,17,192,17],[529,19,192,19],[529,20,192,20,"styles"],[529,26,192,26],[529,27,192,27,"statsCard"],[529,36,192,36],[529,38,192,38,"styles"],[529,44,192,44],[529,45,192,45,"scoreCard"],[529,54,192,54],[529,55,192,56],[530,12,193,12,"onPress"],[530,19,193,19],[530,21,193,21],[530,30,193,12,"onPress"],[530,37,193,19,"onPress"],[530,38,193,19],[531,14,193,19],[531,21,193,27,"navigation"],[531,31,193,37],[531,32,193,38,"navigate"],[531,40,193,46],[531,41,193,47],[531,53,193,59],[531,54,193,60],[532,12,193,60],[532,13,193,61],[533,12,193,61,"children"],[533,20,193,61],[533,36,195,12],[533,40,195,12,"_reactJsxDevRuntime"],[533,59,195,12],[533,60,195,12,"jsxDEV"],[533,66,195,12],[533,68,195,13,"_expoVectorIcons"],[533,84,195,21],[533,85,195,21,"Ionicons"],[533,93,195,21],[534,14,195,22,"name"],[534,18,195,26],[534,20,195,27],[534,38,195,45],[535,14,195,46,"size"],[535,18,195,50],[535,20,195,52],[535,22,195,55],[536,14,195,56,"color"],[536,19,195,61],[536,21,195,62],[537,12,195,71],[538,14,195,71,"fileName"],[538,22,195,71],[538,24,195,71,"_jsxFileName"],[538,36,195,71],[539,14,195,71,"lineNumber"],[539,24,195,71],[540,14,195,71,"columnNumber"],[540,26,195,71],[541,12,195,71],[541,19,195,73],[541,20,195,74],[541,35,196,12],[541,39,196,12,"_reactJsxDevRuntime"],[541,58,196,12],[541,59,196,12,"jsxDEV"],[541,65,196,12],[541,67,196,13,"_reactNative"],[541,79,196,17],[541,80,196,17,"Text"],[541,84,196,17],[542,14,196,18,"style"],[542,19,196,23],[542,21,196,25,"styles"],[542,27,196,31],[542,28,196,32,"scoreLabel"],[542,38,196,43],[543,14,196,43,"children"],[543,22,196,43],[543,24,196,44],[544,12,196,55],[545,14,196,55,"fileName"],[545,22,196,55],[545,24,196,55,"_jsxFileName"],[545,36,196,55],[546,14,196,55,"lineNumber"],[546,24,196,55],[547,14,196,55,"columnNumber"],[547,26,196,55],[548,12,196,55],[548,19,196,61],[548,20,196,62],[548,35,197,12],[548,39,197,12,"_reactJsxDevRuntime"],[548,58,197,12],[548,59,197,12,"jsxDEV"],[548,65,197,12],[548,67,197,13,"_reactNative"],[548,79,197,17],[548,80,197,17,"Text"],[548,84,197,17],[549,14,197,18,"style"],[549,19,197,23],[549,21,197,25,"styles"],[549,27,197,31],[549,28,197,32,"scoreValue"],[549,38,197,43],[550,14,197,43,"children"],[550,22,197,43],[550,24,197,45,"trustScore"],[551,12,197,55],[552,14,197,55,"fileName"],[552,22,197,55],[552,24,197,55,"_jsxFileName"],[552,36,197,55],[553,14,197,55,"lineNumber"],[553,24,197,55],[554,14,197,55,"columnNumber"],[554,26,197,55],[555,12,197,55],[555,19,197,62],[555,20,197,63],[556,10,197,63],[557,12,197,63,"fileName"],[557,20,197,63],[557,22,197,63,"_jsxFileName"],[557,34,197,63],[558,12,197,63,"lineNumber"],[558,22,197,63],[559,12,197,63,"columnNumber"],[559,24,197,63],[560,10,197,63],[560,17,198,28],[560,18,198,29],[560,33,201,10],[560,37,201,10,"_reactJsxDevRuntime"],[560,56,201,10],[560,57,201,10,"jsxDEV"],[560,63,201,10],[560,65,201,11,"_reactNative"],[560,77,201,27],[560,78,201,27,"TouchableOpacity"],[560,94,201,27],[561,12,202,12,"style"],[561,17,202,17],[561,19,202,19],[561,20,202,20,"styles"],[561,26,202,26],[561,27,202,27,"statsCard"],[561,36,202,36],[561,38,202,38,"styles"],[561,44,202,44],[561,45,202,45,"scoreCard"],[561,54,202,54],[561,55,202,56],[562,12,203,12,"onPress"],[562,19,203,19],[562,21,203,21],[562,30,203,12,"onPress"],[562,37,203,19,"onPress"],[562,38,203,19],[563,14,203,19],[563,21,203,27,"navigation"],[563,31,203,37],[563,32,203,38,"navigate"],[563,40,203,46],[563,41,203,47],[563,51,203,57],[563,52,203,58],[564,12,203,58],[564,13,203,59],[565,12,203,59,"children"],[565,20,203,59],[565,36,205,12],[565,40,205,12,"_reactJsxDevRuntime"],[565,59,205,12],[565,60,205,12,"jsxDEV"],[565,66,205,12],[565,68,205,13,"_expoVectorIcons"],[565,84,205,21],[565,85,205,21,"Ionicons"],[565,93,205,21],[566,14,205,22,"name"],[566,18,205,26],[566,20,205,27],[566,28,205,35],[567,14,205,36,"size"],[567,18,205,40],[567,20,205,42],[567,22,205,45],[568,14,205,46,"color"],[568,19,205,51],[568,21,205,52],[569,12,205,61],[570,14,205,61,"fileName"],[570,22,205,61],[570,24,205,61,"_jsxFileName"],[570,36,205,61],[571,14,205,61,"lineNumber"],[571,24,205,61],[572,14,205,61,"columnNumber"],[572,26,205,61],[573,12,205,61],[573,19,205,63],[573,20,205,64],[573,35,206,12],[573,39,206,12,"_reactJsxDevRuntime"],[573,58,206,12],[573,59,206,12,"jsxDEV"],[573,65,206,12],[573,67,206,13,"_reactNative"],[573,79,206,17],[573,80,206,17,"Text"],[573,84,206,17],[574,14,206,18,"style"],[574,19,206,23],[574,21,206,25,"styles"],[574,27,206,31],[574,28,206,32,"scoreLabel"],[574,38,206,43],[575,14,206,43,"children"],[575,22,206,43],[575,24,206,44],[576,12,206,57],[577,14,206,57,"fileName"],[577,22,206,57],[577,24,206,57,"_jsxFileName"],[577,36,206,57],[578,14,206,57,"lineNumber"],[578,24,206,57],[579,14,206,57,"columnNumber"],[579,26,206,57],[580,12,206,57],[580,19,206,63],[580,20,206,64],[580,35,207,12],[580,39,207,12,"_reactJsxDevRuntime"],[580,58,207,12],[580,59,207,12,"jsxDEV"],[580,65,207,12],[580,67,207,13,"_reactNative"],[580,79,207,17],[580,80,207,17,"Text"],[580,84,207,17],[581,14,207,18,"style"],[581,19,207,23],[581,21,207,25,"styles"],[581,27,207,31],[581,28,207,32,"scoreValue"],[581,38,207,43],[582,14,207,43,"children"],[582,22,207,43],[582,24,207,45,"totalReferral"],[583,12,207,58],[584,14,207,58,"fileName"],[584,22,207,58],[584,24,207,58,"_jsxFileName"],[584,36,207,58],[585,14,207,58,"lineNumber"],[585,24,207,58],[586,14,207,58,"columnNumber"],[586,26,207,58],[587,12,207,58],[587,19,207,65],[587,20,207,66],[588,10,207,66],[589,12,207,66,"fileName"],[589,20,207,66],[589,22,207,66,"_jsxFileName"],[589,34,207,66],[590,12,207,66,"lineNumber"],[590,22,207,66],[591,12,207,66,"columnNumber"],[591,24,207,66],[592,10,207,66],[592,17,208,28],[592,18,208,29],[592,33,211,10],[592,37,211,10,"_reactJsxDevRuntime"],[592,56,211,10],[592,57,211,10,"jsxDEV"],[592,63,211,10],[592,65,211,11,"_reactNative"],[592,77,211,27],[592,78,211,27,"TouchableOpacity"],[592,94,211,27],[593,12,211,28,"style"],[593,17,211,33],[593,19,211,35],[593,20,211,36,"styles"],[593,26,211,42],[593,27,211,43,"statsCard"],[593,36,211,52],[593,38,211,54,"styles"],[593,44,211,60],[593,45,211,61,"scoreCard"],[593,54,211,70],[593,55,211,72],[594,12,211,72,"children"],[594,20,211,72],[594,36,212,12],[594,40,212,12,"_reactJsxDevRuntime"],[594,59,212,12],[594,60,212,12,"jsxDEV"],[594,66,212,12],[594,68,212,13,"_expoVectorIcons"],[594,84,212,21],[594,85,212,21,"Ionicons"],[594,93,212,21],[595,14,212,22,"name"],[595,18,212,26],[595,20,212,27],[595,37,212,44],[596,14,212,45,"size"],[596,18,212,49],[596,20,212,51],[596,22,212,54],[597,14,212,55,"color"],[597,19,212,60],[597,21,212,61],[598,12,212,70],[599,14,212,70,"fileName"],[599,22,212,70],[599,24,212,70,"_jsxFileName"],[599,36,212,70],[600,14,212,70,"lineNumber"],[600,24,212,70],[601,14,212,70,"columnNumber"],[601,26,212,70],[602,12,212,70],[602,19,212,72],[602,20,212,73],[602,35,213,12],[602,39,213,12,"_reactJsxDevRuntime"],[602,58,213,12],[602,59,213,12,"jsxDEV"],[602,65,213,12],[602,67,213,13,"_reactNative"],[602,79,213,17],[602,80,213,17,"Text"],[602,84,213,17],[603,14,213,18,"style"],[603,19,213,23],[603,21,213,25,"styles"],[603,27,213,31],[603,28,213,32,"scoreLabel"],[603,38,213,43],[604,14,213,43,"children"],[604,22,213,43],[604,24,213,44],[605,12,213,56],[606,14,213,56,"fileName"],[606,22,213,56],[606,24,213,56,"_jsxFileName"],[606,36,213,56],[607,14,213,56,"lineNumber"],[607,24,213,56],[608,14,213,56,"columnNumber"],[608,26,213,56],[609,12,213,56],[609,19,213,62],[609,20,213,63],[609,35,214,12],[609,39,214,12,"_reactJsxDevRuntime"],[609,58,214,12],[609,59,214,12,"jsxDEV"],[609,65,214,12],[609,67,214,13,"_reactNative"],[609,79,214,17],[609,80,214,17,"Text"],[609,84,214,17],[610,14,214,18,"style"],[610,19,214,23],[610,21,214,25,"styles"],[610,27,214,31],[610,28,214,32,"scoreValue"],[610,38,214,43],[611,14,214,43,"children"],[611,22,214,43],[611,24,214,45,"circleScore"],[612,12,214,56],[613,14,214,56,"fileName"],[613,22,214,56],[613,24,214,56,"_jsxFileName"],[613,36,214,56],[614,14,214,56,"lineNumber"],[614,24,214,56],[615,14,214,56,"columnNumber"],[615,26,214,56],[616,12,214,56],[616,19,214,63],[616,20,214,64],[617,10,214,64],[618,12,214,64,"fileName"],[618,20,214,64],[618,22,214,64,"_jsxFileName"],[618,34,214,64],[619,12,214,64,"lineNumber"],[619,22,214,64],[620,12,214,64,"columnNumber"],[620,24,214,64],[621,10,214,64],[621,17,215,28],[621,18,215,29],[621,33,218,10],[621,37,218,10,"_reactJsxDevRuntime"],[621,56,218,10],[621,57,218,10,"jsxDEV"],[621,63,218,10],[621,65,218,11,"_reactNative"],[621,77,218,27],[621,78,218,27,"TouchableOpacity"],[621,94,218,27],[622,12,219,12,"style"],[622,17,219,17],[622,19,219,19],[622,20,219,20,"styles"],[622,26,219,26],[622,27,219,27,"statsCard"],[622,36,219,36],[622,38,219,38,"styles"],[622,44,219,44],[622,45,219,45,"scoreCard"],[622,54,219,54],[622,55,219,56],[623,12,220,12,"onPress"],[623,19,220,19],[623,21,220,21],[623,30,220,12,"onPress"],[623,37,220,19,"onPress"],[623,38,220,19],[624,14,220,19],[624,21,220,27,"navigation"],[624,31,220,37],[624,32,220,38,"navigate"],[624,40,220,46],[624,41,220,47],[624,52,220,58],[624,53,220,59],[625,12,220,59],[625,13,220,60],[626,12,220,60,"children"],[626,20,220,60],[626,36,222,12],[626,40,222,12,"_reactJsxDevRuntime"],[626,59,222,12],[626,60,222,12,"jsxDEV"],[626,66,222,12],[626,68,222,13,"_expoVectorIcons"],[626,84,222,21],[626,85,222,21,"Ionicons"],[626,93,222,21],[627,14,222,22,"name"],[627,18,222,26],[627,20,222,27],[627,28,222,35],[628,14,222,36,"size"],[628,18,222,40],[628,20,222,42],[628,22,222,45],[629,14,222,46,"color"],[629,19,222,51],[629,21,222,52],[630,12,222,61],[631,14,222,61,"fileName"],[631,22,222,61],[631,24,222,61,"_jsxFileName"],[631,36,222,61],[632,14,222,61,"lineNumber"],[632,24,222,61],[633,14,222,61,"columnNumber"],[633,26,222,61],[634,12,222,61],[634,19,222,63],[634,20,222,64],[634,35,223,12],[634,39,223,12,"_reactJsxDevRuntime"],[634,58,223,12],[634,59,223,12,"jsxDEV"],[634,65,223,12],[634,67,223,13,"_reactNative"],[634,79,223,17],[634,80,223,17,"Text"],[634,84,223,17],[635,14,223,18,"style"],[635,19,223,23],[635,21,223,25,"styles"],[635,27,223,31],[635,28,223,32,"scoreLabel"],[635,38,223,43],[636,14,223,43,"children"],[636,22,223,43],[636,24,223,44],[637,12,223,54],[638,14,223,54,"fileName"],[638,22,223,54],[638,24,223,54,"_jsxFileName"],[638,36,223,54],[639,14,223,54,"lineNumber"],[639,24,223,54],[640,14,223,54,"columnNumber"],[640,26,223,54],[641,12,223,54],[641,19,223,60],[641,20,223,61],[641,35,224,12],[641,39,224,12,"_reactJsxDevRuntime"],[641,58,224,12],[641,59,224,12,"jsxDEV"],[641,65,224,12],[641,67,224,13,"_reactNative"],[641,79,224,17],[641,80,224,17,"Text"],[641,84,224,17],[642,14,224,18,"style"],[642,19,224,23],[642,21,224,25,"styles"],[642,27,224,31],[642,28,224,32,"scoreValue"],[642,38,224,43],[643,14,224,43,"children"],[643,22,224,43],[643,24,224,45,"eduScore"],[644,12,224,53],[645,14,224,53,"fileName"],[645,22,224,53],[645,24,224,53,"_jsxFileName"],[645,36,224,53],[646,14,224,53,"lineNumber"],[646,24,224,53],[647,14,224,53,"columnNumber"],[647,26,224,53],[648,12,224,53],[648,19,224,60],[648,20,224,61],[649,10,224,61],[650,12,224,61,"fileName"],[650,20,224,61],[650,22,224,61,"_jsxFileName"],[650,34,224,61],[651,12,224,61,"lineNumber"],[651,22,224,61],[652,12,224,61,"columnNumber"],[652,24,224,61],[653,10,224,61],[653,17,225,28],[653,18,225,29],[654,8,225,29],[655,10,225,29,"fileName"],[655,18,225,29],[655,20,225,29,"_jsxFileName"],[655,32,225,29],[656,10,225,29,"lineNumber"],[656,20,225,29],[657,10,225,29,"columnNumber"],[657,22,225,29],[658,8,225,29],[658,15,226,14],[658,16,226,15],[659,6,226,15],[660,8,226,15,"fileName"],[660,16,226,15],[660,18,226,15,"_jsxFileName"],[660,30,226,15],[661,8,226,15,"lineNumber"],[661,18,226,15],[662,8,226,15,"columnNumber"],[662,20,226,15],[663,6,226,15],[663,13,227,18],[663,14,227,19],[663,16,230,7,"selectedToken"],[663,29,230,20],[663,46,231,8],[663,50,231,8,"_reactJsxDevRuntime"],[663,69,231,8],[663,70,231,8,"jsxDEV"],[663,76,231,8],[663,78,231,9,"SendModal"],[663,87,231,18],[663,88,231,18,"default"],[663,95,231,18],[664,8,232,10,"visible"],[664,15,232,17],[664,17,232,19,"sendModalVisible"],[664,33,232,36],[665,8,233,10,"onClose"],[665,15,233,17],[665,17,233,19],[665,26,233,10,"onClose"],[665,33,233,17,"onClose"],[665,34,233,17],[666,10,233,17],[666,17,233,25,"setSendModalVisible"],[666,36,233,44],[666,37,233,45],[666,42,233,50],[666,43,233,51],[667,8,233,51],[667,9,233,52],[668,8,234,10,"token"],[668,13,234,15],[668,15,234,17],[669,10,235,12,"symbol"],[669,16,235,18],[669,18,235,20,"selectedToken"],[669,31,235,33],[669,32,235,34,"symbol"],[669,38,235,40],[670,10,236,12,"name"],[670,14,236,16],[670,16,236,18,"selectedToken"],[670,29,236,31],[670,30,236,32,"name"],[670,34,236,36],[671,10,237,12,"balance"],[671,17,237,19],[671,19,237,21,"selectedToken"],[671,32,237,34],[671,33,237,35,"amount"],[671,39,237,41],[672,10,238,12,"icon"],[672,14,238,16],[672,16,238,18,"selectedToken"],[672,29,238,31],[672,30,238,32,"icon"],[672,34,238,36],[673,10,239,12,"color"],[673,15,239,17],[673,17,239,19,"selectedToken"],[673,30,239,32],[673,31,239,33,"color"],[674,8,240,10],[675,6,240,12],[676,8,240,12,"fileName"],[676,16,240,12],[676,18,240,12,"_jsxFileName"],[676,30,240,12],[677,8,240,12,"lineNumber"],[677,18,240,12],[678,8,240,12,"columnNumber"],[678,20,240,12],[679,6,240,12],[679,13,241,9],[679,14,242,7],[679,16,245,7,"selectedToken"],[679,29,245,20],[679,46,246,8],[679,50,246,8,"_reactJsxDevRuntime"],[679,69,246,8],[679,70,246,8,"jsxDEV"],[679,76,246,8],[679,78,246,9,"ReceiveModal"],[679,90,246,21],[679,91,246,21,"default"],[679,98,246,21],[680,8,247,10,"visible"],[680,15,247,17],[680,17,247,19,"receiveModalVisible"],[680,36,247,39],[681,8,248,10,"onClose"],[681,15,248,17],[681,17,248,19],[681,26,248,10,"onClose"],[681,33,248,17,"onClose"],[681,34,248,17],[682,10,248,17],[682,17,248,25,"setReceiveModalVisible"],[682,39,248,47],[682,40,248,48],[682,45,248,53],[682,46,248,54],[683,8,248,54],[683,9,248,55],[684,8,249,10,"token"],[684,13,249,15],[684,15,249,17],[685,10,250,12,"symbol"],[685,16,250,18],[685,18,250,20,"selectedToken"],[685,31,250,33],[685,32,250,34,"symbol"],[685,38,250,40],[686,10,251,12,"name"],[686,14,251,16],[686,16,251,18,"selectedToken"],[686,29,251,31],[686,30,251,32,"name"],[686,34,251,36],[687,10,252,12,"icon"],[687,14,252,16],[687,16,252,18,"selectedToken"],[687,29,252,31],[687,30,252,32,"icon"],[687,34,252,36],[688,10,253,12,"color"],[688,15,253,17],[688,17,253,19,"selectedToken"],[688,30,253,32],[688,31,253,33,"color"],[689,8,254,10],[690,6,254,12],[691,8,254,12,"fileName"],[691,16,254,12],[691,18,254,12,"_jsxFileName"],[691,30,254,12],[692,8,254,12,"lineNumber"],[692,18,254,12],[693,8,254,12,"columnNumber"],[693,20,254,12],[694,6,254,12],[694,13,255,9],[694,14,256,7],[695,4,256,7],[696,6,256,7,"fileName"],[696,14,256,7],[696,16,256,7,"_jsxFileName"],[696,28,256,7],[697,6,256,7,"lineNumber"],[697,16,256,7],[698,6,256,7,"columnNumber"],[698,18,256,7],[699,4,256,7],[699,11,257,18],[699,12,257,19],[700,2,259,0],[701,2,259,1,"_s"],[701,4,259,1],[701,5,27,24,"WalletScreen"],[701,17,27,36],[702,2,27,36,"_c"],[702,4,27,36],[702,7,27,24,"WalletScreen"],[702,19,27,36],[703,2,261,0],[703,6,261,6,"styles"],[703,12,261,12],[703,15,261,15,"StyleSheet"],[703,27,261,25],[703,28,261,25,"StyleSheet"],[703,38,261,25],[703,39,261,26,"create"],[703,45,261,32],[703,46,261,33],[704,4,262,2,"container"],[704,13,262,11],[704,15,262,13],[705,6,263,4,"flex"],[705,10,263,8],[705,12,263,10],[705,13,263,11],[706,6,264,4,"backgroundColor"],[706,21,264,19],[706,23,264,21],[707,4,265,2],[707,5,265,3],[708,4,266,2,"topBand"],[708,11,266,9],[708,13,266,11],[709,6,267,4,"flexDirection"],[709,19,267,17],[709,21,267,19],[709,26,267,24],[710,6,268,4,"height"],[710,12,268,10],[710,14,268,12],[711,4,269,2],[711,5,269,3],[712,4,270,2,"bandSegment"],[712,15,270,13],[712,17,270,15],[713,6,271,4,"flex"],[713,10,271,8],[713,12,271,10],[714,4,272,2],[714,5,272,3],[715,4,273,2,"content"],[715,11,273,9],[715,13,273,11],[716,6,274,4,"flex"],[716,10,274,8],[716,12,274,10],[717,4,275,2],[717,5,275,3],[718,4,276,2,"mainSection"],[718,15,276,13],[718,17,276,15],[719,6,277,4,"padding"],[719,13,277,11],[719,15,277,13,"Spacing"],[719,30,277,20],[719,31,277,20,"Spacing"],[719,38,277,20],[719,39,277,21,"lg"],[719,41,277,23],[720,6,278,4,"position"],[720,14,278,12],[720,16,278,14],[721,4,279,2],[721,5,279,3],[722,4,280,2,"nftCard"],[722,11,280,9],[722,13,280,9,"Object"],[722,19,280,9],[722,20,280,9,"assign"],[722,26,280,9],[723,6,281,4,"position"],[723,14,281,12],[723,16,281,14],[723,26,281,24],[724,6,282,4,"top"],[724,9,282,7],[724,11,282,9,"Spacing"],[724,26,282,16],[724,27,282,16,"Spacing"],[724,34,282,16],[724,35,282,17,"lg"],[724,37,282,19],[725,6,283,4,"right"],[725,11,283,9],[725,13,283,11,"Spacing"],[725,28,283,18],[725,29,283,18,"Spacing"],[725,36,283,18],[725,37,283,19,"lg"],[725,39,283,21],[726,6,284,4,"width"],[726,11,284,9],[726,13,284,11],[726,16,284,14],[727,6,285,4,"backgroundColor"],[727,21,285,19],[727,23,285,21],[727,32,285,30],[728,6,286,4,"borderRadius"],[728,18,286,16],[728,20,286,18,"BorderRadius"],[728,35,286,30],[728,36,286,30,"BorderRadius"],[728,48,286,30],[728,49,286,31,"large"],[728,54,286,36],[729,6,287,4,"padding"],[729,13,287,11],[729,15,287,13,"Spacing"],[729,30,287,20],[729,31,287,20,"Spacing"],[729,38,287,20],[729,39,287,21,"md"],[730,4,287,23],[730,7,288,7,"Shadow"],[730,22,288,13],[730,23,288,13,"Shadow"],[730,29,288,13],[730,30,288,14,"medium"],[730,36,288,20],[731,6,289,4,"zIndex"],[731,12,289,10],[731,14,289,12],[732,4,289,14],[732,6,290,3],[733,4,291,2,"nftHeader"],[733,13,291,11],[733,15,291,13],[734,6,292,4,"flexDirection"],[734,19,292,17],[734,21,292,19],[734,26,292,24],[735,6,293,4,"justifyContent"],[735,20,293,18],[735,22,293,20],[735,37,293,35],[736,6,294,4,"alignItems"],[736,16,294,14],[736,18,294,16],[736,26,294,24],[737,6,295,4,"marginBottom"],[737,18,295,16],[737,20,295,18,"Spacing"],[737,35,295,25],[737,36,295,25,"Spacing"],[737,43,295,25],[737,44,295,26,"sm"],[738,4,296,2],[738,5,296,3],[739,4,297,2,"nftLabel"],[739,12,297,10],[739,14,297,12],[740,6,298,4,"fontSize"],[740,14,298,12],[740,16,298,14],[740,18,298,16],[741,6,299,4,"fontWeight"],[741,16,299,14],[741,18,299,16],[741,23,299,21],[742,6,300,4,"color"],[742,11,300,9],[742,13,300,11,"Colors"],[742,19,300,17],[742,20,300,17,"default"],[742,27,300,17],[742,28,300,18,"textDark"],[743,4,301,2],[743,5,301,3],[744,4,302,2,"nftId"],[744,9,302,7],[744,11,302,9],[745,6,303,4,"fontSize"],[745,14,303,12],[745,16,303,14],[745,17,303,15],[746,6,304,4,"color"],[746,11,304,9],[746,13,304,11,"Colors"],[746,19,304,17],[746,20,304,17,"default"],[746,27,304,17],[746,28,304,18,"textGray"],[747,4,305,2],[747,5,305,3],[748,4,306,2,"nftBody"],[748,11,306,9],[748,13,306,11],[749,6,307,4,"alignItems"],[749,16,307,14],[749,18,307,16],[749,26,307,24],[750,6,308,4,"marginVertical"],[750,20,308,18],[750,22,308,20,"Spacing"],[750,37,308,27],[750,38,308,27,"Spacing"],[750,45,308,27],[750,46,308,28,"sm"],[751,4,309,2],[751,5,309,3],[752,4,310,2,"nftAvatar"],[752,13,310,11],[752,15,310,13],[753,6,311,4,"width"],[753,11,311,9],[753,13,311,11],[753,15,311,13],[754,6,312,4,"height"],[754,12,312,10],[754,14,312,12],[754,16,312,14],[755,6,313,4,"borderRadius"],[755,18,313,16],[755,20,313,18],[755,22,313,20],[756,6,314,4,"backgroundColor"],[756,21,314,19],[756,23,314,21,"Colors"],[756,29,314,27],[756,30,314,27,"default"],[756,37,314,27],[756,38,314,28,"teal"],[756,42,314,32],[757,6,315,4,"justifyContent"],[757,20,315,18],[757,22,315,20],[757,30,315,28],[758,6,316,4,"alignItems"],[758,16,316,14],[758,18,316,16],[758,26,316,24],[759,6,317,4,"marginBottom"],[759,18,317,16],[759,20,317,18,"Spacing"],[759,35,317,25],[759,36,317,25,"Spacing"],[759,43,317,25],[759,44,317,26,"xs"],[760,4,318,2],[760,5,318,3],[761,4,319,2,"nftName"],[761,11,319,9],[761,13,319,11],[762,6,320,4,"fontSize"],[762,14,320,12],[762,16,320,14],[762,18,320,16],[763,6,321,4,"fontWeight"],[763,16,321,14],[763,18,321,16],[763,23,321,21],[764,6,322,4,"color"],[764,11,322,9],[764,13,322,11,"Colors"],[764,19,322,17],[764,20,322,17,"default"],[764,27,322,17],[764,28,322,18,"textDark"],[764,36,322,26],[765,6,323,4,"textAlign"],[765,15,323,13],[765,17,323,15],[766,4,324,2],[766,5,324,3],[767,4,325,2,"nftFooter"],[767,13,325,11],[767,15,325,13],[768,6,326,4,"alignItems"],[768,16,326,14],[768,18,326,16],[768,26,326,24],[769,6,327,4,"borderTopWidth"],[769,20,327,18],[769,22,327,20],[769,23,327,21],[770,6,328,4,"borderTopColor"],[770,20,328,18],[770,22,328,20],[770,31,328,29],[771,6,329,4,"paddingTop"],[771,16,329,14],[771,18,329,16,"Spacing"],[771,33,329,23],[771,34,329,23,"Spacing"],[771,41,329,23],[771,42,329,24,"sm"],[772,4,330,2],[772,5,330,3],[773,4,331,2,"nftRewardLabel"],[773,18,331,16],[773,20,331,18],[774,6,332,4,"fontSize"],[774,14,332,12],[774,16,332,14],[774,17,332,15],[775,6,333,4,"fontWeight"],[775,16,333,14],[775,18,333,16],[775,23,333,21],[776,6,334,4,"color"],[776,11,334,9],[776,13,334,11,"Colors"],[776,19,334,17],[776,20,334,17,"default"],[776,27,334,17],[776,28,334,18,"textGray"],[776,36,334,26],[777,6,335,4,"marginTop"],[777,15,335,13],[777,17,335,15],[778,4,336,2],[778,5,336,3],[779,4,337,2,"nftRewardValue"],[779,18,337,16],[779,20,337,18],[780,6,338,4,"fontSize"],[780,14,338,12],[780,16,338,14],[780,18,338,16],[781,6,339,4,"fontWeight"],[781,16,339,14],[781,18,339,16],[781,23,339,21],[782,6,340,4,"color"],[782,11,340,9],[782,13,340,11,"Colors"],[782,19,340,17],[782,20,340,17,"default"],[782,27,340,17],[782,28,340,18,"textDark"],[782,36,340,26],[783,6,341,4,"marginTop"],[783,15,341,13],[783,17,341,15],[784,4,342,2],[784,5,342,3],[785,4,343,2,"tableContainer"],[785,18,343,16],[785,20,343,16,"Object"],[785,26,343,16],[785,27,343,16,"assign"],[785,33,343,16],[786,6,344,4,"backgroundColor"],[786,21,344,19],[786,23,344,21],[786,32,344,30],[787,6,345,4,"borderRadius"],[787,18,345,16],[787,20,345,18,"BorderRadius"],[787,35,345,30],[787,36,345,30,"BorderRadius"],[787,48,345,30],[787,49,345,31,"large"],[787,54,345,36],[788,6,346,4,"padding"],[788,13,346,11],[788,15,346,13,"Spacing"],[788,30,346,20],[788,31,346,20,"Spacing"],[788,38,346,20],[788,39,346,21,"md"],[788,41,346,23],[789,6,347,4,"marginRight"],[789,17,347,15],[789,19,347,17],[790,4,347,20],[790,7,348,7,"Shadow"],[790,22,348,13],[790,23,348,13,"Shadow"],[790,29,348,13],[790,30,348,14,"small"],[790,35,348,19],[790,36,349,3],[791,4,350,2,"tableHeader"],[791,15,350,13],[791,17,350,15],[792,6,351,4,"flexDirection"],[792,19,351,17],[792,21,351,19],[792,26,351,24],[793,6,352,4,"paddingBottom"],[793,19,352,17],[793,21,352,19,"Spacing"],[793,36,352,26],[793,37,352,26,"Spacing"],[793,44,352,26],[793,45,352,27,"sm"],[793,47,352,29],[794,6,353,4,"borderBottomWidth"],[794,23,353,21],[794,25,353,23],[794,26,353,24],[795,6,354,4,"borderBottomColor"],[795,23,354,21],[795,25,354,23],[795,34,354,32],[796,6,355,4,"marginBottom"],[796,18,355,16],[796,20,355,18,"Spacing"],[796,35,355,25],[796,36,355,25,"Spacing"],[796,43,355,25],[796,44,355,26,"sm"],[797,4,356,2],[797,5,356,3],[798,4,357,2,"headerCell"],[798,14,357,12],[798,16,357,14],[799,6,358,4,"fontSize"],[799,14,358,12],[799,16,358,14],[799,18,358,16],[800,6,359,4,"fontWeight"],[800,16,359,14],[800,18,359,16],[800,23,359,21],[801,6,360,4,"color"],[801,11,360,9],[801,13,360,11,"Colors"],[801,19,360,17],[801,20,360,17,"default"],[801,27,360,17],[801,28,360,18,"textDark"],[801,36,360,26],[802,6,361,4,"textAlign"],[802,15,361,13],[802,17,361,15],[803,4,362,2],[803,5,362,3],[804,4,363,2,"tableRow"],[804,12,363,10],[804,14,363,12],[805,6,364,4,"flexDirection"],[805,19,364,17],[805,21,364,19],[805,26,364,24],[806,6,365,4,"paddingVertical"],[806,21,365,19],[806,23,365,21,"Spacing"],[806,38,365,28],[806,39,365,28,"Spacing"],[806,46,365,28],[806,47,365,29,"md"],[806,49,365,31],[807,6,366,4,"borderBottomWidth"],[807,23,366,21],[807,25,366,23],[807,26,366,24],[808,6,367,4,"borderBottomColor"],[808,23,367,21],[808,25,367,23],[808,34,367,32],[809,6,368,4,"alignItems"],[809,16,368,14],[809,18,368,16],[810,4,369,2],[810,5,369,3],[811,4,370,2,"cell"],[811,8,370,6],[811,10,370,8],[812,6,371,4,"justifyContent"],[812,20,371,18],[812,22,371,20],[812,30,371,28],[813,6,372,4,"alignItems"],[813,16,372,14],[813,18,372,16],[814,4,373,2],[814,5,373,3],[815,4,374,2,"coinIcon"],[815,12,374,10],[815,14,374,12],[816,6,375,4,"width"],[816,11,375,9],[816,13,375,11],[816,15,375,13],[817,6,376,4,"height"],[817,12,376,10],[817,14,376,12],[817,16,376,14],[818,6,377,4,"marginBottom"],[818,18,377,16],[818,20,377,18],[819,4,378,2],[819,5,378,3],[820,4,379,2,"coinSymbol"],[820,14,379,12],[820,16,379,14],[821,6,380,4,"fontSize"],[821,14,380,12],[821,16,380,14],[821,18,380,16],[822,6,381,4,"fontWeight"],[822,16,381,14],[822,18,381,16],[822,23,381,21],[823,6,382,4,"color"],[823,11,382,9],[823,13,382,11,"Colors"],[823,19,382,17],[823,20,382,17,"default"],[823,27,382,17],[823,28,382,18,"textDark"],[823,36,382,26],[824,6,383,4,"marginTop"],[824,15,383,13],[824,17,383,15],[825,4,384,2],[825,5,384,3],[826,4,385,2,"cellText"],[826,12,385,10],[826,14,385,12],[827,6,386,4,"fontSize"],[827,14,386,12],[827,16,386,14],[827,18,386,16],[828,6,387,4,"fontWeight"],[828,16,387,14],[828,18,387,16],[828,23,387,21],[829,6,388,4,"color"],[829,11,388,9],[829,13,388,11,"Colors"],[829,19,388,17],[829,20,388,17,"default"],[829,27,388,17],[829,28,388,18,"textDark"],[830,4,389,2],[830,5,389,3],[831,4,390,2,"addressInput"],[831,16,390,14],[831,18,390,16],[832,6,391,4,"flex"],[832,10,391,8],[832,12,391,10],[832,13,391,11],[833,6,392,4,"backgroundColor"],[833,21,392,19],[833,23,392,21],[833,32,392,30],[834,6,393,4,"borderRadius"],[834,18,393,16],[834,20,393,18,"BorderRadius"],[834,35,393,30],[834,36,393,30,"BorderRadius"],[834,48,393,30],[834,49,393,31,"small"],[834,54,393,36],[835,6,394,4,"paddingHorizontal"],[835,23,394,21],[835,25,394,23,"Spacing"],[835,40,394,30],[835,41,394,30,"Spacing"],[835,48,394,30],[835,49,394,31,"sm"],[835,51,394,33],[836,6,395,4,"paddingVertical"],[836,21,395,19],[836,23,395,21,"Spacing"],[836,38,395,28],[836,39,395,28,"Spacing"],[836,46,395,28],[836,47,395,29,"xs"],[836,49,395,31],[837,6,396,4,"fontSize"],[837,14,396,12],[837,16,396,14],[837,18,396,16],[838,6,397,4,"color"],[838,11,397,9],[838,13,397,11,"Colors"],[838,19,397,17],[838,20,397,17,"default"],[838,27,397,17],[838,28,397,18,"textDark"],[839,4,398,2],[839,5,398,3],[840,4,399,2,"actionButton"],[840,16,399,14],[840,18,399,16],[841,6,400,4,"width"],[841,11,400,9],[841,13,400,11],[841,15,400,13],[842,6,401,4,"height"],[842,12,401,10],[842,14,401,12],[842,16,401,14],[843,6,402,4,"borderRadius"],[843,18,402,16],[843,20,402,18],[843,21,402,19],[844,6,403,4,"justifyContent"],[844,20,403,18],[844,22,403,20],[844,30,403,28],[845,6,404,4,"alignItems"],[845,16,404,14],[845,18,404,16],[846,4,405,2],[846,5,405,3],[847,4,406,2,"withdrawButton"],[847,18,406,16],[847,20,406,18],[848,6,407,4,"width"],[848,11,407,9],[848,13,407,11],[848,19,407,17],[849,6,408,4,"height"],[849,12,408,10],[849,14,408,12],[849,20,408,18],[850,6,409,4,"backgroundColor"],[850,21,409,19],[850,23,409,21],[850,32,409,30],[851,6,410,4,"borderRadius"],[851,18,410,16],[851,20,410,18],[851,21,410,19],[852,6,411,4,"justifyContent"],[852,20,411,18],[852,22,411,20],[852,30,411,28],[853,6,412,4,"alignItems"],[853,16,412,14],[853,18,412,16],[854,4,413,2],[854,5,413,3],[855,4,414,2,"depositButton"],[855,17,414,15],[855,19,414,17],[856,6,415,4,"width"],[856,11,415,9],[856,13,415,11],[856,19,415,17],[857,6,416,4,"height"],[857,12,416,10],[857,14,416,12],[857,20,416,18],[858,6,417,4,"backgroundColor"],[858,21,417,19],[858,23,417,21],[858,32,417,30],[859,6,418,4,"borderRadius"],[859,18,418,16],[859,20,418,18],[859,21,418,19],[860,6,419,4,"justifyContent"],[860,20,419,18],[860,22,419,20],[860,30,419,28],[861,6,420,4,"alignItems"],[861,16,420,14],[861,18,420,16],[862,4,421,2],[862,5,421,3],[863,4,422,2,"statsSection"],[863,16,422,14],[863,18,422,16],[864,6,423,4,"flexDirection"],[864,19,423,17],[864,21,423,19],[864,26,423,24],[865,6,424,4,"flexWrap"],[865,14,424,12],[865,16,424,14],[865,22,424,20],[866,6,425,4,"padding"],[866,13,425,11],[866,15,425,13,"Spacing"],[866,30,425,20],[866,31,425,20,"Spacing"],[866,38,425,20],[866,39,425,21,"lg"],[866,41,425,23],[867,6,426,4,"gap"],[867,9,426,7],[867,11,426,9,"Spacing"],[867,26,426,16],[867,27,426,16,"Spacing"],[867,34,426,16],[867,35,426,17,"md"],[868,4,427,2],[868,5,427,3],[869,4,428,2,"statsCard"],[869,13,428,11],[869,15,428,11,"Object"],[869,21,428,11],[869,22,428,11,"assign"],[869,28,428,11],[870,6,429,4,"backgroundColor"],[870,21,429,19],[870,23,429,21],[870,32,429,30],[871,6,430,4,"borderRadius"],[871,18,430,16],[871,20,430,18,"BorderRadius"],[871,35,430,30],[871,36,430,30,"BorderRadius"],[871,48,430,30],[871,49,430,31,"large"],[871,54,430,36],[872,6,431,4,"padding"],[872,13,431,11],[872,15,431,13,"Spacing"],[872,30,431,20],[872,31,431,20,"Spacing"],[872,38,431,20],[872,39,431,21,"lg"],[873,4,431,23],[873,7,432,7,"Shadow"],[873,22,432,13],[873,23,432,13,"Shadow"],[873,29,432,13],[873,30,432,14,"small"],[873,35,432,19],[873,36,433,3],[874,4,434,2,"stakeButton"],[874,15,434,13],[874,17,434,15],[875,6,435,4,"alignItems"],[875,16,435,14],[875,18,435,16],[876,4,436,2],[876,5,436,3],[877,4,437,2,"stakeLabel"],[877,14,437,12],[877,16,437,14],[878,6,438,4,"fontSize"],[878,14,438,12],[878,16,438,14],[878,18,438,16],[879,6,439,4,"fontWeight"],[879,16,439,14],[879,18,439,16],[879,23,439,21],[880,6,440,4,"color"],[880,11,440,9],[880,13,440,11,"Colors"],[880,19,440,17],[880,20,440,17,"default"],[880,27,440,17],[880,28,440,18,"textDark"],[881,4,441,2],[881,5,441,3],[882,4,442,2,"stakeValue"],[882,14,442,12],[882,16,442,14],[883,6,443,4,"fontSize"],[883,14,443,12],[883,16,443,14],[883,18,443,16],[884,6,444,4,"fontWeight"],[884,16,444,14],[884,18,444,16],[884,23,444,21],[885,6,445,4,"color"],[885,11,445,9],[885,13,445,11,"Colors"],[885,19,445,17],[885,20,445,17,"default"],[885,27,445,17],[885,28,445,18,"textDark"],[885,36,445,26],[886,6,446,4,"marginVertical"],[886,20,446,18],[886,22,446,20,"Spacing"],[886,37,446,27],[886,38,446,27,"Spacing"],[886,45,446,27],[886,46,446,28,"xs"],[887,4,447,2],[887,5,447,3],[888,4,448,2,"stakeIcon"],[888,13,448,11],[888,15,448,13],[889,6,449,4,"width"],[889,11,449,9],[889,13,449,11],[889,15,449,13],[890,6,450,4,"height"],[890,12,450,10],[890,14,450,12],[890,16,450,14],[891,6,451,4,"borderRadius"],[891,18,451,16],[891,20,451,18],[891,22,451,20],[892,6,452,4,"backgroundColor"],[892,21,452,19],[892,23,452,21],[892,32,452,30],[893,6,453,4,"justifyContent"],[893,20,453,18],[893,22,453,20],[893,30,453,28],[894,6,454,4,"alignItems"],[894,16,454,14],[894,18,454,16],[895,4,455,2],[895,5,455,3],[896,4,456,2,"stakeDivider"],[896,16,456,14],[896,18,456,16],[897,6,457,4,"height"],[897,12,457,10],[897,14,457,12],[897,15,457,13],[898,6,458,4,"backgroundColor"],[898,21,458,19],[898,23,458,21],[898,32,458,30],[899,6,459,4,"marginVertical"],[899,20,459,18],[899,22,459,20,"Spacing"],[899,37,459,27],[899,38,459,27,"Spacing"],[899,45,459,27],[899,46,459,28,"md"],[900,4,460,2],[900,5,460,3],[901,4,461,2,"unstakeButton"],[901,17,461,15],[901,19,461,17],[902,6,462,4,"alignItems"],[902,16,462,14],[902,18,462,16],[903,4,463,2],[903,5,463,3],[904,4,464,2,"unstakeLabel"],[904,16,464,14],[904,18,464,16],[905,6,465,4,"fontSize"],[905,14,465,12],[905,16,465,14],[905,18,465,16],[906,6,466,4,"fontWeight"],[906,16,466,14],[906,18,466,16],[906,23,466,21],[907,6,467,4,"color"],[907,11,467,9],[907,13,467,11,"Colors"],[907,19,467,17],[907,20,467,17,"default"],[907,27,467,17],[907,28,467,18,"textDark"],[908,4,468,2],[908,5,468,3],[909,4,469,2,"unstakeValue"],[909,16,469,14],[909,18,469,16],[910,6,470,4,"fontSize"],[910,14,470,12],[910,16,470,14],[910,18,470,16],[911,6,471,4,"fontWeight"],[911,16,471,14],[911,18,471,16],[911,23,471,21],[912,6,472,4,"color"],[912,11,472,9],[912,13,472,11,"Colors"],[912,19,472,17],[912,20,472,17,"default"],[912,27,472,17],[912,28,472,18,"textDark"],[912,36,472,26],[913,6,473,4,"marginVertical"],[913,20,473,18],[913,22,473,20,"Spacing"],[913,37,473,27],[913,38,473,27,"Spacing"],[913,45,473,27],[913,46,473,28,"xs"],[914,4,474,2],[914,5,474,3],[915,4,475,2,"unstakeIcon"],[915,15,475,13],[915,17,475,15],[916,6,476,4,"width"],[916,11,476,9],[916,13,476,11],[916,15,476,13],[917,6,477,4,"height"],[917,12,477,10],[917,14,477,12],[917,16,477,14],[918,6,478,4,"borderRadius"],[918,18,478,16],[918,20,478,18],[918,22,478,20],[919,6,479,4,"backgroundColor"],[919,21,479,19],[919,23,479,21],[919,32,479,30],[920,6,480,4,"justifyContent"],[920,20,480,18],[920,22,480,20],[920,30,480,28],[921,6,481,4,"alignItems"],[921,16,481,14],[921,18,481,16],[922,4,482,2],[922,5,482,3],[923,4,483,2,"scoreCard"],[923,13,483,11],[923,15,483,13],[924,6,484,4,"alignItems"],[924,16,484,14],[924,18,484,16],[924,26,484,24],[925,6,485,4,"minWidth"],[925,14,485,12],[925,16,485,14],[926,4,486,2],[926,5,486,3],[927,4,487,2,"scoreLabel"],[927,14,487,12],[927,16,487,14],[928,6,488,4,"fontSize"],[928,14,488,12],[928,16,488,14],[928,18,488,16],[929,6,489,4,"fontWeight"],[929,16,489,14],[929,18,489,16],[929,23,489,21],[930,6,490,4,"color"],[930,11,490,9],[930,13,490,11,"Colors"],[930,19,490,17],[930,20,490,17,"default"],[930,27,490,17],[930,28,490,18,"textDark"],[930,36,490,26],[931,6,491,4,"marginTop"],[931,15,491,13],[931,17,491,15,"Spacing"],[931,32,491,22],[931,33,491,22,"Spacing"],[931,40,491,22],[931,41,491,23,"sm"],[931,43,491,25],[932,6,492,4,"textAlign"],[932,15,492,13],[932,17,492,15],[933,4,493,2],[933,5,493,3],[934,4,494,2,"scoreValue"],[934,14,494,12],[934,16,494,14],[935,6,495,4,"fontSize"],[935,14,495,12],[935,16,495,14],[935,18,495,16],[936,6,496,4,"fontWeight"],[936,16,496,14],[936,18,496,16],[936,23,496,21],[937,6,497,4,"color"],[937,11,497,9],[937,13,497,11,"Colors"],[937,19,497,17],[937,20,497,17,"default"],[937,27,497,17],[937,28,497,18,"textDark"],[937,36,497,26],[938,6,498,4,"marginTop"],[938,15,498,13],[938,17,498,15,"Spacing"],[938,32,498,22],[938,33,498,22,"Spacing"],[938,40,498,22],[938,41,498,23,"xs"],[939,4,499,2],[940,2,500,0],[940,3,500,1],[940,4,500,2],[941,2,500,3],[941,6,500,3,"_c"],[941,8,500,3],[942,2,500,3,"$RefreshReg$"],[942,14,500,3],[942,15,500,3,"_c"],[942,17,500,3],[943,0,500,3],[943,3]],"functionMap":{"names":["","WalletScreen","handleWithdraw","handleDeposit","coins.map$argument_0","TextInput.props.onChangeText","TouchableOpacity.props.onPress","SendModal.props.onClose","ReceiveModal.props.onClose"],"mappings":"AAA;eC0B;yBC+B;GDG;wBEE;GFG;uBG6C;kCCyB;6FDC;6BES,0BF;6BES,yBF;aHQ;qBK8B,uCL;qBKU,qCL;qBKiB,sCL;mBMa,gCN;mBOe,mCP;CDW"},"hasCjsExports":false},"type":"js/module"}]}