UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

58 lines (57 loc) 1.34 kB
[ { "type": "event", "name": "ExampleEvent", "inputs": [{ "type": "string" }] }, { "constant": true, "inputs": [], "name": "proxyOwner", "outputs": [{ "name": "", "type": "address" }], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "currentContract", "outputs": [{ "name": "", "type": "address" }], "payable": false, "stateMutability": "pure", "type": "function" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [{ "name": "", "type": "address" }], "payable": false, "stateMutability": "payable", "type": "function" }, { "constant": false, "inputs": [ { "name": "newContract", "type": "address" }, { "name": "data", "type": "bytes" } ], "name": "upgrade", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [{ "name": "_newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "stateMutability": "payable", "type": "constructor" }, { "payable": true, "stateMutability": "payable", "type": "fallback" } ]