Closed geigerzaehler closed 5 years ago
The “Ethereum Contract ABI” page only has the following JSON as content.
[ { "constant": true, "inputs": [ { "name": "user", "type": "address" } ], "name": "accountLevel", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "type": "function", "stateMutability": "view" } ]
It looks like a former version linking to the Solidity documentation should be restored.
Thanks @geigerzaehler done!
The “Ethereum Contract ABI” page only has the following JSON as content.
It looks like a former version linking to the Solidity documentation should be restored.