etherscan-explorer
etherscan-explorer copied to clipboard
Yet another implementation of etherscan.io
Function toAccounts = blk -> { Set accountSet = new HashSet(); accountSet.add(new Account.Builder().hash(blk.getMiner()).build()); for (EthBlock.TransactionResult txResult : blk.getTransactions()) { EthBlock.TransactionObject tx = (EthBlock.TransactionObject) txResult; if (null != tx.getTo()) { accountSet.add(new...
The method txpool_content does not exist/is not available
### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'total_difficulty' at row 1 ### The error may involve defaultParameterMap ### The error occurred while setting...
I send 15ether but the Transaction value is 3.4467440737095516 Eth.
I cannot deploy this . it has error 15:51:28.319 ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException]...