Create TokenFactoryABI.json

This commit is contained in:
Griff Green 2016-12-20 17:47:54 +07:00 committed by GitHub
parent 1b6e81052a
commit 671f9d67b1
1 changed files with 1 additions and 0 deletions

1
TokenFactoryABI.json Normal file
View File

@ -0,0 +1 @@
[ { "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, "type": "function" } ]