View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Magician-ContractsTools-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.blockchain.tools.eth.contract.util.model
├─ com.blockchain.tools.eth.contract.util.model.SendModel.class - [JAR]
├─ com.blockchain.tools.eth.contract.util.model.SendResultModel.class - [JAR]
com.blockchain.tools.eth.contract.util
├─ com.blockchain.tools.eth.contract.util.EthContractUtil.class - [JAR]
com.blockchain.tools.eth.codec
├─ com.blockchain.tools.eth.codec.EthAbiCodecTool.class - [JAR]
com.blockchain.tools.eth.helper
├─ com.blockchain.tools.eth.helper.EthHelper.class - [JAR]
com.blockchain.tools.eth.contract.template
├─ com.blockchain.tools.eth.contract.template.Commons.class - [JAR]
├─ com.blockchain.tools.eth.contract.template.ERC1155Contract.class - [JAR]
├─ com.blockchain.tools.eth.contract.template.ERC20Contract.class - [JAR]
├─ com.blockchain.tools.eth.contract.template.ERC721Contract.class - [JAR]