UNPKG

@aragon/apps-payroll

Version:

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

126 lines 2.37 kB
{ "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "name": "proxy", "type": "address" }, { "indexed": false, "name": "isUpgradeable", "type": "bool" }, { "indexed": false, "name": "appId", "type": "bytes32" } ], "name": "NewAppProxy", "type": "event" }, { "constant": false, "inputs": [ { "name": "_kernel", "type": "address" }, { "name": "_appId", "type": "bytes32" } ], "name": "newAppProxy", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_kernel", "type": "address" }, { "name": "_appId", "type": "bytes32" }, { "name": "_initializePayload", "type": "bytes" } ], "name": "newAppProxy", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_kernel", "type": "address" }, { "name": "_appId", "type": "bytes32" }, { "name": "_initializePayload", "type": "bytes" } ], "name": "newAppProxyPinned", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_kernel", "type": "address" }, { "name": "_appId", "type": "bytes32" } ], "name": "newAppProxyPinned", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" } ] }