Created
August 11, 2023 00:05
-
-
Save 0x19/5588da0a957e63db3c8a53f727ff7e17 to your computer and use it in GitHub Desktop.
Example Response For https://github.com/txpull/solgo/wiki/Usage#example-analyzing-an-erc20-token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2023-08-11T02:03:51.176+0200 INFO Number of discovered contracts {"count": 5} | |
| 2023-08-11T02:03:51.176+0200 INFO Entry Contract Name and Internal Id {"name": "MyToken", "internal_id": 54} | |
| 2023-08-11T02:03:51.176+0200 INFO Entry Contract License {"license": "MIT"} | |
| 2023-08-11T02:03:51.176+0200 INFO Discovered Contract Types {"types": ["nft", "token"]} | |
| 2023-08-11T02:03:51.176+0200 INFO Discovered Potential EIPs {"eip": "ERC-1155 Multi Token Standard", "confidence_level": "no_confidence", "confidence_points": 0.0782608695652174} | |
| 2023-08-11T02:03:51.176+0200 INFO Discovered Potential EIPs {"eip": "ERC-20 Token Standard", "confidence_level": "high", "confidence_points": 1} | |
| 2023-08-11T02:03:51.176+0200 INFO Discovered Potential EIPs {"eip": "EIP-721 Non-Fungible Token Standard", "confidence_level": "medium", "confidence_points": 0.5777777777777777} | |
| 2023-08-11T02:03:51.176+0200 INFO Discovered Functions {"functions": []} | |
| 2023-08-11T02:03:51.176+0200 INFO Discovered Constructor Information {"functions": {"id":60,"node_type":42,"kind":11,"name":"constructor","implemented":true,"visibility":1,"state_mutability":4,"virtual":false,"modifiers":[{"id":69,"node_type":72,"name":"ERC20","argument_types":[{"type_identifier":"t_string_literal","type_string":"literal_string \"MyToken\""},{"type_identifier":"t_string_literal","type_string":"literal_string \"MTK\""}]}],"parameters":[{"id":64,"node_type":44,"name":"initialSupply","type":"uint256","type_description":{"type_identifier":"t_uint256","type_string":"uint256"},"indexed":false}],"return":[]}} | |
| 2023-08-11T02:03:51.176+0200 INFO Discovered Contract ABI {"abi": "[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"initialSupply\",\"type\":\"uint256\"}],\"outputs\":[],\"name\":\"\",\"type\":\"constructor\",\"stateMutability\":\"nonpayable\"}]"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment