quasvel
Version:
Access and interact with Aragon Organizations and their apps.
63 lines • 1.12 kB
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "_cloneToken",
"type": "address"
},
{
"indexed": true,
"name": "_parentToken",
"type": "address"
},
{
"indexed": false,
"name": "_snapshotBlock",
"type": "uint256"
}
],
"name": "NewFactoryCloneToken",
"type": "event"
},
{
"constant": false,
"inputs": [
{
"name": "_parentToken",
"type": "address"
},
{
"name": "_snapshotBlock",
"type": "uint256"
},
{
"name": "_tokenName",
"type": "string"
},
{
"name": "_decimalUnits",
"type": "uint8"
},
{
"name": "_tokenSymbol",
"type": "string"
},
{
"name": "_transfersEnabled",
"type": "bool"
}
],
"name": "createCloneToken",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]