UNPKG

@aragon/apps-payroll

Version:

_**Code in Github:**_ [aragon-apps/apps/payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll)

55 lines 987 B
{ "abi": [ { "constant": true, "inputs": [], "name": "isForwarder", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "pure", "type": "function" }, { "constant": true, "inputs": [ { "name": "sender", "type": "address" }, { "name": "evmCallScript", "type": "bytes" } ], "name": "canForward", "outputs": [ { "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "evmCallScript", "type": "bytes" } ], "name": "forward", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" } ] }