quasvel
Version:
Access and interact with Aragon Organizations and their apps.
114 lines (113 loc) • 1.94 kB
JSON
[
{
"constant": false,
"inputs": [
{
"name": "_appId",
"type": "bytes32"
},
{
"name": "_roles",
"type": "bytes32[]"
},
{
"name": "_authorizedAddress",
"type": "address"
},
{
"name": "_initializeCallData",
"type": "bytes"
}
],
"name": "newInstance",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "newInstance",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "_daoFactory",
"type": "address"
},
{
"name": "_ens",
"type": "address"
},
{
"name": "_miniMeFactory",
"type": "address"
},
{
"name": "_aragonID",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "dao",
"type": "address"
}
],
"name": "DeployDao",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "dao",
"type": "address"
}
],
"name": "SetupDao",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "token",
"type": "address"
}
],
"name": "DeployToken",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "appProxy",
"type": "address"
},
{
"indexed": false,
"name": "appId",
"type": "bytes32"
}
],
"name": "InstalledApp",
"type": "event"
}
]