“Ethereum Contract ABI” page has only JSON
geigerzaehler opened this issue · 1 comments
geigerzaehler commented
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.
ChrisChinchilla commented
Thanks @geigerzaehler done!