Skip to content

Commit

Permalink
Merge pull request #7311 from LedgerHQ/bugfix/LIVE-13334
Browse files Browse the repository at this point in the history
fix: imageProcessor webview should have a source [LIVE-13334]
  • Loading branch information
Justkant authored Jul 10, 2024
2 parents e1bcbda + bb7c1a8 commit 8e47fc7
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-moose-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

fix: imageProcessor webview should have a source
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
import { WebView, type WebViewMessageEvent } from "react-native-webview";
import { ImageProcessingError } from "@ledgerhq/live-common/customImage/errors";
import { ProcessorPreviewResult, ProcessorRawResult } from "./ImageProcessor";
import { injectedCode } from "./injectedCode/imageHexToBase64Processing";
import { injectedCode, htmlPage } from "./injectedCode/imageHexToBase64Processing";
import { InjectedCodeDebugger } from "./InjectedCodeDebugger";

export type Props = ProcessorRawResult & {
Expand Down Expand Up @@ -100,12 +100,13 @@ export default class ImageHexProcessor extends React.Component<Props> {
<Flex flex={0}>
<WebView
ref={c => (this.webViewRef = c)}
injectedJavaScript={injectedCode}
androidLayerType="software"
androidHardwareAccelerationDisabled
onError={this.handleWebViewError}
onLoadEnd={this.handleWebViewLoaded}
onMessage={this.handleWebViewMessage}
originWhitelist={["*"]}
source={{ html: htmlPage }}
webviewDebuggingEnabled={__DEV__}
/>
</Flex>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Flex } from "@ledgerhq/native-ui";
import React from "react";
import { WebView, type WebViewMessageEvent } from "react-native-webview";
import { ImageProcessingError } from "@ledgerhq/live-common/customImage/errors";
import { injectedCode } from "./injectedCode/imageBase64ToHexProcessing";
import { injectedCode, htmlPage } from "./injectedCode/imageBase64ToHexProcessing";
import { InjectedCodeDebugger } from "./InjectedCodeDebugger";
import { ImageBase64Data, ImageDimensions } from "./types";

Expand Down Expand Up @@ -151,12 +151,13 @@ export default class ImageProcessor extends React.Component<Props> {
<Flex flex={0}>
<WebView
ref={c => (this.webViewRef = c)}
injectedJavaScript={injectedCode}
androidLayerType="software"
androidHardwareAccelerationDisabled
onError={this.handleWebViewError}
onLoadEnd={this.handleWebViewLoaded}
onMessage={this.handleWebViewMessage}
originWhitelist={["*"]}
source={{ html: htmlPage }}
webviewDebuggingEnabled={__DEV__}
/>
</Flex>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,18 @@ function getFunctionBody(str: string) {
}

export const injectedCode = getFunctionBody(codeToInject.toString());

export const htmlPage = `
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
${injectedCode}
</script>
</head>
<body>
</body>
</html>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,18 @@ function getFunctionBody(str: string) {
}

export const injectedCode = getFunctionBody(codeToInject.toString());

export const htmlPage = `
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
${injectedCode}
</script>
</head>
<body>
</body>
</html>
`;

1 comment on commit 8e47fc7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Weekly non-reg on develop with 'Oxygen' ✅ 27 txs ❌ 10 txs 💰 2 miss funds ($430.60) ⏲ 32min 21s

✅ 8 specs are successful: axelar, cosmos, Qtum, Decred, cardano, Binance Smart Chain, Fantom, Tron
❌ 4 specs have problems: Filecoin, Avalanche C-Chain, Polygon zkEVM, Polkadot
💰 2 specs may miss funds: Cronos, Boba

What is the bot and how does it work? Everything is documented here!

2 critical spec errors

Spec secret_network failed!

Error: timeout of 60000ms exceeded

Spec Telos failed!

InvalidExplorerResponse: InvalidExplorerResponse
❌ 10 mutation errors
necessary accounts resynced in 0.41ms
▬ Filecoin 0.24.2 on nanoSP 1.1.1
→ FROM undefined [bip44]: 0.616356 FIL (25ops) (f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq on 44'/461'/1'/0/0) filecoinBIP44#1 js:2:filecoin:f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq:filecoinBIP44 (! sum of ops 0.616356356693009588 FIL)
max spendable ~0.616356
★ using mutation 'Send 50%~'
→ TO undefined [bip44]: 0.180483 FIL (18ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) filecoinBIP44#4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:filecoinBIP44
✔️ transaction 
SEND  0.307771924355451031 FIL
TO f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q
STATUS (1048ms)
  amount: 0.307771924355451031 FIL
  estimated fees: 0.000000303386879166 FIL
  total spent: 0.307772227742330197 FIL
errors: 
warnings: 
⚠️ TEST deviceAction confirm step 'Value'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Value": "0.307771924355451031",
+   "Value": "FIL 0.307771924355451031",
  }
(totally spent 2563ms – ends at 2024-07-11T06:06:57.945Z)
necessary accounts resynced in 0.28ms
▬ Filecoin 0.24.2 on nanoSP 1.1.1
→ FROM undefined [bip44]: 0.618741 FIL (15ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) filecoinBIP44#3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq:filecoinBIP44 (! sum of ops 0.618741388161637256 FIL)
max spendable ~0.618741
★ using mutation 'Send small to f4 address'
✔️ transaction 
SEND  0.0000000000000001 FIL
TO f410fncojwmrseefktoco6rcnb3zv2eiqfli7muhvqma
STATUS (686ms)
  amount: 0.0000000000000001 FIL
  estimated fees: 0.000000452984200536 FIL
  total spent: 0.000000452984200636 FIL
errors: 
warnings: 
⚠️ Error: 27012 - Data is invalid : ExpertModeRequired
(totally spent 933ms – ends at 2024-07-11T06:06:57.956Z)
necessary accounts resynced in 0.22ms
▬ Filecoin 0.24.2 on nanoSP 1.1.1
→ FROM undefined [bip44]: 0.180483 FIL (18ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) filecoinBIP44#4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:filecoinBIP44 (! sum of ops 0.180483650098951852 FIL)
max spendable ~0.180483
★ using mutation 'Send small to eth address'
✔️ transaction 
SEND  0.0000000000000001 FIL
TO 0x689c9b3232210aa9b84ef444d0ef35d11102ad1f
STATUS (893ms)
  amount: 0.0000000000000001 FIL
  estimated fees: 0.000000452512910808 FIL
  total spent: 0.000000452512910908 FIL
errors: 
warnings: 
⚠️ Error: 27012 - Data is invalid : ExpertModeRequired
(totally spent 1033ms – ends at 2024-07-11T06:06:57.959Z)
necessary accounts resynced in 0.22ms
▬ Avalanche 0.8.3 on nanoS 2.1.0
→ FROM undefined: 0.197694 AVAX (47ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
max spendable ~0.197694
★ using mutation 'move 50%'
→ TO undefined: 0 AVAX (51ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND  0.098847130306627838 AVAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (818ms)
  amount: 0.098847130306627838 AVAX
  estimated fees: 0.000567 AVAX
  total spent: 0.099414130306627838 AVAX
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"Chain ID","x":42,"y":-1,"w":86,"h":11}
{"text":"43114","x":47,"y":10,"w":81,"h":11}
(totally spent 60.9s – ends at 2024-07-11T06:06:57.977Z)
necessary accounts resynced in 0.19ms
▬ Avalanche 0.8.3 on nanoS 2.1.0
→ FROM undefined: 0.197119 AVAX (46ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:
max spendable ~0.197119
★ using mutation 'move 50%'
→ TO undefined: 0 AVAX (51ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND  0.098559662178169838 AVAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (786ms)
  amount: 0.098559662178169838 AVAX
  estimated fees: 0.0005775 AVAX
  total spent: 0.099137162178169838 AVAX
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"Chain ID","x":42,"y":-1,"w":86,"h":11}
{"text":"43114","x":47,"y":10,"w":81,"h":11}
(totally spent 60.9s – ends at 2024-07-11T06:06:57.984Z)
necessary accounts resynced in 0.22ms
▬ Avalanche 0.8.3 on nanoS 2.1.0
→ FROM undefined: 0.401714 AVAX (32ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:avalanche_c_chain:0x714908e42B5A11eF11578F243052c9E60f1485e6:
max spendable ~0.401714
★ using mutation 'send max'
→ TO undefined: 0.197694 AVAX (47ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
✔️ transaction 
SEND MAX
TO 0x731477De13B323A0cA90C1FE194EA5A0412937c2
STATUS (926ms)
  amount: 0.401138394308853994 AVAX
  estimated fees: 0.000575925 AVAX
  total spent: 0.401714319308853994 AVAX
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"Chain ID","x":42,"y":-1,"w":86,"h":11}
{"text":"43114","x":47,"y":10,"w":81,"h":11}
(totally spent 61s – ends at 2024-07-11T06:06:57.986Z)
necessary accounts resynced in 0.24ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 0.00215589 ETH (68ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2: (! sum of ops 0.002095833156749176 ETH)
max spendable ~0.00215589
★ using mutation 'move 50%'
→ TO undefined: 0.0000002 ETH (65ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND  0.001077946680928088 ETH
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (259ms)
  amount: 0.001077946680928088 ETH
  estimated fees: 0.0000008841 ETH
  total spent: 0.001078830780928088 ETH
errors: 
warnings: 
✔️ has been signed! (5.3s) 
✔️ broadcasted! (167ms) optimistic operation: 
  -0.001078830780928088 ETH OUT        0xcda9e00a7b5c78a9c866945f8261b672b72671725098ced66e1d97039fc18307 2024-07-11T05:36
(in 10min 1s)
⚠️ TEST account balance moved with operation value
Error: expect(received).toBe(expected) // Object.is equality

Expected: "1077062580928088"
Received: "1077356129764088"
(totally spent 10min 7s – ends at 2024-07-11T06:06:57.989Z)
necessary accounts resynced in 5.9s
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 0.00646682 ETH (68ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0: (! sum of ops 0.006236023466325526 ETH)
max spendable ~0.00646682
★ using mutation 'move 50%'
→ TO undefined: 0.0104097 ETH (49ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:polygon_zk_evm:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
✔️ transaction 
SEND  0.003233413513075763 ETH
TO 0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd
STATUS (245ms)
  amount: 0.003233413513075763 ETH
  estimated fees: 0.0000007413 ETH
  total spent: 0.003234154813075763 ETH
errors: 
warnings: 
✔️ has been signed! (3.1s) 
✔️ broadcasted! (151ms) optimistic operation: 
  -0.003234154813075763 ETH OUT        0xb9cf286103209f072f87979ac58fd32e63ef9daf3cde9377de02b993fd2ffedf 2024-07-11T05:46
(in 10min 1s)
⚠️ TEST account balance moved with operation value
Error: expect(received).toBe(expected) // Object.is equality

Expected: "3232672213075763"
Received: "3232918347859763"
(totally spent 10min 4s – ends at 2024-07-11T06:06:57.991Z)
necessary accounts resynced in 5.7s
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 0.00107735 ETH (69ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2: (! sum of ops 0.001017002375821088 ETH)
max spendable ~0.00107735
★ using mutation 'send max'
→ TO undefined: 0.00107814 ETH (66ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND MAX
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (381ms)
  amount: 0.001076747129764088 ETH
  estimated fees: 0.000000609 ETH
  total spent: 0.001077356129764088 ETH
errors: 
warnings: 
✔️ has been signed! (3.4s) 
✔️ broadcasted! (139ms) optimistic operation: 
  -0.001077356129764088 ETH OUT        0x04198e476420a30386d7e218d93b158c36a01af6e69f63eea956ab4f19435d9b 2024-07-11T05:56
(in 10min 1s)
⚠️ TEST account balance moved with operation value
Error: expect(received).toBe(expected) // Object.is equality

Expected: "0"
Received: "152250000000"
(totally spent 10min 5s – ends at 2024-07-11T06:06:57.994Z)
necessary accounts resynced in 0.27ms
▬ Polkadot 100.0.1 on nanoSP 1.1.1
→ FROM undefined: 1.26495 DOT (24ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44 1.2649558014 DOT spendable. 

max spendable ~1.24913
★ using mutation 'send 50%~'
→ TO undefined: 1.13136 DOT (33ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
✔️ transaction 
SEND  0.1325902277 DOT
TO 12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy
STATUS (417ms)
  amount: 0.1325902277 DOT
  estimated fees: 0.0157107779 DOT
  total spent: 0.1483010056 DOT
errors: 
warnings: 
⚠️ TEST deviceAction confirm step 'Chain'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Chain": "Polkadot",
+   "Chain": "polkadot",
  }
(totally spent 2336ms – ends at 2024-07-11T06:06:58.012Z)
⚠️ 8 spec hints
  • Spec axelar:
    • mutation send max: unexpected status.warnings.amount = RecommendUndelegation: RecommendUndelegation – Please implement expectStatusWarnings on the mutation if expected
  • Spec Filecoin:
    • mutations should define a test(): Send small to f4 address, Send small to eth address, Send 50%~, Transfer Max
    • mutations should NOT define a testDestination() because there are no 'destination' sibling account found: Send small to f4 address, Send small to eth address
  • Spec Qtum:
    • mutation send OP_RETURN transaction: unexpected status.warnings.feeTooHigh = FeeTooHigh: FeeTooHigh – Please implement expectStatusWarnings on the mutation if expected
  • Spec Decred:
    • There are not enough accounts (5) to cover all mutations (5).
      Please increase the account target to at least 6 accounts
  • Spec Cronos:
    • No mutation were found possible. Yet there are funds in the accounts, please investigate.
  • Spec Boba:
    • There are not enough accounts (1) to cover all mutations (3).
      Please increase the account target to at least 4 accounts
  • Spec Polkadot:
    • There are not enough accounts (6) to cover all mutations (7).
      Please increase the account target to at least 8 accounts
Details of the 37 mutations

Spec axelar (16)

Spec axelar found 16 Axelar accounts (preload: 295ms). Will use Cosmos 2.35.23 on nanoS 2.1.0
undefined: 0 AXL (4ops) (axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g on 44'/118'/0'/0/0) #0 js:2:axelar:axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g:
undefined: 0.860487 AXL (12ops) (axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64 on 44'/118'/1'/0/0) #1 js:2:axelar:axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64:
undefined: 0 AXL (7ops) (axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha on 44'/118'/2'/0/0) #2 js:2:axelar:axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha:
undefined: 0.009551 AXL (9ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5:
undefined: 0 AXL (8ops) (axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f on 44'/118'/4'/0/0) #4 js:2:axelar:axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f:
undefined: 1.28137 AXL (18ops) (axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx on 44'/118'/5'/0/0) #5 js:2:axelar:axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx:
undefined: 1.47452 AXL (7ops) (axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa on 44'/118'/6'/0/0) #6 js:2:axelar:axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa:
undefined: 0.068712 AXL (8ops) (axelar12p4nth9v2am502ehfj8tkx95e4ed0aqr5udhp8 on 44'/118'/7'/0/0) #7 js:2:axelar:axelar12p4nth9v2am502ehfj8tkx95e4ed0aqr5udhp8:
undefined: 1.6898 AXL (7ops) (axelar17n752ckdn2e3j7ll4u3d3feectva0tc5t6w77z on 44'/118'/8'/0/0) #8 js:2:axelar:axelar17n752ckdn2e3j7ll4u3d3feectva0tc5t6w77z:
undefined: 0 AXL (11ops) (axelar198r46v0d3gh7nf5qy68svuxp8c056vmeejyt84 on 44'/118'/9'/0/0) #9 js:2:axelar:axelar198r46v0d3gh7nf5qy68svuxp8c056vmeejyt84:
undefined: 0.529105 AXL (3ops) (axelar1k6nyuae59vsscfu7ta3nslad5lf9pu45ntad37 on 44'/118'/10'/0/0) #10 js:2:axelar:axelar1k6nyuae59vsscfu7ta3nslad5lf9pu45ntad37:
undefined: 1.20356 AXL (10ops) (axelar1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6jv65nu on 44'/118'/11'/0/0) #11 js:2:axelar:axelar1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6jv65nu:
undefined: 0.650106 AXL (4ops) (axelar13c5fje2aufj0mzzypfc6um35leh2etmf25v9ll on 44'/118'/12'/0/0) #12 js:2:axelar:axelar13c5fje2aufj0mzzypfc6um35leh2etmf25v9ll:
undefined: 6.7787 AXL (5ops) (axelar1cucffym3ye0074nd9zh2z0a6lzf8nqxcgm9s35 on 44'/118'/13'/0/0) #13 js:2:axelar:axelar1cucffym3ye0074nd9zh2z0a6lzf8nqxcgm9s35:
undefined: 2.58485 AXL (2ops) (axelar1yntetr3vdp8r8tpzwyvdc89cjv95d53l0x4zwk on 44'/118'/14'/0/0) #14 js:2:axelar:axelar1yntetr3vdp8r8tpzwyvdc89cjv95d53l0x4zwk:
undefined: 0 AXL (0ops) (axelar1la5ql3ezl9q4zjw3rg75qewd5s6het7j4w4ex4 on 44'/118'/15'/0/0) #15 js:2:axelar:axelar1la5ql3ezl9q4zjw3rg75qewd5s6het7j4w4ex4:
necessary accounts resynced in 0.24ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 0.860487 AXL (12ops) (axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64 on 44'/118'/1'/0/0) #1 js:2:axelar:axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64: (! sum of ops -1.334517 AXL) 0.838139 AXL spendable. 0.022348 AXL delegated. 
DELEGATIONS
  to axelarvaloper1p7mwnz6s834ym4w6c8rdsgqysyklygdm8dfylq 0.001418 AXL 
  to axelarvaloper1vq6rn6ph9hg3kf0l5lrvdnud9s46lp04mhhsk9 0.02093 AXL  (claimable 0.02093)

max spendable ~0.831147
★ using mutation 'send max'
→ TO undefined: 0 AXL (7ops) (axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha on 44'/118'/2'/0/0) #2 js:2:axelar:axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha:
✔️ transaction 
SEND MAX
TO axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha

with fees=0.006173
STATUS (1662ms)
  amount: 0.831966 AXL
  estimated fees: 0.006173 AXL
  total spent: 0.838139 AXL
errors: 
warnings: amount RecommendUndelegation
✔️ has been signed! (4.4s) 
✔️ broadcasted! (63ms) optimistic operation: 
  -0.838139 AXL      OUT        CFBFB65B4DC511D79CC72DD854B37B193DE7ECBCA5C9EAE41C9C3541CE963CEF 2024-07-11T05:35
✔️ operation confirmed (0.27ms): 
  -0.838139 AXL      OUT        CFBFB65B4DC511D79CC72DD854B37B193DE7ECBCA5C9EAE41C9C3541CE963CEF 2024-07-11T05:35
✔️ undefined: 0.860487 AXL (12ops) (axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64 on 44'/118'/1'/0/0) #1 js:2:axelar:axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64: (! sum of ops -1.334517 AXL) 0.838139 AXL spendable. 0.022348 AXL delegated. 
DELEGATIONS
  to axelarvaloper1p7mwnz6s834ym4w6c8rdsgqysyklygdm8dfylq 0.001418 AXL 
  to axelarvaloper1vq6rn6ph9hg3kf0l5lrvdnud9s46lp04mhhsk9 0.02093 AXL  (claimable 0.02093)
✔️ destination operation 
  ? -838139          OUT        CFBFB65B4DC511D79CC72DD854B37B193DE7ECBCA5C9EAE41C9C3541CE963CEF 2024-07-11T05:35

necessary accounts resynced in 0.23ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 1.28137 AXL (18ops) (axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx on 44'/118'/5'/0/0) #5 js:2:axelar:axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx: (! sum of ops 0.24178 AXL) 1.234943 AXL spendable. 0.046436 AXL delegated. 
DELEGATIONS
  to axelarvaloper18q7zct93jczw8eh7euwys56lsudm8tp67g65uf 0.046436 AXL  (claimable 0.046436)

max spendable ~1.22794
★ using mutation 'send some'
→ TO undefined: 0.650106 AXL (4ops) (axelar13c5fje2aufj0mzzypfc6um35leh2etmf25v9ll on 44'/118'/12'/0/0) #12 js:2:axelar:axelar13c5fje2aufj0mzzypfc6um35leh2etmf25v9ll:
✔️ transaction 
SEND  0.785305 AXL
TO axelar13c5fje2aufj0mzzypfc6um35leh2etmf25v9ll

with fees=0.006202
  memo=LedgerLiveBot
STATUS (1022ms)
  amount: 0.785305 AXL
  estimated fees: 0.006202 AXL
  total spent: 0.791507 AXL
errors: 
warnings: 
✔️ has been signed! (7.6s) 
✔️ broadcasted! (69ms) optimistic operation: 
  -0.791507 AXL      OUT        FB1D0F410F6E520EE17D9E9F9DA33796E7A3A0EBB9F35301FBD6AFD270EE1674 2024-07-11T05:35
✔️ operation confirmed (0.33ms): 
  -0.791507 AXL      OUT        FB1D0F410F6E520EE17D9E9F9DA33796E7A3A0EBB9F35301FBD6AFD270EE1674 2024-07-11T05:35
✔️ undefined: 1.28137 AXL (18ops) (axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx on 44'/118'/5'/0/0) #5 js:2:axelar:axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx: (! sum of ops 0.24178 AXL) 1.234943 AXL spendable. 0.046436 AXL delegated. 
DELEGATIONS
  to axelarvaloper18q7zct93jczw8eh7euwys56lsudm8tp67g65uf 0.046436 AXL  (claimable 0.046436)
✔️ destination operation 
  ? -791507          OUT        FB1D0F410F6E520EE17D9E9F9DA33796E7A3A0EBB9F35301FBD6AFD270EE1674 2024-07-11T05:35

necessary accounts resynced in 0.29ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 1.47452 AXL (7ops) (axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa on 44'/118'/6'/0/0) #6 js:2:axelar:axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa: 1.474527 AXL spendable. 

max spendable ~1.46752
★ using mutation 'send some'
→ TO undefined: 0 AXL (0ops) (axelar1la5ql3ezl9q4zjw3rg75qewd5s6het7j4w4ex4 on 44'/118'/15'/0/0) #15 js:2:axelar:axelar1la5ql3ezl9q4zjw3rg75qewd5s6het7j4w4ex4:
✔️ transaction 
SEND  0.877956 AXL
TO axelar1la5ql3ezl9q4zjw3rg75qewd5s6het7j4w4ex4

with fees=0.007
STATUS (748ms)
  amount: 0.877956 AXL
  estimated fees: 0.007 AXL
  total spent: 0.884956 AXL
errors: 
warnings: 
✔️ has been signed! (7.2s) 
✔️ broadcasted! (907ms) optimistic operation: 
  -0.884956 AXL      OUT        064711B46FDB63A37D8BEAA962C92DCD73452B3D02E59C06AB506195643B4104 2024-07-11T05:35
✔️ operation confirmed (0.34ms): 
  -0.884956 AXL      OUT        064711B46FDB63A37D8BEAA962C92DCD73452B3D02E59C06AB506195643B4104 2024-07-11T05:35
✔️ undefined: 1.47452 AXL (7ops) (axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa on 44'/118'/6'/0/0) #6 js:2:axelar:axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa: 1.474527 AXL spendable. 
✔️ destination operation 
  ? -884956          OUT        064711B46FDB63A37D8BEAA962C92DCD73452B3D02E59C06AB506195643B4104 2024-07-11T05:35

necessary accounts resynced in 0.18ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 0.068712 AXL (8ops) (axelar12p4nth9v2am502ehfj8tkx95e4ed0aqr5udhp8 on 44'/118'/7'/0/0) #7 js:2:axelar:axelar12p4nth9v2am502ehfj8tkx95e4ed0aqr5udhp8: (! sum of ops -0.988378 AXL) 0.068491 AXL spendable. 0.000221 AXL delegated. 
DELEGATIONS
  to axelarvaloper1aatl2sl2ng5eygzjxx7ysn3jqd7dpr9n5shmmn 0.000221 AXL  (claimable 0.000221)

max spendable ~0.061506
★ using mutation 'undelegate'
✔️ transaction 
UNDELEGATE 
TO 
  0.000221 -> axelarvaloper1aatl2sl2ng5eygzjxx7ysn3jqd7dpr9n5shmmn
with fees=0.014258
  memo=LedgerLiveBot
STATUS (1368ms)
  amount: 0 AXL
  estimated fees: 0.014258 AXL
  total spent: 0.014258 AXL
errors: 
warnings: 
✔️ has been signed! (5.8s) 
✔️ broadcasted! (576ms) optimistic operation: 
  -0.014258 AXL      UNDELEGATE B0C48A333AC67D4CB91B04B4219914769EBF1B42CECF2E9C5F2F0FEE6CD7A854 2024-07-11T05:35
    to axelarvaloper1aatl2sl2ng5eygzjxx7ysn3jqd7dpr9n5shmmn 0.000221 AXL    
✔️ operation confirmed (0.31ms): 
  -0.014258 AXL      UNDELEGATE B0C48A333AC67D4CB91B04B4219914769EBF1B42CECF2E9C5F2F0FEE6CD7A854 2024-07-11T05:35
    to axelarvaloper1aatl2sl2ng5eygzjxx7ysn3jqd7dpr9n5shmmn 0.000221 AXL    
✔️ undefined: 0.068712 AXL (8ops) (axelar12p4nth9v2am502ehfj8tkx95e4ed0aqr5udhp8 on 44'/118'/7'/0/0) #7 js:2:axelar:axelar12p4nth9v2am502ehfj8tkx95e4ed0aqr5udhp8: (! sum of ops -0.988378 AXL) 0.068491 AXL spendable. 0.000221 AXL delegated. 
DELEGATIONS
  to axelarvaloper1aatl2sl2ng5eygzjxx7ysn3jqd7dpr9n5shmmn 0.000221 AXL  (claimable 0.000221)

necessary accounts resynced in 0.19ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 1.20356 AXL (10ops) (axelar1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6jv65nu on 44'/118'/11'/0/0) #11 js:2:axelar:axelar1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6jv65nu: (! sum of ops 0.312455 AXL) 1.203563 AXL spendable. 

max spendable ~1.19656
★ using mutation 'delegate new validators'
✔️ transaction 
DELEGATE  0.001661 AXL
TO 
  0.001661 -> axelarvaloper1v2n7lleh4gn8gjfjhrrelvl4v2saqqlf48rwf5
with fees=0.012069
  memo=LedgerLiveBot
STATUS (590ms)
  amount: 0.001661 AXL
  estimated fees: 0.012069 AXL
  total spent: 0.01373 AXL
errors: 
warnings: 
✔️ has been signed! (6s) 
✔️ broadcasted! (62ms) optimistic operation: 
  -0.01373 AXL       DELEGATE   F7AC4F765C2FF692526033D839FD8D567217D182678E7A5122C314675270F394 2024-07-11T05:35
    to axelarvaloper1v2n7lleh4gn8gjfjhrrelvl4v2saqqlf48rwf5 0.001661 AXL    
✔️ operation confirmed (0.25ms): 
  -0.01373 AXL       DELEGATE   F7AC4F765C2FF692526033D839FD8D567217D182678E7A5122C314675270F394 2024-07-11T05:35
    to axelarvaloper1v2n7lleh4gn8gjfjhrrelvl4v2saqqlf48rwf5 0.001661 AXL    
✔️ undefined: 1.20356 AXL (10ops) (axelar1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6jv65nu on 44'/118'/11'/0/0) #11 js:2:axelar:axelar1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6jv65nu: (! sum of ops 0.312455 AXL) 1.203563 AXL spendable. 


Spec cosmos (13)

Spec cosmos found 13 Cosmos accounts (preload: 314ms). Will use Cosmos 2.35.23 on nanoS 2.1.0
undefined: 0.187795 ATOM (37ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf:
undefined: 0.461904 ATOM (34ops) (cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935 on 44'/118'/1'/0/0) #1 js:2:cosmos:cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935:
undefined: 0 ATOM (30ops) (cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu on 44'/118'/2'/0/0) #2 js:2:cosmos:cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu:
undefined: 0.456191 ATOM (49ops) (cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4 on 44'/118'/3'/0/0) #3 js:2:cosmos:cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4:
undefined: 0.002476 ATOM (19ops) (cosmos12hfs0xs2nw3pqp52hhetnyssjksk422ll6p7yg on 44'/118'/4'/0/0) #4 js:2:cosmos:cosmos12hfs0xs2nw3pqp52hhetnyssjksk422ll6p7yg:
undefined: 0.641752 ATOM (45ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8:
undefined: 0 ATOM (20ops) (cosmos12xytx2menp2cr2ptpqf5ajyvt9qrrks6hmcamu on 44'/118'/6'/0/0) #6 js:2:cosmos:cosmos12xytx2menp2cr2ptpqf5ajyvt9qrrks6hmcamu:
undefined: 0.052847 ATOM (25ops) (cosmos12p4nth9v2am502ehfj8tkx95e4ed0aqrsjml2x on 44'/118'/7'/0/0) #7 js:2:cosmos:cosmos12p4nth9v2am502ehfj8tkx95e4ed0aqrsjml2x:
undefined: 2.41799 ATOM (9ops) (cosmos17n752ckdn2e3j7ll4u3d3feectva0tc505ck4r on 44'/118'/8'/0/0) #8 js:2:cosmos:cosmos17n752ckdn2e3j7ll4u3d3feectva0tc505ck4r:
undefined: 2.36371 ATOM (9ops) (cosmos198r46v0d3gh7nf5qy68svuxp8c056vmeaujrv5 on 44'/118'/9'/0/0) #9 js:2:cosmos:cosmos198r46v0d3gh7nf5qy68svuxp8c056vmeaujrv5:
undefined: 0.014837 ATOM (2ops) (cosmos1k6nyuae59vsscfu7ta3nslad5lf9pu45h9t96l on 44'/118'/10'/0/0) #10 js:2:cosmos:cosmos1k6nyuae59vsscfu7ta3nslad5lf9pu45h9t96l:
undefined: 3.16499 ATOM (5ops) (cosmos1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6kzvuca on 44'/118'/11'/0/0) #11 js:2:cosmos:cosmos1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6kzvuca:
undefined: 0 ATOM (0ops) (cosmos13c5fje2aufj0mzzypfc6um35leh2etmfw66d57 on 44'/118'/12'/0/0) #12 js:2:cosmos:cosmos13c5fje2aufj0mzzypfc6um35leh2etmfw66d57:
necessary accounts resynced in 0.26ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 0.187795 ATOM (37ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf: 0.187795 ATOM spendable. 

max spendable ~0.185932
★ using mutation 'send some'
→ TO undefined: 3.16499 ATOM (5ops) (cosmos1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6kzvuca on 44'/118'/11'/0/0) #11 js:2:cosmos:cosmos1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6kzvuca:
✔️ transaction 
SEND  0.069775 ATOM
TO cosmos1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6kzvuca

with fees=0.001773
STATUS (573ms)
  amount: 0.069775 ATOM
  estimated fees: 0.001773 ATOM
  total spent: 0.071548 ATOM
errors: 
warnings: 
✔️ has been signed! (4.1s) 
✔️ broadcasted! (97ms) optimistic operation: 
  -0.071548 ATOM     OUT        F5DE627D74D9592441C430B3F4DF4D2E0A2F3B2DCCBC61A5F014E9682F70F4DF 2024-07-11T05:35
✔️ operation confirmed (10.6s): 
  -0.071548 ATOM     OUT        F5DE627D74D9592441C430B3F4DF4D2E0A2F3B2DCCBC61A5F014E9682F70F4DF 2024-07-11T05:35
✔️ undefined: 0.116247 ATOM (38ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf: 0.116247 ATOM spendable. 
(in 10.6s)
✔️ destination operation 
  +0.069775 ATOM     IN         F5DE627D74D9592441C430B3F4DF4D2E0A2F3B2DCCBC61A5F014E9682F70F4DF 2024-07-11T05:35
(in 10.4s)

necessary accounts resynced in 0.31ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 0.461904 ATOM (34ops) (cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935 on 44'/118'/1'/0/0) #1 js:2:cosmos:cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935: (! sum of ops 0.461192 ATOM) 0.461904 ATOM spendable. 

max spendable ~0.46004
★ using mutation 'send max'
→ TO undefined: 0.014837 ATOM (2ops) (cosmos1k6nyuae59vsscfu7ta3nslad5lf9pu45h9t96l on 44'/118'/10'/0/0) #10 js:2:cosmos:cosmos1k6nyuae59vsscfu7ta3nslad5lf9pu45h9t96l:
✔️ transaction 
SEND MAX
TO cosmos1k6nyuae59vsscfu7ta3nslad5lf9pu45h9t96l

with fees=0.001771
STATUS (639ms)
  amount: 0.460133 ATOM
  estimated fees: 0.001771 ATOM
  total spent: 0.461904 ATOM
errors: 
warnings: 
✔️ has been signed! (4.4s) 
✔️ broadcasted! (110ms) optimistic operation: 
  -0.461904 ATOM     OUT        BFF95287080F8B6F5C958EC9FA984EA4F2C31AC948C2D3AA4A79A9D2AD4DD099 2024-07-11T05:35
✔️ operation confirmed (12.6s): 
  -0.461904 ATOM     OUT        BFF95287080F8B6F5C958EC9FA984EA4F2C31AC948C2D3AA4A79A9D2AD4DD099 2024-07-11T05:35
✔️ undefined: 0 ATOM (35ops) (cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935 on 44'/118'/1'/0/0) #1 js:2:cosmos:cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935: (! sum of ops -0.000712 ATOM) 0 ATOM spendable. 
(in 12.6s)
✔️ destination operation 
  +0.460133 ATOM     IN         BFF95287080F8B6F5C958EC9FA984EA4F2C31AC948C2D3AA4A79A9D2AD4DD099 2024-07-11T05:35
(in 10.4s)

necessary accounts resynced in 0.20ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 0.456191 ATOM (49ops) (cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4 on 44'/118'/3'/0/0) #3 js:2:cosmos:cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4: (! sum of ops 0.470817 ATOM) 0.430067 ATOM spendable. 0.025632 ATOM delegated. 0.000492 ATOM unbonding. 
DELEGATIONS
  to cosmosvaloper1j0vaeh27t4rll7zhmarwcuq8xtrmvqhudrgcky 0.004242 ATOM  (claimable 0.004242)
  to cosmosvaloper1atpewucekh08gc8h4e6jv8fa7p9k84mmwlzqje 0.02139 ATOM  (claimable 0.02139)
UNDELEGATIONS
  from cosmosvaloper1yh089p0cre4nhpdqw35uzde5amg3qzexkeggdn 0.000492 ATOM

max spendable ~0.428204
★ using mutation 'delegate new validators'
✔️ transaction 
DELEGATE  0.001061 ATOM
TO 
  0.001061 -> cosmosvaloper17r0cp9zrtkvzlz7a2r09gmdxwqfyje98l3k9h6
with fees=0.007931
  memo=LedgerLiveBot
STATUS (858ms)
  amount: 0.001061 ATOM
  estimated fees: 0.007931 ATOM
  total spent: 0.008992 ATOM
errors: 
warnings: 
✔️ has been signed! (6.4s) 
✔️ broadcasted! (93ms) optimistic operation: 
  -0.008992 ATOM     DELEGATE   E1AC384E4D04C1ED673C1FB570E5A36D15BEEEF9005BC8A7E4D93D8F70677EC2 2024-07-11T05:36
    to cosmosvaloper17r0cp9zrtkvzlz7a2r09gmdxwqfyje98l3k9h6 0.001061 ATOM   
✔️ operation confirmed (10.6s): 
  -0.007931 ATOM     DELEGATE   E1AC384E4D04C1ED673C1FB570E5A36D15BEEEF9005BC8A7E4D93D8F70677EC2 2024-07-11T05:36
    to cosmosvaloper17r0cp9zrtkvzlz7a2r09gmdxwqfyje98l3k9h6 0.001061 ATOM   
✔️ undefined: 0.44826 ATOM (50ops) (cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4 on 44'/118'/3'/0/0) #3 js:2:cosmos:cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4: (! sum of ops 0.462886 ATOM) 0.421075 ATOM spendable. 0.026693 ATOM delegated. 0.000492 ATOM unbonding. 
DELEGATIONS
  to cosmosvaloper1j0vaeh27t4rll7zhmarwcuq8xtrmvqhudrgcky 0.004242 ATOM  (claimable 0.004242)
  to cosmosvaloper1atpewucekh08gc8h4e6jv8fa7p9k84mmwlzqje 0.02139 ATOM  (claimable 0.02139)
  to cosmosvaloper17r0cp9zrtkvzlz7a2r09gmdxwqfyje98l3k9h6 0.001061 ATOM  (claimable 0.001061)
UNDELEGATIONS
  from cosmosvaloper1yh089p0cre4nhpdqw35uzde5amg3qzexkeggdn 0.000492 ATOM
(in 10.6s)

necessary accounts resynced in 0.24ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 0.641752 ATOM (45ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8: (! sum of ops 0.641629 ATOM) 0.641531 ATOM spendable. 0.000221 ATOM unbonding. 
UNDELEGATIONS
  from cosmosvaloper17h2x3j7u44qkrq0sk8ul0r2qr440rwgjkfg0gh 0.000221 ATOM

max spendable ~0.639668
★ using mutation 'send some'
→ TO undefined: 0.116247 ATOM (38ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf:
✔️ transaction 
SEND  0.327338 ATOM
TO cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf

with fees=0.001772
STATUS (626ms)
  amount: 0.327338 ATOM
  estimated fees: 0.001772 ATOM
  total spent: 0.32911 ATOM
errors: 
warnings: 
✔️ has been signed! (4.2s) 
✔️ broadcasted! (95ms) optimistic operation: 
  -0.32911 ATOM      OUT        DAEFF462B802F72D930D05E87F649812E6CAAAA33B686A9DE8FE83C01F5ED983 2024-07-11T05:36
✔️ operation confirmed (10.6s): 
  -0.32911 ATOM      OUT        DAEFF462B802F72D930D05E87F649812E6CAAAA33B686A9DE8FE83C01F5ED983 2024-07-11T05:36
✔️ undefined: 0.312642 ATOM (46ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8: (! sum of ops 0.312519 ATOM) 0.312421 ATOM spendable. 0.000221 ATOM unbonding. 
UNDELEGATIONS
  from cosmosvaloper17h2x3j7u44qkrq0sk8ul0r2qr440rwgjkfg0gh 0.000221 ATOM
(in 10.6s)
✔️ destination operation 
  +0.327338 ATOM     IN         DAEFF462B802F72D930D05E87F649812E6CAAAA33B686A9DE8FE83C01F5ED983 2024-07-11T05:36
(in 10.5s)

necessary accounts resynced in 0.26ms
▬ Cosmos 2.35.23 on nanoS 2.1.0
→ FROM undefined: 2.36371 ATOM (9ops) (cosmos198r46v0d3gh7nf5qy68svuxp8c056vmeaujrv5 on 44'/118'/9'/0/0) #9 js:2:cosmos:cosmos198r46v0d3gh7nf5qy68svuxp8c056vmeaujrv5: (! sum of ops 2.363603 ATOM) 2.323081 ATOM spendable. 0.002523 ATOM delegated. 0.038111 ATOM unbonding. 
DELEGATIONS
  to cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y 0.002523 ATOM  (claimable 0.002523)
UNDELEGATIONS
  from cosmosvaloper1x88j7vp2xnw3zec8ur3g4waxycyz7m0mahdv3p 0.038111 ATOM

max spendable ~2.32121
★ using mutation 'undelegate'
✔️ transaction 
UNDELEGATE 
TO 
  0.002523 -> cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y
with fees=0.059233
  memo=LedgerLiveBot
STATUS (617ms)
  amount: 0 ATOM
  estimated fees: 0.059233 ATOM
  total spent: 0.059233 ATOM
errors: 
warnings: 
✔️ has been signed! (5.5s) 
✔️ broadcasted! (1652ms) optimistic operation: 
  -0.059233 ATOM     UNDELEGATE 232BA9AF00916CD5B8FD949D42B60755C5544B94C2291251D0FA2FA9C1DE1E83 2024-07-11T05:36
    to cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y 0.002523 ATOM   
✔️ operation confirmed (10.5s): 
  -0.059233 ATOM     UNDELEGATE 232BA9AF00916CD5B8FD949D42B60755C5544B94C2291251D0FA2FA9C1DE1E83 2024-07-11T05:37
    to cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y 0.002523 ATOM   
✔️ undefined: 2.30448 ATOM (10ops) (cosmos198r46v0d3gh7nf5qy68svuxp8c056vmeaujrv5 on 44'/118'/9'/0/0) #9 js:2:cosmos:cosmos198r46v0d3gh7nf5qy68svuxp8c056vmeaujrv5: (! sum of ops 2.30437 ATOM) 2.263855 ATOM spendable. 0.040634 ATOM unbonding. 
UNDELEGATIONS
  from cosmosvaloper1x88j7vp2xnw3zec8ur3g4waxycyz7m0mahdv3p 0.038111 ATOM
  from cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y 0.002523 ATOM
(in 10.5s)


Spec secret_network (failed)


Spec Filecoin (13)

Spec Filecoin found 13 Filecoin accounts. Will use Filecoin 0.24.2 on nanoSP 1.1.1
undefined [bip44]: 0.616356 FIL (25ops) (f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq on 44'/461'/1'/0/0) filecoinBIP44#1 js:2:filecoin:f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq:filecoinBIP44
undefined [bip44]: 0 FIL (20ops) (f12zihhoc242uejpqswezsm4c7a2n2d3nqygvyeqi on 44'/461'/2'/0/0) filecoinBIP44#2 js:2:filecoin:f12zihhoc242uejpqswezsm4c7a2n2d3nqygvyeqi:filecoinBIP44
undefined [bip44]: 0.618741 FIL (15ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) filecoinBIP44#3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq:filecoinBIP44
undefined [bip44]: 0.180483 FIL (18ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) filecoinBIP44#4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:filecoinBIP44
undefined [bip44]: 0 FIL (18ops) (f1boo3wjm5yjpvkbi4s3k2rykpvmf235ivkbj3kbq on 44'/461'/5'/0/0) filecoinBIP44#5 js:2:filecoin:f1boo3wjm5yjpvkbi4s3k2rykpvmf235ivkbj3kbq:filecoinBIP44
undefined [bip44]: 0 FIL (6ops) (f1bw4zwsefo5rwk3t536tq6wlgdhivrt5ucmdttji on 44'/461'/6'/0/0) filecoinBIP44#6 js:2:filecoin:f1bw4zwsefo5rwk3t536tq6wlgdhivrt5ucmdttji:filecoinBIP44
undefined [third-party]: 0 FIL (24ops) (f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y on 44'/461'/0'/0/0) glif#0 js:2:filecoin:f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y:glif
undefined [third-party]: 0 FIL (0ops) (f17ag6fgxl3nnooho4vhthp634njria2dyhwzlg2i on 44'/461'/0'/0/1) glif#1 js:2:filecoin:f17ag6fgxl3nnooho4vhthp634njria2dyhwzlg2i:glif
undefined [third-party]: 0 FIL (0ops) (f1j424bboftp37f7hhy3rybhi24at6lnlhcs6tapy on 44'/461'/0'/0/2) glif#2 js:2:filecoin:f1j424bboftp37f7hhy3rybhi24at6lnlhcs6tapy:glif
undefined [third-party]: 0 FIL (0ops) (f142x56fmpwbtrllzpgqaeicdzye27yrftomuzmva on 44'/461'/0'/0/3) glif#3 js:2:filecoin:f142x56fmpwbtrllzpgqaeicdzye27yrftomuzmva:glif
undefined [third-party]: 0 FIL (0ops) (f1iuq2mwan24jpiwwt3smsnsz4kcgvua2dbsjsnmi on 44'/461'/0'/0/4) glif#4 js:2:filecoin:f1iuq2mwan24jpiwwt3smsnsz4kcgvua2dbsjsnmi:glif
undefined [third-party]: 0 FIL (0ops) (f13psrixi44a5b4kvpxhj4xu7efxns5zpwpedrdpi on 44'/461'/0'/0/5) glif#5 js:2:filecoin:f13psrixi44a5b4kvpxhj4xu7efxns5zpwpedrdpi:glif
undefined [third-party]: 0 FIL (0ops) (f17cwsrt44zvzwwdxjrwautrkbdzoakayizpdyoay on 44'/461'/0'/0/6) glif#6 js:2:filecoin:f17cwsrt44zvzwwdxjrwautrkbdzoakayizpdyoay:glif
necessary accounts resynced in 0.41ms
▬ Filecoin 0.24.2 on nanoSP 1.1.1
→ FROM undefined [bip44]: 0.616356 FIL (25ops) (f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq on 44'/461'/1'/0/0) filecoinBIP44#1 js:2:filecoin:f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq:filecoinBIP44 (! sum of ops 0.616356356693009588 FIL)
max spendable ~0.616356
★ using mutation 'Send 50%~'
→ TO undefined [bip44]: 0.180483 FIL (18ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) filecoinBIP44#4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:filecoinBIP44
✔️ transaction 
SEND  0.307771924355451031 FIL
TO f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q
STATUS (1048ms)
  amount: 0.307771924355451031 FIL
  estimated fees: 0.000000303386879166 FIL
  total spent: 0.307772227742330197 FIL
errors: 
warnings: 
⚠️ TEST deviceAction confirm step 'Value'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Value": "0.307771924355451031",
+   "Value": "FIL 0.307771924355451031",
  }
(totally spent 2563ms – ends at 2024-07-11T06:06:58.233Z)
necessary accounts resynced in 0.28ms
▬ Filecoin 0.24.2 on nanoSP 1.1.1
→ FROM undefined [bip44]: 0.618741 FIL (15ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) filecoinBIP44#3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq:filecoinBIP44 (! sum of ops 0.618741388161637256 FIL)
max spendable ~0.618741
★ using mutation 'Send small to f4 address'
✔️ transaction 
SEND  0.0000000000000001 FIL
TO f410fncojwmrseefktoco6rcnb3zv2eiqfli7muhvqma
STATUS (686ms)
  amount: 0.0000000000000001 FIL
  estimated fees: 0.000000452984200536 FIL
  total spent: 0.000000452984200636 FIL
errors: 
warnings: 
⚠️ Error: 27012 - Data is invalid : ExpertModeRequired
(totally spent 933ms – ends at 2024-07-11T06:06:58.238Z)
necessary accounts resynced in 0.22ms
▬ Filecoin 0.24.2 on nanoSP 1.1.1
→ FROM undefined [bip44]: 0.180483 FIL (18ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) filecoinBIP44#4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:filecoinBIP44 (! sum of ops 0.180483650098951852 FIL)
max spendable ~0.180483
★ using mutation 'Send small to eth address'
✔️ transaction 
SEND  0.0000000000000001 FIL
TO 0x689c9b3232210aa9b84ef444d0ef35d11102ad1f
STATUS (893ms)
  amount: 0.0000000000000001 FIL
  estimated fees: 0.000000452512910808 FIL
  total spent: 0.000000452512910908 FIL
errors: 
warnings: 
⚠️ Error: 27012 - Data is invalid : ExpertModeRequired
(totally spent 1033ms – ends at 2024-07-11T06:06:58.243Z)

Spec Qtum (6)

Spec Qtum found 6 Qtum accounts. Will use Qtum 2.1.0-rc on nanoS 2.1.0
undefined [segwit]: 1.26914 QTUM (86ops) (M9ByAGkANo7EvPNFRUipL6a5AAKrpqDgd6 on 49'/88'/0'/0/43) segwit#0 js:2:qtum:xpub6BvfSTHRWubyQok4dybQTFVx9h7LrHqVAqAUaZubFw1Pd9x2h4HDpyKiNnHshQySv1DkF3ZKUHLCHBiyeZFVcG9b4iDwBSPmAVEubwgjFgc:segwit
undefined [segwit]: 0.0493045 QTUM (78ops) (MLrmdba7SwZSvjLA9jMFMQCAx6VZVJiTfu on 49'/88'/1'/0/38) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
undefined [segwit]: 0 QTUM (0ops) (MR3A49zXnWaH7Vhm7YKeiaREazdKZxie6r on 49'/88'/2'/0/0) segwit#2 js:2:qtum:xpub6BvfSTHRWubyX78dqB3tVcgps5JtUKukFsbkwrxQhEvBr2UmTUjNEdcZRvmBb6PczEcKUrnVvQvQ2BafHcw1wBkqbVLzNyEN912tNDDd8M9:segwit
undefined [legacy]: 1.11533 QTUM (85ops) (QUcJjXVvbTgK2pyaD67pinU4UZbwyH3okb on 44'/88'/0'/0/45) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
undefined [legacy]: 0.154026 QTUM (72ops) (Qga9s3yoHvS8oC9BYeKUKkgP53BZibzpUF on 44'/88'/1'/0/34) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
undefined [legacy]: 0 QTUM (0ops) (QXwMM27e61jr6M9TBrEfWiab9j7RPdRB5L on 44'/88'/2'/0/0) #2 js:2:qtum:xpub6DA2jGUBMLR6Nxr6vXgCpqQCa5xbmtGAsPuDpqkQSqH8WwwgHVfBhyYS3vEmEUqUjXHV5WU1zRLF8dhFfDjaonsgn687DWbbdA4kX9gg1UZ:
necessary accounts resynced in 0.14ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM undefined [segwit]: 1.26914 QTUM (86ops) (M9ByAGkANo7EvPNFRUipL6a5AAKrpqDgd6 on 49'/88'/0'/0/43) segwit#0 js:2:qtum:xpub6BvfSTHRWubyQok4dybQTFVx9h7LrHqVAqAUaZubFw1Pd9x2h4HDpyKiNnHshQySv1DkF3ZKUHLCHBiyeZFVcG9b4iDwBSPmAVEubwgjFgc:segwit
5 UTXOs
1.14138      MKob2YWH8fMKqdSmt59g5hgiWXLfbNBtw1 ab11109258541d8818102586aa42480139b21be9d07a3125fbeeab0991376864 @0 (18892)
0.0651427    MQqzyRvZJvn8oDsbQ5oEAuZjhKsmC3h6iH (change) 927494aaf7efd6938a2a8dd40d86d5fe9d0f3303658a51480778d808c6be27e4 @1 (37794)
0.0426447    MCwTr2f8EyWMrgFEEjJUyYFvuc7Mua9uaB (change) af372b1ab6259f254944fa1bb3c3921ab83ebe19e9304a9d840415cd0001ee3d @1 (56692)
0.015191     MEEkrPaN455eDAswDTkhQXCiqAmAsFxQWo (change) rbf 85ffb4439257c754517a252dbb15a8cee3ceea9944c5ba94b6bb37893e74f900 @1 (18893)
...

max spendable ~1.2642
★ using mutation 'send max'
→ TO undefined [legacy]: 0.154026 QTUM (72ops) (Qga9s3yoHvS8oC9BYeKUKkgP53BZibzpUF on 44'/88'/1'/0/34) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
✔️ transaction 
SEND MAX
TO Qga9s3yoHvS8oC9BYeKUKkgP53BZibzpUF
with feePerByte=1001 (network fees: 0=1002, 1=1001, 2=1000)
DEEP_OUTPUTS_FIRST pick-unconfirmed
STATUS (159ms)
TX INPUTS (5):
0.0426447    MCwTr2f8EyWMrgFEEjJUyYFvuc7Mua9uaB af372b1ab6259f254944fa1bb3c3921ab83ebe19e9304a9d840415cd0001ee3d@1
0.0651427    MQqzyRvZJvn8oDsbQ5oEAuZjhKsmC3h6iH 927494aaf7efd6938a2a8dd40d86d5fe9d0f3303658a51480778d808c6be27e4@1
0.00478142   MKd4r9A8L4RQguAmTG9hVYTNVXBCPWjfCy 0facb2b15bdfa27a61d341b7e890c0eb2eb4c96ab2c9c9f9b2d33dbed6b11b27@0
0.015191     MEEkrPaN455eDAswDTkhQXCiqAmAsFxQWo 85ffb4439257c754517a252dbb15a8cee3ceea9944c5ba94b6bb37893e74f900@1
...
TX OUTPUTS (1):
1.26418      Qga9s3yoHvS8oC9BYeKUKkgP53BZibzpUF @0 (0)
  amount: 1.26418799 QTUM
  estimated fees: 0.00495495 QTUM
  total spent: 1.26914294 QTUM
errors: 
warnings: 
✔️ has been signed! (10.3s) 
✔️ broadcasted! (106ms) optimistic operation: 
  -0.00495495 QTUM   OUT        0c9910d5bed77a655509e97908be93e70ba725a8e07833b84b5b85ffbb3e2042 2024-07-11T05:35
✔️ operation confirmed (10.5s): 
  -1.26914294 QTUM   OUT        0c9910d5bed77a655509e97908be93e70ba725a8e07833b84b5b85ffbb3e2042 2024-07-11T05:35
✔️ undefined [segwit]: 0 QTUM (87ops) (M9ByAGkANo7EvPNFRUipL6a5AAKrpqDgd6 on 49'/88'/0'/0/43) segwit#0 js:2:qtum:xpub6BvfSTHRWubyQok4dybQTFVx9h7LrHqVAqAUaZubFw1Pd9x2h4HDpyKiNnHshQySv1DkF3ZKUHLCHBiyeZFVcG9b4iDwBSPmAVEubwgjFgc:segwit
0 UTXOs
(in 10.5s)
✔️ destination operation 
  +1.26418799 QTUM   IN         0c9910d5bed77a655509e97908be93e70ba725a8e07833b84b5b85ffbb3e2042 2024-07-11T05:35
(in 10.3s)

necessary accounts resynced in 0.29ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM undefined [segwit]: 0.0493045 QTUM (78ops) (MLrmdba7SwZSvjLA9jMFMQCAx6VZVJiTfu on 49'/88'/1'/0/38) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
1 UTXOs
0.0493045    MHEkuHxJv8iijv4eCXvop48zFXTUSXG9XX (change) 33441331fc6e886eedd1ccab830fbebaec34f71ef0f5052fcc6ee9d6b73d2726 @2 (18892)

max spendable ~0.0479732
★ using mutation 'send 1 utxo'
→ TO undefined [legacy]: 1.11533 QTUM (85ops) (QUcJjXVvbTgK2pyaD67pinU4UZbwyH3okb on 44'/88'/0'/0/45) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
✔️ transaction 
SEND MAX
TO QUcJjXVvbTgK2pyaD67pinU4UZbwyH3okb
with feePerByte=1001 (network fees: 0=1002, 1=1001, 2=1000)
DEEP_OUTPUTS_FIRST pick-unconfirmed
STATUS (142ms)
TX INPUTS (1):
0.0493045    MHEkuHxJv8iijv4eCXvop48zFXTUSXG9XX 33441331fc6e886eedd1ccab830fbebaec34f71ef0f5052fcc6ee9d6b73d2726@2
TX OUTPUTS (1):
0.0479532    QUcJjXVvbTgK2pyaD67pinU4UZbwyH3okb @0 (0)
  amount: 0.04795323 QTUM
  estimated fees: 0.00135135 QTUM
  total spent: 0.04930458 QTUM
errors: 
warnings: 
✔️ has been signed! (5.8s) 
✔️ broadcasted! (103ms) optimistic operation: 
  -0.00135135 QTUM   OUT        ef292a854db87955dcb969cc1a8ac52d9a4b32879351f20c179b3746a1dca2f1 2024-07-11T05:35
✔️ operation confirmed (10.6s): 
  -0.04930458 QTUM   OUT        ef292a854db87955dcb969cc1a8ac52d9a4b32879351f20c179b3746a1dca2f1 2024-07-11T05:35
✔️ undefined [segwit]: 0 QTUM (79ops) (MLrmdba7SwZSvjLA9jMFMQCAx6VZVJiTfu on 49'/88'/1'/0/38) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
0 UTXOs
(in 10.6s)
✔️ destination operation 
  +0.04795323 QTUM   IN         ef292a854db87955dcb969cc1a8ac52d9a4b32879351f20c179b3746a1dca2f1 2024-07-11T05:35
(in 10.4s)

necessary accounts resynced in 0.22ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM undefined [legacy]: 1.16328 QTUM (86ops) (Qe9VQxoGkrfhuc1pMruHa1xFB2GJiuf4Mr on 44'/88'/0'/0/46) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
5 UTXOs
0.664137     QLvZJwpShs7YR18fAN83ddwhxaYddiphmU af372b1ab6259f254944fa1bb3c3921ab83ebe19e9304a9d840415cd0001ee3d @0 (56693)
0.25361      QfaHfwEC4cTcn8yjq67eVYwP3TTaEscwJW (change) ab11109258541d8818102586aa42480139b21be9d07a3125fbeeab0991376864 @1 (18893)
0.196587     QPfBGn24Zifihrs6Qf97ga6oWtSwAG3PwD 48990b32e15fe81d5a9b4c03f0cd344b6e7ea2bd4b2052968b10aef2fec79998 @0 (18892)
0.0479532    QUcJjXVvbTgK2pyaD67pinU4UZbwyH3okb ef292a854db87955dcb969cc1a8ac52d9a4b32879351f20c179b3746a1dca2f1 @0 (0)
...

max spendable ~1.10896
★ using mutation 'send OP_RETURN transaction'
→ TO undefined [segwit]: 0 QTUM (79ops) (MLrmdba7SwZSvjLA9jMFMQCAx6VZVJiTfu on 49'/88'/1'/0/38) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
✔️ transaction 
SEND 0.001 QTUM
TO MLrmdba7SwZSvjLA9jMFMQCAx6VZVJiTfu
with feePerByte=1001 (network fees: 0=1002, 1=1001, 2=1000)
DEEP_OUTPUTS_FIRST pick-unconfirmed
STATUS (97ms)
TX INPUTS (1):
0.664137     QLvZJwpShs7YR18fAN83ddwhxaYddiphmU af372b1ab6259f254944fa1bb3c3921ab83ebe19e9304a9d840415cd0001ee3d@0
TX OUTPUTS (3):
0.001        MLrmdba7SwZSvjLA9jMFMQCAx6VZVJiTfu @0 (0)
0            @1 (0)
0.660614     Qd4eZxjSeFUMGBNqPN6GgkxajXFUYyADwL (change) @2 (0)
  amount: 0.001 QTUM
  estimated fees: 0.00252252 QTUM
  total spent: 0.00352252 QTUM
errors: 
warnings: feeTooHigh FeeTooHigh
✔️ has been signed! (9.4s) 
✔️ broadcasted! (99ms) optimistic operation: 
  -0.00352252 QTUM   OUT        d1ce0a21b98dbd505bfaea0d9fbe32f61c04b8df6b1cd77fbfae77ba90cfc37d 2024-07-11T05:36
✔️ operation confirmed (50.6s): 
  -0.00352252 QTUM   OUT        d1ce0a21b98dbd505bfaea0d9fbe32f61c04b8df6b1cd77fbfae77ba90cfc37d 2024-07-11T05:36
✔️ undefined [legacy]: 1.15976 QTUM (87ops) (Qe9VQxoGkrfhuc1pMruHa1xFB2GJiuf4Mr on 44'/88'/0'/0/46) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
5 UTXOs
0.660614     Qd4eZxjSeFUMGBNqPN6GgkxajXFUYyADwL (change) d1ce0a21b98dbd505bfaea0d9fbe32f61c04b8df6b1cd77fbfae77ba90cfc37d @2 (1)
0.25361      QfaHfwEC4cTcn8yjq67eVYwP3TTaEscwJW (change) ab11109258541d8818102586aa42480139b21be9d07a3125fbeeab0991376864 @1 (18896)
0.196587     QPfBGn24Zifihrs6Qf97ga6oWtSwAG3PwD 48990b32e15fe81d5a9b4c03f0cd344b6e7ea2bd4b2052968b10aef2fec79998 @0 (18895)
0.0479532    QUcJjXVvbTgK2pyaD67pinU4UZbwyH3okb ef292a854db87955dcb969cc1a8ac52d9a4b32879351f20c179b3746a1dca2f1 @0 (2)
...
(in 50.6s)
✔️ destination operation 
  +0.001 QTUM        IN         d1ce0a21b98dbd505bfaea0d9fbe32f61c04b8df6b1cd77fbfae77ba90cfc37d 2024-07-11T05:36
(in 10.4s)

necessary accounts resynced in 0.26ms
▬ Qtum 2.1.0-rc on nanoS 2.1.0
→ FROM undefined [legacy]: 1.41821 QTUM (73ops) (Qj27bVv3djLUZxmNqnYKwbj4WThY9A3YS1 on 44'/88'/1'/0/35) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
4 UTXOs
1.26418      Qga9s3yoHvS8oC9BYeKUKkgP53BZibzpUF 0c9910d5bed77a655509e97908be93e70ba725a8e07833b84b5b85ffbb3e2042 @0 (0)
0.137337     QiU8695pXAfRywJGB8Nsqh3roHs3utLtnD rbf 85ffb4439257c754517a252dbb15a8cee3ceea9944c5ba94b6bb37893e74f900 @0 (18894)
0.0133172    QfqNZrCfMSoZms6Dj2t7BVD2nSxn63eaMW 1a003a82c8dfe4d61b2722957c8e69f1311fe018752e3bcde324f2b899a8cb57 @0 (56693)
0.00337204   QWQSm2Zya3LNCabsqqAJ9Ju5Dkt5Ti7oWk 4137583abe93a0ba06aca03130cfb2ffe6074d03160794afb25add2935da445d @0 (37792)

max spendable ~0.149141
★ using mutation 'optimize-size'
→ TO undefined [segwit]: 0.001 QTUM (80ops) (MTVSyVKWCHwYcGXS4utH3URtPFyFAk8Nfy on 49'/88'/1'/0/39) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
✔️ transaction 
SEND 0.14899484 QTUM
TO MTVSyVKWCHwYcGXS4utH3URtPFyFAk8Nfy
with feePerByte=1001 (network fees: 0=1002, 1=1001, 2=1000)
OPTIMIZE_SIZE pick-unconfirmed
STATUS (198ms)
TX INPUTS (1):
1.26418      Qga9s3yoHvS8oC9BYeKUKkgP53BZibzpUF 0c9910d5bed77a655509e97908be93e70ba725a8e07833b84b5b85ffbb3e2042@0
TX OUTPUTS (2):
0.148994     MTVSyVKWCHwYcGXS4utH3URtPFyFAk8Nfy @0 (0)
1.11295      QT2SVuMNuuU8fti2e25zTe35qKJpqGgDmA (change) @1 (0)
  amount: 0.14899484 QTUM
  estimated fees: 0.00224224 QTUM
  total spent: 0.15123708 QTUM
errors: 
warnings: 
✔️ has been signed! (7.1s) 
✔️ broadcasted! (100ms) optimistic operation: 
  -0.15123708 QTUM   OUT        0d8b93f16fe6691c3769c7aeb5dcfac7713c54e9f3eb1706342bf5a00b877058 2024-07-11T05:37
✔️ operation confirmed (40.4s): 
  -0.15123708 QTUM   OUT        0d8b93f16fe6691c3769c7aeb5dcfac7713c54e9f3eb1706342bf5a00b877058 2024-07-11T05:37
✔️ undefined [legacy]: 1.26697 QTUM (74ops) (Qj27bVv3djLUZxmNqnYKwbj4WThY9A3YS1 on 44'/88'/1'/0/35) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
4 UTXOs
1.11295      QT2SVuMNuuU8fti2e25zTe35qKJpqGgDmA (change) 0d8b93f16fe6691c3769c7aeb5dcfac7713c54e9f3eb1706342bf5a00b877058 @1 (0)
0.137337     QiU8695pXAfRywJGB8Nsqh3roHs3utLtnD rbf 85ffb4439257c754517a252dbb15a8cee3ceea9944c5ba94b6bb37893e74f900 @0 (18898)
0.0133172    QfqNZrCfMSoZms6Dj2t7BVD2nSxn63eaMW 1a003a82c8dfe4d61b2722957c8e69f1311fe018752e3bcde324f2b899a8cb57 @0 (56697)
0.00337204   QWQSm2Zya3LNCabsqqAJ9Ju5Dkt5Ti7oWk 4137583abe93a0ba06aca03130cfb2ffe6074d03160794afb25add2935da445d @0 (37796)
(in 40.4s)
✔️ destination operation 
  +0.14899484 QTUM   IN         0d8b93f16fe6691c3769c7aeb5dcfac7713c54e9f3eb1706342bf5a00b877058 2024-07-11T05:37
(in 10.4s)


Spec Decred (5)

Spec Decred found 5 Decred accounts. Will use Decred 1.3.14 on nanoS 2.1.0
undefined: 1.28442 DCR (71ops) (DsSjcDeZ6TWeSGKgMZcsBVvnzm6TsvV8igo on 44'/42'/0'/0/35) #0 js:2:decred:dpubZEswmUQs2uoMV65nE6WAWC9X4FTE8uWr4i9ZqUax3GzCwgrAWgyUmafwTSR9gZWuiLunuHtCevHHiApL7jKrBXSrjkrGo3yJQUjB5NUyLqw:
undefined: 0 DCR (79ops) (DsarZBV7Qy6xCGzyqEVVHQzFPxemAFiQ3NN on 44'/42'/1'/0/41) #1 js:2:decred:dpubZEswmUQs2uoMYyVkdkFfFwadTkMAKFNzAKALXMwAmcThnWXFFdd47ZwED7wyEkuLY8DW7EXZFwqWQ7psGV67r8pzqGhMm6Ct49tdcvtrFPV:
undefined: 0.0002 DCR (62ops) (DsSb8h5Q4AhT8TMdELHJNjMiNPt37Fyy6PJ on 44'/42'/2'/0/32) #2 js:2:decred:dpubZEswmUQs2uoMca88QfcXcKnyxwGoZBroZ4ehW8uY5nsBbihKDtmXch52hWbr6PEegjCX8YzHraktnagU4nkyCj3K2KXx1q3krWXs1f1bBre:
undefined: 0 DCR (58ops) (DsdYfDTtcRbD7o82GPS58jpwFNLowFYRbea on 44'/42'/3'/0/27) #3 js:2:decred:dpubZEswmUQs2uoMeNDe2t2X9VmcTwDXX7DmD86fdrTXMrRdgZnJBrr74uzzgnKBFuvchmhY64RLJuRM6C3rnchAkB9Q1fzvPToXHzwctS6uxtR:
undefined: 0 DCR (0ops) (DskCZ4d3mZkXwLxAEjx2sEM121SFimdgvSv on 44'/42'/4'/0/0) #4 js:2:decred:dpubZEswmUQs2uoMffXvbjYzmFKAA8qiVoRpBd8QwvJKFgG4HaLsEf3yq9JdFJHzvmMqTKUybT8NPDs16zti7N3ehBSQmxZQB76h8MsWKLZDFAX:
necessary accounts resynced in 0.40ms
▬ Decred 1.3.14 on nanoS 2.1.0
→ FROM undefined: 1.28442 DCR (71ops) (DsSjcDeZ6TWeSGKgMZcsBVvnzm6TsvV8igo on 44'/42'/0'/0/35) #0 js:2:decred:dpubZEswmUQs2uoMV65nE6WAWC9X4FTE8uWr4i9ZqUax3GzCwgrAWgyUmafwTSR9gZWuiLunuHtCevHHiApL7jKrBXSrjkrGo3yJQUjB5NUyLqw:
2 UTXOs
1.10564      DsazwTjRdijJQrHoSTAU7zbdifd1ar1o4hf c6aa84789b93134eaa0154a6325fec0b421ea233a05fd33055cdb30d2ab0900c @0 (1983)
0.178783     DsmyK4ReUYM1fsfHWjm1VCmTeDbGHgyArsY 5d15c27e52c14bb8468442833b8bb23729a266ea4136f8790e40c538149743db @0 (1983)

max spendable ~1.28431
★ using mutation 'send 1 utxo'
→ TO undefined: 0 DCR (58ops) (DsdYfDTtcRbD7o82GPS58jpwFNLowFYRbea on 44'/42'/3'/0/27) #3 js:2:decred:dpubZEswmUQs2uoMeNDe2t2X9VmcTwDXX7DmD86fdrTXMrRdgZnJBrr74uzzgnKBFuvchmhY64RLJuRM6C3rnchAkB9Q1fzvPToXHzwctS6uxtR:
✔️ transaction 
SEND MAX
TO DsdYfDTtcRbD7o82GPS58jpwFNLowFYRbea
with feePerByte=31 (network fees: 0=32, 1=31, 2=30)
DEEP_OUTPUTS_FIRST pick-unconfirmed
exclude c6aa84789b93134eaa0154a6325fec0b421ea233a05fd33055cdb30d2ab0900c @0
STATUS (361ms)
TX INPUTS (1):
0.178783     DsmyK4ReUYM1fsfHWjm1VCmTeDbGHgyArsY 5d15c27e52c14bb8468442833b8bb23729a266ea4136f8790e40c538149743db@0
TX OUTPUTS (1):
0.178716     DsdYfDTtcRbD7o82GPS58jpwFNLowFYRbea @0 (0)
  amount: 0.17871606 DCR
  estimated fees: 0.00006696 DCR
  total spent: 0.17878302 DCR
errors: 
warnings: 
✔️ has been signed! (3.9s) 
✔️ broadcasted! (244ms) optimistic operation: 
  -0.00006696 DCR    OUT        397dba18f4865d88d7fe1e30074b8e4ddbcfe5c18f3b50bc58bdc3957bb95219 2024-07-11T05:35
✔️ operation confirmed (10.3s): 
  -0.17878302 DCR    OUT        397dba18f4865d88d7fe1e30074b8e4ddbcfe5c18f3b50bc58bdc3957bb95219 2024-07-11T05:35
✔️ undefined: 1.10564 DCR (72ops) (DsSjcDeZ6TWeSGKgMZcsBVvnzm6TsvV8igo on 44'/42'/0'/0/35) #0 js:2:decred:dpubZEswmUQs2uoMV65nE6WAWC9X4FTE8uWr4i9ZqUax3GzCwgrAWgyUmafwTSR9gZWuiLunuHtCevHHiApL7jKrBXSrjkrGo3yJQUjB5NUyLqw:
1 UTXOs
1.10564      DsazwTjRdijJQrHoSTAU7zbdifd1ar1o4hf c6aa84789b93134eaa0154a6325fec0b421ea233a05fd33055cdb30d2ab0900c @0 (1983)
(in 10.3s)
✔️ destination operation 
  +0.17871606 DCR    IN         397dba18f4865d88d7fe1e30074b8e4ddbcfe5c18f3b50bc58bdc3957bb95219 2024-07-11T05:35
(in 10.4s)


Spec cardano (7)

Spec cardano found 7 Cardano accounts. Will use CardanoADA 6.1.2 on nanoSP 1.1.1
undefined: 91.1978 ADA (29ops) (addr1q9z4pvdf9plvdnn3lt33cp3j76zkrn63yz0lharxsaymas0gyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamqaufu5p on 1852'/1815'/0'/0/9) cardano#0 js:2:cardano:48a07defdc5ada36fba94b85950c6c880f69e1aa6d421726e6d553183ca944320ecbe00d9bfb0aeced28e6b1968946872c4731144f65dfc9e8b0e7a1e3e09d63:cardano
undefined: 0 ADA (13ops) (addr1qy22u3xdkfk5ecf59dhjjc7z2t994q3jsus8k3856rv7kjufrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcq4q2c00 on 1852'/1815'/1'/0/2) cardano#1 js:2:cardano:8df239d936f6b05481f4019f5df43c2a06dacb27eb206c57f4368a27bac9ee7cbd82ee51eb8800886c0dc38f1aee6eb019602a4e422719fc2fe1383144957103:cardano
undefined: 0 ADA (20ops) (addr1q8jr0lg8nzwa2zg9f4g4jjcl8kxfv9lx07flju4gth0vkgwtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qg98ftl on 1852'/1815'/2'/0/7) cardano#2 js:2:cardano:063fce040e4d37e55e6fdfcf3297b7a9ae972cdf1f5171450e261c31d0842df1809375a1dde24858b3c9b2c0cf5f004543cd25d1999a13f3d4a0368b82f65e78:cardano
undefined: 0 ADA (7ops) (addr1qx760d530pxu69a35luuvv9ylewxahm9n0agvr2pu2tz0mm39pcanj7trg6svak6a87advvu2t4gswp33cweu3n43jcqn56zvm on 1852'/1815'/3'/0/2) cardano#3 js:2:cardano:1f25a285e568b7e9a252e8a2230c6942ede5509b259f7eabacb3142fc94a9788cf7d5657d0319a1d9c99edd64af866a83ab91f778194757e0795f0da3f206fed:cardano
undefined: 4.97277 ADA (4ops) (addr1qxaaerzc579cg00hav5hadl38mavnn545x0zmgz7mn84jannw705dqyfukptc3cnnp4wjqqpa3t4f3hm5pzy3pvcsy8s87xwd9 on 1852'/1815'/4'/0/2) cardano#4 js:2:cardano:fcd6e9e7d868432fa838de77306145dc6812424cb6834f5e73ed40a11ecb8f5c44d4184dfcf201c962c00c015cbb909dfdd0693f58b461a243c183e4fd8236b5:cardano
undefined: 4.80185 ADA (7ops) (addr1qydwl4xrs4wgqs2qz97vtus4wgf6jvgn26gl43kw03hw78qyzpm3l37j0792lql0jdkm4twhd5vzvptccwncksdfazeqkxl03j on 1852'/1815'/5'/0/2) cardano#5 js:2:cardano:b6acd2a5a89635b75418215e6b153f3c1d6d3597bc767b2458a42b19bb384d49a1493a89a8381c36e64ea4b6ea22f5cd99cac97a0a6653d5d346ceffbbbe99ed:cardano
undefined: 0 ADA (0ops) (addr1q9nue3h5y9ct7j04yzgp828z80n9tvdlmytha0hq6klu9zj5jsy50zjdsvtn930t9rspyvwfr9e4kkagmggflzec8cjq7xqj36 on 1852'/1815'/6'/0/0) cardano#6 js:2:cardano:e0576116d690cadac40fa0c3265e4efceaca261b9ef737f32d35629c299a0147053d9d5ace97f7a602a51e4fe0a3dfb95f88dfe82677f5b0c52c2eb26e1ac87e:cardano
necessary accounts resynced in 0.13ms
▬ CardanoADA 6.1.2 on nanoSP 1.1.1
→ FROM undefined: 91.1978 ADA (29ops) (addr1q9z4pvdf9plvdnn3lt33cp3j76zkrn63yz0lharxsaymas0gyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamqaufu5p on 1852'/1815'/0'/0/9) cardano#0 js:2:cardano:48a07defdc5ada36fba94b85950c6c880f69e1aa6d421726e6d553183ca944320ecbe00d9bfb0aeced28e6b1968946872c4731144f65dfc9e8b0e7a1e3e09d63:cardano (! sum of ops 79.056949 ADA)
max spendable ~91.0144
★ using mutation 'send max'
→ TO undefined: 4.97277 ADA (4ops) (addr1qxaaerzc579cg00hav5hadl38mavnn545x0zmgz7mn84jannw705dqyfukptc3cnnp4wjqqpa3t4f3hm5pzy3pvcsy8s87xwd9 on 1852'/1815'/4'/0/2) cardano#4 js:2:cardano:fcd6e9e7d868432fa838de77306145dc6812424cb6834f5e73ed40a11ecb8f5c44d4184dfcf201c962c00c015cbb909dfdd0693f58b461a243c183e4fd8236b5:cardano
✔️ transaction 
  SEND MAX
TO addr1qxaaerzc579cg00hav5hadl38mavnn545x0zmgz7mn84jannw705dqyfukptc3cnnp4wjqqpa3t4f3hm5pzy3pvcsy8s87xwd9
STATUS (105ms)
  amount: 91.014483 ADA
  estimated fees: 0.183365 ADA
  total spent: 91.197848 ADA
errors: 
warnings: 
✔️ has been signed! (41.2s) 
✔️ broadcasted! (265ms) optimistic operation: 
  -91.197848 ADA     OUT        79b05d924a963c5f81be8070581dca17a2836a85adb3ca1070c28eac5ce28224 2024-07-11T05:38
✔️ operation confirmed (40.6s): 
  -91.197848 ADA     OUT        79b05d924a963c5f81be8070581dca17a2836a85adb3ca1070c28eac5ce28224 2024-07-11T05:38
✔️ undefined: 0 ADA (30ops) (addr1q9z4pvdf9plvdnn3lt33cp3j76zkrn63yz0lharxsaymas0gyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamqaufu5p on 1852'/1815'/0'/0/9) cardano#0 js:2:cardano:48a07defdc5ada36fba94b85950c6c880f69e1aa6d421726e6d553183ca944320ecbe00d9bfb0aeced28e6b1968946872c4731144f65dfc9e8b0e7a1e3e09d63:cardano (! sum of ops -12.140899 ADA)(in 40.6s)
✔️ destination operation 
  +91.014483 ADA     IN         79b05d924a963c5f81be8070581dca17a2836a85adb3ca1070c28eac5ce28224 2024-07-11T05:38
(in 10.8s)

necessary accounts resynced in 0.32ms
▬ CardanoADA 6.1.2 on nanoSP 1.1.1
→ FROM undefined: 95.9872 ADA (5ops) (addr1q8jpkrreuh29tzkg83vz9anzew9nhce52x4dkwl3ed6jmrmnw705dqyfukptc3cnnp4wjqqpa3t4f3hm5pzy3pvcsy8srk7x0s on 1852'/1815'/4'/0/3) cardano#4 js:2:cardano:fcd6e9e7d868432fa838de77306145dc6812424cb6834f5e73ed40a11ecb8f5c44d4184dfcf201c962c00c015cbb909dfdd0693f58b461a243c183e4fd8236b5:cardano
max spendable ~95.8159
★ using mutation 'move ~50%'
→ TO undefined: 0 ADA (20ops) (addr1q8jr0lg8nzwa2zg9f4g4jjcl8kxfv9lx07flju4gth0vkgwtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qg98ftl on 1852'/1815'/2'/0/7) cardano#2 js:2:cardano:063fce040e4d37e55e6fdfcf3297b7a9ae972cdf1f5171450e261c31d0842df1809375a1dde24858b3c9b2c0cf5f004543cd25d1999a13f3d4a0368b82f65e78:cardano
✔️ transaction 
  SEND  47.993627 ADA
TO addr1q8jr0lg8nzwa2zg9f4g4jjcl8kxfv9lx07flju4gth0vkgwtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qg98ftl
STATUS (129ms)
  amount: 47.993627 ADA
  estimated fees: 0.170913 ADA
  total spent: 48.16454 ADA
errors: 
warnings: 
✔️ has been signed! (24.3s) 
✔️ broadcasted! (230ms) optimistic operation: 
  -48.16454 ADA      OUT        e4a4e63f830482437b3a11440725c94752d95e00415f3a31023c50c97e9e0c09 2024-07-11T05:39
✔️ operation confirmed (70.5s): 
  -48.16454 ADA      OUT        e4a4e63f830482437b3a11440725c94752d95e00415f3a31023c50c97e9e0c09 2024-07-11T05:39
✔️ undefined: 47.8227 ADA (6ops) (addr1q8jpkrreuh29tzkg83vz9anzew9nhce52x4dkwl3ed6jmrmnw705dqyfukptc3cnnp4wjqqpa3t4f3hm5pzy3pvcsy8srk7x0s on 1852'/1815'/4'/0/3) cardano#4 js:2:cardano:fcd6e9e7d868432fa838de77306145dc6812424cb6834f5e73ed40a11ecb8f5c44d4184dfcf201c962c00c015cbb909dfdd0693f58b461a243c183e4fd8236b5:cardano(in 70.5s)
✔️ destination operation 
  +47.993627 ADA     IN         e4a4e63f830482437b3a11440725c94752d95e00415f3a31023c50c97e9e0c09 2024-07-11T05:39
(in 10.5s)

necessary accounts resynced in 13ms
▬ CardanoADA 6.1.2 on nanoSP 1.1.1
→ FROM undefined: 4.80185 ADA (7ops) (addr1qydwl4xrs4wgqs2qz97vtus4wgf6jvgn26gl43kw03hw78qyzpm3l37j0792lql0jdkm4twhd5vzvptccwncksdfazeqkxl03j on 1852'/1815'/5'/0/2) cardano#5 js:2:cardano:b6acd2a5a89635b75418215e6b153f3c1d6d3597bc767b2458a42b19bb384d49a1493a89a8381c36e64ea4b6ea22f5cd99cac97a0a6653d5d346ceffbbbe99ed:cardano
max spendable ~4.63657
★ using mutation 'delegate to pool'
✔️ transaction 
  DELEGATE 
STATUS (116ms)
  amount: 0 ADA
  estimated fees: 0.174125 ADA
  total spent: 0.174125 ADA
errors: 
warnings: 
✔️ has been signed! (39.4s) 
✔️ broadcasted! (289ms) optimistic operation: 
  -2.174125 ADA      DELEGATE   68fe524d2ea67254e82adebb3ec7ada693acfdd6fc3abe1b1febcf370714e2e1 2024-07-11T05:41
✔️ operation confirmed (70.5s): 
  -2.174125 ADA      DELEGATE   68fe524d2ea67254e82adebb3ec7ada693acfdd6fc3abe1b1febcf370714e2e1 2024-07-11T05:41
✔️ undefined: 2.62773 ADA (8ops) (addr1qydwl4xrs4wgqs2qz97vtus4wgf6jvgn26gl43kw03hw78qyzpm3l37j0792lql0jdkm4twhd5vzvptccwncksdfazeqkxl03j on 1852'/1815'/5'/0/2) cardano#5 js:2:cardano:b6acd2a5a89635b75418215e6b153f3c1d6d3597bc767b2458a42b19bb384d49a1493a89a8381c36e64ea4b6ea22f5cd99cac97a0a6653d5d346ceffbbbe99ed:cardano(in 70.5s)


Spec Avalanche C-Chain (10)

Spec Avalanche C-Chain found 10 Avalanche C-Chain accounts (preload: 109ms). Will use Avalanche 0.8.3 on nanoS 2.1.0
undefined: 0.197694 AVAX (47ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 0 AVAX (51ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 0.197119 AVAX (46ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 0 AVAX (36ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:avalanche_c_chain:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0.401714 AVAX (32ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:avalanche_c_chain:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 0 AVAX (22ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:avalanche_c_chain:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
undefined: 0.768479 AVAX (4ops) (0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1 on 44'/60'/6'/0/0) #6 js:2:avalanche_c_chain:0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1:
undefined: 0.213583 AVAX (5ops) (0x636462506a431eC48598C1b3FBBc6279860DF70C on 44'/60'/7'/0/0) #7 js:2:avalanche_c_chain:0x636462506a431eC48598C1b3FBBc6279860DF70C:
undefined: 1.04727 AVAX (7ops) (0x8C63f5be03552E332A8a1e122c58d7b306d81679 on 44'/60'/8'/0/0) #8 js:2:avalanche_c_chain:0x8C63f5be03552E332A8a1e122c58d7b306d81679:
undefined: 0 AVAX (0ops) (0x0558aBA03367Cb1452AC701557460b00f8452CA8 on 44'/60'/9'/0/0) #9 js:2:avalanche_c_chain:0x0558aBA03367Cb1452AC701557460b00f8452CA8:
necessary accounts resynced in 0.22ms
▬ Avalanche 0.8.3 on nanoS 2.1.0
→ FROM undefined: 0.197694 AVAX (47ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
max spendable ~0.197694
★ using mutation 'move 50%'
→ TO undefined: 0 AVAX (51ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND  0.098847130306627838 AVAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (818ms)
  amount: 0.098847130306627838 AVAX
  estimated fees: 0.000567 AVAX
  total spent: 0.099414130306627838 AVAX
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"Chain ID","x":42,"y":-1,"w":86,"h":11}
{"text":"43114","x":47,"y":10,"w":81,"h":11}
(totally spent 60.9s – ends at 2024-07-11T06:06:58.330Z)
necessary accounts resynced in 0.19ms
▬ Avalanche 0.8.3 on nanoS 2.1.0
→ FROM undefined: 0.197119 AVAX (46ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:
max spendable ~0.197119
★ using mutation 'move 50%'
→ TO undefined: 0 AVAX (51ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND  0.098559662178169838 AVAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (786ms)
  amount: 0.098559662178169838 AVAX
  estimated fees: 0.0005775 AVAX
  total spent: 0.099137162178169838 AVAX
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"Chain ID","x":42,"y":-1,"w":86,"h":11}
{"text":"43114","x":47,"y":10,"w":81,"h":11}
(totally spent 60.9s – ends at 2024-07-11T06:06:58.333Z)
necessary accounts resynced in 0.22ms
▬ Avalanche 0.8.3 on nanoS 2.1.0
→ FROM undefined: 0.401714 AVAX (32ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:avalanche_c_chain:0x714908e42B5A11eF11578F243052c9E60f1485e6:
max spendable ~0.401714
★ using mutation 'send max'
→ TO undefined: 0.197694 AVAX (47ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
✔️ transaction 
SEND MAX
TO 0x731477De13B323A0cA90C1FE194EA5A0412937c2
STATUS (926ms)
  amount: 0.401138394308853994 AVAX
  estimated fees: 0.000575925 AVAX
  total spent: 0.401714319308853994 AVAX
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"Chain ID","x":42,"y":-1,"w":86,"h":11}
{"text":"43114","x":47,"y":10,"w":81,"h":11}
(totally spent 61s – ends at 2024-07-11T06:06:58.335Z)

Spec Binance Smart Chain (10)

Spec Binance Smart Chain found 10 Binance Smart Chain accounts (preload: 129ms). Will use BinanceSmartChain 1.10.4 on nanoS 2.1.0
undefined: 0 BNB (91ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:bsc:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 0 BNB (101ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:bsc:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 0 BNB (87ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:bsc:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 0 BNB (101ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:bsc:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0.00752036 BNB (100ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:bsc:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 0.00919952 BNB (82ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:bsc:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
undefined: 0.00548775 BNB (96ops) (0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1 on 44'/60'/6'/0/0) #6 js:2:bsc:0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1:
undefined: 0.0551286 BNB (69ops) (0x636462506a431eC48598C1b3FBBc6279860DF70C on 44'/60'/7'/0/0) #7 js:2:bsc:0x636462506a431eC48598C1b3FBBc6279860DF70C:
undefined: 0.0411205 BNB (55ops) (0x8C63f5be03552E332A8a1e122c58d7b306d81679 on 44'/60'/8'/0/0) #8 js:2:bsc:0x8C63f5be03552E332A8a1e122c58d7b306d81679:
undefined: 0 BNB (0ops) (0x0558aBA03367Cb1452AC701557460b00f8452CA8 on 44'/60'/9'/0/0) #9 js:2:bsc:0x0558aBA03367Cb1452AC701557460b00f8452CA8:
necessary accounts resynced in 0.30ms
▬ BinanceSmartChain 1.10.4 on nanoS 2.1.0
→ FROM undefined: 0.00752036 BNB (100ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:bsc:0x714908e42B5A11eF11578F243052c9E60f1485e6:
max spendable ~0.00752036
★ using mutation 'send max'
→ TO undefined: 0.0411205 BNB (55ops) (0x8C63f5be03552E332A8a1e122c58d7b306d81679 on 44'/60'/8'/0/0) #8 js:2:bsc:0x8C63f5be03552E332A8a1e122c58d7b306d81679:
✔️ transaction 
SEND MAX
TO 0x8C63f5be03552E332A8a1e122c58d7b306d81679
STATUS (927ms)
  amount: 0.007457363949504647 BNB
  estimated fees: 0.000063000000042 BNB
  total spent: 0.007520363949546647 BNB
errors: 
warnings: 
✔️ has been signed! (4.3s) 
✔️ broadcasted! (74ms) optimistic operation: 
  -0.007520363949546647 BNB OUT        0xeadaf886c7cce78b3bf77463b4c974053a6b0ceef33734293dfc2eafbde781fd 2024-07-11T05:35
✔️ operation confirmed (10.2s): 
  -0.007520363949546647 BNB OUT        0xeadaf886c7cce78b3bf77463b4c974053a6b0ceef33734293dfc2eafbde781fd 2024-07-11T05:35
✔️ undefined: 0 BNB (101ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:bsc:0x714908e42B5A11eF11578F243052c9E60f1485e6:(in 10.2s)
✔️ destination operation 
  +0.007457363949504647 BNB IN         0xeadaf886c7cce78b3bf77463b4c974053a6b0ceef33734293dfc2eafbde781fd 2024-07-11T05:35
(in 10.2s)

necessary accounts resynced in 8ms
▬ BinanceSmartChain 1.10.4 on nanoS 2.1.0
→ FROM undefined: 0.00919952 BNB (82ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:bsc:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
max spendable ~0.00919952
★ using mutation 'move 50%'
→ TO undefined: 0 BNB (87ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:bsc:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND  0.004599761985745713 BNB
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (879ms)
  amount: 0.004599761985745713 BNB
  estimated fees: 0.000063000000042 BNB
  total spent: 0.004662761985787713 BNB
errors: 
warnings: 
✔️ has been signed! (5s) 
✔️ broadcasted! (72ms) optimistic operation: 
  -0.004662761985787713 BNB OUT        0x76b455a36d04eea12fe28684a515fe7bebb73c467b3f9091e945ed7ec5a9ee2b 2024-07-11T05:35
✔️ operation confirmed (10.1s): 
  -0.004662761985787713 BNB OUT        0x76b455a36d04eea12fe28684a515fe7bebb73c467b3f9091e945ed7ec5a9ee2b 2024-07-11T05:35
✔️ undefined: 0.00453676 BNB (83ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:bsc:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:(in 10.1s)
✔️ destination operation 
  +0.004599761985745713 BNB IN         0x76b455a36d04eea12fe28684a515fe7bebb73c467b3f9091e945ed7ec5a9ee2b 2024-07-11T05:35
(in 10.2s)

necessary accounts resynced in 13ms
▬ BinanceSmartChain 1.10.4 on nanoS 2.1.0
→ FROM undefined: 0.00548775 BNB (96ops) (0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1 on 44'/60'/6'/0/0) #6 js:2:bsc:0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1:
max spendable ~0.00548775
★ using mutation 'move 50%'
→ TO undefined: 0 BNB (91ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:bsc:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
✔️ transaction 
SEND  0.002743875421990606 BNB
TO 0x731477De13B323A0cA90C1FE194EA5A0412937c2
STATUS (933ms)
  amount: 0.002743875421990606 BNB
  estimated fees: 0.000063000000042 BNB
  total spent: 0.002806875422032606 BNB
errors: 
warnings: 
✔️ has been signed! (5.2s) 
✔️ broadcasted! (61ms) optimistic operation: 
  -0.002806875422032606 BNB OUT        0x6425ed9ee4f4b72bfbdf90ad13020f63747666b437484bf17d5ca53f8c58a0e7 2024-07-11T05:36
✔️ operation confirmed (10.2s): 
  -0.002806875422032606 BNB OUT        0x6425ed9ee4f4b72bfbdf90ad13020f63747666b437484bf17d5ca53f8c58a0e7 2024-07-11T05:36
✔️ undefined: 0.00268087 BNB (97ops) (0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1 on 44'/60'/6'/0/0) #6 js:2:bsc:0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1:(in 10.2s)
✔️ destination operation 
  +0.002743875421990606 BNB IN         0x6425ed9ee4f4b72bfbdf90ad13020f63747666b437484bf17d5ca53f8c58a0e7 2024-07-11T05:36
(in 10.1s)


Spec Cronos (6)

Spec Cronos found 6 Cronos accounts (preload: 51ms). Will use Ethereum 1.10.3 on nanoS 2.1.0
undefined: 0.105 CRO (143ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:cronos:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 1.17124 CRO (183ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:cronos:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 1.37452 CRO (154ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:cronos:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 1.4986 CRO (127ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:cronos:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0.937713 CRO (18ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:cronos:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 0 CRO (0ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:cronos:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:

Spec Fantom (6)

Spec Fantom found 6 Fantom accounts (preload: 75ms). Will use Ethereum 1.10.3 on nanoS 2.1.0
undefined: 42.9105 FTM (67ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 2.5682 FTM (72ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:fantom:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 1.80165 FTM (73ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:fantom:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 1.80143 FTM (65ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:fantom:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0.0002066 FTM (28ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:fantom:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 0 FTM (0ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:fantom:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
necessary accounts resynced in 2.46ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 42.9105 FTM (67ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
max spendable ~42.9091
★ using mutation 'move 50%'
→ TO undefined: 0.0002066 FTM (28ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:fantom:0x714908e42B5A11eF11578F243052c9E60f1485e6:
✔️ transaction 
SEND  21.454556519875835006 FTM
TO 0x714908e42B5A11eF11578F243052c9E60f1485e6
STATUS (634ms)
  amount: 21.454556519875835006 FTM
  estimated fees: 0.000566910636789 FTM
  total spent: 21.455123430512624006 FTM
errors: 
warnings: 
✔️ has been signed! (5.7s) 
✔️ broadcasted! (184ms) optimistic operation: 
  -21.455123430512624006 FTM OUT        0x236e670eceb620e455a14f24309755e2d41341f20b92e1c7f708dd2e211d6690 2024-07-11T05:37
✔️ operation confirmed (21.1s): 
  -21.454843946521985006 FTM OUT        0x236e670eceb620e455a14f24309755e2d41341f20b92e1c7f708dd2e211d6690 2024-07-11T05:37
✔️ undefined: 21.4556 FTM (68ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:(in 21.1s)
✔️ destination operation 
  +21.454556519875835006 FTM IN         0x236e670eceb620e455a14f24309755e2d41341f20b92e1c7f708dd2e211d6690 2024-07-11T05:37
(in 15.9s)

necessary accounts resynced in 1.09ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 2.5682 FTM (72ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:fantom:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
max spendable ~2.56677
★ using mutation 'move 50%'
→ TO undefined: 21.4556 FTM (68ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
✔️ transaction 
SEND  1.283389605361911915 FTM
TO 0x731477De13B323A0cA90C1FE194EA5A0412937c2
STATUS (329ms)
  amount: 1.283389605361911915 FTM
  estimated fees: 0.000566826232623 FTM
  total spent: 1.283956431594534915 FTM
errors: 
warnings: 
✔️ has been signed! (4.3s) 
✔️ broadcasted! (158ms) optimistic operation: 
  -1.283956431594534915 FTM OUT        0x72ab53f90e0a8304be2d06fb2d28d1fee4d40a9f5763cc1b294bf6e2089de7d6 2024-07-11T05:37
✔️ operation confirmed (15.9s): 
  -1.283676947603895915 FTM OUT        0x72ab53f90e0a8304be2d06fb2d28d1fee4d40a9f5763cc1b294bf6e2089de7d6 2024-07-11T05:37
✔️ undefined: 1.28453 FTM (73ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:fantom:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:(in 15.9s)
✔️ destination operation 
  +1.283389605361911915 FTM IN         0x72ab53f90e0a8304be2d06fb2d28d1fee4d40a9f5763cc1b294bf6e2089de7d6 2024-07-11T05:37
(in 15.8s)

necessary accounts resynced in 0.36ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 1.80165 FTM (73ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:fantom:0x2141e8D44753FC7720C471233740c133D79459fC:
max spendable ~1.80022
★ using mutation 'send max'
→ TO undefined: 1.28453 FTM (73ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:fantom:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
✔️ transaction 
SEND MAX
TO 0xF4816c59cd8e24eEd9c5570D026C2396336119A0
STATUS (444ms)
  amount: 1.80108990635344283 FTM
  estimated fees: 0.000566629755384 FTM
  total spent: 1.80165653610882683 FTM
errors: 
warnings: 
✔️ has been signed! (4.2s) 
✔️ broadcasted! (102ms) optimistic operation: 
  -1.80165653610882683 FTM OUT        0x4876ab96ff01c73558f01e64ef7e9540e8e24952c3d09a6301c633fbfe47ec90 2024-07-11T05:38
✔️ operation confirmed (21s): 
  -1.80137705211818783 FTM OUT        0x4876ab96ff01c73558f01e64ef7e9540e8e24952c3d09a6301c633fbfe47ec90 2024-07-11T05:38
✔️ undefined: 0.00027948 FTM (74ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:fantom:0x2141e8D44753FC7720C471233740c133D79459fC:(in 21s)
✔️ destination operation 
  +1.80108990635344283 FTM IN         0x4876ab96ff01c73558f01e64ef7e9540e8e24952c3d09a6301c633fbfe47ec90 2024-07-11T05:38
(in 21s)


Spec Boba (failed)

Spec Boba found 1 Boba accounts (preload: 23ms). Will use Ethereum 1.10.3 on nanoS 2.1.0
undefined: 0 ETH (0ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:boba:0x731477De13B323A0cA90C1FE194EA5A0412937c2:

This SEED does not have Boba. Please send funds to 0x731477De13B323A0cA90C1FE194EA5A0412937c2

Spec Telos (failed)


Spec Polygon zkEVM (3)

Spec Polygon zkEVM found 5 Polygon zkEVM accounts (preload: 39ms). Will use Ethereum 1.10.3 on nanoS 2.1.0
undefined: 0.00215589 ETH (68ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 0.00646682 ETH (68ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 0.0000002 ETH (65ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 0.0104097 ETH (49ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:polygon_zk_evm:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0 ETH (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:polygon_zk_evm:0x714908e42B5A11eF11578F243052c9E60f1485e6:
necessary accounts resynced in 0.24ms
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 0.00215589 ETH (68ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2: (! sum of ops 0.002095833156749176 ETH)
max spendable ~0.00215589
★ using mutation 'move 50%'
→ TO undefined: 0.0000002 ETH (65ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND  0.001077946680928088 ETH
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (259ms)
  amount: 0.001077946680928088 ETH
  estimated fees: 0.0000008841 ETH
  total spent: 0.001078830780928088 ETH
errors: 
warnings: 
✔️ has been signed! (5.3s) 
✔️ broadcasted! (167ms) optimistic operation: 
  -0.001078830780928088 ETH OUT        0xcda9e00a7b5c78a9c866945f8261b672b72671725098ced66e1d97039fc18307 2024-07-11T05:36
(in 10min 1s)
⚠️ TEST account balance moved with operation value
Error: expect(received).toBe(expected) // Object.is equality

Expected: "1077062580928088"
Received: "1077356129764088"
(totally spent 10min 7s – ends at 2024-07-11T06:06:58.405Z)
necessary accounts resynced in 5.9s
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 0.00646682 ETH (68ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0: (! sum of ops 0.006236023466325526 ETH)
max spendable ~0.00646682
★ using mutation 'move 50%'
→ TO undefined: 0.0104097 ETH (49ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:polygon_zk_evm:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
✔️ transaction 
SEND  0.003233413513075763 ETH
TO 0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd
STATUS (245ms)
  amount: 0.003233413513075763 ETH
  estimated fees: 0.0000007413 ETH
  total spent: 0.003234154813075763 ETH
errors: 
warnings: 
✔️ has been signed! (3.1s) 
✔️ broadcasted! (151ms) optimistic operation: 
  -0.003234154813075763 ETH OUT        0xb9cf286103209f072f87979ac58fd32e63ef9daf3cde9377de02b993fd2ffedf 2024-07-11T05:46
(in 10min 1s)
⚠️ TEST account balance moved with operation value
Error: expect(received).toBe(expected) // Object.is equality

Expected: "3232672213075763"
Received: "3232918347859763"
(totally spent 10min 4s – ends at 2024-07-11T06:06:58.418Z)
necessary accounts resynced in 5.7s
▬ Ethereum 1.10.3 on nanoS 2.1.0
→ FROM undefined: 0.00107735 ETH (69ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2: (! sum of ops 0.001017002375821088 ETH)
max spendable ~0.00107735
★ using mutation 'send max'
→ TO undefined: 0.00107814 ETH (66ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
✔️ transaction 
SEND MAX
TO 0x2141e8D44753FC7720C471233740c133D79459fC
STATUS (381ms)
  amount: 0.001076747129764088 ETH
  estimated fees: 0.000000609 ETH
  total spent: 0.001077356129764088 ETH
errors: 
warnings: 
✔️ has been signed! (3.4s) 
✔️ broadcasted! (139ms) optimistic operation: 
  -0.001077356129764088 ETH OUT        0x04198e476420a30386d7e218d93b158c36a01af6e69f63eea956ab4f19435d9b 2024-07-11T05:56
(in 10min 1s)
⚠️ TEST account balance moved with operation value
Error: expect(received).toBe(expected) // Object.is equality

Expected: "0"
Received: "152250000000"
(totally spent 10min 5s – ends at 2024-07-11T06:06:58.495Z)

Spec Polkadot (6)

Spec Polkadot found 6 Polkadot accounts (preload: 1846ms). Will use Polkadot 100.0.1 on nanoSP 1.1.1
undefined: 1.26495 DOT (24ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
undefined: 1.12899 DOT (44ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44
undefined: 1.13136 DOT (33ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
undefined: 1.11777 DOT (22ops) (14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi on 44'/354'/3'/0'/0') polkadotbip44#3 js:2:polkadot:14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi:polkadotbip44
undefined: 1.1167 DOT (27ops) (16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT on 44'/354'/4'/0'/0') polkadotbip44#4 js:2:polkadot:16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT:polkadotbip44
undefined: 0 DOT (0ops) (15qDxnyJ2rSYTT5w17NEPWBESxqmVippsymSGMkJCLQruev on 44'/354'/5'/0'/0') polkadotbip44#5 js:2:polkadot:15qDxnyJ2rSYTT5w17NEPWBESxqmVippsymSGMkJCLQruev:polkadotbip44
necessary accounts resynced in 0.27ms
▬ Polkadot 100.0.1 on nanoSP 1.1.1
→ FROM undefined: 1.26495 DOT (24ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44 1.2649558014 DOT spendable. 

max spendable ~1.24913
★ using mutation 'send 50%~'
→ TO undefined: 1.13136 DOT (33ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
✔️ transaction 
SEND  0.1325902277 DOT
TO 12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy
STATUS (417ms)
  amount: 0.1325902277 DOT
  estimated fees: 0.0157107779 DOT
  total spent: 0.1483010056 DOT
errors: 
warnings: 
⚠️ TEST deviceAction confirm step 'Chain'
Error: expect(received).toMatchObject(expected)

- Expected  - 1
+ Received  + 1

  Object {
-   "Chain": "Polkadot",
+   "Chain": "polkadot",
  }
(totally spent 2336ms – ends at 2024-07-11T06:06:58.520Z)

Spec Tron (8)

Spec Tron found 8 Tron accounts (preload: 42.5s). Will use Tron 0.5.0 on nanoSP 1.1.1
undefined: 16.5488 TRX (70ops) (TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1 on 44'/195'/0'/0/0) #0 js:2:tron:TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1:
undefined: 46.2738 TRX (72ops) (TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L on 44'/195'/1'/0/0) #1 js:2:tron:TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L:
undefined: 174 TRX (79ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
undefined: 32.5476 TRX (50ops) (TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN on 44'/195'/3'/0/0) #3 js:2:tron:TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN:
undefined: 48.5465 TRX (37ops) (TB8a8kVGyx43BG3TKpVMFhya6iF7FzzddF on 44'/195'/4'/0/0) #4 js:2:tron:TB8a8kVGyx43BG3TKpVMFhya6iF7FzzddF:
undefined: 151.744 TRX (12ops) (TPK3WVhqzQbkzFNBBT2SMQQaZCDBhMqR4H on 44'/195'/5'/0/0) #5 js:2:tron:TPK3WVhqzQbkzFNBBT2SMQQaZCDBhMqR4H:
undefined: 273.738 TRX (13ops) (TDuHWtcsPfWFnvKq5UBT49F8yytRjGzbXD on 44'/195'/6'/0/0) #6 js:2:tron:TDuHWtcsPfWFnvKq5UBT49F8yytRjGzbXD:
undefined: 0 TRX (0ops) (TWstNGzr8EQWV6x1kHRTUusfNf3Aqyf7T1 on 44'/195'/7'/0/0) #7 js:2:tron:TWstNGzr8EQWV6x1kHRTUusfNf3Aqyf7T1:
necessary accounts resynced in 0.24ms
▬ Tron 0.5.0 on nanoSP 1.1.1
→ FROM undefined: 16.5488 TRX (70ops) (TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1 on 44'/195'/0'/0/0) #0 js:2:tron:TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1:
max spendable ~15.4488
★ using mutation 'move 50% to another account'
→ TO undefined: 32.5476 TRX (50ops) (TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN on 44'/195'/3'/0/0) #3 js:2:tron:TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN:
✔️ transaction 
SEND  7.724425 TRX 
TO TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN
STATUS (1057ms)
  amount: 7.724425 TRX
  estimated fees: 0 TRX
  total spent: 7.724425 TRX
errors: 
warnings: 
✔️ has been signed! (4.5s) 
✔️ broadcasted! (373ms) optimistic operation: 
  -7.724425 TRX      OUT        efa99eab6b6ddb1a58b8d7f08ede971e5274bddf6e7efdc4e6dd8f29ddc971d5 2024-07-11T05:38
✔️ operation confirmed (11.5s): 
  -7.724425 TRX      OUT        efa99eab6b6ddb1a58b8d7f08ede971e5274bddf6e7efdc4e6dd8f29ddc971d5 2024-07-11T05:38
✔️ undefined: 8.82442 TRX (71ops) (TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1 on 44'/195'/0'/0/0) #0 js:2:tron:TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1:(in 11.5s)
✔️ destination operation 
  +7.724425 TRX      IN         efa99eab6b6ddb1a58b8d7f08ede971e5274bddf6e7efdc4e6dd8f29ddc971d5 2024-07-11T05:38
(in 11.4s)

necessary accounts resynced in 13ms
▬ Tron 0.5.0 on nanoSP 1.1.1
→ FROM undefined: 46.2738 TRX (72ops) (TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L on 44'/195'/1'/0/0) #1 js:2:tron:TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L:
max spendable ~15.1738
★ using mutation 'send max to another account'
→ TO undefined: 174 TRX (79ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
✔️ transaction 
SEND MAX 
TO TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT
STATUS (966ms)
  amount: 16.273853 TRX
  estimated fees: 0 TRX
  total spent: 16.273853 TRX
errors: 
warnings: 
✔️ has been signed! (3.1s) 
✔️ broadcasted! (106ms) optimistic operation: 
  -16.273853 TRX     OUT        fe1a6502b815450e503d8069e6084db92e58755e6e187bf65daf4e8a03e9d1e4 2024-07-11T05:38
✔️ operation confirmed (11.3s): 
  -16.273853 TRX     OUT        fe1a6502b815450e503d8069e6084db92e58755e6e187bf65daf4e8a03e9d1e4 2024-07-11T05:38
✔️ undefined: 30 TRX (73ops) (TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L on 44'/195'/1'/0/0) #1 js:2:tron:TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L:(in 11.3s)
✔️ destination operation 
  +16.273853 TRX     IN         fe1a6502b815450e503d8069e6084db92e58755e6e187bf65daf4e8a03e9d1e4 2024-07-11T05:38
(in 11.4s)

necessary accounts resynced in 8ms
▬ Tron 0.5.0 on nanoSP 1.1.1
→ FROM undefined: 190.273 TRX (80ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
max spendable ~15.1738
★ using mutation 'move 50% to another account'
→ TO undefined: 273.738 TRX (13ops) (TDuHWtcsPfWFnvKq5UBT49F8yytRjGzbXD on 44'/195'/6'/0/0) #6 js:2:tron:TDuHWtcsPfWFnvKq5UBT49F8yytRjGzbXD:
✔️ transaction 
SEND  7.58693 TRX 
TO TDuHWtcsPfWFnvKq5UBT49F8yytRjGzbXD
STATUS (946ms)
  amount: 7.58693 TRX
  estimated fees: 0 TRX
  total spent: 7.58693 TRX
errors: 
warnings: 
✔️ has been signed! (3.2s) 
✔️ broadcasted! (144ms) optimistic operation: 
  -7.58693 TRX       OUT        18012c5f7d62e585ff237d83664e7933beb219b33644880fbc2c7fd8194aed06 2024-07-11T05:39
✔️ operation confirmed (11.3s): 
  -7.58693 TRX       OUT        18012c5f7d62e585ff237d83664e7933beb219b33644880fbc2c7fd8194aed06 2024-07-11T05:39
✔️ undefined: 182.686 TRX (82ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:(in 11.3s)
✔️ destination operation 
  +7.58693 TRX       IN         18012c5f7d62e585ff237d83664e7933beb219b33644880fbc2c7fd8194aed06 2024-07-11T05:39
(in 11.2s)


Details of the 35 uncovered mutations

Spec axelar (2)

  • redelegate: balance is too low for redelegate (6), none can redelegate (5)
  • claim rewards: balance is too low for claim rewards (6), no delegation to claim (5)

Spec cosmos (2)

  • redelegate: balance is too low for redelegate (5), none can redelegate (3)
  • claim rewards: balance is too low for claim rewards (5), no delegation to claim (3)

Spec secret_network (6)

  • send some:
  • send max:
  • delegate new validators:
  • undelegate:
  • redelegate:
  • claim rewards:

Spec Filecoin (1)

  • Transfer Max: balance is too low (10)

Spec Qtum (1)

  • move ~50%: balance is too low (2)

Spec Decred (4)

  • move ~50%: balance is too low (4)
  • optimize-size: balance is too low (4)
  • send OP_RETURN transaction: balance is too low (4)
  • send max: balance is too low (4)

Spec cardano (3)

  • move ~10% token: balance is too low (4)
  • redelegate to pool: balance is too low (4)
  • undelegate: balance is too low (4)

Spec Binance Smart Chain (1)

  • move some ERC20 like (ERC20, BEP20, etc...): bsc balance is too low (5), no erc20 account (2)

Spec Cronos (3)

  • move 50%: cronos balance is too low (6)
  • send max: cronos balance is too low (6)
  • move some ERC20 like (ERC20, BEP20, etc...): cronos balance is too low (6)

Spec Fantom (1)

  • move some ERC20 like (ERC20, BEP20, etc...): no erc20 account (2), fantom balance is too low (1)

Spec Boba (3)

  • move 50%:
  • send max:
  • move some ERC20 like (ERC20, BEP20, etc...):

Spec Telos (2)

  • move 50%:
  • send max:

Spec Polkadot (6)

  • send max: send is too low to activate account (4), balance is too low (1)
  • bond - bondExtra: not enough balance to bond (4), balance is too low (1)
  • unbond: can't unbond (4), balance is too low (1)
  • rebond: can't rebond (4), balance is too low (1)
  • nominate: can't nominate (4), balance is too low (1)
  • withdraw: nothing to withdraw (4), balance is too low (1)
Portfolio ($430.60) – Details of the 16 currencies
Spec (accounts) State Remaining Runs (est) funds?
axelar (16) 115 ops , 17.0617 AXL ($10.96) 👍 179 axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g
cosmos (13) 292 ops (+8), 9.56903 ATOM ($59.13) 👍 159 cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf
secret_network (0) 0 ops , 🤷‍♂️ ``
Filecoin (13) 126 ops , 1.41558 FIL ($5.70) 💪 999+ f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq
Qtum (6) 329 ops (+8), 2.5878 QTUM ($5.87) 👍 204 M9ByAGkANo7EvPNFRUipL6a5AAKrpqDgd6
Decred (5) 272 ops (+2), 1.28462 DCR ($17.27) 💪 999+ DsSjcDeZ6TWeSGKgMZcsBVvnzm6TsvV8igo
cardano (7) 85 ops (+5), 100.972 ADA ($38.60) 👍 89 addr1q9z4pvdf9plvdnn3lt33cp3j76zkrn63yz0lharxsaymas0gyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamqaufu5p
Avalanche C-Chain (10) 250 ops , 2.82586 AVAX ($72.77) 💪 553 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Binance Smart Chain (10) 788 ops (+6), 0.118456 BNB ($62.37) 👍 83 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Cronos (6) 625 ops , 5.08708 CRO ($0.47) ⚠️ 11 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Fantom (6) 311 ops (+6), 49.082 FTM ($23.06) 💪 999+ 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Boba (1) 0 ops , 0 ETH ($0.00) 0x731477De13B323A0cA90C1FE194EA5A0412937c2
Telos (0) 0 ops , 🤷‍♂️ ``
Polygon zkEVM (5) 254 ops (+4), 0.0190326 ETH ($0.00) 👍 233 0x2141e8D44753FC7720C471233740c133D79459fC
Polkadot (6) 150 ops , 5.7598 DOT ($35.19) ⚠️ 28 16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa
Tron (8) 340 ops (+7), 539.4 TRX ($99.21) 💪 999+ TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1
undefined: 0 AXL (4ops) (axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g on 44'/118'/0'/0/0) #0 js:2:axelar:axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g:
undefined: 0.860487 AXL (12ops) (axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64 on 44'/118'/1'/0/0) #1 js:2:axelar:axelar1k2d965a5clx7327n9zx30ewz39ms7kyjpdxd64:
undefined: 0 AXL (7ops) (axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha on 44'/118'/2'/0/0) #2 js:2:axelar:axelar1u63uctcult0t7wsscxxsmv2r2lgl25f4ry2rha:
undefined: 0.009551 AXL (9ops) (axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5 on 44'/118'/3'/0/0) #3 js:2:axelar:axelar17s09a0jyp24hl7w3vcn8padz6efwmrpj2285z5:
undefined: 0 AXL (8ops) (axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f on 44'/118'/4'/0/0) #4 js:2:axelar:axelar12hfs0xs2nw3pqp52hhetnyssjksk422lm5hk0f:
undefined: 1.28137 AXL (18ops) (axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx on 44'/118'/5'/0/0) #5 js:2:axelar:axelar15wdd32tlkvk8rs5622u4fmmzmk7240u2zz5stx:
undefined: 1.47452 AXL (7ops) (axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa on 44'/118'/6'/0/0) #6 js:2:axelar:axelar12xytx2menp2cr2ptpqf5ajyvt9qrrks6n4w4sa:
undefined: 0.068712 AXL (8ops) (axelar12p4nth9v2am502ehfj8tkx95e4ed0aqr5udhp8 on 44'/118'/7'/0/0) #7 js:2:axelar:axelar12p4nth9v2am502ehfj8tkx95e4ed0aqr5udhp8:
undefined: 1.6898 AXL (7ops) (axelar17n752ckdn2e3j7ll4u3d3feectva0tc5t6w77z on 44'/118'/8'/0/0) #8 js:2:axelar:axelar17n752ckdn2e3j7ll4u3d3feectva0tc5t6w77z:
undefined: 0 AXL (11ops) (axelar198r46v0d3gh7nf5qy68svuxp8c056vmeejyt84 on 44'/118'/9'/0/0) #9 js:2:axelar:axelar198r46v0d3gh7nf5qy68svuxp8c056vmeejyt84:
undefined: 0.529105 AXL (3ops) (axelar1k6nyuae59vsscfu7ta3nslad5lf9pu45ntad37 on 44'/118'/10'/0/0) #10 js:2:axelar:axelar1k6nyuae59vsscfu7ta3nslad5lf9pu45ntad37:
undefined: 1.20356 AXL (10ops) (axelar1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6jv65nu on 44'/118'/11'/0/0) #11 js:2:axelar:axelar1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6jv65nu:
undefined: 0.650106 AXL (4ops) (axelar13c5fje2aufj0mzzypfc6um35leh2etmf25v9ll on 44'/118'/12'/0/0) #12 js:2:axelar:axelar13c5fje2aufj0mzzypfc6um35leh2etmf25v9ll:
undefined: 6.7787 AXL (5ops) (axelar1cucffym3ye0074nd9zh2z0a6lzf8nqxcgm9s35 on 44'/118'/13'/0/0) #13 js:2:axelar:axelar1cucffym3ye0074nd9zh2z0a6lzf8nqxcgm9s35:
undefined: 2.58485 AXL (2ops) (axelar1yntetr3vdp8r8tpzwyvdc89cjv95d53l0x4zwk on 44'/118'/14'/0/0) #14 js:2:axelar:axelar1yntetr3vdp8r8tpzwyvdc89cjv95d53l0x4zwk:
undefined: 0 AXL (0ops) (axelar1la5ql3ezl9q4zjw3rg75qewd5s6het7j4w4ex4 on 44'/118'/15'/0/0) #15 js:2:axelar:axelar1la5ql3ezl9q4zjw3rg75qewd5s6het7j4w4ex4:
undefined: 0.443585 ATOM (39ops) (cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf on 44'/118'/0'/0/0) #0 js:2:cosmos:cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf:
undefined: 0 ATOM (35ops) (cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935 on 44'/118'/1'/0/0) #1 js:2:cosmos:cosmos1k2d965a5clx7327n9zx30ewz39ms7kyj9rs935:
undefined: 0 ATOM (30ops) (cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu on 44'/118'/2'/0/0) #2 js:2:cosmos:cosmos1u63uctcult0t7wsscxxsmv2r2lgl25f482utuu:
undefined: 0.44826 ATOM (50ops) (cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4 on 44'/118'/3'/0/0) #3 js:2:cosmos:cosmos17s09a0jyp24hl7w3vcn8padz6efwmrpjwy3uf4:
undefined: 0.002476 ATOM (19ops) (cosmos12hfs0xs2nw3pqp52hhetnyssjksk422ll6p7yg on 44'/118'/4'/0/0) #4 js:2:cosmos:cosmos12hfs0xs2nw3pqp52hhetnyssjksk422ll6p7yg:
undefined: 0.312642 ATOM (46ops) (cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8 on 44'/118'/5'/0/0) #5 js:2:cosmos:cosmos15wdd32tlkvk8rs5622u4fmmzmk7240u2xvzcq8:
undefined: 0 ATOM (20ops) (cosmos12xytx2menp2cr2ptpqf5ajyvt9qrrks6hmcamu on 44'/118'/6'/0/0) #6 js:2:cosmos:cosmos12xytx2menp2cr2ptpqf5ajyvt9qrrks6hmcamu:
undefined: 0.052847 ATOM (25ops) (cosmos12p4nth9v2am502ehfj8tkx95e4ed0aqrsjml2x on 44'/118'/7'/0/0) #7 js:2:cosmos:cosmos12p4nth9v2am502ehfj8tkx95e4ed0aqrsjml2x:
undefined: 2.41799 ATOM (9ops) (cosmos17n752ckdn2e3j7ll4u3d3feectva0tc505ck4r on 44'/118'/8'/0/0) #8 js:2:cosmos:cosmos17n752ckdn2e3j7ll4u3d3feectva0tc505ck4r:
undefined: 2.30448 ATOM (10ops) (cosmos198r46v0d3gh7nf5qy68svuxp8c056vmeaujrv5 on 44'/118'/9'/0/0) #9 js:2:cosmos:cosmos198r46v0d3gh7nf5qy68svuxp8c056vmeaujrv5:
undefined: 0.47497 ATOM (3ops) (cosmos1k6nyuae59vsscfu7ta3nslad5lf9pu45h9t96l on 44'/118'/10'/0/0) #10 js:2:cosmos:cosmos1k6nyuae59vsscfu7ta3nslad5lf9pu45h9t96l:
undefined: 3.23476 ATOM (6ops) (cosmos1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6kzvuca on 44'/118'/11'/0/0) #11 js:2:cosmos:cosmos1cf3jz4r9c5n52xw6xyemmx6sq2vqlxz6kzvuca:
undefined: 0 ATOM (0ops) (cosmos13c5fje2aufj0mzzypfc6um35leh2etmfw66d57 on 44'/118'/12'/0/0) #12 js:2:cosmos:cosmos13c5fje2aufj0mzzypfc6um35leh2etmfw66d57:
undefined [bip44]: 0.616356 FIL (25ops) (f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq on 44'/461'/1'/0/0) filecoinBIP44#1 js:2:filecoin:f1a57ukatezm5aiuahhdrip3eyf7hzoj73u3ieyrq:filecoinBIP44
undefined [bip44]: 0 FIL (20ops) (f12zihhoc242uejpqswezsm4c7a2n2d3nqygvyeqi on 44'/461'/2'/0/0) filecoinBIP44#2 js:2:filecoin:f12zihhoc242uejpqswezsm4c7a2n2d3nqygvyeqi:filecoinBIP44
undefined [bip44]: 0.618741 FIL (15ops) (f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq on 44'/461'/3'/0/0) filecoinBIP44#3 js:2:filecoin:f1fuauxwtdo23jotlxu3cueskwbzoecdcz4ltkozq:filecoinBIP44
undefined [bip44]: 0.180483 FIL (18ops) (f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q on 44'/461'/4'/0/0) filecoinBIP44#4 js:2:filecoin:f14ggrsuc7i5q2yj5tcqlcuyy3fneiapyywnwcw2q:filecoinBIP44
undefined [bip44]: 0 FIL (18ops) (f1boo3wjm5yjpvkbi4s3k2rykpvmf235ivkbj3kbq on 44'/461'/5'/0/0) filecoinBIP44#5 js:2:filecoin:f1boo3wjm5yjpvkbi4s3k2rykpvmf235ivkbj3kbq:filecoinBIP44
undefined [bip44]: 0 FIL (6ops) (f1bw4zwsefo5rwk3t536tq6wlgdhivrt5ucmdttji on 44'/461'/6'/0/0) filecoinBIP44#6 js:2:filecoin:f1bw4zwsefo5rwk3t536tq6wlgdhivrt5ucmdttji:filecoinBIP44
undefined [third-party]: 0 FIL (24ops) (f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y on 44'/461'/0'/0/0) glif#0 js:2:filecoin:f1oqqfytyqkxiuu4k7qtsjurmyfddjfsvpvr7dv7y:glif
undefined [third-party]: 0 FIL (0ops) (f17ag6fgxl3nnooho4vhthp634njria2dyhwzlg2i on 44'/461'/0'/0/1) glif#1 js:2:filecoin:f17ag6fgxl3nnooho4vhthp634njria2dyhwzlg2i:glif
undefined [third-party]: 0 FIL (0ops) (f1j424bboftp37f7hhy3rybhi24at6lnlhcs6tapy on 44'/461'/0'/0/2) glif#2 js:2:filecoin:f1j424bboftp37f7hhy3rybhi24at6lnlhcs6tapy:glif
undefined [third-party]: 0 FIL (0ops) (f142x56fmpwbtrllzpgqaeicdzye27yrftomuzmva on 44'/461'/0'/0/3) glif#3 js:2:filecoin:f142x56fmpwbtrllzpgqaeicdzye27yrftomuzmva:glif
undefined [third-party]: 0 FIL (0ops) (f1iuq2mwan24jpiwwt3smsnsz4kcgvua2dbsjsnmi on 44'/461'/0'/0/4) glif#4 js:2:filecoin:f1iuq2mwan24jpiwwt3smsnsz4kcgvua2dbsjsnmi:glif
undefined [third-party]: 0 FIL (0ops) (f13psrixi44a5b4kvpxhj4xu7efxns5zpwpedrdpi on 44'/461'/0'/0/5) glif#5 js:2:filecoin:f13psrixi44a5b4kvpxhj4xu7efxns5zpwpedrdpi:glif
undefined [third-party]: 0 FIL (0ops) (f17cwsrt44zvzwwdxjrwautrkbdzoakayizpdyoay on 44'/461'/0'/0/6) glif#6 js:2:filecoin:f17cwsrt44zvzwwdxjrwautrkbdzoakayizpdyoay:glif
undefined [segwit]: 0 QTUM (87ops) (M9ByAGkANo7EvPNFRUipL6a5AAKrpqDgd6 on 49'/88'/0'/0/43) segwit#0 js:2:qtum:xpub6BvfSTHRWubyQok4dybQTFVx9h7LrHqVAqAUaZubFw1Pd9x2h4HDpyKiNnHshQySv1DkF3ZKUHLCHBiyeZFVcG9b4iDwBSPmAVEubwgjFgc:segwit
undefined [segwit]: 0.149994 QTUM (81ops) (M9F9RpChmddFyHuXSm6NssyX7yHzuH5dk7 on 49'/88'/1'/0/40) segwit#1 js:2:qtum:xpub6BvfSTHRWubyT9ET9NECkkigRmcfJE8CZck5aD6egaAHHoC3xCkSEm6yhDGK65Q2GsZyTRKyecoSNRge9r8fBAxNpuv1Rx23wcGxvNn2d7d:segwit
undefined [segwit]: 0 QTUM (0ops) (MR3A49zXnWaH7Vhm7YKeiaREazdKZxie6r on 49'/88'/2'/0/0) segwit#2 js:2:qtum:xpub6BvfSTHRWubyX78dqB3tVcgps5JtUKukFsbkwrxQhEvBr2UmTUjNEdcZRvmBb6PczEcKUrnVvQvQ2BafHcw1wBkqbVLzNyEN912tNDDd8M9:segwit
undefined [legacy]: 1.15976 QTUM (87ops) (Qe9VQxoGkrfhuc1pMruHa1xFB2GJiuf4Mr on 44'/88'/0'/0/46) #0 js:2:qtum:xpub6DA2jGUBMLR6J3WVfefyEwJefrpxMvCxC884tLu7kYsHF4znJeiq3FFPYaKyLg6sBP8eXKuoFRBzgmRaYSqAnMSQsERFbgQJFSxH9kJgFyg:
undefined [legacy]: 1.26697 QTUM (74ops) (Qj27bVv3djLUZxmNqnYKwbj4WThY9A3YS1 on 44'/88'/1'/0/35) #1 js:2:qtum:xpub6DA2jGUBMLR6KWxfa96MHHqBsBWc4XP5YwPSvaN2AiLAKTX4jMBtivpCBoGyUtFa4TZZ2pBcTsN4ps63ewhhipX7zxSs5nApTTvVGqd3owR:
undefined [legacy]: 0 QTUM (0ops) (QXwMM27e61jr6M9TBrEfWiab9j7RPdRB5L on 44'/88'/2'/0/0) #2 js:2:qtum:xpub6DA2jGUBMLR6Nxr6vXgCpqQCa5xbmtGAsPuDpqkQSqH8WwwgHVfBhyYS3vEmEUqUjXHV5WU1zRLF8dhFfDjaonsgn687DWbbdA4kX9gg1UZ:
undefined: 1.10564 DCR (72ops) (DsSjcDeZ6TWeSGKgMZcsBVvnzm6TsvV8igo on 44'/42'/0'/0/35) #0 js:2:decred:dpubZEswmUQs2uoMV65nE6WAWC9X4FTE8uWr4i9ZqUax3GzCwgrAWgyUmafwTSR9gZWuiLunuHtCevHHiApL7jKrBXSrjkrGo3yJQUjB5NUyLqw:
undefined: 0 DCR (79ops) (DsarZBV7Qy6xCGzyqEVVHQzFPxemAFiQ3NN on 44'/42'/1'/0/41) #1 js:2:decred:dpubZEswmUQs2uoMYyVkdkFfFwadTkMAKFNzAKALXMwAmcThnWXFFdd47ZwED7wyEkuLY8DW7EXZFwqWQ7psGV67r8pzqGhMm6Ct49tdcvtrFPV:
undefined: 0.0002 DCR (62ops) (DsSb8h5Q4AhT8TMdELHJNjMiNPt37Fyy6PJ on 44'/42'/2'/0/32) #2 js:2:decred:dpubZEswmUQs2uoMca88QfcXcKnyxwGoZBroZ4ehW8uY5nsBbihKDtmXch52hWbr6PEegjCX8YzHraktnagU4nkyCj3K2KXx1q3krWXs1f1bBre:
undefined: 0.178716 DCR (59ops) (DsTmXJjyGa29H8dQdkABvjQ6g4NMvN1dTqS on 44'/42'/3'/0/28) #3 js:2:decred:dpubZEswmUQs2uoMeNDe2t2X9VmcTwDXX7DmD86fdrTXMrRdgZnJBrr74uzzgnKBFuvchmhY64RLJuRM6C3rnchAkB9Q1fzvPToXHzwctS6uxtR:
undefined: 0 DCR (0ops) (DskCZ4d3mZkXwLxAEjx2sEM121SFimdgvSv on 44'/42'/4'/0/0) #4 js:2:decred:dpubZEswmUQs2uoMffXvbjYzmFKAA8qiVoRpBd8QwvJKFgG4HaLsEf3yq9JdFJHzvmMqTKUybT8NPDs16zti7N3ehBSQmxZQB76h8MsWKLZDFAX:
undefined: 0 ADA (30ops) (addr1q9z4pvdf9plvdnn3lt33cp3j76zkrn63yz0lharxsaymas0gyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamqaufu5p on 1852'/1815'/0'/0/9) cardano#0 js:2:cardano:48a07defdc5ada36fba94b85950c6c880f69e1aa6d421726e6d553183ca944320ecbe00d9bfb0aeced28e6b1968946872c4731144f65dfc9e8b0e7a1e3e09d63:cardano
undefined: 0 ADA (13ops) (addr1qy22u3xdkfk5ecf59dhjjc7z2t994q3jsus8k3856rv7kjufrskn7ypejlf3veluvp9s6u6asv5g30zpp8da8ruspxcq4q2c00 on 1852'/1815'/1'/0/2) cardano#1 js:2:cardano:8df239d936f6b05481f4019f5df43c2a06dacb27eb206c57f4368a27bac9ee7cbd82ee51eb8800886c0dc38f1aee6eb019602a4e422719fc2fe1383144957103:cardano
undefined: 47.9936 ADA (21ops) (addr1q8gpye45zrvhak7jked2xklpmcz7rwclxpf7q8mladcnzjwtc30l4fqzh779m3zzng9wvt7hslxk8nlzuayzmq30wr3qefs58a on 1852'/1815'/2'/0/8) cardano#2 js:2:cardano:063fce040e4d37e55e6fdfcf3297b7a9ae972cdf1f5171450e261c31d0842df1809375a1dde24858b3c9b2c0cf5f004543cd25d1999a13f3d4a0368b82f65e78:cardano
undefined: 0 ADA (7ops) (addr1qx760d530pxu69a35luuvv9ylewxahm9n0agvr2pu2tz0mm39pcanj7trg6svak6a87advvu2t4gswp33cweu3n43jcqn56zvm on 1852'/1815'/3'/0/2) cardano#3 js:2:cardano:1f25a285e568b7e9a252e8a2230c6942ede5509b259f7eabacb3142fc94a9788cf7d5657d0319a1d9c99edd64af866a83ab91f778194757e0795f0da3f206fed:cardano
undefined: 47.8227 ADA (6ops) (addr1q8jpkrreuh29tzkg83vz9anzew9nhce52x4dkwl3ed6jmrmnw705dqyfukptc3cnnp4wjqqpa3t4f3hm5pzy3pvcsy8srk7x0s on 1852'/1815'/4'/0/3) cardano#4 js:2:cardano:fcd6e9e7d868432fa838de77306145dc6812424cb6834f5e73ed40a11ecb8f5c44d4184dfcf201c962c00c015cbb909dfdd0693f58b461a243c183e4fd8236b5:cardano
undefined: 2.62773 ADA (8ops) (addr1qydwl4xrs4wgqs2qz97vtus4wgf6jvgn26gl43kw03hw78qyzpm3l37j0792lql0jdkm4twhd5vzvptccwncksdfazeqkxl03j on 1852'/1815'/5'/0/2) cardano#5 js:2:cardano:b6acd2a5a89635b75418215e6b153f3c1d6d3597bc767b2458a42b19bb384d49a1493a89a8381c36e64ea4b6ea22f5cd99cac97a0a6653d5d346ceffbbbe99ed:cardano
undefined: 0 ADA (0ops) (addr1q9nue3h5y9ct7j04yzgp828z80n9tvdlmytha0hq6klu9zj5jsy50zjdsvtn930t9rspyvwfr9e4kkagmggflzec8cjq7xqj36 on 1852'/1815'/6'/0/0) cardano#6 js:2:cardano:e0576116d690cadac40fa0c3265e4efceaca261b9ef737f32d35629c299a0147053d9d5ace97f7a602a51e4fe0a3dfb95f88dfe82677f5b0c52c2eb26e1ac87e:cardano
undefined: 0.197694 AVAX (47ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:avalanche_c_chain:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 0 AVAX (51ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:avalanche_c_chain:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 0.197119 AVAX (46ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:avalanche_c_chain:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 0 AVAX (36ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:avalanche_c_chain:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0.401714 AVAX (32ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:avalanche_c_chain:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 0 AVAX (22ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:avalanche_c_chain:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
undefined: 0.768479 AVAX (4ops) (0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1 on 44'/60'/6'/0/0) #6 js:2:avalanche_c_chain:0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1:
undefined: 0.213583 AVAX (5ops) (0x636462506a431eC48598C1b3FBBc6279860DF70C on 44'/60'/7'/0/0) #7 js:2:avalanche_c_chain:0x636462506a431eC48598C1b3FBBc6279860DF70C:
undefined: 1.04727 AVAX (7ops) (0x8C63f5be03552E332A8a1e122c58d7b306d81679 on 44'/60'/8'/0/0) #8 js:2:avalanche_c_chain:0x8C63f5be03552E332A8a1e122c58d7b306d81679:
undefined: 0 AVAX (0ops) (0x0558aBA03367Cb1452AC701557460b00f8452CA8 on 44'/60'/9'/0/0) #9 js:2:avalanche_c_chain:0x0558aBA03367Cb1452AC701557460b00f8452CA8:
undefined: 0.00274387 BNB (92ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:bsc:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 0 BNB (101ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:bsc:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 0.00459976 BNB (88ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:bsc:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 0 BNB (101ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:bsc:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0 BNB (101ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:bsc:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 0.00453676 BNB (83ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:bsc:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
undefined: 0.00268087 BNB (97ops) (0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1 on 44'/60'/6'/0/0) #6 js:2:bsc:0xb70FA2daEE4Cd6CaC6EAb4FFC945B68F100474c1:
undefined: 0.0551286 BNB (69ops) (0x636462506a431eC48598C1b3FBBc6279860DF70C on 44'/60'/7'/0/0) #7 js:2:bsc:0x636462506a431eC48598C1b3FBBc6279860DF70C:
undefined: 0.0485778 BNB (56ops) (0x8C63f5be03552E332A8a1e122c58d7b306d81679 on 44'/60'/8'/0/0) #8 js:2:bsc:0x8C63f5be03552E332A8a1e122c58d7b306d81679:
undefined: 0 BNB (0ops) (0x0558aBA03367Cb1452AC701557460b00f8452CA8 on 44'/60'/9'/0/0) #9 js:2:bsc:0x0558aBA03367Cb1452AC701557460b00f8452CA8:
undefined: 0.105 CRO (143ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:cronos:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 1.17124 CRO (183ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:cronos:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 1.37452 CRO (154ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:cronos:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 1.4986 CRO (127ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:cronos:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0.937713 CRO (18ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:cronos:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 0 CRO (0ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:cronos:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
undefined: 22.739 FTM (69ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:fantom:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 3.08562 FTM (74ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:fantom:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 0.00027948 FTM (74ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:fantom:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 1.80143 FTM (65ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:fantom:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 21.4547 FTM (29ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:fantom:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 0 FTM (0ops) (0x9F38B2C32aE3433552C566365D462dc64dd0edC9 on 44'/60'/5'/0/0) #5 js:2:fantom:0x9F38B2C32aE3433552C566365D462dc64dd0edC9:
undefined: 0 ETH (0ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:boba:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 0.00107814 ETH (66ops) (0x2141e8D44753FC7720C471233740c133D79459fC on 44'/60'/2'/0/0) #2 js:2:polygon_zk_evm:0x2141e8D44753FC7720C471233740c133D79459fC:
undefined: 0.0136431 ETH (50ops) (0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd on 44'/60'/3'/0/0) #3 js:2:polygon_zk_evm:0x59569e96d0E3D9728Dc07Bf5C1443809e6F237Fd:
undefined: 0.00107735 ETH (69ops) (0x731477De13B323A0cA90C1FE194EA5A0412937c2 on 44'/60'/0'/0/0) #0 js:2:polygon_zk_evm:0x731477De13B323A0cA90C1FE194EA5A0412937c2:
undefined: 0.00323291 ETH (69ops) (0xF4816c59cd8e24eEd9c5570D026C2396336119A0 on 44'/60'/1'/0/0) #1 js:2:polygon_zk_evm:0xF4816c59cd8e24eEd9c5570D026C2396336119A0:
undefined: 0 ETH (0ops) (0x714908e42B5A11eF11578F243052c9E60f1485e6 on 44'/60'/4'/0/0) #4 js:2:polygon_zk_evm:0x714908e42B5A11eF11578F243052c9E60f1485e6:
undefined: 1.26495 DOT (24ops) (16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa on 44'/354'/0'/0'/0') polkadotbip44#0 js:2:polkadot:16KwUHz2qkSqXwpiAsH2b6PZrYkxhGYi33E2TLU1FD6o7bVa:polkadotbip44
undefined: 1.12899 DOT (44ops) (1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm on 44'/354'/1'/0'/0') polkadotbip44#1 js:2:polkadot:1Fxs6gCxLVmx4PVwpeqqd53Fve3BFfjsqinREqyzeE3qMtm:polkadotbip44
undefined: 1.13136 DOT (33ops) (12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy on 44'/354'/2'/0'/0') polkadotbip44#2 js:2:polkadot:12TaEe4DmNMsv6sufAiUx4rz3ypMksuUr19jC3a99U7p9ipy:polkadotbip44
undefined: 1.11777 DOT (22ops) (14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi on 44'/354'/3'/0'/0') polkadotbip44#3 js:2:polkadot:14NHRVm4ezgnAodCZcV6o6E8DqDXQi2VgsJRD4gKDyhxrNPi:polkadotbip44
undefined: 1.1167 DOT (27ops) (16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT on 44'/354'/4'/0'/0') polkadotbip44#4 js:2:polkadot:16Woo4M3FMUUUXNKphUyx42LH42cHYgThQm959Z2DARJUePT:polkadotbip44
undefined: 0 DOT (0ops) (15qDxnyJ2rSYTT5w17NEPWBESxqmVippsymSGMkJCLQruev on 44'/354'/5'/0'/0') polkadotbip44#5 js:2:polkadot:15qDxnyJ2rSYTT5w17NEPWBESxqmVippsymSGMkJCLQruev:polkadotbip44
undefined: 8.82442 TRX (71ops) (TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1 on 44'/195'/0'/0/0) #0 js:2:tron:TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1:
undefined: 30 TRX (73ops) (TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L on 44'/195'/1'/0/0) #1 js:2:tron:TRtxvsTwcrabLwwE49ANGqGzy7P1Y61V4L:
undefined: 182.686 TRX (82ops) (TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT on 44'/195'/2'/0/0) #2 js:2:tron:TFAG598RAS3di4UiTEMtTEqGfWf7zptyiT:
undefined: 40.2721 TRX (51ops) (TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN on 44'/195'/3'/0/0) #3 js:2:tron:TRfpGLXnVdbebwRuxMSSRtEhWyWkmU8hnN:
undefined: 48.5465 TRX (37ops) (TB8a8kVGyx43BG3TKpVMFhya6iF7FzzddF on 44'/195'/4'/0/0) #4 js:2:tron:TB8a8kVGyx43BG3TKpVMFhya6iF7FzzddF:
undefined: 151.744 TRX (12ops) (TPK3WVhqzQbkzFNBBT2SMQQaZCDBhMqR4H on 44'/195'/5'/0/0) #5 js:2:tron:TPK3WVhqzQbkzFNBBT2SMQQaZCDBhMqR4H:
undefined: 281.325 TRX (14ops) (TDuHWtcsPfWFnvKq5UBT49F8yytRjGzbXD on 44'/195'/6'/0/0) #6 js:2:tron:TDuHWtcsPfWFnvKq5UBT49F8yytRjGzbXD:
undefined: 0 TRX (0ops) (TWstNGzr8EQWV6x1kHRTUusfNf3Aqyf7T1 on 44'/195'/7'/0/0) #7 js:2:tron:TWstNGzr8EQWV6x1kHRTUusfNf3Aqyf7T1:
Performance ⏲ 32min 21s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 45.4s 10min 43s 11.8s 23.6s 4min 8s 6.9s 8min 2s 3min 42s
axelar (15) 295ms 28.4s 4.42ms 5.4s 31.1s 1677ms 1.50ms N/A
cosmos (12) 314ms 25.8s 16ms 3.3s 24.5s 2048ms 54.9s 31.3s
secret_network (0) N/A N/A N/A N/A N/A N/A N/A N/A
Filecoin (7) 0.28ms 37.6s 3.75ms 2627ms N/A N/A N/A N/A
Qtum (4) 0.17ms 18.7s 2.49ms 597ms 32.7s 408ms 1min 52s 41.4s
Decred (4) 0.47ms 17.4s 1.19ms 361ms 3.9s 244ms 10.3s 10.4s
cardano (6) 0.66ms 2min 41s 19ms 350ms 1min 45s 784ms 3min 2s 21.3s
Avalanche C-Chain (9) 109ms 16.2s 10ms 2529ms N/A N/A N/A N/A
Binance Smart Chain (9) 129ms 17.7s 27ms 2739ms 14.5s 207ms 30.5s 30.5s
Cronos (5) 51ms 1min 48s 1.37ms N/A N/A N/A N/A N/A
Fantom (5) 75ms 89.1s 16ms 1407ms 14.2s 444ms 57.9s 52.7s
Boba (0) 23ms 2579ms N/A N/A N/A N/A N/A N/A
Telos (0) 60ms N/A N/A N/A N/A N/A N/A N/A
Polygon zkEVM (4) 39ms 6.5s 11.6s 885ms 11.9s 458ms N/A N/A
Polkadot (5) 1846ms 78.5s 1.50ms 417ms N/A N/A N/A N/A
Tron (7) 42.5s 35.4s 39ms 2969ms 10.8s 623ms 34.1s 34s

What is the bot and how does it work? Everything is documented here!

Please sign in to comment.