@aragon/apps-payroll
Version:
_**Code in Github:**_ [aragon-apps/apps/payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll)
30 lines • 527 B
JSON
{
"abi": [
{
"constant": false,
"inputs": [
{
"name": "from",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
},
{
"name": "_token",
"type": "address"
},
{
"name": "_data",
"type": "bytes"
}
],
"name": "receiveApproval",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
}