@aragon/apps-payroll
Version:
_**Code in Github:**_ [aragon-apps/apps/payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll)
45 lines • 791 B
JSON
{
"abi": [
{
"constant": false,
"inputs": [
{
"name": "script",
"type": "bytes"
},
{
"name": "input",
"type": "bytes"
},
{
"name": "blacklist",
"type": "address[]"
}
],
"name": "execScript",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "executorType",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
}
]
}