ethereum / wiki

The Ethereum Wiki
https://www.ethereum.org
14.75k stars 2.57k forks source link

“Ethereum Contract ABI” page has only JSON #667

Closed geigerzaehler closed 5 years ago

geigerzaehler commented 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.

ChrisChinchilla commented 5 years ago

Thanks @geigerzaehler done!