quasvel
Version:
Access and interact with Aragon Organizations and their apps.
109 lines (108 loc) • 1.98 kB
JSON
{
"abi": [
{
"constant": true,
"inputs": [],
"name": "baseACL",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "regFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "baseKernel",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "_baseKernel",
"type": "address"
},
{
"name": "_baseACL",
"type": "address"
},
{
"name": "_regFactory",
"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": "reg",
"type": "address"
}
],
"name": "DeployEVMScriptRegistry",
"type": "event"
},
{
"constant": false,
"inputs": [
{
"name": "_root",
"type": "address"
}
],
"name": "newDAO",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
}