-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathinterface.json
More file actions
1 lines (1 loc) · 1.76 KB
/
Copy pathinterface.json
File metadata and controls
1 lines (1 loc) · 1.76 KB
1
[ { "constant": true, "inputs": [], "name": "enabled", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "phoneNumber", "type": "string" }, { "name": "textBody", "type": "string" } ], "name": "sendText", "outputs": [], "payable": true, "type": "function" }, { "constant": false, "inputs": [], "name": "enableContract", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "withdraw", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "pauseContract", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "costWei", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "price", "type": "uint256" } ], "name": "changeCost", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "payable": false, "type": "function" }, { "inputs": [], "payable": false, "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "newCost", "type": "uint256" } ], "name": "updateCost", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "newStatus", "type": "string" } ], "name": "updateEnabled", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "number", "type": "string" }, { "indexed": false, "name": "message", "type": "string" } ], "name": "NewText", "type": "event" } ]