Create New Wallet
7 |8 | Enter the signer addresses for this account 9 |
10 |Send ETH
98 | 99 | setToAddress(e.target.value)} 103 | /> 104 | { 109 | if (e.target.value === "") { 110 | setAmount(0); 111 | return; 112 | } 113 | setAmount(parseFloat(e.target.value)); 114 | }} 115 | /> 116 | 117 | 120 | 121 | {userAddress && ( 122 |8 | Enter the signer addresses for this account 9 |
10 |You currently have no transactions.
154 |29 | You currently have no smart contract wallets. 30 |
31 |47 | Pending Txns: {wallet._count.transactions} 48 |
49 |57 | {wallet.isDeployed ? "Deployed" : "Not Deployed"} 58 |
59 |{signer}
72 | 77 | Etherscan 78 | 79 |