aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/compact_artifacts/Token.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-05 03:54:04 +0800
committerFabio Berger <me@fabioberger.com>2018-06-05 03:54:04 +0800
commit321c0a85370089b6a72dc8b83728521cbd0dffe9 (patch)
treeef44f70e990173b3ca11cc72d64fd3c9042b8beb /packages/order-utils/src/compact_artifacts/Token.json
parentb9bc58ef100b0ef3b762d3c8df77c5abc48a120b (diff)
downloaddexon-sol-tools-321c0a85370089b6a72dc8b83728521cbd0dffe9.tar
dexon-sol-tools-321c0a85370089b6a72dc8b83728521cbd0dffe9.tar.gz
dexon-sol-tools-321c0a85370089b6a72dc8b83728521cbd0dffe9.tar.bz2
dexon-sol-tools-321c0a85370089b6a72dc8b83728521cbd0dffe9.tar.lz
dexon-sol-tools-321c0a85370089b6a72dc8b83728521cbd0dffe9.tar.xz
dexon-sol-tools-321c0a85370089b6a72dc8b83728521cbd0dffe9.tar.zst
dexon-sol-tools-321c0a85370089b6a72dc8b83728521cbd0dffe9.zip
Remove unused compact artifacts from order-utils
Diffstat (limited to 'packages/order-utils/src/compact_artifacts/Token.json')
-rw-r--r--packages/order-utils/src/compact_artifacts/Token.json172
1 files changed, 0 insertions, 172 deletions
diff --git a/packages/order-utils/src/compact_artifacts/Token.json b/packages/order-utils/src/compact_artifacts/Token.json
deleted file mode 100644
index 3b5a86ae0..000000000
--- a/packages/order-utils/src/compact_artifacts/Token.json
+++ /dev/null
@@ -1,172 +0,0 @@
-{
- "contract_name": "Token",
- "abi": [
- {
- "constant": false,
- "inputs": [
- {
- "name": "_spender",
- "type": "address"
- },
- {
- "name": "_value",
- "type": "uint256"
- }
- ],
- "name": "approve",
- "outputs": [
- {
- "name": "success",
- "type": "bool"
- }
- ],
- "payable": false,
- "type": "function"
- },
- {
- "constant": true,
- "inputs": [],
- "name": "totalSupply",
- "outputs": [
- {
- "name": "supply",
- "type": "uint256"
- }
- ],
- "payable": false,
- "type": "function"
- },
- {
- "constant": false,
- "inputs": [
- {
- "name": "_from",
- "type": "address"
- },
- {
- "name": "_to",
- "type": "address"
- },
- {
- "name": "_value",
- "type": "uint256"
- }
- ],
- "name": "transferFrom",
- "outputs": [
- {
- "name": "success",
- "type": "bool"
- }
- ],
- "payable": false,
- "type": "function"
- },
- {
- "constant": true,
- "inputs": [
- {
- "name": "_owner",
- "type": "address"
- }
- ],
- "name": "balanceOf",
- "outputs": [
- {
- "name": "balance",
- "type": "uint256"
- }
- ],
- "payable": false,
- "type": "function"
- },
- {
- "constant": false,
- "inputs": [
- {
- "name": "_to",
- "type": "address"
- },
- {
- "name": "_value",
- "type": "uint256"
- }
- ],
- "name": "transfer",
- "outputs": [
- {
- "name": "success",
- "type": "bool"
- }
- ],
- "payable": false,
- "type": "function"
- },
- {
- "constant": true,
- "inputs": [
- {
- "name": "_owner",
- "type": "address"
- },
- {
- "name": "_spender",
- "type": "address"
- }
- ],
- "name": "allowance",
- "outputs": [
- {
- "name": "remaining",
- "type": "uint256"
- }
- ],
- "payable": false,
- "type": "function"
- },
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": true,
- "name": "_from",
- "type": "address"
- },
- {
- "indexed": true,
- "name": "_to",
- "type": "address"
- },
- {
- "indexed": false,
- "name": "_value",
- "type": "uint256"
- }
- ],
- "name": "Transfer",
- "type": "event"
- },
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": true,
- "name": "_owner",
- "type": "address"
- },
- {
- "indexed": true,
- "name": "_spender",
- "type": "address"
- },
- {
- "indexed": false,
- "name": "_value",
- "type": "uint256"
- }
- ],
- "name": "Approval",
- "type": "event"
- }
- ]
-}