aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src/compact_artifacts/ERC20Token.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-watcher/src/compact_artifacts/ERC20Token.json')
-rw-r--r--packages/order-watcher/src/compact_artifacts/ERC20Token.json49
1 files changed, 0 insertions, 49 deletions
diff --git a/packages/order-watcher/src/compact_artifacts/ERC20Token.json b/packages/order-watcher/src/compact_artifacts/ERC20Token.json
deleted file mode 100644
index 8d60fa324..000000000
--- a/packages/order-watcher/src/compact_artifacts/ERC20Token.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "contract_name": "ERC20Token",
- "abi": [
- {
- "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"
- }
- ]
-}