application icon indicating copy to clipboard operation
application copied to clipboard

Application doesn't work anymore

Open minuscorp opened this issue 5 years ago • 0 comments

curl -X GET \
  'https://api-ropsten.etherscan.io/api?module=contract&action=getabi&address=0xcbbfbafedb0eb83016d2a96a4e80d30b20fa3e30&apikey=2QRMGI15YCHS2SKW2FSXCIA7T31JYKZWKE' \
  -H 'Content-Type: application/json' \
  -H 'Postman-Token: 388297f8-efb6-4d38-82cd-c62cbb4d7f82' \
  -H 'cache-control: no-cache' \
  -d '[
    {
        "constant": false,
        "inputs": [
            {
                "name": "hash",
                "type": "bytes32"
            }
        ],
        "name": "apply",
        "outputs": [],
        "payable": false,
        "stateMutability": "nonpayable",
        "type": "function"
    },
    {
        "constant": true,
        "inputs": [
            {
                "name": "email",
                "type": "string"
            }
        ],
        "name": "getApplicationID",
        "outputs": [
            {
                "name": "",
                "type": "uint256"
            }
        ],
        "payable": false,
        "stateMutability": "view",
        "type": "function"
    }
]'

Always return:

{
    "status": "0",
    "message": "NOTOK",
    "result": "Contract source code not verified"
}

So no way to add the id to the application form 😄

minuscorp avatar Nov 30 '19 14:11 minuscorp