diff --git a/TokenFactoryABI.json b/TokenFactoryABI.json new file mode 100644 index 0000000..0e5d9b2 --- /dev/null +++ b/TokenFactoryABI.json @@ -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" } ]