From 671f9d67b13b38b038876278e9ca1f3adbec48ba Mon Sep 17 00:00:00 2001 From: Griff Green Date: Tue, 20 Dec 2016 17:47:54 +0700 Subject: [PATCH] Create TokenFactoryABI.json --- TokenFactoryABI.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 TokenFactoryABI.json 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" } ]